1. 21 6月, 2023 1 次提交
  2. 07 6月, 2023 1 次提交
  3. 06 6月, 2023 1 次提交
  4. 27 5月, 2023 1 次提交
  5. 28 4月, 2023 1 次提交
  6. 18 1月, 2023 1 次提交
  7. 16 8月, 2022 1 次提交
  8. 06 6月, 2022 1 次提交
  9. 19 1月, 2022 1 次提交
  10. 23 12月, 2021 1 次提交
  11. 02 12月, 2021 1 次提交
  12. 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
  13. 09 12月, 2020 1 次提交
  14. 03 12月, 2020 1 次提交
  15. 02 12月, 2020 1 次提交
    • B
      [Dependent] Simple Review Pipeline (Client) (#2357) · d6ac8cc5
      Boris Sekachev 提交于
      * tmp
      
      * Removed migration
      
      * Rebased
      
      * Added signals & rating
      
      * Updated API views
      
      * Added reviewer serializer
      
      * Added permissions
      
      * Fixed some code issues
      
      * Fixed swagger docs
      
      * Some fixes
      
      * Updated api method to create review
      
      * Added some API tests & some fixes
      
      * Added some tests
      
      * Removed extra code
      
      * cvat-core, basic review view
      
      * Removed extra components
      
      * Fixed context menu
      
      * Added api method to canvas, removed extra files
      
      * Implemented roi selection
      
      * Added method to display rois on canvas
      
      * Updated README.md
      
      * Create issue dialog, some fixes
      
      * Setup chat dialog windows
      
      * Code refactoring
      
      * Some fixes
      
      * Small enhancement
      
      * Fixed core tests, removed extra code
      
      * A couple of fixes on canvas
      
      * Canvas issues highlighting
      
      * Small UX fix
      
      * Fixed width of chat
      
      * Code refactoring
      
      * Added dialogs & review summary
      
      * Fixed tests
      
      * Fixed bug during rendering
      
      * Applied changes from client part
      
      * Fixed bugs in tests
      
      * Added docs & setup plugins in cvat-core
      
      * Aborted cypress changes
      
      * Fixed comments
      
      * Removed extra change
      
      * Renamed fields
      
      * Updated versions, fixed some comments
      
      * Merged develop
      
      * Merged develop
      
      * Removed extra changes
      
      * Removed extra changes
      
      * Fixed tests
      
      * Fixed scale & animation
      
      * Using hull instead of the whole set of points
      
      * Fixed minor issue
      
      * Added additional logic to improve UX
      
      * Updated task instance after review submitting
      
      * Removed extra dependenci from package lock
      
      * Fixed REST API test
      
      * Removed /comments/<id> [PUT]
      
      * /issue/comments/create [POST] -> /comments [POST]
      
      * /job/<id>/reviews/create [POST] -> /reviews [POST]
      
      * [PATCH] /issue/<id>/resolve(reopen) -> [PATCH] /issue/id
      
      * Minor fix
      
      * Updated till the latest REST APi
      
      * Fixed test
      
      * Reviewed review summary
      
      * Review summary client-side
      
      * Removed unused import
      
      * Checking permissions client side
      
      * Checking job permissions
      
      * UP issue dialog onmouseout
      
      * Added shadow & pressenter event
      
      * Added ref initial value
      
      * Using the same box shadow in the whole project
      
      * Removed extra files in the patch
      
      * Removed extra files in the patch
      
      * Updated versions
      
      * Updated changelog
      
      * Fixed merge issue
      
      * Set updated flag on changing a reviewer
      
      * Fixed submit review modal
      
      * Two minor issue fixed
      
      * Searching issues & additional sidebar tab
      
      * Show text for locked objects
      
      * Fixed permissions for reviewers
      
      * Fixed typos
      
      * Fixed review request/submit actions, added action to finish a job
      
      * Star rating instead
      
      * Fixed migration
      
      * Removed animation, updated blur/highlight behaviour, updated hiddel labels position
      
      * Hide/show issues button, adjusted header
      
      * Context menu & buttons
      
      * Removed ability to select an object in region selector
      
      * Do not show issues in AAM & tag annotation
      
      * Fixed jest tests
      
      * Fixed: cannot read property label of undefined
      
      * Getting hull before creating the issue
      
      * Added ability to leave quick comment one of latest
      Co-authored-by: NNikita Manovich <nikita.manovich@intel.com>
      d6ac8cc5