1. 27 3月, 2023 1 次提交
  2. 24 3月, 2023 4 次提交
  3. 23 3月, 2023 1 次提交
  4. 22 3月, 2023 4 次提交
  5. 21 3月, 2023 1 次提交
  6. 20 3月, 2023 1 次提交
  7. 17 3月, 2023 1 次提交
  8. 16 3月, 2023 3 次提交
  9. 15 3月, 2023 3 次提交
  10. 14 3月, 2023 1 次提交
    • A
      Fix reset of attributes when moving a task to a project (#5764) · 10ffa610
      Anastasia Yasakova 提交于
      - Fixed reset of attributes when moving a task to a project
      
      Steps to reproduce the bug:
      
      1. Create a task with a couple of labels and attributes
      2. Annotate several frames in the task. Attributes should have
      non-default value.
      3. Create a project and copy the definition of labels with attributes
      4. Move the task to the project.
      5. Attributes should have default values after the action
      Co-authored-by: Nkirill-sizov <sizow.k.d@gmail.com>
      10ffa610
  11. 10 3月, 2023 1 次提交
    • R
      Set a custom User-Agent for queries made by CVAT and CVAT SDK (#5705) · 28aec51a
      Roman Donchenko 提交于
      This lets us:
      
      * Download images from hosts that block generic user agents (notably,
      Wikimedia sites).
      
      * Easily distinguish queries to `app.cvat.ai` made by CVAT SDK (for
      analytics).
      
      Also as a consequence of the implementation, CVAT can now reuse the
      connection when downloading multiple images from the same host.
      
      I can't really think of any benefits from using the custom user agent
      for types of requests that I didn't mention (i.e. hooks, OPA, nuclio),
      but for consistency I updated them all.
      28aec51a
  12. 09 3月, 2023 2 次提交
  13. 06 3月, 2023 1 次提交
  14. 02 3月, 2023 2 次提交
  15. 28 2月, 2023 1 次提交
  16. 24 2月, 2023 2 次提交
  17. 23 2月, 2023 1 次提交
  18. 22 2月, 2023 1 次提交
  19. 21 2月, 2023 1 次提交
  20. 19 2月, 2023 1 次提交
  21. 15 2月, 2023 1 次提交
  22. 08 2月, 2023 1 次提交
  23. 04 2月, 2023 1 次提交
    • M
      Add simple filters for collections (#5575) · 0280b5fb
      Maxim Zhiltsov 提交于
      Added simple filter queries for collections in the server API. Such
      queries should cover simpler cases, while more complex filters should
      use the JSON syntax.
      
      - Added simple filters for collection endpoints in API (e.g.
      `/tasks?project_id=42&user=myusername`)
      - Removed duplicating collection endpoints in API in favor of their full
      versions:
        - `/projects/{id}/tasks` -> `/tasks?project_id={id}`
        - `/tasks/{id}/jobs` -> `/jobs?task_id={id}`
        - `/jobs/{id}/issues` -> `/issues?job_id={id}`
        - `/issue/{id}/comments` -> `/comments?issue_id={id}`
        - Corresponding owning objects now return a link to the collection:
          - `/projects/{id}`: `.tasks`
          - `/tasks/{id}`: `.jobs`
          - `/jobs/{id}`: `.issues`
          - `/issue/{id}`: `.comments`
      - Fixed errors in the generated server API schema:
      - Input and output types in all the basic model methods (`Create`,
      `Update`, `Retrieve`, `Delete`)
      - Removed invalid separation for the project list operation response
      type
      - File structure for projects in the dataset cache is updated to store
      the new project representation. Old caches will be invalidated.
      - Added tests
      0280b5fb
  24. 03 2月, 2023 1 次提交
  25. 02 2月, 2023 1 次提交
    • A
      Fix SiamMask and TransT serverless functions (#5658) · 4df7c4c2
      Anastasia Yasakova 提交于
      While deploying I got the following error:
      ```
      ./Miniconda3-latest-Linux-x86_64.sh: 438: [[: not found
      ./Miniconda3-latest-Linux-x86_64.sh: 444: [[: not found
      
      CondaFileIOError: '/root/miniconda3/pkgs/envs/*/env.txt'. [Errno 2] No such file or directory: '/root/miniconda3/pkgs/envs/*/env.txt'
      ```
      4df7c4c2
  26. 31 1月, 2023 1 次提交
  27. 27 1月, 2023 1 次提交