1. 17 12月, 2021 1 次提交
  2. 16 12月, 2021 2 次提交
  3. 14 12月, 2021 1 次提交
  4. 10 12月, 2021 2 次提交
  5. 09 12月, 2021 2 次提交
  6. 07 12月, 2021 1 次提交
  7. 05 12月, 2021 1 次提交
  8. 02 12月, 2021 1 次提交
  9. 26 11月, 2021 2 次提交
  10. 24 11月, 2021 3 次提交
  11. 19 11月, 2021 1 次提交
  12. 16 11月, 2021 1 次提交
  13. 15 11月, 2021 1 次提交
  14. 14 11月, 2021 1 次提交
  15. 10 11月, 2021 1 次提交
  16. 09 11月, 2021 4 次提交
  17. 08 11月, 2021 1 次提交
  18. 05 11月, 2021 1 次提交
  19. 02 11月, 2021 2 次提交
  20. 28 10月, 2021 1 次提交
  21. 26 10月, 2021 3 次提交
    • G
      Added the feature to Remove annotation objects in a specified range of frames (#3617) · 78158cbc
      gudipudiramanakumar 提交于
      * Test Commit for Remove Range
      
      Test Commit for Remove Range
      
      * Remove annotations in range merged with remove annotations button merged
      
      Remove annotations in range merged with remove annotations button merged
      
      * Update annotation-reducer.ts
      
      * Update annotation-actions.ts
      
      * Update annotation-reducer.ts
      
      * Converting remove range component to hook based component
      
      Removed all the global states previously used and converted all the parameters to local state in annotation menu and remove range component.
      
      * Improved clear in cvat core and implemented remove range
      
      Added arguments of startframe and endframe to clear method in annotation-collection, and also added the updating of the states with payload on removeannotationsinrangeasync action in the reducer.
      
      * Matching only the needed parts
      
      There are few additional old files that were needed to be removed to be completely matched with develop branch of cvat
      
      * Delete out.json
      
      * Update annotations-collection.js
      
      * Added a checkbox to remove range modal
      
      Added a checkbox to remove range modal that can be used to select if only the keyframes should be deleted in tracks or the whole track
      
      * ESLint fixed
      
      All the updated files were formatted as per ESLint except one line in that even cvat base is also overlooking i.e.
      Row 162, Column 15: "JSX props should not use functions" in cvat\cvat-ui\src\components\annotation-page\top-bar\annotation-menu.tsx.
      
      * More ESLint and other updates
      
      Changed all the suggested changes and also removed unnecessary files in dist.
      Removed unnecessary explicit removals in objects and additional wrappers.
      
      * Update annotation-menu.tsx
      
      Fixed the mistake of wrong variable name.
      
      * Update remove-range-confirm.tsx
      
      Additional ESLint Issue fixed
      
      * Changed the approach of removeAnnotations modal
      
      Changed the approach of removeAnnotations modal so that it could match the implementation of all the other components
      
      * Added to changelog
      
      Fixed type annotations in the annotation-menu component for remove annotations, and updated cvat-ui and cvat-core npm versions.
      78158cbc
    • A
      Fixed dataset_repo migration (#3827) · 1db66e70
      Andrey Zhavoronkov 提交于
      1db66e70
    • S
      Update CHANGELOG.md · 07c50531
      Stella Alice Schlotter 提交于
      Co-authored-by: NBoris Sekachev <boris.sekachev@intel.com>
      07c50531
  22. 22 10月, 2021 2 次提交
  23. 15 10月, 2021 3 次提交
  24. 14 10月, 2021 1 次提交
    • D
      Migrate to node 16, npm 7. (#3773) · e484aa75
      Dmitry Kruchinin 提交于
      * Migrate to node 16 and nmp 7.
      
      * Step 2
      
      * Moving eslint to one package.json
      
      * Fix package for 3D
      
      * Update package files
      
      * Fix package.json. Update package-lock.json. Update DockeFile.ui
      
      * Change "node-sass" to "sass" due to snyk issues
      
      * Automatically update your stylesheets due to DEPRECATION WARNING from sass
      
      * Moving all dev dependencies to root package.json
      
      * Remove unnecessary dependence from cvat-core-package.json
      
      * Update of the year in copyrights
      
      * Update CHANGELOG.md
      
      * Define workspaces
      
      * Update npm command to root package.json
      
      * Update npm commands and corresponding files
      
      * Update npm command.
      
      * Fix Dockerfile.ui
      
      * Fix error loading rule '@typescript-eslint/dot-notation'
      
      * Fix eslint check issue
      Co-authored-by: NBoris Sekachev <boris.sekachev@intel.com>
      e484aa75
  25. 07 10月, 2021 1 次提交