https://github.com/opencv/cvat

sort by:
Revision Author Date Message Commit Date
2bb8643 Updated release date, froze CHANGELOG 09 November 2021, 06:23:15 UTC
1ea23e3 Keramblock develop (#3880) * Fixes for helm chart * added changelog note Co-authored-by: Michael Kirpichev <m.kirpichev@haut.ai> 08 November 2021, 12:03:48 UTC
e774991 Add note about redis server in WSL (#3828) 05 November 2021, 07:34:43 UTC
d7ea098 Disabled some 3d tests for GitHub CI (#3860) 03 November 2021, 14:05:38 UTC
6e49f1b fix (#3859) 03 November 2021, 11:08:47 UTC
2cbe1d5 Add documentation about remove annotation in a frame range (#3854) * update docs * fix mistakes 03 November 2021, 06:59:03 UTC
edb3df0 Update project updated_time (#3810) (#3814) 02 November 2021, 13:49:12 UTC
78363b8 fixing support for an external postgresql database with helm deployment (#3779) 02 November 2021, 11:57:39 UTC
5841dd3 removed listing of cloud storage bucket contents (#3797) 02 November 2021, 11:54:16 UTC
3e9be5b Removed validation of key_file_path in gcs (#3850) Co-authored-by: engineer-exercise <keita.iwamoto@legalforce.co.jp> 01 November 2021, 17:40:23 UTC
7bf4154 Working on linter configurations (#3839) * 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 29 October 2021, 06:11:05 UTC
b574679 Update Datumaro dependency to 0.2.0 (#3813) 28 October 2021, 11:29:42 UTC
78158cb Added the feature to Remove annotation objects in a specified range of frames (#3617) * Test Commit for Remove Range Test Commit for Remove Range * Remove annotations in range merged with remove annotations button merged Remove annotations in range merged with remove annotations button merged * Update annotation-reducer.ts * Update annotation-actions.ts * Update annotation-reducer.ts * Converting remove range component to hook based component Removed all the global states previously used and converted all the parameters to local state in annotation menu and remove range component. * Improved clear in cvat core and implemented remove range Added arguments of startframe and endframe to clear method in annotation-collection, and also added the updating of the states with payload on removeannotationsinrangeasync action in the reducer. * Matching only the needed parts There are few additional old files that were needed to be removed to be completely matched with develop branch of cvat * Delete out.json * Update annotations-collection.js * Added a checkbox to remove range modal Added a checkbox to remove range modal that can be used to select if only the keyframes should be deleted in tracks or the whole track * ESLint fixed All the updated files were formatted as per ESLint except one line in that even cvat base is also overlooking i.e. Row 162, Column 15: "JSX props should not use functions" in cvat\cvat-ui\src\components\annotation-page\top-bar\annotation-menu.tsx. * More ESLint and other updates Changed all the suggested changes and also removed unnecessary files in dist. Removed unnecessary explicit removals in objects and additional wrappers. * Update annotation-menu.tsx Fixed the mistake of wrong variable name. * Update remove-range-confirm.tsx Additional ESLint Issue fixed * Changed the approach of removeAnnotations modal Changed the approach of removeAnnotations modal so that it could match the implementation of all the other components * Added to changelog Fixed type annotations in the annotation-menu component for remove annotations, and updated cvat-ui and cvat-core npm versions. 26 October 2021, 13:06:54 UTC
4b2769c Merge branch 'BerlinUnited-fix/dextr_deployment' into develop 26 October 2021, 11:31:54 UTC
e34941e Merge remote-tracking branch 'origin/develop' into BerlinUnited-fix/dextr_deployment 26 October 2021, 11:27:54 UTC
1db66e7 Fixed dataset_repo migration (#3827) 26 October 2021, 11:22:04 UTC
07c5053 Update CHANGELOG.md Co-authored-by: Boris Sekachev <boris.sekachev@intel.com> 26 October 2021, 10:50:55 UTC
3f8b9e4 Fix intelligent scissors blocking (#3825) * added event repeat check * fix eslint errors 26 October 2021, 09:37:50 UTC
fb6305f Git different formats (#3708) 22 October 2021, 13:12:42 UTC
7b40b84 Update documentation site (#3789) 22 October 2021, 13:08:59 UTC
04bf712 fix dextr deployment. See https://github.com/openvinotoolkit/cvat/issues/3819 22 October 2021, 11:43:59 UTC
9747636 Create codeql-analysis.yml 21 October 2021, 12:58:15 UTC
a18f3ea Cypress. Fix case 28. (#3812) * Fix case 28 * Added additional asserts. * Added checks * Added check .cvat-canvas-context-menu not exist * Revert command * Add assert 21 October 2021, 05:51:15 UTC
483e4f6 Improving documentation about tracker SiamMask (#3807) * update docs * fix mistakes * fix file name * fix mistake 19 October 2021, 12:57:30 UTC
e3eeccb CI. Exclude from run build/tests jobs if PR have [WIP]/[Dependent] in the title or has "Draft" status. (#3806) 18 October 2021, 18:17:00 UTC
b657113 Fix iterating over manifest (#3792) * Fix * Update CHANGELOG Co-authored-by: Nikita Manovich <nikita.manovich@intel.com> 15 October 2021, 09:05:04 UTC
584392a Updating documentation (#3800) * update docs * update README.md * fix mistake * update CHANGELOG.md and fix remark issues * cancel change backup_guide.md 15 October 2021, 09:04:14 UTC
0faba29 Fix manifest removing (#3791) 15 October 2021, 07:41:01 UTC
d3554c5 Add Azure Blob Container tutorial for cloudstorages (#3778) 15 October 2021, 07:30:56 UTC
8c38652 Optimizing getting cloud storage (#3776) * Init * Update getting preview * Fix updating * Remove excess * Apply comments * Remove excess * Fix 14 October 2021, 10:57:36 UTC
68d412b Cypress. Fix tests. (#3783) * Additional fix case 28 * Fix case 69 * Additional fix case 31. * case 69 14 October 2021, 10:45:09 UTC
e484aa7 Migrate to node 16, npm 7. (#3773) * 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> 14 October 2021, 06:02:43 UTC
8fea507 update docs hrnet18 (#3786) 11 October 2021, 14:08:42 UTC
e8b3284 Cypress test. Connected file share. (#3764) * 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 08 October 2021, 11:01:24 UTC
55db93e fix: upgrade detect-browser from 5.2.0 to 5.2.1 (#3777) Snyk has created this PR to upgrade detect-browser from 5.2.0 to 5.2.1. See this package in npm: https://www.npmjs.com/package/detect-browser See this project in Snyk: https://app.snyk.io/org/cvat/project/6ec290d2-fdd9-480b-aeef-3552213525dd?utm_source=github&utm_medium=referral&page=upgrade-pr 08 October 2021, 06:12:00 UTC
5b890b1 Manifest optimization (#3712) 07 October 2021, 07:11:16 UTC
cf6878e Documentation update, added information about trackers (#3754) * added information about tracker * remark fixes * Update site/content/en/docs/manual/advanced/ai-tools.md Co-authored-by: Timur Osmanov <54434686+TOsmanov@users.noreply.github.com> * updated installation automatic annotation guide * Update site/content/en/docs/administration/advanced/installation_automatic_annotation.md Co-authored-by: Boris Sekachev <boris.sekachev@intel.com> * Update site/content/en/docs/manual/advanced/ai-tools.md Co-authored-by: Boris Sekachev <boris.sekachev@intel.com> Co-authored-by: Timur Osmanov <54434686+TOsmanov@users.noreply.github.com> Co-authored-by: Boris Sekachev <boris.sekachev@intel.com> 07 October 2021, 06:59:06 UTC
0d4010b fix: upgrade react-awesome-query-builder from 4.4.2 to 4.5.1 (#3774) Snyk has created this PR to upgrade react-awesome-query-builder from 4.4.2 to 4.5.1. See this package in npm: https://www.npmjs.com/package/react-awesome-query-builder See this project in Snyk: https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=referral&page=upgrade-pr 07 October 2021, 06:47:27 UTC
3a6d8f5 Bump url-parse from 1.5.1 to 1.5.3 in /cvat-ui (#3771) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 06 October 2021, 07:42:07 UTC
54be92b fix: upgrade @types/react-router-dom from 5.1.8 to 5.1.9 (#3767) Snyk has created this PR to upgrade @types/react-router-dom from 5.1.8 to 5.1.9. See this package in npm: https://www.npmjs.com/package/@types/react-router-dom See this project in Snyk: https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=referral&page=upgrade-pr 06 October 2021, 07:38:35 UTC
e3c6dae Cypress. Fix tests. (#3761) * Step 1 * Step 2 * Update asset for 3d tests * Step 3 * Added custom command for screenshot screation. * Adaptation tests for 3d functionality * Command update * Update command * Rework command * always screenshots * Fix eslint issue * Fix case 31 * Update command * Fix commands 06 October 2021, 05:35:47 UTC
ced1bc8 Documentation update, added info about the cloud storage UI and add AWS-S3 tutorial (#3745) * added info about cloud storage ui * fixed linter errors, improved list spacing * fixed linter errors v2 * fixed mistakes & indentation * Apply suggestions from code review Co-authored-by: Timur Osmanov <54434686+TOsmanov@users.noreply.github.com> * fixed errors & indentation issues * fixed errors & indentation issues v2 * fix mistakes in attach-cloud-storage.md * apply suggestions v2 * add aws-s3 tutorial * fix linter errors * update attach-cloud-storage.md * fix mistakes * update attach-cloud-storage.md * update image * fix link * update attach cloud storage section * fix markup * fix mistake * fix mistake * update the example manifest * apply suggestions Co-authored-by: Motov <alexeyx.motov@intel.com> Co-authored-by: amotovx <87861362+amotovx@users.noreply.github.com> 05 October 2021, 20:32:15 UTC
4d8172c Documentation update, added info about the cloud storage UI (#3724) 04 October 2021, 10:10:18 UTC
701168a Fix case 28 (#3753) 04 October 2021, 07:54:58 UTC
51ee7cb Fixed copy job list feature (#3749) * Fixed copy job list feature * Updated version & changelog 30 September 2021, 13:17:08 UTC
54ac8c0 Cypress test. Check email confirmation page. (#3750) 30 September 2021, 09:20:02 UTC
a9ce458 Tried to fix some tests (#3737) * Tried to fix some tests * Revert visibility class * Fixed outdated code * Fixed one code point * Test. * Fixed upload annotations tests * Fixed upload tests * Disable animation for popovers * Removed extra class * Removed strange check * Pass overlayStyle from HOC to child Popover 29 September 2021, 12:41:44 UTC
2d75101 Added HRNet18 click based interactive segmentation (#3729) (#3740) * Added HRNet18 click based interactive segmentation (#3729) The commit adds serverless container that has a click based interactive segmentation model(HRNet18) that performs better than f-BRS method statistically. * fixup! Added HRNet18 click based interactive segmentation (#3729) Co-authored-by: Nikita Manovich <nikita.manovich@intel.com> 29 September 2021, 11:39:11 UTC
0473da0 Fix CHANGELOG.md after v1.6.0 release 29 September 2021, 09:35:10 UTC
dbdcd4f Added SiamMask CUDA implementation (tracking), reworked tracking approach (#3571) 29 September 2021, 09:31:15 UTC
02172ad Fixed upload test (#3742) 29 September 2021, 08:43:00 UTC
b01035f Fix cloud storage preview cropping (#3736) 29 September 2021, 06:30:13 UTC
e27c922 Cypress test. Cloud Storage page. (#3697) * Added test for check Cloud Storage page. * Applying comments * Fix movingTask command * Replace comment * Try to fix case 5 28 September 2021, 11:02:06 UTC
9551fea Display more user understandable exception message (#3721) * fix * Update CHANGELOG Co-authored-by: Nikita Manovich <nikita.manovich@intel.com> 28 September 2021, 07:10:21 UTC
ecee806 Fix problem with getting cloud storages in Firefox (#3733) * fix * Update CHANGELOG * Increase version * Fix incorrect link 27 September 2021, 13:50:09 UTC
cf8d0d3 fix: upgrade @types/react from 16.14.12 to 16.14.15 (#3731) Snyk has created this PR to upgrade @types/react from 16.14.12 to 16.14.15. See this package in npm: https://www.npmjs.com/package/@types/react See this project in Snyk: https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=referral&page=upgrade-pr 27 September 2021, 05:57:46 UTC
a294880 fix: upgrade react-redux from 7.2.4 to 7.2.5 (#3728) Snyk has created this PR to upgrade react-redux from 7.2.4 to 7.2.5. See this package in npm: https://www.npmjs.com/package/react-redux See this project in Snyk: https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=referral&page=upgrade-pr 27 September 2021, 05:55:14 UTC
03c8515 Migrated to the new antd, fixed tests, fixed annotations uploading (#3694) * Revert "Revert "Updating tests for migration to a new version of antd (#3623)"" This reverts commit 0fd8b5d49ec26f16d957d0a6505a16b2a0eedf23. * Fixed issue with annotations uploading * Fixed menu on annotation page * Tried to fix: Cannot read property nodeType of null * Updated deps * Fixed a couple of issues in menu * Fixed import after updating antd * Update cvat-ui/webpack.config.js Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com> Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com> 24 September 2021, 12:03:44 UTC
d2e623c fix: JSON transform issues by updating axios (#3706) * Update CHANGELOG.md (#2822) * fix: update axios to 0.21.4 to fix JSON transform issues * Documented fix in CHANGELOG * Update CHANGELOG.md * fix: update cvat-ui axios version Co-authored-by: Nikita Manovich <nikita.manovich@intel.com> Co-authored-by: hustfyb <hustfyb@gmail.com> Co-authored-by: Boris Sekachev <boris.sekachev@intel.com> 24 September 2021, 07:04:57 UTC
a162a65 Added email confirmation page (#3573) * Added email confirmation page 23 September 2021, 13:08:27 UTC
f3e09cd Cypress. Update case 95. Checking the addition of 2d and 3d tasks to the same project. (#3645) * Attempt to add a 3d task to a project with a 2d task * Update assert 23 September 2021, 06:20:50 UTC
620ad16 Removed unused code (#3704) 22 September 2021, 14:57:28 UTC
87246c5 Fix case 28 (#3693) 22 September 2021, 14:04:51 UTC
d91ba56 Fix incorrect comparison (#3674) * Fix incorrect comparison * Add changelog entry 21 September 2021, 14:29:20 UTC
0cc3db9 fix: upgrade async-mutex from 0.3.1 to 0.3.2 (#3696) Snyk has created this PR to upgrade async-mutex from 0.3.1 to 0.3.2. See this package in npm: https://www.npmjs.com/package/async-mutex See this project in Snyk: https://app.snyk.io/org/cvat/project/6457ad1f-89ea-4fc9-a983-bdb963e74086?utm_source=github&utm_medium=upgrade-pr 21 September 2021, 02:44:10 UTC
df75d5f Add a missing comma (#3669) 17 September 2021, 14:09:33 UTC
c31ecf1 Update CHANGELOG and server version. 17 September 2021, 11:38:17 UTC
ff6700b Merge branch 'release-1.6.0' into develop 17 September 2021, 11:35:20 UTC
9a53879 UI support cloud storage (#3372) Co-authored-by: Boris Sekachev <boris.sekachev@intel.com> 17 September 2021, 11:17:35 UTC
476b2fc Update release date 17 September 2021, 09:24:47 UTC
1cc2b59 Fix encoding (#3684) 17 September 2021, 09:20:14 UTC
6df808d Improve versioning of the documentation website and fix page 404 (#3632) * 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 17 September 2021, 09:09:23 UTC
e5a94ff sorting headers in Manual (#3648) 17 September 2021, 08:39:58 UTC
1d6f370 Fix encoding (#3684) 17 September 2021, 08:30:34 UTC
85bd09a Fix test for issue 2473 (#3683) 17 September 2021, 08:29:19 UTC
0fd8b5d Revert "Updating tests for migration to a new version of antd (#3623)" This reverts commit 1ecb44a63ebc5e09cc7057b41a32905dff47e1a3. 16 September 2021, 06:16:37 UTC
1ecb44a Updating tests for migration to a new version of antd (#3623) * Migrated to new antd and react, fixed tests * Popover visibility reworked * Fixed package-lock * Fix command for a shape drawning. * Fix command for 3D functionality * Fixed cannot read property map of undefined * Updated cypress and plugins * Update main.yml * Update popover visibility in the tests * Replace "be.visible" to check "ant-popover-hidden" class * Implemented tricky way to setup popover visibility Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru> 13 September 2021, 08:56:34 UTC
1b3e88d fix: cvat/requirements/base.txt to reduce vulnerabilities (#3666) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-1584201 13 September 2021, 08:41:29 UTC
5af103e Migration to the latest version of Cypress (#3667) * Updated packages. Adapt main.yml. * Apdated function * Test adaptations. * Disable test for issue 1823 13 September 2021, 08:40:12 UTC
31f6234 Remove save interpolated shapes (#3658) 09 September 2021, 10:39:12 UTC
c60e8aa fix: upgrade @ant-design/icons from 4.6.2 to 4.6.3 (#3650) Snyk has created this PR to upgrade @ant-design/icons from 4.6.2 to 4.6.3. See this package in npm: https://www.npmjs.com/package/@ant-design/icons See this project in Snyk: https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr 07 September 2021, 09:36:45 UTC
b63e8de Added documentation for GPU support in WSL (#3651) * Added note for cuda wsl * Fixed indentations 07 September 2021, 09:34:45 UTC
d8fd389 Merge branch 'develop' into release-1.6.0 07 September 2021, 08:31:04 UTC
0981dc3 [Snyk] Security upgrade urllib3 from 1.25.11 to 1.26.5 (#3614) * fix: cvat/requirements/base.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1533435 * Update requests package Co-authored-by: Nikita Manovich <nikita.manovich@intel.com> 06 September 2021, 19:54:40 UTC
d80d241 Update launch.json (#3625) * Update launch.json Changed .vscode\launch.json for compatibility with JavaScript Debugger * Update launch.json * Update .vscode/launch.json Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com> * Update .vscode/launch.json Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com> Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com> 06 September 2021, 19:54:07 UTC
599e38f fix: cvat/requirements/base.txt to reduce vulnerabilities (#3647) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1319443 06 September 2021, 19:53:37 UTC
e6830ec fix: cvat/requirements/base.txt to reduce vulnerabilities (#3640) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1319443 06 September 2021, 14:00:31 UTC
d6e21cd Merge branch 'develop' into release-1.6.0 06 September 2021, 13:24:37 UTC
6d0042c fix: upgrade react-cookie from 4.1.0 to 4.1.1 (#3635) Snyk has created this PR to upgrade react-cookie from 4.1.0 to 4.1.1. See this package in npm: https://www.npmjs.com/package/react-cookie See this project in Snyk: https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr 06 September 2021, 13:09:44 UTC
7a3cb3e fix: cvat-core/package.json & cvat-core/package-lock.json to reduce vulnerabilities (#3641) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 06 September 2021, 13:08:18 UTC
381c068 Updated changelog and version of the server. 06 September 2021, 13:06:40 UTC
720d798 [cvat-core] support cloud storage (#3313) * Update server-proxy * Add cloud storage implementation && update enums * Add api && fix server-proxy * Add fixes * small update * Move from ui_support_cloud_storage * Remove temporary credentials && fix typos * Remove trailing spaces * Apply lost changes * manifest_set -> manifests * [cvat-core] Add status && updated getpreview for getting the desired error message from the server * Remove excess code * Fix missing * Add tests * move from cycle * Update CHANGELOG * Increase version 02 September 2021, 11:40:57 UTC
9f31fb3 Improve documentation, correction of the "Creating an annotation task" page structure (#3586) * updating creating task page * remark fixes * corrected info about synchronization status 02 September 2021, 11:23:21 UTC
bc2dc77 Merge pull request #3633 from openvinotoolkit/sk/allow-dots-in-3d-formats Small fix. Allow dots in image name for 3D formats 02 September 2021, 09:56:34 UTC
2dce8b2 Allow dots in imagename for 3D formats 01 September 2021, 11:37:27 UTC
25f0840 [Dataset manager] Fix import for MOTS format (#3612) * Add group for shapes with same track_id * Replace shift variable * Use negative ids * Add unit test * Rename extra args * Allow dots in image name for 3D formats * Update changelog * Revert changes in bindings * Fix imports 01 September 2021, 11:02:26 UTC
dd32ee7 Added ability to setup UI host (#3631) 31 August 2021, 11:47:31 UTC
fa15f78 Extension of cloud storage server part (#3386) * Add preview && some fixes * Fix case with sub dirs on cloud storage * Move server part from ui_support_cloud_storage && fix missing id field * Add support_key_secret_key_pair * Fix several moments * Add index resetting * Fix pylint errors * Remove excess migration * tmp * Some fixes * Fixes * fix * [server] Add cloud storage status && fixes * Remove unused import * Add manifest set_index method * Implement status support for Azure blob container * Move specific attributes parsing into utils * Fix missing in migration * Fix error display * some fix * Update migration dependency * Update google cloud storage status * Update migrtaions * Update CHANGELOG 31 August 2021, 11:21:58 UTC
7bad531 fix: upgrade react-cookie from 4.0.3 to 4.1.0 (#3626) Snyk has created this PR to upgrade react-cookie from 4.0.3 to 4.1.0. See this package in npm: https://www.npmjs.com/package/react-cookie See this project in Snyk: https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr 31 August 2021, 06:44:04 UTC
35f5be2 Improved documentation versioning (#3569) * add navbar-version-selector.html * update site/build_docs.py * update site/build_docs.py * update _index.html and fix mistakes in config.toml * fix _index.html * replace all tabs with spaces * update navbar-version-selector.html * fix link in the site/readme.md * replace tabs with spaces in custom.scss and 404.html * fix linter errors 30 August 2021, 15:58:01 UTC
back to top