1567 Commits

Author SHA1 Message Date
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
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
John Mitchell
9f46d5e53c Fixed wording on the sudo/su credential's form element 2015-02-12 13:44:28 -05:00
Joe Fiorini
20a8e98326 Include the correct version of jquery ui and remove wrong one 2015-02-10 16:53:38 -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
999c72ca91 Set disable status on dialog button for Groups 2015-02-10 09:27:57 -05:00
Joe Fiorini
dda0f0a078 Allow CreateDialog helper to set disabled status on save button 2015-02-10 09:27:57 -05:00
Joe Fiorini
ac9fd1dc3d Cleanup 2015-02-10 09:27:56 -05:00
Joe Fiorini
c35826c696 Fix misnamed dependency 2015-02-09 10:27:46 -05:00
John Mitchell
a9e4413a82 Range checking for management jobs day input 2015-02-06 18:08:17 -05:00
Joe Fiorini
6dbfba7f69 jshint fixes 2015-02-06 18:04:10 -05:00
Joe Fiorini
13998e2898 Use broccoli to build tests 2015-02-06 12:49:04 -05:00
Joe Fiorini
a9e0de98d7 Use broccoli to build app 2015-02-06 12:49:04 -05:00
Joe Fiorini
f4350f4a28 Kill strict mode in favor of doing it once 2015-02-06 12:47:39 -05:00
Joe Fiorini
a70d6b80aa Initial setup of broccoli build 2015-02-06 12:47:39 -05:00
jlmitch5
9a4ab0436a Merge pull request #65 from ansible/extra_vars
send the yaml extra vars in raw form to the backend
2015-02-06 10:43:10 -05:00
jlmitch5
53b2105555 Fixing log message 2015-02-06 10:28:09 -05:00
Joe Fiorini
8d1898e4ae Fix failing tests 2015-02-06 10:21:25 -05:00
Joe Fiorini
2f9dc2b4ef Merge pull request #63 from ansible/fix-dashboard-errors
Do not try to render home template on login/logout
2015-02-06 09:26:47 -05:00
John Mitchell
40106cdc34 send the yaml extra vars in raw form to the backend 2015-02-05 23:47:21 -05:00
Joe Fiorini
9bab35937c Fix cleanup of host-count-graph 2015-02-05 13:30:30 -05:00
Joe Fiorini
f512cdf79d Add missing partial 2015-02-05 12:58:45 -05:00
Joe Fiorini
109c9d8832 Do not try to render home template on login/logout 2015-02-04 17:11:27 -05:00
Jared Tabor
6a77c5dbab Added metric for cache timeout on project page
For cache timeout on the project form page, I've added the metric in seconds to the field label
2015-02-04 17:00:58 -05:00
John Mitchell
57acb5e21e Fixed teams list crashing when team has no organization 2015-02-04 16:53:04 -05:00
John Mitchell
fb9e231189 made checkboxes clickable with label 2015-02-04 16:22:21 -05:00
Jared Tabor
1e521e43c2 Auth timeout on survey edit
The UI would error out on the console
2015-02-04 16:16:16 -05:00
Joe Fiorini
16119114dc Fix jshint errors 2015-02-04 16:15:39 -05:00
John Mitchell
0dca82befd fixed the null error for the org add user breadcrumbs 2015-02-04 15:31:30 -05:00
jlmitch5
fbf0ebf4d9 Merge pull request #55 from ansible/popover_disable
Fixed popOver bug
2015-02-04 14:44:04 -05:00
Joe Fiorini
6e0399379d Cleanup the hack 2015-02-04 14:33:10 -05:00
John Mitchell
cef0d0bb00 removed bottom right pop-over directions. 2015-02-04 14:30:32 -05:00
Jared Tabor
7788d45088 Removing the Launch and Sync button
removing the launch button from the JT form page and the sync project from the project page
2015-02-04 14:28:31 -05:00
Jared Tabor
5116e41433 adding comments to survey code
helps with refactoring
2015-02-04 11:34:55 -05:00
Joe Fiorini
ed15bdeb63 Fix build order with new module files
The two renamed files represent files that merely define angular
modules. Unfortunately, in minification mode, they were getting
processed out of order with files that depend on them. Since we don't
have any sort of native module or dependency resolution (YET), I'm
hacking it to make sure they come first asciibetically.
2015-02-03 16:51:18 -05:00
Jared Tabor
2a5f904283 Adding extra dependency reference for awToolTip
the awToolTip directive has a dependency on the $sce (context escaping) service, and I had incorrectly defined this reference in an earlier commit.
2015-02-03 14:35:39 -05:00
Jared Tabor
3d07e09aeb More escaping of malicious html/js in Activity Stream
I had to move the escaping functions to happen earlier in the URL creation for activity streams
2015-02-03 14:02:21 -05:00
John Mitchell
f0a2ce2c67 initial commit of the click-off popOver bug 2015-02-02 23:31:14 -05:00
Jared Tabor
f914482e19 Changed 'Cleanup Job' to name of cleanup job ran
on the modal that prompts the user for number of days of data to keep, I changed the title of the modal to say the name of the job being run.
2015-02-02 20:58:49 -05:00