1. 02 11月, 2022 2 次提交
  2. 01 11月, 2022 2 次提交
  3. 31 10月, 2022 1 次提交
  4. 27 10月, 2022 2 次提交
  5. 26 10月, 2022 1 次提交
  6. 25 10月, 2022 1 次提交
  7. 21 10月, 2022 2 次提交
  8. 18 10月, 2022 3 次提交
  9. 17 10月, 2022 1 次提交
  10. 16 10月, 2022 2 次提交
  11. 14 10月, 2022 1 次提交
  12. 12 10月, 2022 1 次提交
  13. 11 10月, 2022 1 次提交
  14. 09 10月, 2022 2 次提交
  15. 07 10月, 2022 3 次提交
    • Р
      cvat-sdk: Fix creating tasks with non-local files (#5058) · b029bc9d
      Роман Донченко 提交于
      * Move the test file share contents to tests/share
      
      This way, it can be reused between tests.
      
      * cvat-sdk: Fix creating tasks with non-local files
      
      Forcing the `Content-Type` for the `upload_data` API call to
      `multipart/form-data` does not work, because the current logic for
      converting Python values to parts (`ApiClient._convert_body_to_post_params`)
      does not encode them in a way that Django REST Framework can understand (it
      JSON-encodes each part).
      
      Fortunately, we don't actually need to do that, since when we create a task
      with non-local files, we don't need to upload any files, and so we can just
      post the original JSON, so do just that.
      
      I couldn't add a test for the remote image case, because CVAT rejects all URLs
      with non-public IP addressses. However, I did test this case manually.
      b029bc9d
    • K
      Enabled authentication via email (#5037) · b7371ede
      Kirill Lakhov 提交于
      b7371ede
    • K
      Fix ESlint problems / typescript for cvat-core (#5027) · f719f58d
      Kirill Lakhov 提交于
      * typescripted some files
      
      * typescripted cloud storage
      
      * reverted api-implementation, fixed minor errors
      
      * updated changelog
      
      * fixed jest test
      
      * updated file: to link:
      Co-authored-by: NBoris Sekachev <boris.sekachev@yandex.ru>
      f719f58d
  16. 05 10月, 2022 3 次提交
  17. 28 9月, 2022 4 次提交
  18. 26 9月, 2022 1 次提交
  19. 16 9月, 2022 1 次提交
    • M
      Add SDK docs (#4928) · 68375ec2
      Maxim Zhiltsov 提交于
      - Added auth docs in API schema and SDK ApiClient/Config (fixes #1517)
      - Added SDK docs with API, SDK and CLI docs
      - Added `develop` branch in the docs
      - Allowed unauthorized access to `api/docs`, `api/swagger`, `api/schema` endpoints
      - Added `--insecure` env var to control host checks in CLI
      - Refactored `build_docs.py` (backported https://github.com/openvinotoolkit/datumaro/pull/589)
      - Extracted requirements file for site
      68375ec2
  20. 15 9月, 2022 2 次提交
  21. 13 9月, 2022 3 次提交
  22. 12 9月, 2022 1 次提交