This website requires JavaScript.
Explore
Help
Sign In
External-Mirrors
/
awx
Watch
2
Star
0
Fork
0
You've already forked awx
mirror of
https://github.com/ansible/awx.git
synced
2026-01-11 10:00:01 -03:30
Code
Issues
Packages
Projects
Releases
Wiki
Activity
awx
/
lib
/
main
History
Chris Church
5901acb6a8
Added separate method to start Job independently from creating it; Jobs no longer start automatically when first saved. Added method on JobTemplate to create a new Job with defaults copied from the template.
2013-04-19 18:11:31 -04:00
..
management
Renamed LaunchJob to JobTemplate, LaunchJobStatus to Job, LaunchJobHostSummary to JobHostSummary, and LaunchJobStatusEvent to JobEvent. Updated admin, celery task, management commands accordingly.
2013-04-17 18:59:21 -04:00
migrations
Changed how Project local_path is configured, added option to specify playbook on JobTemplate and Job, updated admin and tests.
2013-04-19 15:40:13 -04:00
models
Added separate method to start Job independently from creating it; Jobs no longer start automatically when first saved. Added method on JobTemplate to create a new Job with defaults copied from the template.
2013-04-19 18:11:31 -04:00
tests
Added separate method to start Job independently from creating it; Jobs no longer start automatically when first saved. Added method on JobTemplate to create a new Job with defaults copied from the template.
2013-04-19 18:11:31 -04:00
__init__.py
Just use plain GPL.
2013-04-09 01:05:55 -04:00
admin.py
Added separate method to start Job independently from creating it; Jobs no longer start automatically when first saved. Added method on JobTemplate to create a new Job with defaults copied from the template.
2013-04-19 18:11:31 -04:00
base_views.py
Check that the object we are attaching is readable by us for extra security on attaching resources.
2013-04-19 15:25:19 -04:00
forms.py
Added separate method to start Job independently from creating it; Jobs no longer start automatically when first saved. Added method on JobTemplate to create a new Job with defaults copied from the template.
2013-04-19 18:11:31 -04:00
rbac.py
Just use plain GPL.
2013-04-09 01:05:55 -04:00
serializers.py
Changed how Project local_path is configured, added option to specify playbook on JobTemplate and Job, updated admin and tests.
2013-04-19 15:40:13 -04:00
tasks.py
Changed how Project local_path is configured, added option to specify playbook on JobTemplate and Job, updated admin and tests.
2013-04-19 15:40:13 -04:00
views.py
Pass request data to various functions to allow for extra validation to be implemented on top of what is there now.
2013-04-19 12:10:30 -04:00