* New documentation for building and running without docker and some doc fixes and additions.
* Improvements in docs
* spell fix
* improvements in docs
* minor modification
* improvements
* Update docs to help Apple Mac M1 Users
* Update missing information about
* building react app
* Update prerequisites docs
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
* add quickstart readme for helm chart
* add link to root README.md
* fix configurationfile example stored in configmap
* change order of possible deployment configuration
Co-authored-by: Azat Safin <azsafin@provectus.com>
* [ISSUE-998][backend] Add functionality to re-create topic in one click
* [ISSUE-998][backend] Add functionality to re-create topic in one click
* [ISSUE-998][backend] Add functionality to re-create topic in one click
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
* Update issue templates
* Update PULL_REQUEST_TEMPLATE.md
* Update PULL_REQUEST_TEMPLATE.md
* Update stale labels
* Move files, minor updates
* Moved files, minor updates
* Update bug_report.md
* Update feature_request.md
* Add roadmap document
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Update SECURITY.md
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Update stale periods
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Add a stub for guidelines for QA
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Extract building/running instructions from the readme
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* move testing guidelines
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Table of contents for contributing
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Add license and release badges
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Add info about actuator endpoints
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Update logotype and slogan
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Redone contributing guide
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Minor updates
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Fix CVE-2021-44228
* Get rid of log4j
* Fix build
* Migration logging properties
* Get rid of json logs. Leave commented for local debugging purposes
* The highest logging level is "trace", not "all"
The value "all" for LOGGING_LEVEL_ROOT is logged as invalid at startup:
java.lang.IllegalArgumentException: No enum constant org.springframework.boot.logging.LogLevel.all
* Add trace logging level
* Revert "Add trace logging level"
This reverts commit a0eb52f304.
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
in my case, somehow running everything in single deployment pod i got error complaining that 8080 is already taken, and did not found any docs here about ability to change it
* Updating documentation based on the latest updates from the issue tracker
* Updating documentation based on the latest updates from the issue tracker
Co-authored-by: andormarkus <andormarkus@marc-o-polo.com>
* Fixing docker documentation in README.md. Adding docker-compose.md to the documentation
* Fixing docker documentation in README.md. Adding docker-compose.md to the documentation
* Typo fix
Co-authored-by: andormarkus <andormarkus@marc-o-polo.com>