1. 08 11月, 2022 2 次提交
  2. 07 11月, 2022 2 次提交
  3. 06 11月, 2022 1 次提交
  4. 05 11月, 2022 3 次提交
  5. 04 11月, 2022 5 次提交
  6. 02 11月, 2022 5 次提交
  7. 01 11月, 2022 5 次提交
  8. 31 10月, 2022 2 次提交
  9. 28 10月, 2022 1 次提交
  10. 27 10月, 2022 4 次提交
    • R
      Remove `--` from some `yarn run` commands (#5173) · 286f942b
      Roman Donchenko 提交于
      In Yarn 1.0, the `--` is no longer required, and in Yarn 2.0 it is now
      passed to the script verbatim, thus breaking the command.
      
      There are also usages of `--` in `lint-staged.config.js`, but in those
      cases, passing `--` to the script would be mildly beneficial (ensuring that
      none of the file names are interpreted as options), so I'm keeping those.
      286f942b
    • B
      No extra rerender of different pages with each click (#5178) · 6d965b80
      Boris Sekachev 提交于
      * No extra rerender of different pages with each click
      
      * updated changelog
      
      * Dedicated effects
      
      * Removed extra code
      6d965b80
    • K
      Refactor CI (#5060) · 4cd43a27
      Kirill Sizov 提交于
      * workflows: add docker image scan for CI workflow
      
      * enter debug mode
      
      * update mod-wsgi dependency
      
      * add Trivy image scanner for cvat/ui image
      
      * add trivyignore file
      
      * update trivyignore file
      
      * try scan without trivyignore
      
      * remove trivy scanner
      
      * add workflow that updates yarn.lock file for PRs from Snyk
      
      * remove extra empty lines
      
      * revert changes for mod-wsgi version
      
      * remove deprecated set-output for workflows
      
      * update upload-artifact action
      
      * update upload-artifact action
      
      * test another github action for getting changed files
      
      * fix typo
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * revert changes for bandit linter
      
      * remove debug changes
      
      * remove debug changes
      
      * remove debug changes
      
      * remove debug changes
      
      * exit debug mode
      4cd43a27
    • M
      Fix create manifest command (#5172) · e4e8da28
      Maria Khrustaleva 提交于
      e4e8da28
  11. 26 10月, 2022 2 次提交
  12. 25 10月, 2022 3 次提交
  13. 24 10月, 2022 1 次提交
  14. 21 10月, 2022 4 次提交