BREAKING CHANGES:
- Update vstutils to 4.0.
Changelog:
- Add support for bigger values in variables (vstconsulting/polemarch#92).
- Add paramiko to docker image (vstconsulting/polemarch#108).
- Move
LineChartWidget
fromvstutils
. - Remove unused
gui.html
django template. - Change Logo component name.
- Add variable for projects, for set relative path to directory with playbooks(path relative to project directory) (vstconsulting/polemarch#100).
- Add Migration to fix full path in names of playbook.
- Add package fr test migrations.
- Add test for migration with name fix for playbook, add test for relative path.
- Use
vstutils
components throughspa
. - Replace
tabSignal
withspa.signals
. - For dashboard widget component use component name instead of format.
- From openapi remove error responses.
- Create action "Imported Inventories File" for project (vstconsulting/polemarch#107).
- Add field showing that Inventory/Group/Host are imported from project file.
- Block all operations with "Imported File Inventories" except delete and sync.
- Fix customization of default skin.
- Change webpack
libraryTarget
towindow
so newvstutils
StaticFilesLoader
can load it properly. - Add ru translation for
file_import_inventory
button. - Fix using global spa objects from window.
- Fix rendering of
seealso
section of module byAnsibleJSONField
. - Set field type of
OneModuleSerializer.data
toJSONField
. - Update schema.
- Remove
jshint
from gitlab ci. - Change test project git url.
- Use
QuerySet.execute
instead of bulk requests. - Update
polemarch-ansible
version to2.1.0
. - Resolve error with not correct field, for
enum
from.polemarch.yml
.