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

3840 Commits

Author SHA1 Message Date
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
Michael DeHaan
3fbb08ba55 Update README.md 2015-01-08 10:36:50 -05:00
Jared Tabor
40764aaa18 Updated copyright to 2015
on cowsay about modal window
2015-01-08 09:44:48 -05:00
Jared Tabor
bd12efd7fe Radio button on modal window
fixed a lookup modal from having checkboxes when it needed radio buttons
2015-01-08 09:43:15 -05:00
Jared Tabor
94b0a62059 Double click issue on radio button
The custom inventory script radio button when choosing a custom script under Inventory->Group->Source had to be clicked 2x in order to select a desired radio button. Fixed this issue. Had to rename the list iterator to 'source_script'
2015-01-08 09:39:41 -05:00
Matthew Jones
9900b13953 Revert "Handle the situation where a Job Template's inventory has been removed"
This reverts commit 12201de3cb344b6caafeb112f7db7135b049821d.
2015-01-07 20:03:04 -05:00
Matthew Jones
932c276829 Handle the situation where a Job Template's inventory has been removed
and we are trying to determine if a user has the ability to edit or copy it.
2015-01-07 15:13:14 -05:00
Chris Church
d826cf0a0a Add support for changing proot verbosity via settings. 2015-01-07 13:11:24 -05:00
Jared Tabor
b7a85f7f3c Job submission
had to adjust the job submission to correctly pass empty strings for extra vars and for survey questions
2015-01-07 10:49:58 -05:00
Chris Church
719669f409 Show formatted output instead of raw HTML for job stdout in browsable API. 2015-01-06 17:25:13 -05:00
Jared Tabor
9848a37b02 Force user to login before opening web sockets
Rearranged the series of events so that the socket handshake happens after the user logs in.
2015-01-06 17:00:22 -05:00
Chris Church
6996c66619 Wrap commands with proot first, then ssh-agent. Fixes issue from https://trello.com/c/GU6kiuzq where playbook runs to completion but returns a nonzero exit code. 2015-01-06 15:54:08 -05:00
Jared Tabor
9c3b3aab90 Variable parsing
expanded the variable parsing to disregard an empty string inside of an empty string ("\"\"")
2015-01-06 12:54:34 -05:00
Jared Tabor
5e2f915236 Socket reconnection logic
To test the socket reconnection logic, i've increased the number of times the UI will attempt to try and connect to the socket url.
2015-01-06 11:30:24 -05:00
Chris Church
7c7a68dfad Include return code in exception message when task has an error or is canceled. 2015-01-06 11:27:34 -05:00
Matthew Jones
ba06fc0f69 Allow recv_connect on the base socket namespace 2015-01-06 11:14:28 -05:00
Jared Tabor
7d63f1dbf0 Socket.js error message
I've added an error message to be posted to the javascript console anytime the socket service has an error. This should help in debugging issues down the line.
2015-01-06 10:22:44 -05:00
Matthew Jones
a53071ff07 Only consider 50 tasks when managing the task graph 2015-01-06 10:12:24 -05:00
Jared Tabor
6fccee404a Job Submission
The job submission should NOT send an empty extra_vars dict if no extra variable are collected as a result of the job submission prompts. I was under the impression that an empty extra vars dict would be disregarded. An empty extra_vars dict will in fact overwrite any extra_vars in the JT with a blank set of extra_vars
2015-01-05 18:27:35 -05:00
Luke Sneeringer
86a47bb11c Ensure extra_vars is initiated. 2015-01-05 16:51:11 -06:00
Matthew Jones
21d45b828f Fix up an issue where we wouldn't properly show can_edit or can_copy 2015-01-05 16:28:31 -05:00
Jared Tabor
5d5213ba4c Socket.js
removing 'force new connection' line again
2015-01-05 16:07:36 -05:00
Jared Tabor
f6baacfbe2 Socket.js
adding 'force new connection' line back into socket file
2015-01-05 11:14:40 -05:00
Jared Tabor
a2b5c38436 Typo on survey help 2015-01-05 09:40:30 -05:00
Jared Tabor
b0c9845bc3 Survey maker prevent duplicate vars
Added check in survey maker to prevent saving a question that uses a variable that is already in use.
2014-12-19 14:28:38 -05:00
Jared Tabor
54465d4b31 Socket.js
removing the line i added for the security patch per Matt's request
2014-12-19 14:22:13 -05:00
Jared Tabor
c7c25250a7 Dashboard host count graph
Pie chart tooltip wasn't displaying values with commas properly
2014-12-19 13:57:22 -05:00
Jared Tabor
e41de1684c Job Template form survey check
The job template form wasn't checking for survey in every scenario
2014-12-19 12:18:23 -05:00