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