main
${ noResults }
5 Commits (main)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
e60127001c
|
Upgrade Cypress to 12.x (#5681)
<!-- Raise an issue to propose your change (https://github.com/opencv/cvat/issues). It helps to avoid duplication of efforts from multiple independent contributors. Discuss your ideas with maintainers to be sure that changes will be approved and merged. Read the [Contribution guide](https://opencv.github.io/cvat/docs/contributing/). --> <!-- Provide a general summary of your changes in the Title above --> ### Motivation and context <!-- Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here. Describe your changes in detail, add screenshots. --> ### How has this been tested? <!-- Please describe in detail how you tested your changes. Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc. --> ### Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. If an item isn't applicable for some reason, then ~~explicitly strikethrough~~ the whole line. If you don't do that, GitHub will show incorrect progress for the pull request. If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] I submit my changes into the `develop` branch - [ ] I have added a description of my changes into the [CHANGELOG](https://github.com/opencv/cvat/blob/develop/CHANGELOG.md) file - [ ] I have updated the documentation accordingly - [ ] I have added tests to cover my changes - [ ] I have linked related issues (see [GitHub docs]( https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)) - [ ] I have increased versions of npm packages if it is necessary ([cvat-canvas](https://github.com/opencv/cvat/tree/develop/cvat-canvas#versioning), [cvat-core](https://github.com/opencv/cvat/tree/develop/cvat-core#versioning), [cvat-data](https://github.com/opencv/cvat/tree/develop/cvat-data#versioning) and [cvat-ui](https://github.com/opencv/cvat/tree/develop/cvat-ui#versioning)) ### License - [ ] I submit _my code changes_ under the same [MIT License]( https://github.com/opencv/cvat/blob/develop/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern. |
3 years ago |
|
|
72b612507a
|
Bump json5 from 2.2.1 to 2.2.2 in /tests (#5532)
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/json5/json5/releases">json5's releases</a>.</em></p> <blockquote> <h2>v2.2.2</h2> <ul> <li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (<a href="https://github-redirect.dependabot.com/json5/json5/issues/295">#295</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/json5/json5/blob/main/CHANGELOG.md">json5's changelog</a>.</em></p> <blockquote> <h3>v2.2.2 [<a href="https://github.com/json5/json5/tree/v2.2.2">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.1...v2.2.2">diff</a>]</h3> <ul> <li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (<a href="https://github-redirect.dependabot.com/json5/json5/issues/295">#295</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago |
|
|
c3dd3499e3
|
Added Cypress testing for feature: Multiple tasks creating from videos (#5028)
* add tests for try of creating multitasks with images and video * add tests seccess creating video with Remote source * reduce time of debounce * try fix 107, 118 tests * try fix 107 tests * fix test with attach video * disable test with attach video * fix url to remote videos * Aborted extra changes * Updated files * Refactored case 107 * Fixed almost all tests * Aborted extra changes * removed extra files * Improved tests, added tests for local videos * Fixed corner case * Fix :// * Redesigned a way of getting a file type * Added html type to button * Some refactoring * Removed extra file * sdk tests: fix path for file share images Co-authored-by: Boris <sekachev.bs@gmail.com> Co-authored-by: kirill-sizov <sizow.k.d@gmail.com> |
3 years ago |
|
|
8ebdf5db93
|
Fixed eslint config (#131)
* Fixed eslint config * Updated yarn.lock |
4 years ago |
|
|
2240b3f4aa
|
Replace npm with yarn (#113)
* package.json: private true * delete package-lock.json * cvat-core/package.json: fix path for cvat-data * replace npm with yarn * replace npm with yarn * add yarn.lock files * replace npm with yarn * remark: replace npm with yarn * fixes * fixes * alligment * workflows: replace npm with yarn * revert husky version * replace npm with yarn on ci image * add yarn for ci image * enable debug mode for main workflow * debug mode * v0.0.0 * resolve dependencies issues * update docs * exit debug mode * add yarn.lock to the ui image * fix three version * resolve conflicts * [no ci] use yarn instead of npm * fix src path |
4 years ago |