-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.4.0 #183
Commits on Jun 24, 2024
-
feat(dashboard run page): simplfy project folder creation
project forlder name is derived from the execution title on folder create there is always a new folder created in the users workspace so that the user will be able to easily run the selected execution
Configuration menu - View commit details
-
Copy full SHA for b4d3fa3 - Browse repository at this point
Copy the full SHA b4d3fa3View commit details -
fix(cloning of component repo): consider odtp-component-client
clone the component repo in such a way that the submodule is taken from the component repo commit: this needs to first check out the component commit and the fetch the submodule
Configuration menu - View commit details
-
Copy full SHA for b7c82bf - Browse repository at this point
Copy the full SHA b7c82bfView commit details -
fix(cloning of component repo): consider odtp-component-client (#154)
clone the component repo in such a way that the submodule is taken from the component repo commit: this needs to first check out the component commit and the fetch the submodule
Configuration menu - View commit details
-
Copy full SHA for b089490 - Browse repository at this point
Copy the full SHA b089490View commit details -
feat(dashboard run page): simplfy project folder creation (#153)
project forlder name is derived from the execution title on folder create there is always a new folder created in the users workspace so that the user will be able to easily run the selected execution
Configuration menu - View commit details
-
Copy full SHA for 804431f - Browse repository at this point
Copy the full SHA 804431fView commit details -
fix(compose.prod.yml): removing app volume (#151)
* fix(compose.prod.yml): removing app volume * typo(JSON_EDITOR): Correcting typo in variables * chore(compose.yml): Proposing compose.yml to avoid change in documentation with -f.
Configuration menu - View commit details
-
Copy full SHA for b9e5174 - Browse repository at this point
Copy the full SHA b9e5174View commit details
Commits on Jun 25, 2024
-
fix(compose): fix env variable in compose files
the variable had the wrong value
Configuration menu - View commit details
-
Copy full SHA for ddb0cd7 - Browse repository at this point
Copy the full SHA ddb0cd7View commit details -
Fix env variable in docker compose (#164)
This PR fixes an env variable setting in the compose files
Configuration menu - View commit details
-
Copy full SHA for 7f59929 - Browse repository at this point
Copy the full SHA 7f59929View commit details
Commits on Jun 26, 2024
-
feat(logs & output collections): Added missing collections in initial… (
#157) feat(logs & output collections): Added missing collections in initial configuration
Configuration menu - View commit details
-
Copy full SHA for e02feb0 - Browse repository at this point
Copy the full SHA e02feb0View commit details -
fix(S3 Initiation): Fix for S3 initial setup (#156)
* fix(S3 Initiation): Fix for S3 initial setup * fix(exception): Exception applied on CLI and logging. * chore(cli/s3.py): adapt method to return value change * Erasing assignation. --------- Co-authored-by: sabinem <5292683+sabinem@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 14bacff - Browse repository at this point
Copy the full SHA 14bacffView commit details
Commits on Jun 27, 2024
-
fix(dependencies): Removing pyarrow and freezing numpy to <2 to avoid… (
#155) fix(dependencies): Removing pyarrow and freezing numpy to <2 to avoid errors and warnings
Configuration menu - View commit details
-
Copy full SHA for b33ed05 - Browse repository at this point
Copy the full SHA b33ed05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65acbf0 - Browse repository at this point
Copy the full SHA 65acbf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d8f43 - Browse repository at this point
Copy the full SHA 26d8f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 586090c - Browse repository at this point
Copy the full SHA 586090cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f93060c - Browse repository at this point
Copy the full SHA f93060cView commit details
Commits on Jun 30, 2024
-
feat(run.py): add log dir as volume on docker run
that way the log will be visible right away in the file system if if the docker run command fails at some point this seems to be essential for long running container and also in cases of ephemeral containers when an error occurs
Configuration menu - View commit details
-
Copy full SHA for 20161f0 - Browse repository at this point
Copy the full SHA 20161f0View commit details -
feat(cli/execution.py): add log streaming command
simplify the output and log streaming command: both just need the project path
Configuration menu - View commit details
-
Copy full SHA for c75ae0d - Browse repository at this point
Copy the full SHA c75ae0dView commit details -
feat(dashboard/run page): simplify workflow and provide log access
simplify the workflow and disable buttons after selection or when proceesing is not ready submit run and then offer a button to view log files
Configuration menu - View commit details
-
Copy full SHA for f5f4ca5 - Browse repository at this point
Copy the full SHA f5f4ca5View commit details
Commits on Jul 1, 2024
-
fix(logs in cli and gui): logs are seperated by steps
logs can only be offered in the gui and cli per step
Configuration menu - View commit details
-
Copy full SHA for 3eb6a23 - Browse repository at this point
Copy the full SHA 3eb6a23View commit details -
fix(cli logs): adapt error handling to os.system
os.system does not throw an error, but keyboard interruptions make sense here
Configuration menu - View commit details
-
Copy full SHA for 762b914 - Browse repository at this point
Copy the full SHA 762b914View commit details -
feat(execution-timestamps) (#159)
* feat(execution-timestamps) * feat(excecution & step): Added Creation/Update timestamp. Removed start/ending from creation. * feat(step timestamps logs): Added timestamps on orchestrator.
Configuration menu - View commit details
-
Copy full SHA for 9876f6a - Browse repository at this point
Copy the full SHA 9876f6aView commit details -
Change `docker run` command and add the logs directory as an extra volume, so that the logs will be visible right away and are also there for persistent component or in error runs of ephemeral compoents
Configuration menu - View commit details
-
Copy full SHA for ac04c0f - Browse repository at this point
Copy the full SHA ac04c0fView commit details -
Feat/improve cli and gui execution runs (#176)
This PR - depends on #175 to have accessible logs CLI Features: - adds cli command `odtp logs` with argument `--project-path` to watch the logs - simplifies command `odtp output` to only have `--project-path` as an argument GUI Festures: - simplify run page: disable and enable buttons depending on state - submit execution and the provide access to logs
Configuration menu - View commit details
-
Copy full SHA for 6334971 - Browse repository at this point
Copy the full SHA 6334971View commit details -
feat(docker): Avoid rebuilding images available (#160)
* feat(docker): Avoid rebuilding images available * fix(attribute_name): self.container_names
Configuration menu - View commit details
-
Copy full SHA for 17b368c - Browse repository at this point
Copy the full SHA 17b368cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a14788 - Browse repository at this point
Copy the full SHA 6a14788View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4dc08d - Browse repository at this point
Copy the full SHA a4dc08dView commit details -
fix(variable renaming): Missed renaming of 2 variables (#179)
Hello @sabinem, this is a hot-fix for a couple variables that I forgot to rename. I tested it with `dt-example` and works properly now.
Configuration menu - View commit details
-
Copy full SHA for 943cae0 - Browse repository at this point
Copy the full SHA 943cae0View commit details -
- delete unused functions - log instead of print in the cli for some commands
Configuration menu - View commit details
-
Copy full SHA for 9d412da - Browse repository at this point
Copy the full SHA 9d412daView commit details -
fix(dashboard): changed names of timestamp fields for execution (#180)
* fix(dashboard): changed names of timestamp fields for execution adapt to changes in the mongodb * feat(dashboard executions): show start and end timestamps in table view of executions show also start and end timestamps --------- Co-authored-by: sabinem <5292683+sabinem@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad58868 - Browse repository at this point
Copy the full SHA ad58868View commit details -
chore(cli): cleanup execution commands that are only for the gui (#181)
rename command for streaming logs remove command for showing directory folder Co-authored-by: sabinem <5292683+sabinem@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b4aeba - Browse repository at this point
Copy the full SHA 9b4aebaView commit details -
feat/log commands to file (#165)
* feat(logging): log commands to file to facilitate debugging * feat(cli execution): add both print and logs * chore(gitignore): add odtp.log to gitignore * fix(run.py): don't log secrets to file --------- Co-authored-by: sabinem <5292683+sabinem@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6922b0e - Browse repository at this point
Copy the full SHA 6922b0eView commit details
Commits on Jul 3, 2024
-
Fix/dashboard run page layout (#182)
fix(dashboard run page): fix minor styling issue Co-authored-by: sabinem <5292683+sabinem@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e7e2f6d - Browse repository at this point
Copy the full SHA e7e2f6dView commit details -
Delete s3 Objects and items related to an execution (#173)
* feat(delete): CLI method to delete execution s3 and project folder * feat(delete): CLI method to delete all MDB entries related to an execution * feat(execution delete): Keep folder * fix(project-path): Optional * fix(execution): Remove typo and non used method * fix(delete outputs): Fixed bug and added proejct_path as optional. * Using print statements. * chore(delete log): Logging only in debug * fix(DT Entry): Wrong email field was retrieved.
Configuration menu - View commit details
-
Copy full SHA for 398db44 - Browse repository at this point
Copy the full SHA 398db44View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b0bfa - Browse repository at this point
Copy the full SHA c4b0bfaView commit details -
chore(.env.dist files): provide extra file for dev setup (#184)
Co-authored-by: sabinem <5292683+sabinem@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b68a633 - Browse repository at this point
Copy the full SHA b68a633View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1748c7 - Browse repository at this point
Copy the full SHA b1748c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a49b1 - Browse repository at this point
Copy the full SHA f5a49b1View commit details