| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial task status to file implementation | Matthew Jones | 2013-11-21 | 7 | -15/+59 |
* | Fix issue AC-708, rework the 'group' structure to report the correct fail counts | Matthew Jones | 2013-11-21 | 1 | -9/+4 |
* | Remove --autoreload option from celeryd target, doesn't seem to work anyways. | Chris Church | 2013-11-21 | 1 | -1/+1 |
* | AC-620 Better use of update_fields on job-related models, restrict post_save ... | Chris Church | 2013-11-21 | 3 | -12/+111 |
* | Remove JobHostSummary and JobEvent actions from the activity stream registry | Matthew Jones | 2013-11-21 | 2 | -3/+3 |
* | AC-691 fixed detail AS view so that JSON changes displays correctly. Fixed Re... | Chris Houseknecht | 2013-11-21 | 3 | -16/+22 |
* | AC-684 Added new help text and adjusted credential labels. Fixed missing clou... | Chris Houseknecht | 2013-11-21 | 5 | -22/+76 |
* | AC-674 flash message is now cleared whenever AS is summoned. | Chris Houseknecht | 2013-11-20 | 1 | -3/+8 |
* | Fixed project related links on home page. Add missing Reset button to all lis... | Chris Houseknecht | 2013-11-20 | 16 | -75/+200 |
* | AC-688 Fixed error adding team credential, added test. | Chris Church | 2013-11-20 | 3 | -5/+19 |
* | New dashboard. Modified dahsboard widgets to use API dashboard resource. Syst... | Chris Houseknecht | 2013-11-20 | 1 | -115/+90 |
* | New dashboard. Modified dahsboard widgets to use API dashboard resource. | Chris Houseknecht | 2013-11-20 | 4 | -598/+248 |
* | Add organizations counts to the api dashboard view | Matthew Jones | 2013-11-20 | 1 | -0/+3 |
* | AC-687 Add ec2/rax region choices to inventory source options response, add v... | Chris Church | 2013-11-20 | 4 | -0/+199 |
* | Remove SortedDict, add user, team, credential, and job_template counts as top... | Matthew Jones | 2013-11-20 | 1 | -44/+57 |
* | Don't try to preserve an instance between pre- and post- middleware processin... | Matthew Jones | 2013-11-20 | 1 | -4/+18 |
* | AC-686 Fix permissions for inventory source to allow org admins and users wit... | Chris Church | 2013-11-20 | 3 | -1/+103 |
* | Fix RelatedManager exception issue on the dashboard | Matthew Jones | 2013-11-20 | 1 | -1/+1 |
* | AC-698 when job template does not include a credential, user is prompted for ... | Chris Houseknecht | 2013-11-20 | 5 | -14/+31 |
* | Refresh button on jobs and projects tab now responds with a spinner. Before n... | Chris Houseknecht | 2013-11-20 | 2 | -4/+4 |
* | Fixed *flashy* working spinner behavior. Noticed it on Users page when adding... | Chris Houseknecht | 2013-11-20 | 2 | -49/+54 |
* | Wrap up AC-649, provide an api for the dashboard view | Matthew Jones | 2013-11-20 | 1 | -29/+36 |
* | Add the dashboard api view, with a few fields still needing to be filled | Matthew Jones | 2013-11-20 | 2 | -0/+86 |
* | AC-690 copy button back in. | Chris Houseknecht | 2013-11-20 | 1 | -2/+2 |
* | AC-690 removed copy button. | Chris Houseknecht | 2013-11-20 | 1 | -2/+2 |
* | AC-696 Removed restriction on reassigning a credential to another user/team. | Chris Church | 2013-11-20 | 2 | -12/+4 |
* | Removed update interval field grom Group form. | Chris Houseknecht | 2013-11-20 | 2 | -4/+4 |
* | AC-665 Added governor to object type searches, limiting objects to 30. Now us... | Chris Houseknecht | 2013-11-20 | 7 | -51/+65 |
* | We need to check for AnonymousUser here sine that's what Django Request Frame... | Matthew Jones | 2013-11-20 | 1 | -3/+2 |
* | AC-657 Fixed order of operations for prompting user to approve delete, starti... | Chris Houseknecht | 2013-11-20 | 8 | -42/+65 |
* | More for AC-694, use the new rest framework materialized user | Matthew Jones | 2013-11-20 | 1 | -17/+2 |
* | Fix for AC-694, we weren't saving the instance if using the cached user | Matthew Jones | 2013-11-20 | 1 | -0/+1 |
* | Example code for capturing current user from rest framework. | Chris Church | 2013-11-20 | 2 | -0/+12 |
* | AC-654 Add API support for token auth using X-Auth-Token header in addition t... | Chris Church | 2013-11-20 | 5 | -26/+75 |
* | Fix error views to use base REST framework template instead of admin, since a... | Chris Church | 2013-11-20 | 10 | -83/+73 |
* | AC-550 When user views inventory update status (by clicking on the status lin... | Chris Houseknecht | 2013-11-20 | 6 | -77/+58 |
* | Fix AC-660, resolve auth token authentication properly. Implement user insta... | Matthew Jones | 2013-11-20 | 1 | -3/+15 |
* | Fix issue AC-677, field is referenced incorrectly causing exception | Matthew Jones | 2013-11-20 | 1 | -1/+1 |
* | AC-629 Fix password field used to respond to ansible-playbooks prompts. | Chris Church | 2013-11-19 | 1 | -2/+2 |
* | AC-668 'parse as' value now works correctly. | Chris Houseknecht | 2013-11-19 | 1 | -1/+1 |
* | AC-654 Added 'X-Auth-Token' as a header in all requests. This will give the A... | Chris Houseknecht | 2013-11-19 | 1 | -0/+5 |
* | Add more verification when deserializing json changes field on activity stream | Matthew Jones | 2013-11-19 | 1 | -1/+6 |
* | Fix AC-648... make sure the changes field is not represented using nested json | Matthew Jones | 2013-11-19 | 1 | -0/+7 |
* | Only allow user with super_user access to see activity stream button. Fixed c... | Chris Houseknecht | 2013-11-19 | 26 | -24/+79 |
* | Fix broken tests after removing session authentication. | Chris Church | 2013-11-19 | 2 | -1/+7 |
* | AC-170 Disable REST session auth and Django admin by default. | Chris Church | 2013-11-19 | 3 | -5/+17 |
* | Close AC-671... cleanup/purge activity stream tables | Matthew Jones | 2013-11-19 | 1 | -0/+61 |
* | Prevent non-superusers from querying the activity stream | Matthew Jones | 2013-11-19 | 1 | -0/+3 |
* | Added AS to /inventories/hosts/N and /inventories/groups/N as well has /home/... | Chris Houseknecht | 2013-11-19 | 9 | -26/+85 |
* | Fix RBAC for project updates. | Chris Church | 2013-11-19 | 1 | -16/+3 |