Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 1.7.3
    bcdaf2ac · 1.7.3 ·
  • 1.7.2
    30e5981a · 1.7.2 ·
  • 1.6.2
    adb6067f · 1.6.2 ·
    1.6.2
    
    Changelog:
    * Improve `dockerrun` command.
    * Optimize performance.
    * Fix rerendering of Dashboard chart.
    
    See merge request polemarch/ce!185
  • 1.6.1.post2
    Fix building https://gitlab.com/vstconsulting/polemarch/-/jobs/384059147
  • 1.6.1.post1
    4b5c16ed · Fix publish building ·
    Fix publish building
  • 1.6.1
    feed3fd1 · 1.6.1 ·
    1.6.1
    
    Changelog:
    * Update GitPython version.
    * Optimize Periodic Tasks db requests on save.
    * Add docker-compose to sources for easer deployment.
    * Migrate docker registry to gitlab project with sources.
    
    See merge request polemarch/ce!181
  • 1.6.0
    b7b026ee · 1.6.0 ·
    1.6.0
    
    Changelog:
    * Add support for Ansible 2.9.
    * Add RU locale.
    * Some GUI and API optimization and fixes.
    
    See merge request polemarch/ce!177
  • 1.5.2
    c11b885f · 1.5.2 ·
    1.5.2
    
    Changelog:
    * Fix openapi tests.
    * Fix bug with several enum fields in .polemarch.yaml form.
    
    See merge request polemarch/ce!174
  • 1.5.1
    8b5400b6 · 1.5.1 ·
    1.5.1
    
    Changelog:
    * Fix build and optimize `CRONTAB` periodic tasks saving performance.
    
    See merge request polemarch/ce!171
  • 1.5.0
    ba18ebe9 · 1.5.0 ·
    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.
    
    See merge request polemarch/ce!170
  • 1.4.4
    08c80583 · 1.4.4 ·
    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
    2ded9f8b · 1.4.3 ·
    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).
    
    See merge request polemarch/ce!160
  • 1.4.2
    8df71ead · 1.4.2 ·
    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.
    
    See merge request polemarch/ce!158
  • 1.4.1
    d31d6161 · 1.4.1 ·
    1.4.1
    
    Fix key searching pattern for SSH-keys in ansible run.
    Allow to use any private keys.
  • 1.4.0
    bf9b1ebc · 1.4.0 ·
    1.4.0
    
    Changes:
    Add CI functionality. On every sync project (with `ci_template` variable) check for updates and run selected template.
    
    See merge request polemarch/ce!156
  • 1.3.1
    e901e2f0 · 1.3.1 ·
    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.
    
    See merge request polemarch/ce!154
  • 1.3.0
    1a8a1109 · 1.3.0 ·
    1.3.0
    
    Changelog:
    * Add PWA support and use native static cache system.
    * Update libs.
    * Fix bug with clearing history output on ERROR.
    
    See merge request polemarch/ce!152
  • 1.2.2
    87d70bef · 1.2.2 ·
    1.2.2
    
    Changelog:
    * Fix bug in some GitPython versions.
    * Add playbook for better review code in OpenStack environments.
    
    See merge request polemarch/ce!150
  • 1.2.1
    221cef90 · 1.2.1 ·
    1.2.1
    
    Changelog:
    * Update libs (`drf-yasg` and `pyyaml`).
    * Update `bootstrap` and `moment.js` for security reasons.
    * Generate password button.
    
    See merge request polemarch/ce!147
  • 1.2.0
    c1182912 · Fixed build on tags ·
    Changes:
    * Min PY version - 3.5
    * Migrate to VUE core.
    * Fixed bug with cancel task.
    * Cancel task on remove history.
    * Allow to set default directory for TAR projects.
    * Add ansible==2.8 support.
    * Performance optimizations.