Commit Graph
66 Commits
Author SHA1 Message Date
Michael DeHaan 68cbc7883c Update README.md 2014-09-08 10:42:15 -04:00
Michael DeHaan 93a34b001f Start of guidelines around API development. 2014-06-18 07:17:40 -05:00
Michael DeHaan e8ab260f31 Start of guidelines around API development. 2014-06-17 13:52:57 -05:00
Michael DeHaan 9e87f14d2e Merge pull request #6 from tgerla/apache
Make our vhost server names match everything, not just localhost
2013-11-10 13:39:23 -08:00
Michael DeHaan 1b3e704f3e Merge pull request #5 from tgerla/supportfixes
Support fixes
2013-11-02 12:21:48 -07:00
Michael DeHaan 9729c6d203 Merge pull request #4 from tgerla/fix-inventory-plugins
Fix inventory plugin import handling
2013-08-15 08:27:52 -07:00
Michael DeHaan b1fd10c924 Update README.md 2013-07-31 10:21:04 -04:00
Michael DeHaan b94e8b09b0 Update README.md 2013-07-31 10:20:46 -04:00
Michael DeHaan 21f4e3a680 Some hacks to make organizational user object creation possible by posting directly to the subcollection. This is a little complex due to the user (being a Django object) not having any FKs
to our objects.  This should be refactored later but is at least sufficiently operational for the two cases it is used here.
2013-04-29 10:37:16 -04:00
Michael DeHaan 2a013a5cfe Add API version info to api root, add dependency to setup playbook 2013-04-25 13:08:39 -04:00
Michael DeHaan 5c7cab70b7 Stubs for API head points. To add reverse URLs next. 2013-04-25 12:55:25 -04:00
Michael DeHaan 3a9533ffa0 more related resources! 2013-04-23 19:44:18 -04:00
Michael DeHaan fdb0dd29a9 Fix organization lookup ID. 2013-04-23 19:36:00 -04:00
Michael DeHaan 3162f62fa9 Add more related resources. 2013-04-23 19:18:58 -04:00
Michael DeHaan fc0fc43f63 Add inventory related resource. 2013-04-23 19:01:05 -04:00
Michael DeHaan c81de8f7b9 Add modified_by to audit trail 2013-04-23 18:54:27 -04:00
Michael DeHaan 69f8f1e70d Add created_by related resource only if set. 2013-04-23 18:51:47 -04:00
Michael DeHaan 82ef8ca0f3 Working on exposing more related fields. 2013-04-23 18:08:38 -04:00
Michael DeHaan a45a5c2594 Ability to list teams attached to a project. 2013-04-23 11:26:50 -04:00
Michael DeHaan c661c0bbf2 Add organizations related resource to projects. 2013-04-23 11:13:33 -04:00
Michael DeHaan 069d16a1ae Add teams related resource to org. 2013-04-23 10:25:12 -04:00
Michael DeHaan e511b60e29 Allow more advanced django filtering. 2013-04-22 10:43:18 -04:00
Michael DeHaan 6bb4f4f255 remove user from jobs (redundant, since we have created_by) and add start of jobs REST testing. 2013-04-18 21:05:31 -04:00
Michael DeHaan 7d224d8cf3 Ability to list job templates. Related resources are not added. 2013-04-18 20:52:54 -04:00
Michael DeHaan 48a29df4ec Cleanup TODO file 2013-04-18 17:06:54 -04:00
Michael DeHaan bc19dc90ac Stub tests for jobs REST API. 2013-04-18 17:01:49 -04:00
Michael DeHaan d11405d089 Stub views for all things job and event related. 2013-04-18 15:22:45 -04:00
Michael DeHaan 10adcf204d Allow results to be ordered by specifying "&order=" on the querystring line. 2013-04-18 10:28:19 -04:00
Michael DeHaan 5e6ad5a244 Added /api/v1/groups/N/hosts and /api/v1/groups/N/all_hosts/ 2013-04-16 17:41:20 -04:00
Michael DeHaan 0a364f39d6 Minor tweaks to the setup playbook. 2013-04-16 16:14:08 -04:00
Michael DeHaan 54923f05c4 Merge pull request #1 from britcey/patch-1
fixed typo
2013-04-15 16:21:02 -07:00
Michael DeHaan 1d6c035df1 Remove unused web template 2013-03-15 23:16:29 -04:00
Michael DeHaan c0a8f72b3b Remove previous webapp start. 2013-03-15 23:15:34 -04:00
Michael DeHaan b2771b5c12 Add comments on planning docs 2013-03-15 23:12:17 -04:00
Michael DeHaan b06c14e220 Remove UI from effort from before, this will be redone. 2013-03-15 22:59:16 -04:00
Michael DeHaan 86f9d859b9 Cleanup TODO 2013-03-15 22:43:08 -04:00
Michael DeHaan bc69076f69 Operational authorization via tastypie. 2013-03-15 22:35:50 -04:00
Michael DeHaan 91c8d122be Basic API object creation. Auth still stubbed out. 2013-03-15 17:53:44 -04:00
Michael DeHaan 366fefe419 add very early start to cli, add hammock to requirements.txt 2013-03-15 14:59:46 -04:00
Michael DeHaan 4259f2a94e Show tags correctly in Django admin, use limited CharFields for fields without newlines to render admin appropriately. 2013-03-15 11:45:14 -04:00
Michael DeHaan b3c21db999 Hosts have groups. 2013-03-15 11:26:32 -04:00
Michael DeHaan 4d20258a7c Add blank=True for optional fields in admin, display objects in admin views according to name. 2013-03-15 11:18:18 -04:00
Michael DeHaan 159dd542df Add Django admin stubs for all existing model objects 2013-03-15 10:22:16 -04:00
Michael DeHaan 1117fb0656 Add organizations resource file, update TODO & gitignore 2013-03-13 18:49:09 -04:00
Michael DeHaan 2cea592c6c get organizations API working, hello REST world! 2013-03-13 17:58:51 -04:00
Michael DeHaan 6ff6769a06 Tastypie URLs go here 2013-03-13 17:29:20 -04:00
Michael DeHaan b7b737e38d Add migration file 2013-03-13 17:21:16 -04:00
Michael DeHaan 273b447250 Change the way we sync, add notes about superuser setup. 2013-03-13 17:20:50 -04:00
Michael DeHaan ee4160af93 add TODO file 2013-03-13 17:15:23 -04:00
Michael DeHaan 0a3c59daf8 Don't use devserver 2013-03-13 16:54:01 -04:00
Michael DeHaan 9491453887 Working on migrations 2013-03-13 16:29:51 -04:00
Michael DeHaan 6c8b4de4c1 Change SQL backend in settings template, tweak playbook 2013-03-13 16:13:06 -04:00
Michael DeHaan b97193e6a0 Pull requirements from pip so we get later things on CentOS 6, etc 2013-03-13 16:06:45 -04:00
Michael DeHaan e5bcdd2d40 Fix up ansible playbook given recent path changes. 2013-03-13 15:41:07 -04:00
Michael DeHaan 10b9e9e726 Ignore lib/settings.py considering name change 2013-03-13 15:32:46 -04:00
Michael DeHaan 14b0a1ed27 Rename acom to lib to avoid confusion with repo name. 2013-03-13 15:32:22 -04:00
Michael DeHaan 2ce1af0325 Reference apps as acom.main 2013-03-13 15:28:30 -04:00
Michael DeHaan b5a1b2d423 move manage.py up one level 2013-03-13 15:21:06 -04:00
Michael DeHaan 537b178a45 Move models to subpackage 2013-03-13 15:17:45 -04:00
Michael DeHaan 495639611e Flesh out database model. 2013-03-13 15:15:35 -04:00
Michael DeHaan 5f0692e6d0 Init repo 2013-03-13 13:09:36 -04:00
Michael DeHaan bfdf725f3f Checkin previous static files 2013-02-28 19:54:04 -05:00
Michael DeHaan 1853d32020 Various Django cleanup 2013-02-28 19:52:14 -05:00
Michael DeHaan d444bd0873 Simplify Django organization, add South support. 2013-02-28 19:39:01 -05:00
Michael DeHaan 17bfe1b2e1 Create stubs for various services 2013-02-28 09:20:31 -05:00
Michael DeHaan 853021a11e Genesis. 2013-02-28 09:10:20 -05:00