1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
Commit Graph

10425 Commits

Author SHA1 Message Date
Michael DeHaan
036458b823 Added stub inventory test cases we want to cover. 2013-03-25 14:50:45 -04:00
Michael DeHaan
9e60552a81 Expand API guide. 2013-03-24 16:15:57 -04:00
Michael DeHaan
44372ed191 Start of API guide + some whitespace removal. 2013-03-24 15:54:57 -04:00
Michael DeHaan
175f3c23da Update admin code to recent model field renames 2013-03-24 15:14:47 -04:00
Michael DeHaan
de306b97ef Add migration 2013-03-24 15:06:33 -04:00
Michael DeHaan
2eaa661ce6 Audit trail model has changed so disable the admin for now. 2013-03-24 15:05:34 -04:00
Michael DeHaan
18eaec143c Add related resources from a user object, as a rapid way to list what organizations or projects they belong to. 2013-03-24 15:00:01 -04:00
Michael DeHaan
1ae2e69e8a Update TODO. 2013-03-24 14:26:38 -04:00
Michael DeHaan
fa157a3368 Add a /api/v1/me URL, which is a quick way to find your user record. 2013-03-24 14:23:37 -04:00
Michael DeHaan
f02aad42c0 User deletion modification, and overriding the URL for the user objects. 2013-03-24 14:14:59 -04:00
Michael DeHaan
129380e119 A post hook that allows user creation with passwords being set appropriately, and associated tests. 2013-03-24 13:31:46 -04:00
Michael DeHaan
aa2915a151 Create a mechanism for filtering put details, and now users can change their own passwords but not rename themselves, etc. 2013-03-24 12:36:42 -04:00
Michael DeHaan
a071ff65e4 Add copyright headers. 2013-03-23 18:43:11 -04:00
Michael DeHaan
82af679128 Add stub tests for everything to do with users. 2013-03-23 18:36:28 -04:00
Michael DeHaan
207c883a7d Organize test files into subdirectories 2013-03-23 18:28:38 -04:00
Michael DeHaan
519b5ab77c Add part of list to show audit trail by organization, still need to hook create to auto-establish the audit trail records. 2013-03-23 17:07:24 -04:00
Michael DeHaan
cd0fee5406 Added tests for disassociation of other object types. 2013-03-23 17:01:42 -04:00
Michael DeHaan
1213f2a981 Test that you can't post to an audit trail collection (ever), and a switch to control postability to sub lists. 2013-03-23 16:50:25 -04:00
Michael DeHaan
cd214bc95d Ability to add tags to an organization. 2013-03-23 16:34:52 -04:00
Michael DeHaan
f1bfe780e3 Ability to add a user to an organization 2013-03-23 16:21:23 -04:00
Michael DeHaan
b68ab024ec Listing tags attached to an organization, and basic model/view things around tag details 2013-03-23 16:03:17 -04:00
Michael DeHaan
2484f7eb4a Listing the admins of an organization. 2013-03-23 15:43:59 -04:00
Michael DeHaan
6a45aa2823 Added ability to list users under an organization, model additions to support. Simplified queryset lookup for various models. 2013-03-23 15:34:16 -04:00
Michael DeHaan
284c495c11 Added remaining sec tests for adding subobjects to collection. 2013-03-23 15:08:02 -04:00
Michael DeHaan
a1c614500c Adding tests for remaining cases around adding subobjects to collections 2013-03-23 14:38:54 -04:00
Michael DeHaan
0c9aa1a498 Testing to whether a user can attach/unattach is now deferred to the model. 2013-03-23 14:31:36 -04:00
Chris Church
4e7827829f Work on executing launch job via celery to run ansible playbook. 2013-03-22 18:56:09 -04:00
Michael DeHaan
43e6927a1f update TODO.md 2013-03-22 18:30:45 -04:00
Michael DeHaan
85897049d9 misc cleanup 2013-03-22 18:16:40 -04:00
Michael DeHaan
e405c9b746 Simplify some auth code, add a FIXME 2013-03-22 18:07:06 -04:00
Michael DeHaan
8b698d13d0 This makes subobject attachment and detachment generic, making the views much easier to code up. 2013-03-22 16:52:44 -04:00
Michael DeHaan
dc071d1914 More view/model cleanup 2013-03-22 15:57:24 -04:00
Michael DeHaan
f1fda9b5de More view->model cleanup 2013-03-22 15:53:08 -04:00
Michael DeHaan
2c02dc73a0 Moving more logic into the models, more view cleanup 2013-03-22 15:44:32 -04:00
Michael DeHaan
d338794ec2 Starting to defer some business logic to the model classes and out of the views. 2013-03-22 15:36:59 -04:00
Michael DeHaan
6b61381e32 Move base view code to seperate file, start of generalizing 2013-03-22 15:22:30 -04:00
Michael DeHaan
71cc409735 Clarify remaining org tests to add. 2013-03-22 14:58:55 -04:00
Michael DeHaan
580c6335bd Clarify purpose of test in comments. 2013-03-22 14:57:01 -04:00
Michael DeHaan
f0aabcca43 Add a test to show you cannot put to a subresource collection URL 2013-03-22 14:55:55 -04:00
Michael DeHaan
ed6096216f Example of how to disassociate an object from a collection, to be generalized later! 2013-03-22 14:48:18 -04:00
Michael DeHaan
d179c91537 Test code for posting an object to a subcollection, and accompanying view code. (In this case organizations/n/projects)
To be generalized later.
2013-03-22 14:23:50 -04:00
Michael DeHaan
a59d26f42b Add migration 2013-03-22 13:50:50 -04:00
Michael DeHaan
7a9cd89d80 Merge conflict 2013-03-22 13:49:26 -04:00
Chris Church
935463e3ec Updated description to be optional, added migration for description change and removal of application user model. 2013-03-22 13:41:35 -04:00
Chris Church
c592c3c392 Hide fields not needed for the user admin. 2013-03-22 12:02:16 -04:00
Michael DeHaan
92509d34b3 More launch job notes. 2013-03-22 12:00:11 -04:00
Michael DeHaan
d336433634 Take notes on launch job features 2013-03-22 11:49:04 -04:00
Michael DeHaan
bd3e4ba943 Use request.user.is_anonymous versus doing type check. 2013-03-22 11:37:15 -04:00
Michael DeHaan
5a03fdf841 Simplify user model by just using the Django user object. 2013-03-22 11:35:26 -04:00
Chris Church
ea536ae903 Minor test/view fixes. 2013-03-22 11:22:04 -04:00