-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### 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` 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/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 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/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` 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`. See merge request polemarch/ce!213
- Loading branch information
Showing
96 changed files
with
4,346 additions
and
8,289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
Fixes vstconsulting/polemarch#issue_number . | ||
# [FIX|Feature|Chore|Docs] description | ||
|
||
Changes: | ||
* WhatWasChangedInFunctionality | ||
### BREAKING CHANGES: | ||
* What you should do for fix it in your projects? | ||
|
||
@vstconsulting/maintainers | ||
### Changelog: | ||
* What was done? | ||
|
||
Closes: group/project#issue | ||
WIP: group/project#issue | ||
|
||
### TODO: | ||
* What should someone do? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Chore description | ||
|
||
### BREAKING CHANGES: | ||
* What you should do for fix it in your projects? | ||
|
||
### Changelog: | ||
* What was done? | ||
|
||
Closes: group/project#issue | ||
WIP: group/project#issue | ||
|
||
### TODO: | ||
* What should someone do? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Docs description | ||
|
||
### BREAKING CHANGES: | ||
* What you should do for fix it in your projects? | ||
|
||
### Changelog: | ||
* What was done? | ||
|
||
Closes: group/project#issue | ||
WIP: group/project#issue | ||
|
||
### TODO: | ||
* What should someone do? |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Feature description | ||
|
||
### BREAKING CHANGES: | ||
* What you should do for fix it in your projects? | ||
|
||
### Changelog: | ||
* What was done? | ||
|
||
Closes: group/project#issue | ||
WIP: group/project#issue | ||
|
||
### TODO: | ||
* What should someone do? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# FIX description | ||
|
||
### BREAKING CHANGES: | ||
* What you should do for fix it in your projects? | ||
|
||
### Changelog: | ||
* What was done? | ||
|
||
Closes: group/project#issue | ||
WIP: group/project#issue | ||
|
||
### TODO: | ||
* What should someone do? |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.