1. 11 10月, 2022 3 次提交
  2. 10 10月, 2022 2 次提交
  3. 09 10月, 2022 2 次提交
  4. 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
  5. 05 10月, 2022 6 次提交
    • B
      Fixed invisible label view in label constructor (#5041) · e7c16064
      Boris Sekachev 提交于
      * Fixed invisible label view in label constructor
      
      * Updated changelog
      e7c16064
    • B
      Fixed changing label color on canvas (#5045) · 7850f1e9
      Boris Sekachev 提交于
      * Fixed changing label color on canvas
      
      * Updated changelog
      7850f1e9
    • M
      Extend SDK layer 2 docs (#4980) · 1902ecd8
      Maxim Zhiltsov 提交于
      1902ecd8
    • M
      Extend SDK layer 1 docs (#5011) · 426f8e3e
      Maxim Zhiltsov 提交于
      426f8e3e
    • K
      Tests for Webhook sender (#5017) · bcb3f9bd
      Kirill Sizov 提交于
      * tests/rest_api/assets: update webhooks in testdb
      
      * tests/rest_api/test_webhook_sender: add tests for project and ping events
      
      * tests/rest_api/test_webhook_sender: add tests for webhook intersection case
      
      * tests/rest_api/test_webhook_sender: add tests for task update events
      
      * tests/rest_api/test_webhook_sender: add tests for task create and job update events
      
      * tests/rest_api/test_webhook_sender: add tests for issue events
      
      * tests/rest_api/test_webhook_sender: add tests for membership events
      
      * tests/rest_api/test_webhook_sender: add tests for organization event
      
      * Fix Pylint warnings
      
      * apps/engine: get rid of sending `create` signals in views
      
      * apps/organizations: get rid of sending `create` signals in views
      
      * tests/rest_api/test_webhooks: fix typo
      
      * apps/engine: get rid of sending  signals in task view
      
      * tests/rest_api: remove debug prints
      
      * apps/engine: fix pylint errors
      
      * tests/rest_api/test_webhooks_sender: add tests for `redelivery` method
      
      * tests: define tag for minio image
      
      * apps/webhooks: remove owner_id from write serializer
      
      * tests/rest_api/test_webhooks: fix code style
      
      * tests/rest_api: added tests for webhook comment events
      
      * tests/rest_api: fix typo
      Co-authored-by: NAnastasia Yasakova <yasakova_anastasiya@mail.ru>
      
      * tests: fix warnings from black
      Co-authored-by: NAnastasia Yasakova <yasakova_anastasiya@mail.ru>
      bcb3f9bd
    • A
      Fix serverless functions (#5039) · 7cc05e80
      Anastasia Yasakova 提交于
      * Fix some serverless functions
      
      * Update Changelog
      
      * Fixes
      7cc05e80
  6. 04 10月, 2022 1 次提交
  7. 03 10月, 2022 3 次提交
  8. 01 10月, 2022 1 次提交
  9. 30 9月, 2022 1 次提交
  10. 29 9月, 2022 1 次提交
  11. 28 9月, 2022 6 次提交
  12. 26 9月, 2022 1 次提交
  13. 25 9月, 2022 1 次提交
  14. 21 9月, 2022 4 次提交
  15. 20 9月, 2022 3 次提交
  16. 19 9月, 2022 1 次提交
    • M
      Cypress tests for source & target storage (#4914) · 56e8c1eb
      Maria Khrustaleva 提交于
      * Draft version
      
      * Implemented import & fixed export && some code cleanup && some fixes &&  updated notifications
      
      * Refactoring && fixed several bugs
      
      * Update licence headers && small fixes
      
      * Update remaining licence headers && small changes
      
      * Fix part of tests
      
      * Fix tests
      
      * Remove unused code
      
      * Fix part of comments
      
      * Some fixes
      
      * Move file download process to job
      
      * Rename methods
      
      * Small fix
      
      * Fix storages configuration for tasks
      
      * Styles
      
      * Remove unused
      
      * Change storage configuration && fix forms reset && some fixes
      
      * Update imports
      
      * Remove extra argument type
      
      * Add catch
      
      * Fix import backup from local
      
      * Import architecture refactoring && some fixes
      
      * Rename props
      
      * Small reorganization of export architecture &&  minor fixes
      
      * Remove unused import
      
      * Small fix && skip error notification when no permissions
      
      * Fix project creating
      
      * Fix part of eslint issues
      
      * Fix eslint
      
      * Fix eslint
      
      * Fix eslint
      
      * eslint
      
      * Fix some eslint issues
      
      * Combine uploadAnnotations and importDataset
      
      * Fix annotation uploading from local
      
      * Update tests
      
      * Fix annotation uploading
      
      * Fix notification
      
      * Update dependencies
      
      * fix
      
      * Update jest tests
      
      * Skip error notification when no permissions
      
      * Update case 91 92 canvas3d tests
      
      * Styles
      
      * Update icons
      
      * eslint
      
      * eslint
      
      * eslint
      
      * eslint
      
      * Create & delete cloud storage
      
      * Common part && export job annotations
      
      * Update tests && add tests for project backup
      
      * Fix typo
      
      * Rename variables
      
      * debug
      
      * Revert timeout
      
      * Fix server host
      
      * Fix test with project backup restore
      
      * small refactoring
      
      * Update issue_2473_import_annotations_frames_dots_in_name
      56e8c1eb
  17. 16 9月, 2022 1 次提交