Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@sabinem sabinem released this 10 Feb 07:29
864cf04
- gui and cli: making partial executions possible
- gui: allow to upload and store secret files per user. These files are then stored encrypted in the
users working directory and the user can link them to execution runs
- gui and cli: odtp.yml is now parsed when a component version is added and the default parameters are
stored. Therefore when an execution is created it is preset with the default parameter and port values.
These can be overwritten during execution runs.
- gui and cli: workflows are added as step between component versions and execution: a workflow is the
sequence of component versions. Workflows are not user owned and can be shared between users in the same
way as component versions are shared
- gui: gui allows now to deprecate workflows, executions and component versions. Deprecated items are
no longer offered in selects. Items can be deprecated and also reactivated
- env: an additional env variable is added ALLOW_DOCKER_GPUS that must be set to false if the used Docker
version does not allow GPU settings and true in case the components should be able to run on a GPU