Commit a855402
committed
2.2.0
##### Changelog:
* Feature: Create plugins system which allows to execute custom command from Polemarch.
* Fix: Fix FK inventory field showing id instead of name (vstutils>=5.2.0).
* Fix: Add patch to `setup.py` which raises compile error if frontend hasn't built.
* Refactor: Use `BaseEnum.LOWER` in enums.
* Refactor: `test_community_templates` now uses `MockServer` and doesn't make calls outside.
* Refactor: Get rid of weird template execution approach with test client and use PLUGIN_HANDLERS instead.
* Chore: Update vstutils to 5.1.11.
* Chore: Add `openssh-client` dependency to production docker build.
See merge request polemarch/ce!284File tree
46 files changed
+1630
-830
lines changed- doc
- frontend_src
- inventory
- project
- detail
- templates
- polemarch
- api
- v2
- v3
- main
- acl
- models
- tasks
- plugins
- translations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1630
-830
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
0 commit comments