Skip to content

Commit 2a60827

Browse files
committed
release: 0.9.0
1 parent 181036e commit 2a60827

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

CHANGES.rst

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
Changes
22
=======
33

4-
Version 0.9.0 (UNRELEASED)
5-
---------------------------
4+
Version 0.9.0 (2023-01-19)
5+
--------------------------
66

7-
- Adds notification icon to the header to inform users when critical levels of quota usage is reached.
8-
- Adds a label link to the workflow launcher URL remote origin on the workflow details page.
97
- Adds Launch on REANA page allowing the submission of workflows via badge-clicking.
8+
- Adds notifications to inform users when critical levels of quota usage is reached.
109
- Adds 404 Not Found error page.
11-
- Adds periodic refresh of the workflow details page.
12-
- Adds new options to the workflow list page to sort workflows by most used disk and cpu quota.
1310
- Adds tab titles to all the pages.
14-
- Fixes redirection chain for non-signed-in CERN SSO users to access the desired target page after sign-in.
15-
- Fixes ``fetchWorkflow`` action to fetch a specific workflow instead of the entire user workflow list.
16-
- Fixes the ordering by size of the files showed in the ``Workspace`` tab of the workflow-details page.
1711
- Changes OAuth configuration to enable the new CERN SSO.
18-
- Changes the workflow-details page to refresh after the deletion of a workflow.
1912
- Changes the workflow-details page to show the logs of the workflow engine.
2013
- Changes the workflow-details page to show file sizes in a human-readable format.
2114
- Changes the workflow-details page to show the workspace's retention rules.
2215
- Changes the workflow-details page to show the duration of the workflow's jobs.
16+
- Changes the workflow-details page to display a label of the workflow launcher URL remote origin.
17+
- Changes the workflow-details page to periodically refresh the content of the page.
18+
- Changes the workflow-details page to refresh after the deletion of a workflow.
19+
- Changes the workflow-list page to add a way to hide deleted workflows.
20+
- Changes the workflow-list page to add new workflows sorting options by most used disk and cpu quota.
2321
- Changes the deletion of a workflow to always clean up the workspace.
2422
- Changes the announcements to support limited HTML markup.
23+
- Fixes redirection chain for non-signed-in CERN SSO users to access the desired target page after sign-in.
24+
- Fixes ``fetchWorkflow`` action to fetch a specific workflow instead of the entire user workflow list.
25+
- Fixes the ordering by size of the files showed in the ``Workspace`` tab of the workflow-details page.
2526

2627
Version 0.8.2 (2022-02-15)
27-
---------------------------
28+
--------------------------
2829

2930
- Changes ``node-sass`` dependency to version 7.
3031

3132
Version 0.8.1 (2022-02-02)
32-
---------------------------
33+
--------------------------
3334

3435
- Adds support for HTML preview of workspace files.
3536
- Adds search by name in workflow file list page.
@@ -38,7 +39,7 @@ Version 0.8.1 (2022-02-02)
3839
- Changes Docker image Node version from 12 to 16.
3940

4041
Version 0.8.0 (2021-11-22)
41-
---------------------------
42+
--------------------------
4243

4344
- Adds user quota usage pie charts in Profile page.
4445
- Adds a more generic notifications system.
@@ -56,12 +57,12 @@ Version 0.7.2 (2021-02-04)
5657
- Changes notification system to improve sign-in and sign-up messages.
5758

5859
Version 0.7.1 (2020-11-24)
59-
---------------------------
60+
--------------------------
6061

6162
- Fixes error handling behaviour for several server-side exceptions.
6263

6364
Version 0.7.0 (2020-10-20)
64-
---------------------------
65+
--------------------------
6566

6667
- Adds user profile page.
6768
- Adds local user forms for sign-in and sign-up functionalities.

reana-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reana-ui",
3-
"version": "0.9.0-alpha.7",
3+
"version": "0.9.0",
44
"private": true,
55
"dependencies": {
66
"axios": "^0.24.0",

0 commit comments

Comments
 (0)