Skip to content

Releases: vstconsulting/polemarch

0.2.5

Choose a tag to compare

@onegreyonewhite onegreyonewhite released this 14 Dec 11:03

Changelog:

  • Add community projects repository
  • Add support for gravatar service
  • Fixed bugs and css styles

0.2.4

Choose a tag to compare

@onegreyonewhite onegreyonewhite released this 30 Nov 06:50

Changelog:

  • Fix logo in the sidebar;
  • Fix bug with non staff users;
  • Fix import inventory from project page;
  • Fix sync of GIT projects with tags.

0.2.3

Choose a tag to compare

@onegreyonewhite onegreyonewhite released this 28 Nov 07:19

Changelog:

  • Update to AdminLTE 3 and Bootstrap 4
  • GUI skins and manual customization
  • Generate GUI with more restfull style (read and edit views)
  • Load modules from project (if it has DOCUMENTATION)
  • Readable view for modules documentation
  • Fixed migrations with MySQL/MariaDB
  • Optimized (stoped) requests from inactive tabs
  • Grouped buttons on small screens

0.2.2

Choose a tag to compare

@onegreyonewhite onegreyonewhite released this 13 Nov 08:07

Polemarch 0.2.2 release features:

  • Support for .polemarch.yaml (look to documentation)
  • Hide useless buttons in history view
  • Updated interval field in Periodic tasks
  • Cut revision in history lists by 8 chars
  • Relative links in Project Information field
  • GUI tests

0.2.1

Choose a tag to compare

@onegreyonewhite onegreyonewhite released this 02 Nov 10:10

Polemarch 0.2.1 release features:

  • Import inventory from text
  • Autoupdate time parametr in user settings
  • Search in templates options and variables
  • Fix bug with systemd
  • Fix small GUI bugs

0.2.0

Choose a tag to compare

@onegreyonewhite onegreyonewhite released this 26 Oct 06:36

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:
     [main]
     executor_path = /venv/bin/python -m pm_ansible
    
    and if you need to install some module, that Polemarch does not support by default,
    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.

0.1.13

Choose a tag to compare

@onegreyonewhite onegreyonewhite released this 25 Jun 06:56

Changes:

  • Add list of templates to projects
  • Fix some bugs with mobile app and browser

0.1.12

Choose a tag to compare

@onegreyonewhite onegreyonewhite released this 18 Jun 08:39

Changelog:

  • Fix migrations (just try to remigrate)
  • Fix GUI history stdout
  • Optimize requests in dashboard
  • Fix for Py3.X versions (querysets for hooks calls instead manager calls)
  • Fix favicon
  • Update vstutils==1.1.6

0.1.11

0.1.11 Pre-release
Pre-release

Choose a tag to compare

@onegreyonewhite onegreyonewhite released this 13 Jun 09:54

Changelog from 0.1.8 to 0.1.11:

  • Add true coreapi and openapi support.
  • Refactoring GUI interface (subitems menus, requests optimizations, enable/disable hooks).
  • Update libs (ansible, git, vstutils).

0.1.8

Choose a tag to compare

@onegreyonewhite onegreyonewhite released this 29 May 23:29

Changelog:

  • Add vstutils support
  • Enable/disable hooks
  • Move subitems to submenu-list