You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roman Donchenko aadfd8814e
Fix TUS offset queries in production environments (#5204)
* Fix TUS offset queries in production environments

Previously, `mod_wsgi` would convert `HEAD` requests into `GET`, which
would be rejected, so clients were unable to resume an upload that failed
midway through.

To make use of this, update the SDK code to enable upload resumption.

* Add a test that forces a chunked TUS upload

* test_can_create_from_backup_in_chunks: make sure the upload is actually chunked
3 years ago
..
proxies cvat-sdk: Fix creating tasks with non-local files (#5058) 3 years ago
__init__.py Add 2nd layer of SDK (#19) 4 years ago
client.py Fix SDK tests (#5077) 3 years ago
downloading.py Add host schema auto-detection in SDK (#4910) 3 years ago
exceptions.py Check server version in SDK (#4935) 3 years ago
git.py Add host schema auto-detection in SDK (#4910) 3 years ago
helpers.py cvat-sdk: make sure to redraw the progress bar after use (#5235) 3 years ago
progress.py Add 2nd layer of SDK (#19) 4 years ago
schema.py Add 2nd layer of SDK (#19) 4 years ago
uploading.py Fix TUS offset queries in production environments (#5204) 3 years ago
utils.py SDK layer 2 - cover RC1 usecases (#4813) 4 years ago