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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,34 @@
1
1
## Changelog
2
2
3
+
- v0.5.0
4
+
- gui and cli: making partial executions possible
5
+
- gui: allow to upload and store secret files per user. These files are then stored encrypted in the
6
+
users working directory and the user can link them to execution runs
7
+
- gui and cli: odtp.yml is now parsed when a component version is added and the default parameters are
8
+
stored. Therefore when an execution is created it is preset with the default parameter and port values.
9
+
These can be overwritten during execution runs.
10
+
- gui and cli: workflows are added as step between component versions and execution: a workflow is the
11
+
sequence of component versions. Workflows are not user owned and can be shared between users in the same
12
+
way as component versions are shared
13
+
- gui: gui allows now to deprecate workflows, executions and component versions. Deprecated items are
14
+
no longer offered in selects. Items can be deprecated and also reactivated
15
+
- env: an additional env variable is added ALLOW_DOCKER_GPUS that must be set to false if the used Docker
16
+
version does not allow GPU settings such as
3
17
- v0.4.0
4
18
- gui: the general workflow for the user was improved (new Items are selected automatically for example)
5
19
- gui: validation has been implemented in the forms to make sure data that is entered will be valid
6
20
- gui: the run page for executions has been improved in the gui: logs are now also available from the gui when a workflow runs
7
21
- gui: on the dashboard homepage you can now directly see whether all services including github are connected
8
22
- gui: the workarea in the dashboard was removed and replace by an info section on top of the pages
9
-
- logging: improve logging at GUI/CLI: run commands are now logged to a file, while everything else is still logged to the command line: this is so run commands can be easier debugged by knowing what was run in docker and how that run was triggered
23
+
- logging: improve logging at GUI/CLI: run commands are now logged to a file, while everything else is still logged to the command line: this is so run commands can be easier debugged by knowing what was run in docker and how that run was triggered
10
24
- logging: the logs of the execution runs are now exposed as volumes, so that will be directly available when the component starts and will remain in the project path even after a component exited prematurely
11
25
- execution: execution and step timestamps
12
26
- cli: printing table from mongodb colleciton
13
-
- cli: delete methods for execution and related items.
27
+
- cli: delete methods for execution and related items.
14
28
- components: avoid rebuilding image if component is available
15
29
- compose: a dev version for docker compose has been added to facilitate development
16
30
17
-
- v0.3.1
31
+
- v0.3.1
18
32
- hotfixes for bugs
19
33
- removal of unused dependencies and adition of pandas
20
34
@@ -24,7 +38,7 @@
24
38
- the execution run page is now only accessible via the execution
25
39
- the workflow in the dashboard has been improved
26
40
- the docker compose setup has now a dev and a prod file
27
-
- log levels for dashboard and docker runs can now be set separately
41
+
- log levels for dashboard and docker runs can now be set separately
0 commit comments