Jared Tabor
d5389cc15d
refactoring password gathering in job submission
2015-04-07 16:56:31 -04:00
Jared Tabor
eb5e10aa5c
adding 'become' privilege escalation on cred
...
and on job template adding a flag for enabling 'become' escalation.
2015-04-07 15:11:51 -04:00
Jared Tabor
f6827a1079
adding options for privilege escalation drop down
...
this will get replaced by info from the back end.
2015-04-07 11:24:31 -04:00
Jared Tabor
47d7440b57
changed credential privilege escalation to selectable
2015-04-07 11:24:21 -04:00
Jared Tabor
4955ad4e01
added privilege escalation chxbox to JT form page
...
the job template page will need to have a flag to provide the user to run playbooks as sudo
2015-04-07 11:24:13 -04:00
Jared Tabor
1b9c050dc8
adding pbrun radio option and input fields
2015-04-07 11:24:00 -04:00
jlmitch5
4b1322932f
Merge pull request #125 from jlmitch5/adhoc_pr
...
UI Support for adhoc commands
2015-04-07 10:19:45 -04:00
jlmitch5
fd5ce3d3af
Fixed failed resp bug when args are necessary
...
some modules require args...if the one selected does and the user hasn't input any, we can't reset the form...we need the api form error response to display.
2015-04-06 18:49:53 -04:00
jaredevantabor
a5452fa432
Merge pull request #123 from jaredevantabor/tooltip-escaping
...
HTML tag escaping in tooltips
2015-04-06 15:55:30 -04:00
Jared Tabor
ed3dab91bf
adjusted row heights on dashboard, jobs, and portal mode.
...
adjusted row heights due to change to button font size.
2015-04-06 15:34:01 -04:00
John Mitchell
3c878018be
fixing grunt errors
2015-04-06 14:31:47 -04:00
John Mitchell
b618d9223f
fixed reset from deleting the provided host pattern from the inventory page.
2015-04-06 11:51:07 -04:00
John Mitchell
47e045e9fe
update permission list command language
2015-04-06 11:44:15 -04:00
John Mitchell
ce31b98635
UI support for adhoc commands
2015-04-06 10:31:11 -04:00
John Mitchell
584abcc05b
random syntax and style fixes to tower js
...
may include some new dependencies needed for adhoc commands
2015-04-06 10:30:36 -04:00
Jared Tabor
0fdb9703ea
removing intervals that attempt to open sockets
...
the intervals are not necessary and we can rely on the socket service doing the reconnection for us.
2015-04-03 16:44:34 -04:00
Bill Nottingham
767ec36ad6
Fix typo
2015-04-03 15:00:01 -04:00
Jared Tabor
fa27d7de93
adding sanitizer filter for app
...
I'm adding a sanitize filter to be used whenever we want to escape tags that are generated from user input. In addition, I created a filters folder and a filter file that imports filters into the app
2015-04-03 12:56:19 -04:00
Jared Tabor
0ea69b1312
removing aw-tooltip-ellipses
...
this was an unused directive that needs to be removed
2015-04-03 12:56:19 -04:00
Jared Tabor
aae91bbf37
Socket.js
...
clearing out setInterval timer that tries to reconnect the client to the socket service from within the socket controller for cases where the auth token is expired.
2015-04-03 12:46:09 -04:00
Joe Fiorini
d9aa35566b
Replace string usage of lib/ansible path
2015-03-30 10:16:11 -04:00
Joe Fiorini
076e9ec9aa
Restore doc comments in list generator
2015-03-30 10:03:15 -04:00
Joe Fiorini
3823b394b0
Fix bad parameters in rest stub
2015-03-27 17:12:34 -04:00
Joe Fiorini
98eba55bea
Add example for tracking button state with multi-select-list
2015-03-27 16:52:23 -04:00
jaredevantabor
bbf87675db
Merge pull request #106 from jaredevantabor/scan-job-templates
...
Scan job templates
2015-03-27 15:57:18 -04:00
Jared Tabor
3512bcdc59
moving jt test to test folder
...
so that merge will pass jenkins
2015-03-27 15:24:36 -04:00
Jared Tabor
2401865f59
adding delete jt service
2015-03-27 14:03:16 -04:00
Joe Fiorini
98ea258a9b
Add tests for multi-select-list directive
2015-03-26 10:17:50 -04:00
Joe Fiorini
4122be0211
Document multi-select-list directive
2015-03-26 10:17:44 -04:00
Joe Fiorini
9fd0184131
Implement multi-select-list module
2015-03-26 10:16:06 -04:00
Jared Tabor
1afeed3588
fix undefined function
2015-03-26 10:07:25 -04:00
Jared Tabor
3c0c5b89b6
adding html file for smart status
2015-03-26 09:58:40 -04:00
Jared Tabor
267653e50c
added smart status to scan job templates
...
in the inventory properties page
2015-03-26 09:58:40 -04:00
Jared Tabor
427f42dec3
changed default project/playbook scheme + actions
...
changed the design of the 'Reset to default project/playbook' on the job template form. Also added actions on the inventory properties accordion for scan job templates for scheduling and copying
2015-03-26 09:58:40 -04:00
Jared Tabor
2883a70cba
adding launch button for scan jobs
...
on inventory properties page. I also adjusted the indentation on the job submission page so that it was completly crazy.
2015-03-26 09:58:40 -04:00
Jared Tabor
8b710c191b
fix small error w/ playbook options when type=scan
2015-03-26 09:58:40 -04:00
Jared Tabor
2885ad4cb2
fixed breadcrumb for when editing a job template
...
from an inventory properties page
2015-03-26 09:58:40 -04:00
Jared Tabor
206fb6b288
On Job Template save: redirect to proper dest
...
return to job template list if adding/editing a job template from the list; likewise return to hte inventory properties if adding/editing from that page
2015-03-26 09:58:40 -04:00
Jared Tabor
0948846530
Scan job templates
...
Implemented saving a job template as type = scan. Can add/edit these jobs. Also on inventory properties accordion you can see the list of scan job templates for the inventory.
2015-03-26 09:58:39 -04:00
Jared Tabor
3cd5cd5184
added scan job type to job type dropdown
...
on the job template form.
2015-03-26 09:58:39 -04:00
Joe Fiorini
4129282401
Merge pull request #112 from joefiorini/docs-building
...
Support isolated build for documentation examples
2015-03-25 16:41:32 -04:00
Joe Fiorini
529fa935c9
Extract library for tests
2015-03-25 12:18:38 -04:00
Joe Fiorini
09d631c2c1
Support isolated build for documentation examples
2015-03-25 12:18:19 -04:00
Joe Fiorini
0a2a297dcb
Add back disabled label on InventoryHosts
2015-03-24 17:07:24 -04:00
John Mitchell
aa7c7ddd20
adding show password button for user stuff
2015-03-23 14:48:21 -04:00
John Mitchell
579ad85553
fixing 0 bug on cleanup job details form
2015-03-20 14:03:59 -04:00
Jared Tabor
fc72a662b5
Fix hanging 'Wait' message when JT form times out
2015-03-19 13:11:15 -04:00
Jared Tabor
1044390a82
fixed click event element selector for smart status
2015-03-19 11:58:15 -04:00
Joe Fiorini
863376ad45
Fix jshint error
2015-03-19 09:08:30 -04:00
Jared Tabor
fecb51ad89
Add inventories fix
...
adding pararnthesis for inventory form definition. I had added this on the edit inventory controller but not the add inventory controller
2015-03-18 11:38:44 -04:00