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
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
Matthew Jones
7937b4fbbd
Implement a stdout tmp cleanup task
...
* Cleans up stdout tempfiles generated for download
* Runs every 3 hours, cleans up files older than 1 day
2015-07-22 15:24:52 -04:00
Matthew Jones
b1b49ba286
Efficient stdout downloader implementation
...
* Temporarily dump stdout contents to a configurable temp location
* Implement file streaming to the host via a new format specifier in the
api view
2015-07-22 15:08:37 -04:00
Matthew Jones
55da712a95
Protect against very large stdout fields
...
* Defer loading result_stdout_text until specifically needed
* Conditionally display it based on the size of the field
* Provide a helpful message otherwise
2015-07-22 14:13:48 -04:00
Matthew Jones
0ff280a363
Initial support for downloading stdout
2015-07-22 12:36:38 -04:00
Joe Fiorini
40acbcf256
Massive refactor of Brocfile for clarity
2015-07-21 16:28:12 -04:00
James Laska
ad169fbaa0
Merge pull request #317 from tgerla/proxy-support
...
propagate standard proxy environment variables to all install tasks
2015-07-21 13:49:32 -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
Chris Meyers
9f95fafc33
relax performance unit test requirement strict timeout
2015-07-20 12:16:36 -04:00
Chris Meyers
b654c6dd3e
more flake8
2015-07-20 11:33:28 -04:00
Bill Nottingham
f8695a9f4f
Fix URL
2015-07-20 11:27:08 -04:00
Chris Meyers
2dc22042ee
flake8 fixes
2015-07-20 11:21:03 -04:00
Chris Meyers
7af1d5530d
Merge pull request #312 from chrismeyersfsu/feature-fact_save_performance
...
fact save test performance
2015-07-17 10:25:05 -04:00
Chris Meyers
fd3422437d
Merge pull request #311 from chrismeyersfsu/fix-workload_generator4
...
use file fact scan data for file fact scan module scans
2015-07-17 10:24:52 -04:00
Matthew Jones
e38e2106ef
Rev master to 2.3.0
2015-07-15 14:42:56 -04:00
Matthew Jones
ac0984b2d8
Rev branch to 2.2.1
2015-07-15 14:41:36 -04:00
Chris Meyers
1783a61f9e
Merge pull request #313 from chrismeyersfsu/fix-flake8
...
flake8 fixes
2015-07-15 12:13:54 -04:00
Chris Meyers
9073d3a6f0
flake8 fixes
2015-07-15 12:10:35 -04:00
James Laska
316d0c0f77
Continue, don't break out of the iteration
2015-07-14 14:53:57 -04:00
James Laska
bca8bae508
Only check if mongo is needed locally
2015-07-14 12:10:01 -04:00
James Laska
81c4abfed8
Correct initscript order and mongod detection
...
In addition to starting and stopping mongod in the correct order, the check for
determining whether mongod is required needs to happen when the service is
managed.
2015-07-14 11:14:13 -04:00