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

4937 Commits

Author SHA1 Message Date
jaredevantabor
04036fc8c4 Merge pull request #319 from jaredevantabor/backlog
Backlog of small/medium defects
2015-07-28 14:38:40 -07: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
Joe Fiorini
2dc08339a8 Clean up UI-related make tasks 2015-07-28 15:55:00 -04:00
Matthew Jones
ef443ec8b2 Add psutil dependency to the docker dev container 2015-07-28 13:30:59 -04:00
Joe Fiorini
fb0a4b34c2 Write UI test results to file 2015-07-28 09:30:07 -04:00
Matthew Jones
e9370d0199 Merge pull request #326 from matburt/fix_cancel_behavior_in_proot
Fix proot job cancel behavior
2015-07-27 20:49:59 -04:00
Joe Fiorini
2d79402a9c Merge pull request #322 from joefiorini/post-2.2--uiCodeReorg
UI code reorganization
2015-07-27 11:14:50 -04:00
Joe Fiorini
a22e2760b9 Fix PATH setting 2015-07-27 10:19:16 -04:00
Joe Fiorini
8a29974a07 Ensure phantomjs is always found for testem 2015-07-27 10:19:16 -04:00
Joe Fiorini
57058493be Rename packaging folder for node stuff 2015-07-27 10:19:15 -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
9cdea13057 Fix watcher to support new test builds 2015-07-27 10:19:15 -04:00
Joe Fiorini
6fec106fd7 Separate debug folder writing and debug mode 2015-07-27 10:19:14 -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
Joe Fiorini
e50d997577 Only ignore build directory at root 2015-07-27 10:19:05 -04:00
Joe Fiorini
79c6859810 Refactor Makefile to accept option overrides 2015-07-27 10:19:05 -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
Matthew Jones
4f73ba9e3e Merge pull request #329 from ansible/revert-320-stdout_file_download
Revert "Improve stdout behavior by implementing a downloadable stdout."
2015-07-24 14:54:36 -04:00
Matthew Jones
5df23b95f6 Revert "Improve stdout behavior by implementing a downloadable stdout." 2015-07-24 14:54:13 -04:00
Matthew Jones
e5776dd22d Merge pull request #320 from matburt/stdout_file_download
Improve stdout behavior by implementing a downloadable stdout.
2015-07-24 12:28:17 -04:00
Matthew Jones
28759e9f20 Use psutil to find the right job to TERM
* When using proot use psutil to find the ansible child process and
  issue the SIGTERM to instead of the proot process
2015-07-24 12:06:02 -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
Matthew Jones
3041fce503 Allow settings access from api templates 2015-07-23 12:07:34 -04:00
Tim Gerla
fa93c8bbd3 Merge pull request #321 from tgerla/docsfixes
Add some recent releases to README.md
2015-07-23 11:00:01 -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
Tim Gerla
fd4c4d3cd0 Add some recent releases to README.md 2015-07-23 09:57:54 -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
Matthew Jones
88128a2e87 Return useful errors when downloading stdout 2015-07-22 16:35:03 -04:00
Matthew Jones
d9f5dee773 Change default stdout temp directory
* Use /var/lib/awx on production configurations
* Use /tmp for development configurations
2015-07-22 16:31:43 -04:00
Joe Fiorini
56e8dbba9c Merge pull request #318 from joefiorini/post-2.2--broccoliRefactor
Post 2.2  broccoli refactor
2015-07-22 16:09:47 -04:00
Matthew Jones
2a6600fb42 Update unified job stdout help text 2015-07-22 15:28:25 -04:00