26 Commits (589dc91d2d5ff80f7f4923d640ee0eb3582d9d60)

Author SHA1 Message Date
Dmitry Kalinin f18b1cb82d
Project: export as a dataset (#3365) 5 years ago
Dmitry Kruchinin 1cadb3c6f4
CI. Reducing the time of passing CI through the separation of tests for 3D functionality. (#3442)
* Tests moved to diff folder

* Update cypress config for 3d tests

* Update main.yml

* CI config fixing

* Updates screenshot path
5 years ago
Dmitry Kruchinin b7f8e8dd83
Build CVAT with models support. Adding cypress test to check models page. (#3369)
* 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
5 years ago
Andrey Zhavoronkov 0974484b71
Documentation versioning (#3357)
* initial version of docs versioning

* updated license header

* fix linter issue
5 years ago
Dmitry Kruchinin c9f5c4d29f
Remove headless for canvas-3d develop branch (#3274) 5 years ago
Roman Donchenko d15a3199c2
Fix many spelling errors (#3244)
* Fix spelling errors

* Bump version numbers after the spelling fixes

* Fix OSX build (os.mknod requires super-priviligies)

* Fixed eslint warnings.

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Roman Donchenko 25975467ea
Fix all remark warnings (#3261)
* 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.
5 years ago
manasars f74a496733
CVAT 3D Milestone-5 (#3079)
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>
5 years ago
Andrey Zhavoronkov 48df73c96e
fixed documentation workflow (#3217) 5 years ago
Timur Osmanov 9615436ecc
Website with documentation (#3039) 5 years ago
Dmitry Kruchinin 0028a415ed
CI: Add "cvat" container logs as an artifact (#3177) 5 years ago
Dmitry Kruchinin e67a33206c
Installing a specific version of the module (#3157) 5 years ago
Dmitry Kruchinin b9f405804b
CI. Using the Docker layer cache. Parallelizing test runs. (#3100) 5 years ago
Dmitry Kruchinin 38b774046d
Remark linter. Check lenght of messages only. (#3117) 5 years ago
Dmitry Kruchinin e45018bc43
CI. Adding file validation by hadolint/stylelint/remark linters. (#3105)
* hadolint

* Hadolint config. Add some echos for help

* some fix

* add some dockerfiles for check

* Add python script to convert jsom to html.

hadolint.yml adaptation

* hadolint report if level "error" exist

* Revert Dockerfiles

* Add stylelint checking worklow

* Add remark checking for md files

* Remark. Remove --silent
5 years ago
Dmitry Kruchinin fad8612405
CI: canceling previous workflow runs (#3078) 5 years ago
Dmitry Kruchinin ca97507211
Upload cypress screenshots folder as an artifact if the tests failed with an error. (#2934)
* added upload cypress screenshots if a tests failed.

* Replace command to run cypress tests in publish_docker_images.yml
5 years ago
Dmitry Kruchinin daf479e907
Linters. Selecting files if the status is not "removed". (#2888)
* Add select files if have`t status "removed".

* SOme fix
5 years ago
Dmitry Kruchinin d8ddf6a00e
Workflow. Change getting files from PR. (#2874)
* Change getting file list from PR

* Remove commands for debug
5 years ago
Dmitry Kruchinin 88f494a098
Pylint. Disabling the installation of all django-* modules. (#2861) 5 years ago
Dmitry Kruchinin ad251041fe
Fix issue pylint "no module Django" (#2858) 5 years ago
Dmitry Kruchinin 6f1246bcd5
Linters. Pylint. (#2816)
* Linters. Pylint.

* Pylint. Apply comments.
5 years ago
Dmitry Kruchinin 0f1c166b1c
Linter / Bandit (#2824) 5 years ago
Dmitry Kruchinin c81826d0f2
Linter / Eslint (#2811) 5 years ago
Andrey Zhavoronkov 108947fbce
Added CI workflow to publish CVAT images (#2766)
* 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>
5 years ago
Dmitry Kruchinin a440ef24f8
Move to GitHub Actions. (#2653)
* Remove .travis.yml

* Rework env in docker-compose.ci.yml

* Add github actions configs

* Deleting unnecessary config rows.

* Apply comments. Remove unnecessary config rows.

* configured coveralls

Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
5 years ago