1. 07 10月, 2019 1 次提交
  2. 02 10月, 2019 1 次提交
    • N
      Slightly enhance command line interface feature (#746) · 73bab7be
      Nikita Manovich 提交于
      * Slightly enhance command line interface feature.
      Added README.md, run tests using travis, run CLI tests from VS code.
      * Removed formatted string due to a limitation on our python version inside the container.
      * Add information about command line interface to the main page.
      73bab7be
  3. 01 10月, 2019 2 次提交
  4. 30 9月, 2019 1 次提交
    • T
      New command line tool for working with tasks (#732) · db19cbfe
      telenachos 提交于
      * Adding new command line tool for performing common task related
      operations (create, list, delete, etc.)
      * Replaced @exception decorator with try/except in main()
      * Replaced optional --name with positional name and removed default
      * Added license text to files
      * Added django units to cover future API changes
      * Refactored into submodules to better support tests
      db19cbfe
  5. 27 9月, 2019 2 次提交
  6. 25 9月, 2019 2 次提交
  7. 24 9月, 2019 2 次提交
  8. 17 9月, 2019 1 次提交
  9. 15 9月, 2019 2 次提交
  10. 14 9月, 2019 1 次提交
  11. 12 9月, 2019 1 次提交
  12. 11 9月, 2019 1 次提交
    • V
      typo ? · 884e8299
      vfdev 提交于
      Should not this be cvat_redis -> redis ?
      884e8299
  13. 10 9月, 2019 2 次提交
  14. 09 9月, 2019 1 次提交
  15. 07 9月, 2019 2 次提交
  16. 05 9月, 2019 1 次提交
  17. 04 9月, 2019 1 次提交
  18. 03 9月, 2019 1 次提交
  19. 02 9月, 2019 1 次提交
  20. 30 8月, 2019 2 次提交
  21. 29 8月, 2019 1 次提交
  22. 28 8月, 2019 2 次提交
  23. 27 8月, 2019 2 次提交
  24. 26 8月, 2019 2 次提交
  25. 24 8月, 2019 1 次提交
    • A
      Az/fix no dump default attrs (#656) · fc2b9c94
      Andrey Zhavoronkov 提交于
      * fill absent attributes by default values during annotation save
      * fill absent attributes by default values during init from db
      * fixed tests
      * updated changelog, added some coments, minor fixes
      fc2b9c94
  26. 21 8月, 2019 1 次提交
  27. 20 8月, 2019 2 次提交
  28. 19 8月, 2019 1 次提交
    • N
      Auth for REST API (api/v1/auth/*) (#622) · e7bab870
      Nikita Manovich 提交于
      * Added trivial login/logout/register
      * Auth methods for REST API.
      
      - api/v1/auth/login
      - api/v1/auth/logout
      
      For basic auth only:
      - api/v1/auth/register
      - api/v1/auth/password/*
      
      * Add info about auth for REST API into CHANGELOG.md
      * Add pylintrc for codacy, updated pylint and its dependecies.
      * Add token authorization, renamed cvat.js to cvat-core in all places.
      * Implemented register method in cvat-core
      * Added first_name and last_name to RegisterSerializer.
      e7bab870