1. 09 11月, 2021 2 次提交
  2. 08 11月, 2021 1 次提交
  3. 05 11月, 2021 1 次提交
  4. 03 11月, 2021 3 次提交
  5. 02 11月, 2021 4 次提交
  6. 29 10月, 2021 1 次提交
    • B
      Working on linter configurations (#3839) · 7bf41541
      Boris Sekachev 提交于
      * Fix different project configs
      
      * Sorted out all eslint configurations
      
      * Return package-lock file created with npm 7 (just in case of compatibility issues), prev was 8
      
      * Changed based image to lts slim
      7bf41541
  7. 28 10月, 2021 1 次提交
  8. 26 10月, 2021 6 次提交
    • 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
    • N
      4b2769c3
    • N
    • 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
    • K
      Fix intelligent scissors blocking (#3825) · 3f8b9e48
      Kirill Lakhov 提交于
      * added event repeat check
      
      * fix eslint errors
      3f8b9e48
  9. 22 10月, 2021 3 次提交
  10. 21 10月, 2021 2 次提交
  11. 19 10月, 2021 2 次提交
  12. 15 10月, 2021 4 次提交
  13. 14 10月, 2021 3 次提交
    • M
      Optimizing getting cloud storage (#3776) · 8c386525
      Maria Khrustaleva 提交于
      * Init
      
      * Update getting preview
      
      * Fix updating
      
      * Remove excess
      
      * Apply comments
      
      * Remove excess
      
      * Fix
      8c386525
    • D
      Cypress. Fix tests. (#3783) · 68d412b1
      Dmitry Kruchinin 提交于
      * Additional fix case 28
      
      * Fix case 69
      
      * Additional fix case 31.
      
      * case 69
      68d412b1
    • 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
  14. 11 10月, 2021 1 次提交
  15. 08 10月, 2021 2 次提交
  16. 07 10月, 2021 3 次提交
  17. 06 10月, 2021 1 次提交