From 9c29520c60a6ce09e47c8de41d1b9d0166c15b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Wed, 7 Jun 2023 07:07:57 +0200 Subject: [PATCH 1/3] version 2.3.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 705188248..55e470907 100644 --- a/dds_web/version.py +++ b/dds_web/version.py @@ -1 +1 @@ -__version__ = "2.2.62" +__version__ = "2.3.0" diff --git a/tests/test_version.py b/tests/test_version.py index 145e3b810..475acb1ff 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert version.__version__ == "2.2.62" + assert version.__version__ == "2.3.0" From 56004d1a4a0b0a047cbb90b84899cfa6cdfd791e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Wed, 7 Jun 2023 07:11:13 +0200 Subject: [PATCH 2/3] sprintlog --- SPRINTLOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SPRINTLOG.md b/SPRINTLOG.md index d92acf65d..261a57de3 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -254,3 +254,4 @@ _Nothing merged in CLI during this sprint_ - Save number of unique Project Owners ([#1421](https://github.com/ScilifelabDataCentre/dds_web/pull/1421)) - Save amount of TB's currently stored in system ([#1424](https://github.com/ScilifelabDataCentre/dds_web/pull/1424)) - Save amount of TB's uploaded since start ([#1430](https://github.com/ScilifelabDataCentre/dds_web/pull/1430)) +- New version: 2.3.0 ([#1433](https://github.com/ScilifelabDataCentre/dds_web/pull/1433)) From 20c9e87ef134e4b6c0e181f880341b042aeaa42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Wed, 7 Jun 2023 07:16:05 +0200 Subject: [PATCH 3/3] changelog --- CHANGELOG.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 94e60068b..44eea0588 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,16 @@ Changelog ========== +.. _2.3.0: + +2.3.0 - 2023-06-07 +~~~~~~~~~~~~~~~~~~~ + +- Changed the reporting command (cronjob) and added statistics calculations: + - Number of users in total and in different roles + - Number of projects: Total, active and non-active + - Amount of data (in TBs) currently stored and uploaded since start + .. _2.2.62: 2.2.62 - 2023-03-20