* 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: Boris Sekachev <boris.sekachev@intel.com>
* Cypress test case 106. docker-compose for file share.
* Continue writing the test
* Added class to reducer
* Case 106. Added check issue 3733
* Updated yml files
* debug
* Fix renaming a image
* Remove debug
* Update the test
* Added comment
* Rename test case/file/images
* Added assert.
* Applying comments
* Apply comments
* improve versioning of the documentation website
* fix version dropdown menu
* fix linter errors
* hide contribuiting subsections and update site/build_docs.py
* revert changes contributing section and remove unwanted text
* Try add model support to CVAT build
* Added a test. Run test from different job.
* Change context
* Moved models test to project actions.
Configs adaptations.
Checking nightly
* Moved canvas 3d tests to different cypress config
Updated publish_docker_images.yml
* Removed models from matrix
* check tests on publish workflow
* Rework publish yml
* fix build, up -d
* Removed unnecessary line
* Fix all issues reported by remark
* Move remark dependencies from the workflow definition into package.json
This enables the transitive dependencies to be pinned, just like for all
other packages.
* Add additional remark plugins
These are needed to correctly parse certain constructs in Markdown files
(such as tables and YAML frontmatter), and without them, remark produces
invalid warnings on some files.
* Update the remark-lint preset versions
The previous versions reference the old version of the
`remark-lint-table-cell-padding` plugin, which doesn't work correctly with
the current version of `remark-parse` (and thus produces spurious warnings).
* GitHub Actions: run remark on all Markdown files, not just changed ones
This way, if a PR updates the remark configuration and that causes new errors
to appear, those errors will show up in that PR, instead of the (unrelated) PR
that next updates the affected files.
There is no runtime cost to this, because remark takes approximately 1 second
to check all files.
3D bounding box manipulation: side view, top view, front view surrounding the object.
Allow user to place 3D bounding boxes & tag labels on specific area using point cloud.
Co-authored-by: cdp <cdp123>
Co-authored-by: Jayraj <jayrajsolanki96@gmail.com>
* Configured CI workflow for public images
* updated license headers
* align list item indent rule for remarklint and prettier
* updated changelog
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>