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

5105 Commits

Author SHA1 Message Date
Joe Fiorini
adbc8dfb08 Merge pull request #331 from joefiorini/post-2.2--angularUpgrade
Upgrade to angular 1.4
2015-07-30 13:05:55 -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
Joe Fiorini
f131556a06 Use npm shrinkwrap to control versions 2015-07-30 08:50:27 -04:00
Joe Fiorini
5c5e3f75f4 Add UI tasks to .PHONY 2015-07-30 08:47:32 -04:00
Chris Meyers
b0f55c832d invoke redis in a way that works on centos and ubuntu 2015-07-30 08:37:21 -04:00
Chris Meyers
456f460ed9 add path needed for unittest to find redis on centos 6.5 2015-07-29 16:16:00 -04:00
Chris Meyers
34ecd4e5b6 use python2.6 safe unittest2 2015-07-29 15:07:40 -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
James Laska
60f435e7b7 Add playbook used for publishing Tower AMIs 2015-07-29 09:44:50 -04:00
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
Chris Meyers
0ce3a240e6 on job template launch inherit variables in the following hierarchy
(bottom up):

* Job Launch Extra Vars
* Job Template Survey (defaults)
* Job Template Extra vars
2015-07-28 09:21:43 -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
John Mitchell
f080339b9a working commit of passphrase disabling 2015-07-27 15:18:52 -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