-
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.
Changelog: * use inventory file from project * add sorting in ansible param drop-down box * show username in history initiator field * show periodic task name in history initiator field * update git libs * disallow to set templates without project and inventory * rewrite auth_permissions in API * add http- and script-hooks api * add comlex stats for user * fast-write vars in inventory (from text) * fixed bug with quotes in vars * fix other GUI bugs See merge request cloud/polemarch!41
- Loading branch information
Showing
103 changed files
with
7,687 additions
and
6,248 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 |
---|---|---|
|
@@ -20,3 +20,4 @@ omit = | |
exclude_lines = | ||
pragma: no cover | ||
nocv | ||
noce |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[pep8] | ||
ignore = E221,E222,E121,E123,E126,E226,E24,E704,E116,E731 | ||
ignore = E221,E222,E121,E123,E126,E226,E24,E704,E116,E731,E722,E741 | ||
exclude = ./polemarch/*/migrations/*,./polemarch/main/settings*.py,.tox/*,./etc/*,./*/__init__.py,./t_openstack.py | ||
|
||
[flake8] | ||
ignore = E221,E222,E121,E123,E126,E226,E24,E704,E116,E731 | ||
ignore = E221,E222,E121,E123,E126,E226,E24,E704,E116,E731,E722,E741 | ||
exclude = ./polemarch/*/migrations/*,./polemarch/main/settings*.py,.tox/*,./etc/*,./*/__init__.py,./t_openstack.py |
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.