This website requires JavaScript.
Explore
Help
Register
Sign In
zware
/
awx
Watch
1
Star
0
Fork
0
You've already forked awx
mirror of
https://github.com/ZwareBear/awx.git
synced
2026-03-28 19:53:35 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
63ae2cac384da7a349c04d25bcd1a727399dd04f
awx
/
awx
History
Rebeccah
63ae2cac38
Jake McDermott found some behavior that revealed a logical bug that would have caused issues later with ALL convergence nodes in sequential order via the API, although not the UI, and was causing existing issues with Root Nodes spawning repeatedly. To fix this I refactored the code from marking DNR nodes into it's own function that checks parents convergence criteria and leveraged that in bfs_nodes_to_run so that root nodes and convergence nodes can be differentiated but both can be correctly processed, also so that children of convergence nodes can be properly traversed by the function
2020-02-05 14:28:35 -05:00
..
api
included all_parents_must_converge in the get_workflow_job_fieldnames so that the true/false is copied into the job node and not just in the template node. Also added in the migration for the DB, also relocated logic from bfs_nodes_to_run down into mark_dnr_nodes to prevent nodes not being marked as DNR but not being marked to run, causing them to run anyways
2020-02-05 14:28:34 -05:00
conf
Merge pull request
#5781
from AlanCoding/settings_stack
2020-01-28 13:18:06 +00:00
locale
…
main
Jake McDermott found some behavior that revealed a logical bug that would have caused issues later with ALL convergence nodes in sequential order via the API, although not the UI, and was causing existing issues with Root Nodes spawning repeatedly. To fix this I refactored the code from marking DNR nodes into it's own function that checks parents convergence criteria and leveraged that in bfs_nodes_to_run so that root nodes and convergence nodes can be differentiated but both can be correctly processed, also so that children of convergence nodes can be properly traversed by the function
2020-02-05 14:28:35 -05:00
playbooks
ansible playbook: move to modern syntax
2019-12-09 09:01:49 +01:00
plugins
update to latest vmware_inventory.py
2020-01-15 10:40:01 -05:00
settings
some more minor callback cleanup and development tweaks
2020-01-27 17:18:09 -05:00
sso
fix linting failures
2020-01-13 15:58:19 -05:00
static
…
templates
Replace use of the deprecated staticfiles template library with static
2019-07-12 15:11:21 -04:00
ui
Add 'ALL' indicator to 'ALL' nodes
2020-02-05 14:28:35 -05:00
ui_next
Merge pull request
#5806
from AlexSCorey/5777-JTTabOnProjectsAndTemplateListRefactor
2020-02-04 03:11:42 +00:00
__init__.py
Update pip and setuptools in requirements txt
2020-01-07 17:14:32 -06:00
asgi.py
…
devonly.py
…
urls.py
Add /login convenience URL
2019-12-11 17:21:02 -05:00
wsgi.py
Update pip and setuptools in requirements txt
2020-01-07 17:14:32 -06:00