Skip to content

REANA-DB 0.9.0

Compare
Choose a tag to compare
@tiborsimko tiborsimko released this 26 Sep 15:26
· 34 commits to master since this release
  • 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.