1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
awx/lib/main
2013-04-23 19:01:05 -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 Ability to list teams attached to a project. 2013-04-23 11:26:50 -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
custom_filters.py Allow more advanced django filtering. 2013-04-22 10:43:18 -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 Add inventory related resource. 2013-04-23 19:01:05 -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 Ability to list teams attached to a project. 2013-04-23 11:26:50 -04:00