BREAKING CHANGES:
* Update vstutils to 4.0.
Changelog:
* Add support for bigger values in variables (vstconsulting/polemarch92).
* Add paramiko to docker image (vstconsulting/polemarch108).
* Move `LineChartWidget` from `vstutils`.
* 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/polemarch100).
* 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 through `spa`.
* Replace `tabSignal` with `spa.signals`.
* For dashboard widget component use component name instead of format.
* From openapi remove error responses.
* Create action "Imported Inventories File" for project (vstconsulting/polemarch107).
* 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` to `window` so new `vstutils` `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 by `AnsibleJSONField`.
* Set field type of `OneModuleSerializer.data` to `JSONField`.
* Update schema.
* Remove `jshint` from gitlab ci.
* Change test project git url.
* Use `QuerySet.execute` instead of bulk requests.
* Update `polemarch-ansible` version to `2.1.0`.
* Resolve error with not correct field, for `enum` from `.polemarch.yml`.