1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
Commit Graph

23601 Commits

Author SHA1 Message Date
Michael DeHaan
33ab8ff1ab Start of projects (+teams/credentials/permissions) tests. 2013-03-31 20:03:14 -04:00
Chris Church
3c7cac00f9 Working version of callback module to log to database. 2013-03-31 19:24:53 -04:00
Chris Church
c149f03119 Initial working test for run_launch_job task. 2013-03-31 17:25:18 -04:00
Chris Church
b38cb80efa Finished acom_inventory commnand tests. 2013-03-31 11:40:13 -04:00
Chris Church
cece190c54 Reapplied migrations since change, work on tests for inventory script. 2013-03-29 02:36:11 -04:00
Chris Church
a61a353829 Start on tests for inventory command and celery task, stub for playbook callback module. 2013-03-29 01:10:53 -04:00
Michael DeHaan
bbbe1b5a93 update TODO.md 2013-03-27 19:09:57 -04:00
Michael DeHaan
00d4f67f22 When disassociating objects that are foreign key relationships this implies a delete, so also move the name aside to allow for reuse. 2013-03-27 18:55:49 -04:00
Michael DeHaan
b8ee694d82 Ability to remove hosts and inventory from groups. 2013-03-27 18:54:30 -04:00
Michael DeHaan
6e15d7a913 Ability to add child groups to groups. 2013-03-27 18:17:21 -04:00
Michael DeHaan
4a2673482b Update the inventory script to follow the new variabledata schema. This is untested and may need revisions. 2013-03-26 22:28:35 -04:00
Michael DeHaan
ce7112e08a Update variable schema to use a 1:1 resource, and allow access via GET/PUT. GET if object does not exist will create the resource. 2013-03-26 22:24:03 -04:00
Michael DeHaan
c2bffe47d4 Fixup attach logic for inventory hosts/groups on subcollections. Pass serializer errors through on conflict scenarios. 2013-03-26 19:21:18 -04:00
Michael DeHaan
88b171bd5b Add tests for posting new hosts via subcollection. 2013-03-26 18:53:39 -04:00
Michael DeHaan
5ac7cb9a93 Update the API doc to indicate usage of posts of new objects to convience endpoints. 2013-03-26 18:50:28 -04:00
Michael DeHaan
4aed4f6405 Add more 'auto-associate by posting new object' end points. 2013-03-26 18:26:40 -04:00
Michael DeHaan
fa54f7ad66 This allows for creation of subresources when posting new objects to a subcollection. 2013-03-26 18:18:05 -04:00
Michael DeHaan
3625039d47 Start of group support. 2013-03-26 16:57:08 -04:00
Michael DeHaan
2d3ff081c1 Loosen some unique name constraints. Note I've reset the migrations since we're in the dev cycle and I can still do that. 2013-03-26 14:51:14 -04:00
Michael DeHaan
5e91e0a43c Working on Hosts and Groups 2013-03-26 14:44:12 -04:00
Michael DeHaan
a4ae1012bc Update license headers on test code. 2013-03-25 19:02:52 -04:00
Michael DeHaan
dbfd764acd Improve the can_user_add model hook to allow it to pre-examine data for context. 2013-03-25 19:00:07 -04:00
Michael DeHaan
be1bd56ca2 Explain the RBAC model around inventory usage and adapt a view to match. 2013-03-25 17:36:51 -04:00
Michael DeHaan
681b82d378 Start of basic RBAC access control around inventory. 2013-03-25 17:21:17 -04:00
Michael DeHaan
dd02a79cc1 Fixing up existing inventory tests (all clear) 2013-03-25 16:43:42 -04:00
Michael DeHaan
77695bd959 Working on surfacing inventory objects. 2013-03-25 16:41:21 -04:00
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