From 8698e070645f38116e1ab75301fbe7f0fcd2799f Mon Sep 17 00:00:00 2001 From: adRn-s Date: Tue, 20 Aug 2024 10:13:33 +0200 Subject: [PATCH] upcoming release --- .gitignore | 1 + CHANGELOG.md | 7 ++++++- backend/common/templates/login.html | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8257d5ab1..6e07722d8 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ backend/frontend_testing_suite/results/**/trace.zip .*_cache/ *.ignore node_modules/ +.aider* diff --git a/CHANGELOG.md b/CHANGELOG.md index f60304617..989050c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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, `/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 ======== diff --git a/backend/common/templates/login.html b/backend/common/templates/login.html index 21e715d4c..ff07f6811 100644 --- a/backend/common/templates/login.html +++ b/backend/common/templates/login.html @@ -22,7 +22,7 @@