1
1
Changes
2
2
=======
3
3
4
- Version 0.9.0 (UNRELEASED )
5
- ---------------------------
4
+ Version 0.9.0 (2023-01-19 )
5
+ --------------------------
6
6
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.
9
7
- 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.
10
9
- 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.
13
10
- 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.
17
11
- Changes OAuth configuration to enable the new CERN SSO.
18
- - Changes the workflow-details page to refresh after the deletion of a workflow.
19
12
- Changes the workflow-details page to show the logs of the workflow engine.
20
13
- Changes the workflow-details page to show file sizes in a human-readable format.
21
14
- Changes the workflow-details page to show the workspace's retention rules.
22
15
- 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.
23
21
- Changes the deletion of a workflow to always clean up the workspace.
24
22
- 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.
25
26
26
27
Version 0.8.2 (2022-02-15)
27
- ---------------------------
28
+ --------------------------
28
29
29
30
- Changes ``node-sass `` dependency to version 7.
30
31
31
32
Version 0.8.1 (2022-02-02)
32
- ---------------------------
33
+ --------------------------
33
34
34
35
- Adds support for HTML preview of workspace files.
35
36
- Adds search by name in workflow file list page.
@@ -38,7 +39,7 @@ Version 0.8.1 (2022-02-02)
38
39
- Changes Docker image Node version from 12 to 16.
39
40
40
41
Version 0.8.0 (2021-11-22)
41
- ---------------------------
42
+ --------------------------
42
43
43
44
- Adds user quota usage pie charts in Profile page.
44
45
- Adds a more generic notifications system.
@@ -56,12 +57,12 @@ Version 0.7.2 (2021-02-04)
56
57
- Changes notification system to improve sign-in and sign-up messages.
57
58
58
59
Version 0.7.1 (2020-11-24)
59
- ---------------------------
60
+ --------------------------
60
61
61
62
- Fixes error handling behaviour for several server-side exceptions.
62
63
63
64
Version 0.7.0 (2020-10-20)
64
- ---------------------------
65
+ --------------------------
65
66
66
67
- Adds user profile page.
67
68
- Adds local user forms for sign-in and sign-up functionalities.
0 commit comments