-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for CVAT tool (#73)
* feat: initial integration of CVAT Co-authored-by: Stefan Dlugolinsky <[email protected]> * feat: allow to configure username * eat: add a `tool_name` in deployments info * feat: ignore `server` and `grafana` endpoints * fix: check hardware is not missing * test: improve tool tests * feat: rename `ai4-cvat` to `ai4os-cvat` for catalog consistency * fix: do not replace active endpoint if `full_info` is False * fix: improve task lifecycles Even with this, The UI still throws an error because it is can be launched before the server is _completely_ ready. I'm not sure we can do much more. Just warn the users about it. * remote path for storage changed remote path logic for CVAT data persistence was changed from multi- to single-instance * fix: fix docker storage container path * added -p flag to mkdir * persistence logic changed * cvat share fix * raised memory resources for clickhouse * fix: fix tests * feat: return delete status * fix: bring back double dollar signs in template * test: add tests for CVAT * fix: handle case where user belong to VO not supported by the project * feat: allow picking from which backup to restore * feat: move backup retrieval to a separate endpoint * restoring from backups * indentation fix * backup name timestamp set at creating the backup * fix in generating backup name * escaping env vars in sh scripts * logging level adjustment * feat: add max client disconnect * fix: fix Dockerfile * feat: install latest rclone * feat: update to new nextcloud endpoint * fix for username setting, force pull server and ui images, rclone url fix * feat: remove hostname from conf * fix: align rshare_url with PAPI defaults * build: add missing packages for rclone installation --------- Co-authored-by: Stefan Dlugolinsky <[email protected]>
- Loading branch information
1 parent
d4a2dbc
commit 8cc62ab
Showing
17 changed files
with
1,558 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.