Simone Gotti
Simone Gotti
Useful when users have to pull images from amazon ecr registry or other registries that require special authentication.
Add an API to update the remote repository path: * Manual (entering new path) * Automaitic (fetch remote repo info using the remote repo id and update the path with...
Add the ability to: * manually delete some runs from the runservice * automatic delete runs based on some criteria (older than N days, no more than X runs per...
Since the "original" s3 and other implementations (but not ceph rgw or minio) are eventual consistent, the datamanager was designed with this in mind. But since we are testing it...
Now the runservice and configstore have distinct readdb implementations that share a lot of common parts (events handling, reinit etc...). These parts are very related to the datamanger and should...
Document how the datamanager works
Use a `when` condition to define if a run needs to be approved before starting. This config should live in the project configuration. An use case is to validate, when...
Let the user provide custom environment variables when doing a direct run creation. Useful for debugging to override the generated env vars. Will break run reproducibility.
It could be useful to provide a git implementation (at least for checkout) inside task so user don't have to: * build custom images providing the git command or do...