Skip to content

Commit

Permalink
upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Aug 20, 2024
1 parent 08b3571 commit 8698e07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ backend/frontend_testing_suite/results/**/trace.zip
.*_cache/
*.ignore
node_modules/
.aider*
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
??.??.??
========

- ...

24.08.20
========

Breaking changes:

- Temporarily dropped CI tests for Python 3.12, which were [broken via Numpy dependency](https://https://numpy.org/doc/stable//release/1.26.0-notes.html)). We're using Python 3.11 since Parkour2 version 0.3.9 anyway. We'll catch-up to Python 3.12 once the situation stabilizes and other projects are successful sailing through this difficulty... For now, our `requirements.txt` environment is unable to resolve under 3.12
Expand All @@ -11,7 +16,7 @@ Non-breaking changes:

- Fixed a bug that made flowcells on the last day of the month not to be listed under Load FCs or Invoicing. Now, we are only blind over the last minute of the last day of the month.
- New retrieve_samplesheet API endpoint under flowcells. By default, it gets you the XLSX samplesheet containing all lanes of a flowcell. For example, `<URL>/api/flowcells/retrieve_samplesheet/?flowcell_id=...`
- ...
- Dropped pip cache (experimental Dockerfile syntax) to avoid obscure error messages. We are dealing with these (and other pkg caches) by using a cronjob that runs the build in the VMs.

24.07.24
========
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.07.24</h2>
<h2 class="form-signin-heading">Parkour 24.08.20</h2>
<input type="text"
class="form-control"
id="id_username"
Expand Down

0 comments on commit 8698e07

Please sign in to comment.