Releases: vstconsulting/polemarch
Releases · vstconsulting/polemarch
1.5.0
Changelog:
- Optimize history list view.
- Fix key parse on execution.
- Fix crontab time in periodic tasks.
- Update design.
- Performance upgrade.
- Optimize package size.
1.4.4
Changelog:
- Update installation with mysql or postgres support.
- Fix history datetime field.
- Several js-fixes after jshint.
- Add
doccerrun
command full suport.
See merge request polemarch/ce!164
1.4.3
Changelog:
- Update dependences.
- Optimize performance.
- Add health page in API
api/health/
(return state of db, cache and rpc). - Add views for password reset via email.
- Add command
dockerrun
for running via docker (gets settings from ENV).
1.4.2
Changelog:
- Compress *.js and *.css via gzip on build and add files for serving.
- Fix problem with private-key execution via API.
1.4.1
Fix key searching pattern for SSH-keys in ansible run.
Allow to use any private keys.
1.4.0
Changes:
Add CI functionality. On every sync project (with ci_template
variable) check for updates and run selected template.
1.3.1
Changelog:
- Fix bug with 'Task history' widget during running task;
- Fix autoupdate of history_stdout component - leaving of history page during running task.
1.3.0
Changelog:
- Add PWA support and use native static cache system.
- Update libs.
- Fix bug with clearing history output on ERROR.
1.2.2
Changelog:
- Fix bug in some GitPython versions.
- Add playbook for better review code in OpenStack environments.
1.2.1
Changelog:
- Update libs (
drf-yasg
andpyyaml
). - Update
bootstrap
andmoment.js
for security reasons. - Generate password button.