From 07cd2f7e9b4f4f08102697337cd773d182ffe226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Wed, 28 Jun 2023 10:06:17 +0200 Subject: [PATCH 1/4] changelog --- CHANGELOG.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 44eea0588..f71c69244 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,25 @@ Changelog ========== +.. _2.3.1: + +2.3.1 - 2023-07-05 +~~~~~~~~~~~~~~~~~~~ + +- Dependencies: + - `requests` from `2.27.1` to `2.31.0` + - `redis` from `4.4.4` to `4.5.5` + - `Flask` from `2.0.3` to `2.2.5` +- Statistics: + - Number of TBHours stored in the last month calculated and stored in DB + - Number of TBHours stored since start calculated and stored in DB + - Endpoint `Statistics` to return rows stored in the Reporting table +- Full name of Unit Admins-, Personnel and Super Admins not shown to Researchers; Only display Unit name when... + - Listing projects + - Sending invites + - Releasing projects +- Backend Flask command `lost-files` changed to group command with subcommands `ls`, `delete`, `add-missing-bucket` + .. _2.3.0: 2.3.0 - 2023-06-07 From 9a5a6e1f6847a6535a45f9cbe299a3fcdf143885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Wed, 28 Jun 2023 10:08:19 +0200 Subject: [PATCH 2/4] version 2.4.0 --- dds_web/version.py | 2 +- tests/test_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dds_web/version.py b/dds_web/version.py index 55e470907..3d67cd6bb 100644 --- a/dds_web/version.py +++ b/dds_web/version.py @@ -1 +1 @@ -__version__ = "2.3.0" +__version__ = "2.4.0" diff --git a/tests/test_version.py b/tests/test_version.py index 475acb1ff..2f3624c1a 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert version.__version__ == "2.3.0" + assert version.__version__ == "2.4.0" From 1c37e3cc89bd1da8ba8165ff84cb08526486dfa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Wed, 28 Jun 2023 10:09:09 +0200 Subject: [PATCH 3/4] sprintlog incomplete --- SPRINTLOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SPRINTLOG.md b/SPRINTLOG.md index 40f1270ce..14c595e2d 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -270,3 +270,4 @@ _Nothing merged in CLI during this sprint_ # 2023-06-26 - 2023-07-14 - Change display project info depending on the user role ([#1440](https://github.com/ScilifelabDataCentre/dds_web/pull/1440)) +- New version: 2.4.0 ([]()) From ff57f0ce419f907888a9128f8e17730e04cc921d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Wed, 28 Jun 2023 10:10:59 +0200 Subject: [PATCH 4/4] sprintlog --- SPRINTLOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPRINTLOG.md b/SPRINTLOG.md index 14c595e2d..77e5e29d4 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -270,4 +270,4 @@ _Nothing merged in CLI during this sprint_ # 2023-06-26 - 2023-07-14 - Change display project info depending on the user role ([#1440](https://github.com/ScilifelabDataCentre/dds_web/pull/1440)) -- New version: 2.4.0 ([]()) +- New version: 2.4.0 ([#1443](https://github.com/ScilifelabDataCentre/dds_web/pull/1443))