0.2.0
Polemarch 0.2.0 - what's new?
- api v2 - revised and improved version of API.
- autogenerated GUI - from this moment, Polemarch analyses API schema and according to its properties
generates GUI automatically. Autogenerated GUI makes Polemarch workflow clear and gives us opportunity
to implement new features as fast, as possible. All we need to do is just to make some updates in API! - static cache was added to Polemarch GUI.
- pm_ansible - new module, which Polemarch uses for ansible tasks execution. You can install it to any virtual_env:
and if you need to install some module, that Polemarch does not support by default,
[main] executor_path = /venv/bin/python -m pm_ansible
you can install it in virtual_env, where pm_ansible is installed. - new GIT section in settings: [git.clone] and [git.fetch]. Now you can add some GIT settings easily. For example,
[git.clone] jobs=4
- one polemarch service instead of two - we combined Polemarch worker and Polemarch web into one service.
- support of redis - now Polemarch is able to support redis as cache service, as lock service and as message broker.