Skip to content

Releases: reanahub/reana-ui

REANA-UI 0.9.4

04 Mar 16:39
Compare
Choose a tag to compare

0.9.4 (2024-03-04)

Build

Features

  • footer: link privacy notice to configured URL (#393) (f0edde6), closes #392

Bug fixes

  • launcher: remove dollar sign in generated Markdown (#389) (8ad4afd)
  • progress: update failed workflows duration using finish time (#387) (809fdc5), closes #386
  • router: show 404 page for invalid URLs (#382) (c18e81d), closes #379

Code refactoring

Continuous integration

  • commitlint: addition of commit message linter (#380) (1c9ec74)
  • commitlint: allow release commit style (#400) (426a2b0)
  • commitlint: check for the presence of concrete PR number (#390) (e938f60)
  • release-please: initial configuration (#380) (db2e82b)
  • release-please: switch to simple release strategy (#383) (2c64085)
  • release-please: update version in package.json and Dockerfile (#385) (5d232af)
  • shellcheck: exclude node_modules from the analyzed paths (#387) (8913e4d)
  • shellcheck: fix exit code propagation (#390) (7b5f29e)

Documentation

  • authors: complete list of contributors (#396) (814d68e)

REANA-UI 0.9.3

12 Dec 15:35
Compare
Choose a tag to compare
  • Adds metadata labels to Dockerfile.
  • Changes version of NGINX Docker image from 1.19 to 1.25.

REANA-UI 0.9.2

11 Dec 16:03
Compare
Choose a tag to compare
  • Adds automated multi-platform container image building for amd64 and arm64 architectures.
  • Adds option to delete all the runs of a workflow.
  • Adds form to generate the launcher URL of any user-provided analysis, together with the markdown snippet for the corresponding Launch-on-REANA badge.
  • Changes the Launch-on-REANA page to improve how workflow parameters are shown by displaying them inside a table.
  • Changes the Launch-on-REANA page to show improved validation warnings which also indicate where unexpected properties are located in the REANA specification file.
  • Changes version of Node.js Docker image from 16 to 18.
  • Fixes container image building on the arm64 architecture.

REANA-UI 0.9.1

27 Sep 09:43
Compare
Choose a tag to compare
  • Adds support for previewing PDF files present in a workflow's workspace.
  • Adds support for previewing ROOT files present in a workflow's workspace.
  • Adds support for signing-in with a custom third-party Keycloak instance.
  • Adds a new menu item to the workflow actions popup to allow stopping running workflows.
  • Changes the workflow deletion message to clarify that attached interactive sessions are also closed when a workflow is deleted.
  • Changes the workflow progress bar to always display it as completed for finished workflows.
  • Changes the interactive session notification to also report that the session will be closed after a specified number of days of inactivity.
  • Changes the workflow-details page to make it possible to scroll through the list of workflow steps in the job logs section.
  • Changes the workflow-details page to not automatically refresh the selected job when viewing the related logs, but keeping the user-selected one active.
  • Changes the page titles to conform to the same sentence case style.
  • Changes workspace file preview to support customisable maximum file size limit allowed for previewing.
  • Changes nginx configuration to save bandwidth by serving gzip-compressed static files.
  • Changes the launcher page to show warnings when validating the REANA specification file of the workflow to be launched.
  • Changes the launcher page to allow showing custom demo examples.
  • Fixes calculation of workflow runtime durations for stopped workflows.

REANA-UI 0.9.0

19 Jan 13:13
Compare
Choose a tag to compare
  • Adds Launch on REANA page allowing the submission of workflows via badge-clicking.
  • Adds notifications to inform users when critical levels of quota usage is reached.
  • Adds 404 Not Found error page.
  • Adds tab titles to all the pages.
  • Changes OAuth configuration to enable the new CERN SSO.
  • Changes the workflow-details page to show the logs of the workflow engine.
  • Changes the workflow-details page to show file sizes in a human-readable format.
  • Changes the workflow-details page to show the workspace's retention rules.
  • Changes the workflow-details page to show the duration of the workflow's jobs.
  • Changes the workflow-details page to display a label of the workflow launcher URL remote origin.
  • Changes the workflow-details page to periodically refresh the content of the page.
  • Changes the workflow-details page to refresh after the deletion of a workflow.
  • Changes the workflow-list page to add a way to hide deleted workflows.
  • Changes the workflow-list page to add new workflows sorting options by most used disk and cpu quota.
  • Changes the deletion of a workflow to always clean up the workspace.
  • Changes the announcements to support limited HTML markup.
  • Fixes redirection chain for non-signed-in CERN SSO users to access the desired target page after sign-in.
  • Fixes fetchWorkflow action to fetch a specific workflow instead of the entire user workflow list.
  • Fixes the ordering by size of the files showed in the Workspace tab of the workflow-details page.

REANA-UI 0.8.2

15 Feb 13:52
Compare
Choose a tag to compare
  • Changes node-sass dependency to version 7.

REANA-UI 0.8.1

07 Feb 14:50
Compare
Choose a tag to compare
  • Adds support for HTML preview of workspace files.
  • Adds search by name in workflow file list page.
  • Adds support for Create React App v5.
  • Changes cluster health status page to represent availability instead of usage.
  • Changes Docker image Node version from 12 to 16.

REANA-UI 0.8.0

22 Nov 14:24
Compare
Choose a tag to compare
  • Adds user quota usage pie charts in Profile page.
  • Adds a more generic notifications system.
  • Adds a way to open, list and closes interactive sessions.
  • Adds the possibility of deleting workflows to save disk space.
  • Adds filtering by status and search by name in workflow list page.
  • Adds import aliases.
  • Adds cluster health status page.

REANA-UI 0.7.2

04 Feb 12:44
Compare
Choose a tag to compare
  • Adds option to require user email confirmation after sign-up.
  • Adds option to display CERN Privacy Notice for CERN installations.
  • Changes notification system to improve sign-in and sign-up messages.

REANA-UI 0.7.1

24 Nov 08:59
Compare
Choose a tag to compare
  • Fixes error handling behaviour for several server-side exceptions.