John Mitchell
992e0a7ae2
fix validation for management job forms
2015-08-11 16:31:12 -04:00
John Mitchell
ee41ec78ab
fixed alignment of download standard out button in modals
2015-08-10 15:21:37 -04:00
Jared Tabor
6ab4bc6800
About Tower version number fix
...
for parsing versions such as "2.3.0" and "2.3.0-0.git201507231538"
2015-08-10 08:41:49 -07:00
jlmitch5
8c9059b1dc
Merge pull request #355 from jlmitch5/jlm_727_add_dl_stdout
...
Jlm 727 add dl stdout
2015-08-06 14:56:40 -04:00
John Mitchell
224798351e
don't display download button unless job is completed
2015-08-06 14:06:48 -04:00
Jared Tabor
f5e7b6ab6b
Fix issue with lookup "Select" button
2015-08-05 13:14:58 -07:00
Bill Nottingham
5aa399886b
Fix .ini web links for v2
...
This moved in the github repo.
2015-08-04 13:46:30 -04:00
John Mitchell
66d71d6d1c
moved standard out less block to be more modular
2015-08-04 12:01:09 -04:00
John Mitchell
659fe78285
fixed downloadable standard out for ad hoc commands
2015-08-04 11:55:09 -04:00
John Mitchell
b51f8beefb
no standard out download for system jobs
2015-08-04 11:49:40 -04:00
John Mitchell
071b699ca8
UI implementation of downloadable standard out
2015-08-04 11:40:00 -04:00
Joe Fiorini
e862e5ca7e
More checkbox fixes
2015-08-04 09:41:13 -04:00
Joe Fiorini
8e8ec52d15
Fix issues with forms using trueValue and falseValue
2015-07-31 12:00:52 -04:00
Joe Fiorini
8ce7914cb4
Fix button ordering
2015-07-30 13:05:27 -04:00
Joe Fiorini
c2d1e3865f
Fix checkbox value assignment
2015-07-30 13:05:27 -04:00
Joe Fiorini
a037063a22
Ensure parsers always return a value
2015-07-30 13:03:52 -04:00
Joe Fiorini
bf8b55bfb5
Fix loader to look at index files
2015-07-30 13:03:52 -04:00
Joe Fiorini
84c684155b
Update dependencies
2015-07-30 13:03:52 -04:00
jlmitch5
d3984e45ba
Merge pull request #333 from jlmitch5/jlm_727_credpassphraseui
...
working commit of passphrase disabling
2015-07-29 12:39:53 -04:00
Jared Tabor
b2b867a529
updating to use template URL helper function in routes
2015-07-28 14:21:35 -07:00
Jared Tabor
d806318342
removing stale code
2015-07-28 14:01:14 -07:00
Jared Tabor
8d19eec6af
management jobs fixes
2015-07-28 14:01:13 -07:00
Jared Tabor
fe285a8924
management jobs schedule list query
...
the management jobs should only show the schedules which haven't run yet. updating the query to reflect this.
2015-07-28 14:01:12 -07:00
Jared Tabor
fb99bc1c04
demodalizing management jobs modal
2015-07-28 14:01:11 -07:00
Jared Tabor
4e6c97aa56
demodalizing inventory scripts
...
and refactoring to use es6 modules
2015-07-28 13:54:15 -07:00
Jared Tabor
ee6bc5dbfd
redirecting to inventory manage screen after save
...
after saving a new inventory
2015-07-28 13:19:26 -07:00
Jared Tabor
d9559934b0
adding last user to last path logic
...
in order to send the user to their last path if and only if they were the last user too.
2015-07-28 13:19:25 -07:00
Jared Tabor
5310d3989a
Pagination widget
...
The 'previous' button was not properly disabled when multiple pagination widgets were on the same page. Fixed by inlucding the 'iterator' in the 'previous' button lookup
2015-07-28 13:19:24 -07:00
Jared Tabor
6b4b959bc5
removing unneccessary tooltip on scheduler modal
2015-07-28 13:19:24 -07:00
Jared Tabor
2e3844decb
changing select type from checkbox to radio button
...
for the selection of Team in the credential add/edit form page
2015-07-28 13:19:23 -07:00
John Mitchell
f080339b9a
working commit of passphrase disabling
2015-07-27 15:18:52 -04:00
Joe Fiorini
f360a625ea
Get tests running again
2015-07-27 10:19:15 -04:00
Joe Fiorini
e2453b4199
Revert to prior method of compiling CSS
2015-07-27 10:19:15 -04:00
Joe Fiorini
fd85aec6d5
Add some missing Less imports
2015-07-27 10:19:15 -04:00
Joe Fiorini
14d332545c
Treat about partial as a static asset
...
Now bundling all partials into `templates.js`. This didn't work so well
for the about partial because the cowsay <pre> tag got all messed up
when it was pre-cached in JavaScript. Moving this to assets to show that
it's not meant to be bundled, but downloaded as an ajax request instead.
2015-07-27 10:19:15 -04:00
Joe Fiorini
b7c136aba7
Separate node test build from browser build
2015-07-27 10:19:14 -04:00
Joe Fiorini
811d0b1403
Build to awx/ui/static instead of dist
2015-07-27 10:19:14 -04:00
Joe Fiorini
98a37a354a
Move code to awx/ui/client
2015-07-27 10:19:14 -04:00
John Mitchell
113da9f599
fixe become help copy in credentials
2015-07-27 10:02:02 -04:00
John Mitchell
d9c5904f69
made project autopopulate in permission form
2015-07-27 09:35:17 -04:00
John Mitchell
d56ab2b18b
update host graph when jobs complete
2015-07-27 09:07:42 -04:00
John Mitchell
b0f7df8fa9
fixed the become hide of password on select option null for credentials
2015-07-23 17:03:43 -04:00
Joe Fiorini
df8859beb7
Bundle angular templates for app
...
We were already bundling angular templates for node tests; this commit
reuses the same setup to include them in the app; this means any
new-style template (those under js folder) will be included in angular's
template cache when the app loads, thereby skipping the ajax request for
that template. Huzzah!
2015-07-23 10:35:41 -04:00
John Mitchell
6555eb8923
added required asterisk to password field
2015-07-23 03:45:33 -04:00
John Mitchell
a419b59245
allow clearing of credential become
2015-07-23 03:12:00 -04:00
John Mitchell
f4ac835845
fixed console error for undefined name on object due to being logged out
2015-07-23 02:59:56 -04:00
Joe Fiorini
dd2402b749
Merge pull request #305 from joefiorini/post-2.2--nodeTests
...
Post 2.2 - improve JS testing workflow
2015-07-21 12:16:43 -04:00
Joe Fiorini
4183f5acdc
Remove accidental import from directive
2015-07-10 13:01:47 -04:00
Joe Fiorini
c52ec1197b
[system_tracking] Remove truncation of fact values
...
This is a temporary fix until we can get a permanent fix to the
performance issues we have with rendering this much data to the DOM. For
more info see my comment on https://trello.com/c/QrbeaZfK .
2015-07-10 11:22:40 -04:00
Joe Fiorini
069bb69b00
Fix truncate text directive to work as elements resize
2015-07-09 17:28:29 -04:00