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

3717 Commits

Author SHA1 Message Date
Matthew Jones
92f4bef948 Merge pull request #28 from matburt/master
Revert "Make credential required when using a cloud inventory source"
2015-01-20 11:05:27 -05:00
Matthew Jones
9b80d25a24 Revert "Make credential required when using a cloud inventory source"
This reverts commit 9dab26eb0a66a910e41452e40e74480ed4639588.
2015-01-20 10:46:53 -05:00
Matthew Jones
73890a0eee Merge pull request #26 from matburt/atomic_computed_fields
Wrap computed fields in transaction atomic to prevent deadlocks and weird rollbacks
2015-01-20 09:58:56 -05:00
Matthew Jones
be2a0614cf Merge pull request #25 from matburt/remove_crazy_decorators
Purge old super user check decorator in favor of using RBAC.  Update unit tests
2015-01-20 09:58:48 -05:00
Matthew Jones
3beab0a22e Merge pull request #24 from matburt/make_credential_required
Make credential required when using a cloud inventory source
2015-01-20 09:58:39 -05:00
Matthew Jones
dba5a66fbc Merge pull request #22 from matburt/master
Modify the windows azure inventory script to import all of the instances
2015-01-20 09:58:23 -05:00
Matthew Jones
70d6e38f57 Wrap computed fields in transaction atomic to prevent deadlocks and
weird rollbacks
2015-01-19 15:37:29 -05:00
Matthew Jones
4ce0fc4eb4 Purge old super user check decorator in favor of using RBAC. Update
unit tests
2015-01-19 13:54:49 -05:00
Jared Tabor
91e3374c2d Adding check for job detail properties 2015-01-19 12:08:53 -05:00
Matthew Jones
a8c7b0dc41 Emit an error message if the host doesn't exist in azure 2015-01-19 12:04:58 -05:00
Matthew Jones
43d26d9993 Make credential required when using a cloud inventory source 2015-01-19 11:52:10 -05:00
Matthew Jones
a7e6d62e2c Rename 'primaries' in windows azure to 'Cloud_services' per recommendation 2015-01-19 11:48:34 -05:00
Matthew Jones
df68e45e16 Merge pull request #23 from wenottingham/rest-branch
Fix assorted UI error messages to reference the correct REST requests.
2015-01-19 11:21:46 -05:00
Matthew Jones
73954b7c7d Merge pull request #16 from wenottingham/firewalld-branch
This adds support for firewalld on RHEL 7/CentOS 7.
2015-01-19 11:21:20 -05:00
Jared Tabor
ce9e82d50b Added help text for custom inv script
added a line for the user to add the hashbang in their script
2015-01-19 11:03:18 -05:00
Bill Nottingham
3df996f999 Fix assorted UI error messages to reference the correct REST requests.
Noticed when James commented on one specific posted error that it shouldn't be doing a PUT instead of a POST; turns out the error was just copy/pasted wrong.
2015-01-19 10:56:10 -05:00
Matthew Jones
a80c5196ad Modify the windows azure inventory script to import all of the instances
and create a new group to identify primary hosts
2015-01-19 10:27:56 -05:00
Matthew Jones
6cb7f911b7 Merge pull request #21 from chrismeyersfsu/improvement-inventory_script_organization_relationship
added 'organization' to list of related fields for inventory_scripts
2015-01-19 10:24:51 -05:00
Chris Meyers
8705f03bf9 added 'organization' to list of related fields for inventory_scripts 2015-01-19 08:39:55 -05:00
Chris Meyers
0fcf7a51b7 Merge pull request #20 from chrismeyersfsu/fix-ec2_groups
fixed broken ec2 inventory tag_ checks
2015-01-16 16:29:51 -05:00
Jared Tabor
aae9e2c14b error handling in Job Detail page
a JS error can get thrown if the user navigates to the job detail page as a job is ending
2015-01-16 16:07:23 -05:00
Jared Tabor
e49159af00 License -> 0 days
0 days needs to be plural
2015-01-16 14:26:14 -05:00
Chris Meyers
e822689ca1 test for non-existance of tag changed to be more strict to the tags form i.e. check for tag_*_* form rather than tag_*
tag_none grouping is more like ec2 global groups. Thus, removed the children filter test.
2015-01-16 14:16:23 -05:00
Jared Tabor
6d10e31ea8 fixed Firefox error for submitting survey question
hadn't passed the 'event' object as part of hte ng-click event
2015-01-16 12:47:30 -05:00
Chris Church
ee42ae8571 Support older versions of psutil that don't implement as_dict(). 2015-01-16 12:30:31 -05:00
Jared Tabor
d8af3198fc changed opacity on survey maker action buttons
had to change some of the css/div classes
2015-01-16 12:00:20 -05:00
Matthew Jones
4b14fa9e6b Merge pull request #19 from chrismeyersfsu/documentation-register_instance
added documentation to command: tower-manage register_instance --help
2015-01-16 11:47:56 -05:00
Chris Meyers
f2c9dcd173 added documentation to command: tower-manage register_instance --help 2015-01-16 11:46:33 -05:00
Matthew Jones
ad84fb4259 Merge pull request #18 from chrismeyersfsu/improvement-tagless
added ec2 tags_none grouping for hosts without tags
2015-01-16 10:17:21 -05:00
Chris Meyers
a6fdd9534e added ec2 tags_none grouping for hosts without tags 2015-01-16 10:15:23 -05:00
Jared Tabor
eccd25e30c CheckAccess callback
adjusted the callback of hte check access module. changed it to happen after successful REST call.
2015-01-15 11:34:15 -05:00
Jared Tabor
c169b40169 Changed license to say '1 day'
license read '1 Days' remaining. I changed this to '1 Day'
2015-01-15 11:21:53 -05:00
Matthew Jones
bb2d82cdd9 Merge pull request #17 from chrismeyersfsu/fix-schedule-user-input
Misspelling in save field
2015-01-15 10:05:25 -05:00
Chris Meyers
5264d11ff0 Misspelling in save field
'job_status' changed to 'status'
2015-01-15 09:37:05 -05:00
Chris Church
4dff25884f Re-enable proot by default, add python-psutil as a dependency, implement support for terminating SSH control master processes so that playbook runs exit cleanly. 2015-01-14 17:17:15 -05:00
Jared Tabor
b5929a232a Machine Credential username/password
changed username/password for machine credential to NOT include 'SSH'
2015-01-13 14:50:35 -05:00
Jared Tabor
34afc9cd02 JSHint
fixed lint error
2015-01-12 17:45:37 -05:00
Jared Tabor
7f8fff18a0 Permissions for org admin
The series of events for checking a user's access level was happening out of order for loading the permissions page/form. I added a callback so that the access level can be checked first and then a secondary action (like filling a form as readonly or not) could happen next.
2015-01-12 17:37:37 -05:00
Jared Tabor
8e8a125776 Adjusted Variable parsing
had to change variable parsing to a nested variable object but to not accept something like : "jenkins_uri: {{ ansible_ssh_host }}"
2015-01-12 14:21:52 -05:00
Matthew Jones
a5bc796518 Fix an issue where host could be None during an instance bootup process
thus causing an error in the inventory import
2015-01-12 13:56:31 -05:00
Matthew Jones
f01289642c Fix an issue where azure inventory plugin would throw an error if there
were no instances available
2015-01-12 13:54:20 -05:00
John Mitchell
221ebd846b Add required asterisk to add group, custom inventory source 2015-01-12 13:24:40 -05:00
John Mitchell
d84626063f removed indexes from forms that included lists 2015-01-09 15:11:26 -05:00
John Mitchell
c12006753e Fixing group/hosts inventory count on deletion from one page to all 2015-01-09 12:13:26 -05:00
Matthew Jones
d70d5a5c99 Update Dockerfile to properly set shell encoding 2015-01-09 10:58:44 -05:00
Chris Church
c72472fba9 Add back VPC grouping for RDS. 2015-01-09 03:00:25 -05:00
Chris Church
fd2cdd39b8 Remove group by VPC for RDS instances. 2015-01-09 02:31:41 -05:00
Matthew Jones
2db98a9461 Add an HA list_instances management command 2015-01-08 15:03:53 -05:00
Matthew Jones
0eaf2dc00c Protect the system from when one attempts to start a job without an inventory 2015-01-08 14:55:58 -05:00
Matthew Jones
80b2b36bf3 Reapply fix for can_edit and can_copy when an inventory or project
associated with the job template have been deleted
2015-01-08 13:30:27 -05:00