Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
REANA-DB is a component of the REANA reusable analysis platform. It contains REANA database models and utilities.
The detailed information on how to install and use REANA can be found in docs.reana.io.
Workflow
table to replace the run_number
column with two new columns run_number_major
and run_number_minor
in order to allow for more than nine restarts of user workflows.queued
status when the number of allowed concurrent workflow is set to zero.launcher_url
column to the Workflow
table to store the remote origin of workflows submitted via the Launch-on-REANA functionality.WorkspaceRetentionRule
table to store workspace file retention rules.WorkspaceRetentionAuditLog
table to store the audit log of workspace file retention rule updates.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.disk-usage-update
to resource-usage-update
since it can also perform CPU quota calculation.QuotaResourceType
enum in favor of ResourceType.name
.User
, Workflow
)InteractiveSession
model.started_at
and finished_at
to the Job
model, updated on status change.get_priority
workflow method, that combines both complexity and concurrency, to pass to the scheduler.pending
state to RunStatus
table.Workflow
table.WorkflowStatus
table to RunStatus
.AuditLog
, AuditLogAction
)User
table to UserToken
table and to encrypt them.Workflow
table to add a new workspace_path
column.REANA_INFRASTRUCTURE_COMPONENTS_HOSTNAMES
)black
coding style.Workflow.git_repo
, Workflow.git_provider
)User.full_name
, User.username
)Job.restart_count
, Job.max_restart_count
)deleted
, stopped
, queued
.Workflow.run_stopped_at
)Workflow.input_parameters
)Workflow.get_owner_access_token
)uuid
or name.
(_get_workflow_with_uuid_or_name
)interactive_session
,
interactive_session_name
and interactive_session_type
. Note that with
current design only one interactive session per workflow is supported.JobStatus
)Job.backend_job_id
)reana.yaml
in database models.FAQs
REANA-DB.
We found that reana-db demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.