1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
awx/lib/main
2013-05-14 15:29:12 -04:00
..
management Disable transaction middleware when starting jobs via the API (only for tests). 2013-05-14 15:29:12 -04:00
migrations Changed project property available_playbooks to playbooks, exposed via API as a child resource of the project detail. Changed project local_path to a CharField and added helper method and API attribute to show the list of available choices for local_path. 2013-05-10 00:44:21 -04:00
models Basic support for job start/cancel via REST API with supporting tests. 2013-05-13 10:43:43 -04:00
tests Disable transaction middleware when starting jobs via the API (only for tests). 2013-05-14 15:29:12 -04:00
__init__.py Just use plain GPL. 2013-04-09 01:05:55 -04:00
access.py Basic support for job start/cancel via REST API with supporting tests. 2013-05-13 10:43:43 -04:00
admin.py Basic support for job start/cancel via REST API with supporting tests. 2013-05-13 10:43:43 -04:00
base_views.py Add simple test for credentials list, should not allow POST (for now). 2013-05-10 11:14:14 -04:00
custom_filters.py Admin updates, added a few more related resources. 2013-04-29 16:02:21 -04:00
forms.py Basic support for job start/cancel via REST API with supporting tests. 2013-05-13 10:43:43 -04:00
rbac.py Basic support for job start/cancel via REST API with supporting tests. 2013-05-13 10:43:43 -04:00
serializers.py Basic support for job start/cancel via REST API with supporting tests. 2013-05-13 10:43:43 -04:00
tasks.py Changed project property available_playbooks to playbooks, exposed via API as a child resource of the project detail. Changed project local_path to a CharField and added helper method and API attribute to show the list of available choices for local_path. 2013-05-10 00:44:21 -04:00
urls.py More job template tests, enable creating a new job by posting to the job template job list. 2013-05-11 05:11:31 -04:00
views.py Basic support for job start/cancel via REST API with supporting tests. 2013-05-13 10:43:43 -04:00