9 Commits (02faec0797a4e4766a520dee5b9b41794eafaa89)

Author SHA1 Message Date
Andrey Zhavoronkov b706546435
Added clamav integration (#1712)
* added clamav integration

* updated license headers and changelog
6 years ago
Rush Tehrani 3cb1f52bc1
Add environment variables for Redis and Postgres hosts (#1641)
* Update to support additional env vars

- Added environment variables for:
  - Redis Host
  - Postgres Host
- Change `POSTGRES_PASSWORD` => `CVAT_POSTGRES_PASSWORD` to avoid collision with other scripts.

* Using ENV vars in supervisord.conf

* Fixing ENV vars.

* add env vars to docker-compose.yml

* merge supervisord.conf

* update docker-compose env var values

* Update CHANGELOG.md

Co-authored-by: Aleksandr Melnikov <aleksandr@onepanel.io>
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Nikita Manovich 3d4e7268e1
Fix apache startup (#1467)
* Fix Network Error after PC Restart (#1035)
* Update CHANGELOG.md
6 years ago
zhiltsov-max 74f720a3d2 Add dataset export facility (#813)
* Add datumaro django application
* Add cvat task datumaro bindings
* Add REST api for task export
* Add scheduler service
* Updated CHANGELOG.md
6 years ago
vfdev 884e8299d1
typo ?
Should not this be cvat_redis -> redis ?
7 years ago
Boris Sekachev 23b6b54137 Git application (#184) 7 years ago
Nikita Manovich 70891f0020
Fix several problems with analytics. (#129)
- collectstatic always
- conditionally urls for cvat.apps.log_viewer
- more logs from django in production
7 years ago
Nikita Manovich c096c2a600
Add analytics (#118)
* ELK stack to analyze logs from client and server
* Short-live container to configure kibana. Import kibana dashboards from export.json on startup.
* Client and server logging is working throw python-logstash
* Minor polishing of events and dashboards.
* Default is discover, new visualizations.
* Make comments more readable inside logger.js.
* Added a path for backups.
7 years ago
Nikita Manovich eb9fba3685 Release 0.1.0 8 years ago