dependabot-preview[bot]
34eba81d86
Bump h5py from 2.9.0 to 2.10.0 in /cvat/requirements ( #1738 )
...
Bumps [h5py](https://github.com/h5py/h5py ) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/h5py/h5py/releases )
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst )
- [Commits](https://github.com/h5py/h5py/compare/2.9.0...2.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
e4cdd27e5c
Bump redis from 3.2.0 to 3.5.3 in /cvat/requirements ( #1741 )
...
Bumps [redis](https://github.com/andymccurdy/redis-py ) from 3.2.0 to 3.5.3.
- [Release notes](https://github.com/andymccurdy/redis-py/releases )
- [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/andymccurdy/redis-py/compare/3.2.0...3.5.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
2b59195252
Bump click from 6.7 to 7.1.2 in /cvat/requirements ( #1757 )
...
Bumps [click](https://github.com/pallets/click ) from 6.7 to 7.1.2.
- [Release notes](https://github.com/pallets/click/releases )
- [Changelog](https://github.com/pallets/click/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/click/compare/6.7...7.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
b96449a058
Bump keras from 2.3.1 to 2.4.2 in /cvat/requirements ( #1760 )
...
Bumps [keras](https://github.com/keras-team/keras ) from 2.3.1 to 2.4.2.
- [Release notes](https://github.com/keras-team/keras/releases )
- [Commits](https://github.com/keras-team/keras/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
f3bc63973e
Bump django-revproxy from 0.9.15 to 0.10.0 in /cvat/requirements ( #1759 )
...
Bumps [django-revproxy](https://github.com/TracyWebTech/django-revproxy ) from 0.9.15 to 0.10.0.
- [Release notes](https://github.com/TracyWebTech/django-revproxy/releases )
- [Changelog](https://github.com/TracyWebTech/django-revproxy/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/TracyWebTech/django-revproxy/compare/0.9.15...0.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
1886258a2e
Bump rope from 0.11 to 0.17.0 in /cvat/requirements ( #1762 )
...
Bumps [rope](https://github.com/python-rope/rope ) from 0.11 to 0.17.0.
- [Release notes](https://github.com/python-rope/rope/releases )
- [Commits](https://github.com/python-rope/rope/compare/0.11.0...0.17.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
5a738e14af
Bump easyprocess from 0.2.3 to 0.3 in /cvat/requirements ( #1763 )
...
Bumps [easyprocess](https://github.com/ponty/easyprocess ) from 0.2.3 to 0.3.
- [Release notes](https://github.com/ponty/easyprocess/releases )
- [Commits](https://github.com/ponty/easyprocess/compare/0.2.3...0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
zhiltsov-max
0eb005c9f2
Support relative paths in import and export ( #1463 )
...
* Move annotations to dm
* Refactor dm
* Rename data manager
* Move anno dump and upload functions
* Join server host and port in cvat cli
* Move export templates dir
* add dm project exporter
* update mask format support
* Use decorators for formats definition
* Update formats
* Update format implementations
* remove parameter
* Add dm views
* Move annotation components to dm
* restore extension for export formats
* update rest api
* use serializers, update views
* merge develop
* Update format names
* Update docs
* Update tests
* move test
* fix import
* Extend format tests
* django compatibility for directory access
* move tests
* update module links
* fixes
* fix git application
* fixes
* add extension recommentation
* fixes
* api
* join api methods
* Add trim whitespace to workspace config
* update tests
* fixes
* Update format docs
* join format queries
* fixes
* update new ui
* ui tests
* old ui
* update js bundles
* linter fixes
* add image with loader tests
* fix linter
* fix frame step and frame access
* use server file name for annotations export
* update cvat core
* add import hack for rest api tests
* move cli tests
* fix cvat format converter args parsing
* remove folder on extract error
* print error message on incorrect xpath expression
* use own categories when no others exist
* update changelog
* really add text to changelog
* Fix annotation window menu
* fix ui
* fix replace
* update extra apps
* format readme
* readme
* linter
* Fix old ui
* Update CHANGELOG.md
* update user guide
* linter
* more linter fixes
* update changelog
* Add image attributes
* add directory check in save image
* update image tests
* update image dir format with relative paths
* update datumaro format
* update coco format
* update cvat format
* update labelme format
* update mot format
* update image dir format
* update voc format
* update mot format
* update yolo format
* update labelme test
* update voc format
* update tfrecord format
* fixes
* update save_image usage
* remove item name conversion
* fix merge
* fix export
* prohibit relative paths in labelme format
* Add test for relative name matching
* move code
* implement frame matching
* fix yolo
* fix merge
* fix merge
* prettify code
* fix methid call
* fix frame matching in yolo
* add tests
* regularize function output
* update changelog
* fixes
* fix z_order use
* fix slash replacement
* linter
* t
* t2
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Boris Sekachev
e1e90e182c
[CVAT-UI] Fixed AAM bug: #1750 ( #1755 )
...
* Fixed AAM bug: #1750
* Updated changelog and version
6 years ago
a-andre
4047df9944
Fix 'django-compressor 2.4 has requirement rjsmin==1.1.0' ( #1737 )
...
Co-authored-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de>
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
4ec0d4dae2
Bump pylint-plugin-utils from 0.2.6 to 0.6 in /cvat/requirements ( #1740 )
...
Bumps [pylint-plugin-utils](https://github.com/landscapeio/pylint-plugin-utils ) from 0.2.6 to 0.6.
- [Release notes](https://github.com/landscapeio/pylint-plugin-utils/releases )
- [Commits](https://github.com/landscapeio/pylint-plugin-utils/commits/0.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
408c475d62
Bump django-auth-ldap from 1.4.0 to 2.2.0 in /cvat/requirements ( #1739 )
...
Bumps [django-auth-ldap](https://github.com/django-auth-ldap/django-auth-ldap ) from 1.4.0 to 2.2.0.
- [Release notes](https://github.com/django-auth-ldap/django-auth-ldap/releases )
- [Changelog](https://github.com/django-auth-ldap/django-auth-ldap/blob/master/CHANGES )
- [Commits](https://github.com/django-auth-ldap/django-auth-ldap/compare/1.4.0...2.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
2b34bf3dcc
Bump six from 1.12.0 to 1.15.0 in /cvat/requirements ( #1742 )
...
Bumps [six](https://github.com/benjaminp/six ) from 1.12.0 to 1.15.0.
- [Release notes](https://github.com/benjaminp/six/releases )
- [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES )
- [Commits](https://github.com/benjaminp/six/compare/1.12.0...1.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
e4c21d319a
Bump pyunpack from 0.1.2 to 0.2.1 in /cvat/requirements ( #1743 )
...
Bumps [pyunpack](https://github.com/ponty/pyunpack ) from 0.1.2 to 0.2.1.
- [Release notes](https://github.com/ponty/pyunpack/releases )
- [Commits](https://github.com/ponty/pyunpack/compare/0.1.2...0.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
2d34acd0e3
Bump requests from 2.23.0 to 2.24.0 in /cvat/requirements ( #1744 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.23.0...v2.24.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
5c63734ea5
Bump imgaug from 0.2.9 to 0.4.0 in /cvat/requirements ( #1745 )
...
Bumps [imgaug](https://github.com/aleju/imgaug ) from 0.2.9 to 0.4.0.
- [Release notes](https://github.com/aleju/imgaug/releases )
- [Commits](https://github.com/aleju/imgaug/compare/0.2.9...0.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
4186a7dd31
Bump mod-wsgi from 4.6.2 to 4.7.1 in /cvat/requirements ( #1746 )
...
Bumps [mod-wsgi](https://github.com/GrahamDumpleton/mod_wsgi ) from 4.6.2 to 4.7.1.
- [Release notes](https://github.com/GrahamDumpleton/mod_wsgi/releases )
- [Commits](https://github.com/GrahamDumpleton/mod_wsgi/compare/4.6.2...4.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
fcadefa6cf
Bump pytz from 2018.3 to 2020.1 in /cvat/requirements ( #1717 )
...
Bumps [pytz](https://github.com/stub42/pytz ) from 2018.3 to 2020.1.
- [Release notes](https://github.com/stub42/pytz/releases )
- [Commits](https://github.com/stub42/pytz/compare/release_2018.3...release_2020.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
04c14e3770
Bump fakeredis from 1.1.0 to 1.4.1 in /cvat/requirements ( #1719 )
...
Bumps [fakeredis](https://github.com/jamesls/fakeredis ) from 1.1.0 to 1.4.1.
- [Release notes](https://github.com/jamesls/fakeredis/releases )
- [Commits](https://github.com/jamesls/fakeredis/compare/1.1.0...1.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
e800523f01
Bump cython from 0.29.13 to 0.29.20 in /cvat/requirements ( #1721 )
...
Bumps [cython](https://github.com/cython/cython ) from 0.29.13 to 0.29.20.
- [Release notes](https://github.com/cython/cython/releases )
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst )
- [Commits](https://github.com/cython/cython/compare/0.29.13...0.29.20 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
07d6a01fe2
Bump numpy from 1.16.2 to 1.18.5 in /cvat/requirements ( #1722 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.16.2 to 1.18.5.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt )
- [Commits](https://github.com/numpy/numpy/compare/v1.16.2...v1.18.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
53fcf96064
Bump django-filter from 2.0.0 to 2.3.0 in /cvat/requirements ( #1723 )
...
Bumps [django-filter](https://github.com/carltongibson/django-filter ) from 2.0.0 to 2.3.0.
- [Release notes](https://github.com/carltongibson/django-filter/releases )
- [Changelog](https://github.com/carltongibson/django-filter/blob/master/CHANGES.rst )
- [Commits](https://github.com/carltongibson/django-filter/compare/2.0.0...2.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
a46d32afb7
Bump pylint from 2.3.1 to 2.5.3 in /cvat/requirements ( #1726 )
...
Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.3.1 to 2.5.3.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog )
- [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.3.1...pylint-2.5.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
8d7505f264
Bump psycopg2-binary from 2.7.4 to 2.8.5 in /cvat/requirements ( #1732 )
...
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2 ) from 2.7.4 to 2.8.5.
- [Release notes](https://github.com/psycopg/psycopg2/releases )
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS )
- [Commits](https://github.com/psycopg/psycopg2/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
c497f24402
Bump django-silk from 3.0.1 to 4.0.1 in /cvat/requirements ( #1731 )
...
Bumps [django-silk](https://github.com/jazzband/django-silk ) from 3.0.1 to 4.0.1.
- [Release notes](https://github.com/jazzband/django-silk/releases )
- [Changelog](https://github.com/jazzband/django-silk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jazzband/django-silk/compare/3.0.1...4.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
zhiltsov-max
be30aa6354
[Datumaro] Refactor explain and models CLI ( #1714 )
...
* Update explain cli
* Update model cli
* Update config for models
* Remove input size hint for models
6 years ago
zhiltsov-max
0e003157d3
Throw an error on unknown frames ( #1728 )
6 years ago
zhiltsov-max
5912bf0447
[Datumaro] Support relative paths ( #1715 )
...
* Support relative image paths in Datumaro
* Update bindings
* Fix merge
* linter
6 years ago
Andrey Zhavoronkov
7f8348458d
added initial version of frequently asked questions page ( #1682 )
...
* added initial version of frequently asked questions page
* fixed codacy
* Update cvat/apps/documentation/faq.md
* added toc
* Update cvat/apps/documentation/faq.md
* Update cvat/apps/documentation/faq.md
* Update cvat/apps/documentation/faq.md
* fix typo
* udpate faq
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max
47470b8470
Allow any annotations file name in coco extractor ( #1650 )
6 years ago
Andrey Zhavoronkov
b706546435
Added clamav integration ( #1712 )
...
* added clamav integration
* updated license headers and changelog
6 years ago
zhiltsov-max
1385dc46b8
Prevent reimports for TF ( #1713 )
6 years ago
dependabot-preview[bot]
587ca4dbfd
Bump django-compressor from 2.2 to 2.4 in /cvat/requirements ( #1720 )
...
Bumps [django-compressor](https://github.com/django-compressor/django-compressor ) from 2.2 to 2.4.
- [Release notes](https://github.com/django-compressor/django-compressor/releases )
- [Changelog](https://github.com/django-compressor/django-compressor/blob/develop/docs/changelog.txt )
- [Commits](https://github.com/django-compressor/django-compressor/compare/2.2...2.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
Boris Sekachev
3adaf7eaec
[CVAT-UI] Better labels validation and fixed React warning ( #1727 )
...
* Better validation
* Temporary ID generation for created labels and attributes (fixes React warning)
* Updated version and changelog
* Fixed bug with existing labels
6 years ago
dependabot-preview[bot]
b4600be3f7
Bump django-appconf from 1.0.2 to 1.0.4 in /cvat/requirements ( #1718 )
...
Bumps [django-appconf](https://github.com/django-compressor/django-appconf ) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/django-compressor/django-appconf/releases )
- [Changelog](https://github.com/django-compressor/django-appconf/blob/develop/docs/changelog.rst )
- [Commits](https://github.com/django-compressor/django-appconf/compare/v1.0.2...v1.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
zhiltsov-max
1fb7e5bf6d
Fix frame step export for image tasks ( #1615 )
...
* use absolute frame numbers in interface
* update changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
2c70e8a401
Bump djangorestframework from 3.9.3 to 3.11.0 in /cvat/requirements ( #1675 )
...
Bumps [djangorestframework](https://github.com/encode/django-rest-framework ) from 3.9.3 to 3.11.0.
- [Release notes](https://github.com/encode/django-rest-framework/releases )
- [Commits](https://github.com/encode/django-rest-framework/compare/3.9.3...3.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
a23cd46d24
Bump snakeviz from 0.4.2 to 2.1.0 in /cvat/requirements ( #1691 )
...
Bumps [snakeviz](https://github.com/jiffyclub/snakeviz ) from 0.4.2 to 2.1.0.
- [Release notes](https://github.com/jiffyclub/snakeviz/releases )
- [Changelog](https://github.com/jiffyclub/snakeviz/blob/master/CHANGES.rst )
- [Commits](https://github.com/jiffyclub/snakeviz/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
c15c6396d4
Bump astroid from 2.2.5 to 2.4.2 in /cvat/requirements ( #1700 )
...
Bumps [astroid](https://github.com/PyCQA/astroid ) from 2.2.5 to 2.4.2.
- [Release notes](https://github.com/PyCQA/astroid/releases )
- [Changelog](https://github.com/PyCQA/astroid/blob/master/ChangeLog )
- [Commits](https://github.com/PyCQA/astroid/compare/astroid-2.2.5...astroid-2.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
4e8d9f1324
Bump rq-scheduler from 0.9.1 to 0.10.0 in /cvat/requirements ( #1707 )
...
Bumps [rq-scheduler](https://github.com/rq/rq-scheduler ) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/rq/rq-scheduler/releases )
- [Changelog](https://github.com/rq/rq-scheduler/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rq/rq-scheduler/compare/v0.9.1...v0.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
e565d4adf5
Bump django-cors-headers from 3.2.0 to 3.3.0 in /cvat/requirements ( #1708 )
...
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/adamchainz/django-cors-headers/releases )
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/master/HISTORY.rst )
- [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.2.0...3.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
4ed9a3c01e
Bump django-cacheops from 4.0.6 to 5.0 in /cvat/requirements ( #1710 )
...
Bumps [django-cacheops](https://github.com/Suor/django-cacheops ) from 4.0.6 to 5.0.
- [Release notes](https://github.com/Suor/django-cacheops/releases )
- [Changelog](https://github.com/Suor/django-cacheops/blob/master/CHANGELOG )
- [Commits](https://github.com/Suor/django-cacheops/compare/4.0.6...5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
61c4eb0cdd
Bump pylint-django from 0.9.4 to 2.0.15 in /cvat/requirements ( #1711 )
...
Bumps [pylint-django](https://github.com/PyCQA/pylint-django ) from 0.9.4 to 2.0.15.
- [Release notes](https://github.com/PyCQA/pylint-django/releases )
- [Changelog](https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/PyCQA/pylint-django/compare/0.9.4...v2.0.15 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
4f7a9aec0f
Bump shapely from 1.6.4.post2 to 1.7.0 in /cvat/requirements ( #1709 )
...
Bumps [shapely](https://github.com/Toblerity/Shapely ) from 1.6.4.post2 to 1.7.0.
- [Release notes](https://github.com/Toblerity/Shapely/releases )
- [Changelog](https://github.com/Toblerity/Shapely/blob/master/CHANGES.txt )
- [Commits](https://github.com/Toblerity/Shapely/compare/1.6.4.post2...1.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
f41f499307
Bump python-ldap from 3.0.0 to 3.2.0 in /cvat/requirements ( #1706 )
...
Bumps [python-ldap](https://github.com/python-ldap/python-ldap ) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/python-ldap/python-ldap/releases )
- [Commits](https://github.com/python-ldap/python-ldap/compare/python-ldap-3.0.0...python-ldap-3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
Boris Sekachev
27e43daf84
[React] Added shortcuts & ability to search a label ( #1683 )
...
* Fixed remark-linter errors in CONTRIBUTING.md, added python3-tk to the installation guide
* Added labels search
* Added shortcuts to change color and split
* Updated version
* Updated CHANGELOG.md
* Added title
* Added shortcut hint for change color, added ability to change color of group/label using the shortcut
* Updated CONTRIBUTING.md
6 years ago
AzaelCicero
9320baeeb1
Fixes regexes to accept multipart git repository address. ( #1655 )
...
* Fixes regexes to accept multipart git repository address.
* Added test case for multi level path.
* Reduced complexity of SSH regex.
* Fixing unit tests.
* Fix SSH formatting.
Co-authored-by: kpawelczyk <kpawelczyk@future-processing.com>
6 years ago
dependabot-preview[bot]
4f991ddce5
Bump keras from 2.2.5 to 2.3.1 in /cvat/requirements ( #1689 )
...
Bumps [keras](https://github.com/keras-team/keras ) from 2.2.5 to 2.3.1.
- [Release notes](https://github.com/keras-team/keras/releases )
- [Commits](https://github.com/keras-team/keras/compare/2.2.5...2.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
dcff79eb63
Bump isort from 4.3.4 to 4.3.21 in /cvat/requirements ( #1692 )
...
Bumps [isort](https://github.com/timothycrosley/isort ) from 4.3.4 to 4.3.21.
- [Release notes](https://github.com/timothycrosley/isort/releases )
- [Changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/timothycrosley/isort/compare/4.3.4...4.3.21 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
c0dc700f9c
Bump pygments from 2.3.1 to 2.6.1 in /cvat/requirements ( #1699 )
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.3.1 to 2.6.1.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.3.1...2.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago