1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
awx/lib/main
2013-05-09 17:11:45 -04:00
..
management Reverted JSONField change on VariableData and fixed related tests and migration. Also fixed older migrations that break when migrating backwards. 2013-05-09 17:11:45 -04:00
migrations Reverted JSONField change on VariableData and fixed related tests and migration. Also fixed older migrations that break when migrating backwards. 2013-05-09 17:11:45 -04:00
models Reverted JSONField change on VariableData and fixed related tests and migration. Also fixed older migrations that break when migrating backwards. 2013-05-09 17:11:45 -04:00
tests Reverted JSONField change on VariableData and fixed related tests and migration. Also fixed older migrations that break when migrating backwards. 2013-05-09 17:11:45 -04:00
__init__.py Just use plain GPL. 2013-04-09 01:05:55 -04:00
access.py Split out RBAC and can_user_* methods from models into access.py. Moved list/item permissions checks from the base views into RBAC. Added serializers/views/tests for jobs REST API. 2013-05-08 10:46:16 -04:00
admin.py Model changes based on jobs API discussion, code and test fixes to work with those changes. 2013-05-08 17:43:09 -04:00
base_views.py Reverted JSONField change on VariableData and fixed related tests and migration. Also fixed older migrations that break when migrating backwards. 2013-05-09 17:11:45 -04:00
custom_filters.py Admin updates, added a few more related resources. 2013-04-29 16:02:21 -04:00
forms.py Jobs updates to start/cancel and prompt for passwords via the admin. 2013-04-26 18:24:17 -04:00
rbac.py Split out RBAC and can_user_* methods from models into access.py. Moved list/item permissions checks from the base views into RBAC. Added serializers/views/tests for jobs REST API. 2013-05-08 10:46:16 -04:00
serializers.py Catch exception raised for the reverse access of a OneToOneField. 2013-05-08 17:56:40 -04:00
tasks.py Model changes based on jobs API discussion, code and test fixes to work with those changes. 2013-05-08 17:43:09 -04:00
urls.py Added credentials list view. 2013-05-09 15:14:43 -04:00
views.py Added credentials list view. 2013-05-09 15:14:43 -04:00