Skip to content

Commit

Permalink
upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Dec 9, 2024
1 parent e553379 commit 10bbeb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
??.??.??
========

- ...

24.12.09
========

Breaking changes:

- API endpoint `api/analysis_list/analysis_list/?flowcell_id={FCID}` was updated to return a list of 3 strings representing the organism (name, which is the old string returned until now, plus: label for naming downstream analysis directories, and a yaml key or filepath for downstream analyses e.g. dorado, cellranger, snakePipes, etc.)
Expand All @@ -11,7 +16,6 @@ Non-breaking changes:

- Fixed 'DoesNotExist' error when deleting a Request, due to a wrong implementation of History tracking.
- Fixed an edge case where latency could swap samples/ libs from one request to the other when User changed its view too quickly. (#178)
- ...


24.11.14
Expand Down
2 changes: 1 addition & 1 deletion backend/common/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div id="login-form">
<form class="form-signin" method="post" action="{% url 'login' %}">
{% csrf_token %}
<h2 class="form-signin-heading">Parkour 24.11.14</h2>
<h2 class="form-signin-heading">Parkour 24.12.09</h2>
<input type="text"
class="form-control"
id="id_username"
Expand Down

0 comments on commit 10bbeb8

Please sign in to comment.