* add data_type to tus mixin
* added tus for task annotations import
* added tus for jobs annotations import
* applied comments
* fix test
* fix incorrect upload endpoint
* add location creation based on origin
* remove unused import
* remove data_type
* remove unused comment
* update changelog to new release
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
* Add serveral flags to CLI & generalize CLI code
definition.py:
- Add use_zip_chunks, start_frame, stop_frame, and chunk_size
as CLI flags
- Rename --bug to --bug_tracker to be consistent with website
and API
- No longer include optional kwargs in all requests
core.py:
- Add a single loop to handle all kwargs for extensibility
- Lump optional task_create args into kwargs for brevity
* Add --bug as alias for --bug_tracker
- Add back old --bug flag for backwards compatability
* Update licence header
Update licence header for core.py
* Remove redundant parameter assignment
- Remove hardcoded `image_quality` default value, as this is already
handled by the argparse default value.
* CHANGELOG entry for new CLI flags
* CLI linting fixes
- Several linting fixes for CLI
* Fix CLI test
- Re-add default image_quality in case task_create is called manually
* Resolve changelog merge conflict
* Update CHANGELOG.md
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
* Initial version
* Fix support 2 versions && fix case for cloud storages
* Fix eslint errors
* tmp
* Fix manifest validation when data hasn't been copied yet
* fix
* Update changelog
* Add preview && some fixes
* Fix case with sub dirs on cloud storage
* Move server part from ui_support_cloud_storage && fix missing id field
* Add support_key_secret_key_pair
* Fix several moments
* Add index resetting
* Fix pylint errors
* Remove excess migration
* tmp
* Some fixes
* Fixes
* fix
* [server] Add cloud storage status && fixes
* Remove unused import
* Add manifest set_index method
* Implement status support for Azure blob container
* Move specific attributes parsing into utils
* Fix missing in migration
* Fix error display
* some fix
* Update migration dependency
* Update google cloud storage status
* Update migrtaions
* Update CHANGELOG
* Fix issue of infinite loop due to incorrect status comparison.
* Update CHANGELOG.md
* Fix PEP8.
* Update failure case to break from infinite loop.
* Update utils/cli/core/core.py
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
* Add check for unknown failure.
* Fix logging in failure case.
* Update CHANGELOG.md
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
Co-authored-by: André Aquilina <andre.aquilina@dysismedical.com>
* add cli kwargs for image_quality and frame_step when creating task
* add **kwargs to the tasks_data function call
* add the corresponding options into argument parser
* Update core.py
update license header
* update license header
* fix definition.py help text
* Add option to include git repository for annotation synchronisation.
* Add arge parser for git dataset repository in task create.
* Update changelog.
* Add API for git.
* Add verification procedure for dataset repository creation.
Co-authored-by: André Aquilina <andre.aquilina@dysismedical.com>
* Added support for manifest file
* Added data migration
* Updated tests
* Update CHANGELOG
* Update manifest documentation
* Fix case with 3d data
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>