John Mitchell
9b2470a9d3
fixing range bug with awMax directive
2015-02-20 14:21:40 -05:00
Jared Tabor
2f00783f8c
Changed the error message on JT for surveys
...
On the job template form page we would display an error modal if the user had enabled a survey but not created one yet. Now we will use an error message on the form like we do in most other places.
2015-02-20 14:03:20 -05:00
Jared Tabor
db8eed2ae5
Job submission for optional survey questions
...
Make sure optional multiselect and multiplechoice answers are ignored if not answered
2015-02-19 12:59:09 -05:00
Jared Tabor
0286800ead
Survey password field initialization
2015-02-19 12:58:41 -05:00
Jared Tabor
ea8a537906
Job Submission extra vars
...
When submitting a job to launch, the UI will collect extra_vars from the the JT. However with a recent change to make extra_vars include comments, the UI no longer receives the JT extra vars as a JSON obj, but rather as a yaml-unparsed string. So I am changing the way we parse these JT-extra_vars from 'json' to 'yaml' since we no longer expect to recieve a json-ified extra var object.
2015-02-19 12:58:41 -05:00
Chris Meyers
71e0469fab
Merge pull request #81 from chrismeyersfsu/feature-survey_password_redact
...
redact survey password fields in job detail extra_vars
2015-02-19 11:47:17 -05:00
Chris Church
8db3bdb947
Merge pull request #78 from wenottingham/readme-fix
...
This fixes a couple of the package names in README to match their names in pip.
2015-02-19 09:53:02 -05:00
Chris Meyers
78e1698333
redact survey password fields in job detail extra_vars
2015-02-19 09:20:05 -05:00
John Mitchell
9698b79f3f
fix of the teams list console errors
2015-02-18 16:14:47 -05:00
Jared Tabor
a0ffd50207
Adjust error messages for survey
...
per Chris' request to make them more accurate.
2015-02-18 16:00:47 -05:00
Chris Meyers
ea49c78bde
Merge pull request #79 from chrismeyersfsu/feature-survey_password_redact
...
Feature survey password redact
2015-02-18 15:32:59 -05:00
Chris Meyers
4f907c6645
make flake8 happy
2015-02-18 15:30:51 -05:00
Bill Nottingham
4204a479f3
Fix some pip package names.
2015-02-18 15:08:19 -05:00
Chris Meyers
81205d37dc
removed extra redudant import
2015-02-18 14:52:48 -05:00
Chris Meyers
6f2016f9c0
Merge pull request #77 from chrismeyersfsu/feature-survey_password_redact
...
break up tests.jobs and fix awx.api.tests
2015-02-18 14:51:32 -05:00
Chris Meyers
9f9fc3f8b3
break up tests.jobs and fix awx.api.tests
2015-02-18 14:50:54 -05:00
jlmitch5
1de3077bdc
Merge pull request #75 from jlmitch5/popover_bug_fix
...
fixing popover bug
2015-02-18 14:40:29 -05:00
Jared Tabor
a67b2e29b6
JSHint
...
removed trailing whitespace
2015-02-18 14:32:34 -05: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
John Mitchell
eddaf1e97b
fixing popover bug
2015-02-18 11:49:35 -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
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
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
John Mitchell
9f46d5e53c
Fixed wording on the sudo/su credential's form element
2015-02-12 13:44:28 -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
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