You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds new launcher_url column to the Workflow table to store the remote origin of workflows submitted via the Launch-on-REANA functionality.
Adds the possibility to force resource quota updates irrespective of globally-configured quota update policy.
Adds new WorkspaceRetentionRule table to store workspace file retention rules.
Adds new WorkspaceRetentionAuditLog table to store the audit log of workspace file retention rule updates.
Changes percentage ranges used to calculate the health status of user resource quota usage.
Changes to PostgreSQL 12.10.
Fixes wrong numbering of restarted workflows by limiting the number of times a workflow can be restarted to nine.
Fixes Workflow.get_workspace_disk_usage to always calculate disk usage rather than relying on the quota usage values from the database, since these may not be up-to-date depending on the global quota update policy.
Fixes helper function that retrieves workflows by UUID to also additionally check that the provided user is the owner of the workflow.