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

3754 Commits

Author SHA1 Message Date
Luke Sneeringer
bf8b593f36 Revert "Added feature flags and license types to licenses."
This reverts commit 3b459d2445ccfc5ad9c29f835a611ef1d817a7ec.
2015-02-18 13:27:11 -06:00
Luke Sneeringer
6abb08f4f1 Revert "Show feature flags and license type in /api/v1/config/"
This reverts commit 40552da5ad19bab3103e6438821383953f48149e.
2015-02-18 13:26:56 -06:00
Luke Sneeringer
4b107c2b5e Merge branch 'master' into licenses-unstable 2015-02-18 13:21:45 -06:00
Luke Sneeringer
e9ee27a709 Show feature flags and license type in /api/v1/config/ 2015-02-18 12:58:18 -06:00
Luke Sneeringer
395571e1ae Added feature flags and license types to licenses. 2015-02-18 12:58:18 -06:00
Luke Sneeringer
28a39839c2 Show feature flags and license type in /api/v1/config/ 2015-02-18 12:53:51 -06:00
James Laska
40fdbc01e3 Pyflakes and pep8 are replaced by flake8 2015-02-18 13:00:49 -05:00
Matthew Jones
3c61006455 Fix up some flake warnings 2015-02-18 12:55:07 -05:00
Chris Meyers
7da54263b6 Merge pull request #74 from chrismeyersfsu/feature-survey_password_redact
redact survey password type values w/ tests
2015-02-18 11:40:30 -05:00
Chris Meyers
1e871f8d7c redact survey password type values w/ tests 2015-02-18 11:37:50 -05:00
Jared Tabor
6e18c6d3c0 fixed spelling error on websocket configs
spelling changed from 'max reconneciton attemps' to 'max reconnection attempts'
2015-02-18 11:23:50 -05:00
Matthew Jones
52385f7346 Process Token from query string instead of cookie header on the api side
for the socket.io service
2015-02-18 11:04:18 -05:00
Jared Tabor
203de5221e Adding query string for websockets
to pass the auth token instead of in the cookie
2015-02-18 10:39:10 -05:00
Jared Tabor
50e174ea43 Remove stale error messages on survey
when adding another question any stale errors messages need to be cleared.
2015-02-17 18:25:04 -05:00
Jared Tabor
a2121b7288 More accurate survey errors
For the survey question form validation, some errors messages were being thrown for errors that hadn't occured.
2015-02-17 17:52:54 -05:00
Joe Fiorini
397d107380 Include sourcemaps in build 2015-02-17 17:11:16 -05:00
Jared Tabor
dda00e98f5 Fixing job submission for textarea
if textarea min is set to 0 and the question is optional, then the UI will pass the API and empty string to the job launch endpoint
2015-02-17 16:09:14 -05:00
Luke Sneeringer
c5869db5c4 Added feature flags and license types to licenses. 2015-02-16 15:09:58 -06:00
Matthew Jones
c8682b7820 Take out this stupid sync_ui thing from the 'make server' and 'make
servercc' targets
2015-02-16 13:56:46 -05:00
Jared Tabor
9fbd64805f Job Detail checks to prevent error messages
If the job run completes before the JS can complete running, error messages are output to the js console. Ajusting checks to prevent errors happening.
2015-02-16 13:42:38 -05:00
Jared Tabor
e849dff386 Changed wording on survey error message
Chris Wang found a wording issue with the survey error messages
2015-02-16 12:13:40 -05:00
Jared Tabor
81ead8c85d Changed labels for filters on portal mode
changed the labels to make things more aligned to the semantics of the actual filter.
2015-02-16 12:11:11 -05:00
Jared Tabor
435b010f9f Changed $log.info to $log.debug
we only want certain messages to post to the console when in debug mode
2015-02-16 11:31:07 -05:00
Jared Tabor
1046ac075d Fixed spelling error on survey
accidentally spelled 'scope' -> 'scopt'
2015-02-16 11:01:54 -05:00
Chris Church
ef96ba05d8 Merge pull request #71 from matburt/logging_rework
Logging rework
2015-02-14 17:03:32 -05:00
jlmitch5
8e9451ed18 Making tower default to latest rendering engine for IE10/IE11
This fix was originally added by Chris Church and was correct.
2015-02-13 16:46:37 -05:00
Jared Tabor
50e44def7b added missing }
oops
2015-02-13 15:59:05 -05:00
jaredevantabor
77fc1f4421 Merge pull request #72 from jaredevantabor/password-q
Adding Password option for survey's
2015-02-13 15:19:15 -05:00
Jared Tabor
c30d4c70ad Fixed data min/max/default check for survey 2015-02-13 14:48:30 -05:00
Jared Tabor
f46a34e079 Adding Password option for survey's
I'm adding the UI side of the password option for surveys, which should show up in the job summary as a masked string.
2015-02-13 14:00:00 -05:00
Matthew Jones
207a319349 Update packaging and production configuration for new logging 2015-02-13 13:50:36 -05:00
Matthew Jones
0b8b39f951 Refactor logging to work primarily with rotating files instead of syslog 2015-02-13 10:30:01 -05:00
jlmitch5
d54895ae20 Merge pull request #70 from ansible/su_sudo_tooltip
Fixed wording on the sudo/su credential's form element
2015-02-12 13:54:55 -05:00
John Mitchell
9f46d5e53c Fixed wording on the sudo/su credential's form element 2015-02-12 13:44:28 -05:00
John Mitchell
8881dbfe8e Updating contrib doc to include working file watcer solution 2015-02-12 09:25:30 -05:00
Matthew Jones
f85e28bafa Got a bit too aggressive with pyflakes for the schedules test 2015-02-11 17:57:27 -05:00
Matthew Jones
6a18a50d99 Fixing flake8 errors, this should be almost all of them! 2015-02-11 16:42:55 -05:00
Matthew Jones
59d824a643 Fix an issue where regular users couldn't relaunch jobs that they should
have permission to relaunch
2015-02-11 14:40:44 -05:00
Joe Fiorini
f4dc7a1373 Add sane dependencies to UI-related Makefile targets 2015-02-11 10:16:12 -05:00
Chris Church
c903e64ad5 Remove tags, add group for templates to VMware inventory script. 2015-02-11 03:24:17 -05:00
Chris Church
2d6986bb53 Update EC2 inventory to include changes from ansible/devel, add tag_none to tags group, update vpc group naming to match ansible/devel. 2015-02-11 01:46:22 -05:00
Matthew Jones
bb3732b2c1 Cleaning up some flake8 errors, pyflakes in this case 2015-02-10 17:00:23 -05:00
Joe Fiorini
20a8e98326 Include the correct version of jquery ui and remove wrong one 2015-02-10 16:53:38 -05:00
Chris Church
bfff155d61 Fix dashboard inventory graph to only count unique hostnames and reflect when licensed hosts count drops; API response is slower than before. Fixes https://trello.com/c/Kfw7QlRE 2015-02-10 16:17:53 -05:00
Matthew Jones
60ade410c1 Add tmux CC make target for using with the development service (make
servercc instead of make server)
2015-02-10 12:35:21 -05:00
Matthew Jones
f51e248c8b Fix a Project query rbac performance issue 2015-02-10 12:35:21 -05:00
John Mitchell
d01ae1af6a full commit of fixes to the survey by jared 2015-02-10 10:47:31 -05:00
jlmitch5
4a7b16ca05 Merge pull request #67 from ansible/mng_jobs_range_check
Range checking for management jobs day input
2015-02-10 10:31:37 -05:00
Joe Fiorini
07ef5a1f86 Merge pull request #69 from joefiorini/dialog-forms
Dialog forms
2015-02-10 10:28:50 -05:00
Joe Fiorini
999c72ca91 Set disable status on dialog button for Groups 2015-02-10 09:27:57 -05:00