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

4973 Commits

Author SHA1 Message Date
Chris Meyers
fa1643e330 all vendor dependencies expressed in requirements.txt 2015-08-05 08:10:16 -04:00
Chris Church
4a1b5070b5 Merge pull request #357 from cchurch/make_honcho
Add support for honcho as alternative to tmux
2015-08-04 19:06:17 -04:00
Chris Church
71c2fd7f8d Add support for honcho as alternative to tmux for running development servers. 2015-08-04 15:26:27 -04:00
Matthew Jones
7e45ee8b55 Fix empty standard out behavior
Previously we could just check for the absence of the stdout file to
know we didn't yet/wouldn't ever have any stdout content.  Now that we
are creating the stdout file ahead of time and persisting it we need to
also check to see if the file contains any data.   This is also
necessary for some unit tests.
2015-08-04 14:25:05 -04:00
James Laska
3a61896cb5 Merge pull request #356 from wenottingham/404branch
Fix .ini web links for v2
2015-08-04 13:51:59 -04:00
Bill Nottingham
5aa399886b Fix .ini web links for v2
This moved in the github repo.
2015-08-04 13:46:30 -04:00
Matthew Jones
c231601b76 Fix merge issues on stdout branch
The act of committing a PR that including part of these changes and then
reverting it meant that some of the changes from the original branch
didn't land in this new PR.   This commit adds the missing bits.

Lesson learned:  Create a new branch when submitting a PR on a
previously reverted PR
2015-08-04 09:57:39 -04:00
Joe Fiorini
e862e5ca7e More checkbox fixes 2015-08-04 09:41:13 -04:00
Joe Fiorini
30d8b29d90 ignore testem.yml in root 2015-08-03 15:34:08 -04:00
Joe Fiorini
b643dae4d5 Move testem.yml to packaging 2015-08-03 15:33:21 -04:00
Matthew Jones
bddcb06fab Merge branch 'stdout_file_download' into upstream_master
* stdout_file_download:
  Rework stdout display for file storage only
2015-08-03 15:30:17 -04:00
Matthew Jones
1c777c5441 Rework stdout display for file storage only
* Cleanup old code related to stdout download using temporary files
* Remove copy-into-database code
* Modify stdout download code to reference stdout file
2015-08-03 15:14:51 -04:00
Matthew Jones
2f05ac7276 Merge pull request #349 from matburt/master
Optimize inventory read check for Job Templates
2015-08-03 09:57:51 -04:00
Joe Fiorini
501612341c Accept mocha flags in node-tests task 2015-07-31 15:55:48 -04:00
Chris Meyers
e98ee0b428 Merge pull request #330 from chrismeyersfsu/fix-update_instance
change update_instance to only take --primary role flag
2015-07-31 15:39:42 -04:00
Chris Meyers
3bc2a38dfe Merge pull request #323 from chrismeyersfsu/fix-job_survey_vars
on job template launch inherit variables in the following hierarchy
2015-07-31 15:37:17 -04:00
Chris Meyers
397158e847 Merge pull request #328 from chrismeyersfsu/fix-ansi
fixes stdout formats unicode problem
2015-07-31 14:51:55 -04:00
Joe Fiorini
8e8ec52d15 Fix issues with forms using trueValue and falseValue 2015-07-31 12:00:52 -04:00
Sandra Wills
5f49ae0042 Merge pull request #350 from ansible/sam-doc-tower-master-branch
adding tower docs listings README.md
2015-07-31 10:51:42 -04:00
Joe Fiorini
fd3713f9a3 Merge pull request #346 from joefiorini/npm-shrinkwrap
Use npm shrinkwrap to control versions
2015-07-31 09:35:41 -04:00
Sandra Wills
e81c2e8939 added link to main tower docs
under the resoures section, added a simple link to the main
tower docs landing page with supporting text
2015-07-31 09:32:58 -04:00
Matthew Jones
47a3e69636 Optimize inventory read check for Job Templates
Our old check used an extremely inefficient boolean logic AND and
generated a bad query.   This does a simpler check by querying the
inventories that the user has access to and using that as a simple
condition when performing the job template permission query
2015-07-31 00:06:12 -04:00
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
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