4376 Commits

Author SHA1 Message Date
Chris Meyers
c46c58fe7a Merge pull request #224 from chrismeyersfsu/feature-schedule_jobs_no_credentials_fail_fast
restrict the running of jobs
2015-05-21 13:23:44 -04:00
John Mitchell
e068f7bb7f fixed ui adhoc stdout socket endpoint and wrapping of std out 2015-05-21 13:19:40 -04:00
Chris Church
de850c48c6 Merge pull request #230 from cchurch/ec2_group_rename_fix
Include pk in inventory source name to keep it unique
2015-05-21 13:11:07 -04:00
John Mitchell
9aa41fdb8b added debugging for getting standard out events 2015-05-21 10:48:33 -04:00
James Laska
98306350c0 Merge pull request #233 from jlaska/flake8_cleanup
Additional flake8 cleanup
2015-05-20 20:39:46 -04:00
Chris Meyers
72ace4f760 Merge pull request #220 from chrismeyersfsu/explore-test_speedup
Explore test speedup
2015-05-20 20:39:17 -04:00
James Laska
7064c9bed4 Additional flake8 cleanup
The flake8 command was identifying several warnings and errors. This change
addresses the flake8 warnings and updates the setup.cfg with additional
exclusions. If accepted, jenkins will be updated to use the flake8 command,
rather than using the django_jenkins plugin. This will expedite jenkins
testing.
2015-05-20 20:33:22 -04:00
John Mitchell
17924aedff fixed stdout caputure pending getting prepended when the standard out is not pending anymore 2015-05-20 18:00:46 -04:00
John Mitchell
65a28787d3 fixed order of socket routing 2015-05-20 17:41:16 -04:00
jaredevantabor
479a386d02 Merge pull request #231 from jaredevantabor/pagination-widget
Pagination left arrow shown at all times for spacing
2015-05-20 16:12:19 -04:00
Jared Tabor
8485cd9f85 Pagination left arrow shown at all times for spacing
Within the pagination widget, the left (previous) arrow will always be shown now, with functionality disabled if the user is on the first page of results
2015-05-20 14:22:41 -04:00
John Mitchell
9adfb64d8e fixed unclosed div on password error fixes 2015-05-20 14:20:52 -04:00
Chris Meyers
139d7fb987 Merge pull request #229 from chrismeyersfsu/fix-stdout_msg
pending vs. missing stdout message
2015-05-20 14:15:40 -04:00
Chris Church
7f1c97b167 Include pk in inventory source name to keep it unique even with group renames. Fixes https://trello.com/c/PnmDWCai 2015-05-20 14:00:33 -04:00
John Mitchell
41836a9139 fixed inv vars on UI 2015-05-20 13:51:48 -04:00
John Mitchell
299ece0b22 updating sockets to only init once. 2015-05-20 13:51:47 -04:00
Matthew Jones
f09ef53a6c Merge pull request #226 from matburt/add_extra_vars_to_callback_jobs
Add the ability to pass extra_vars when launching callback jobs.
2015-05-20 13:18:28 -04:00
Chris Meyers
44cb9ea397 pending vs. missing stdout message 2015-05-20 11:37:38 -04:00
Chris Meyers
a564f21e7c Merge pull request #225 from chrismeyersfsu/feature-openstack_fields_required
require openstack host, username, pass
2015-05-20 11:32:06 -04:00
Chris Meyers
6e42a69ce3 tests added 2015-05-20 09:49:38 -04:00
Chris Meyers
51afab566b flake8 2015-05-20 08:23:11 -04:00
Chris Meyers
e6b834c494 update task test to create credential before launching job 2015-05-19 17:20:21 -04:00
Chris Meyers
82a808abc7 mock run_pexpect 2015-05-19 17:04:41 -04:00
Luke Sneeringer
71fc2320d0 System tracking is off if there is no license. 2015-05-19 16:17:54 -04:00
Matthew Jones
582842f54f Add the ability to pass extra_vars when launching callback jobs.
Update the docs to reflect passing json for extra_vars and the host
config key
2015-05-19 15:48:45 -04:00
Chris Meyers
50cbdf8535 credential added to job launch test 2015-05-19 15:16:10 -04:00
Chris Meyers
a80602e40f remove adhoc command credential required check from can_start() and rely on API only to enforce 2015-05-19 14:57:05 -04:00
Luke Sneeringer
56f06033ae Merge pull request #212 from ansible/mongodb-unstable
MongoDB installation as part of Tower.
2015-05-19 12:48:31 -04:00
Chris Meyers
7a0cb65541 require openstack host, username, pass 2015-05-19 12:37:35 -04:00
jaredevantabor
b4da12099f Merge pull request #223 from jaredevantabor/tower-resize
Removing resize behavior on inventory-manage page
2015-05-19 10:50:09 -04:00
Chris Meyers
28d9b994eb restrict the running of jobs
The following jobs require a credential to launch
* InventoryUpdate without custom script
* Job
* AdHocJob
2015-05-19 10:11:51 -04:00
Jared Tabor
90410aa4b5 removing resize behavior from inventory manage page 2015-05-18 22:45:58 -04:00
Chris Meyers
013f59d58a Merge pull request #221 from chrismeyersfsu/feature-cleanup_module
cleanup facts, module granularity
2015-05-18 22:20:16 -04:00
jaredevantabor
a1011106db Merge pull request #213 from jaredevantabor/dates
Filter Tower dates using moment.js
2015-05-18 15:11:30 -04:00
John Mitchell
647c3cfd7c fixed regex for symbols on password validation 2015-05-18 15:06:22 -04:00
jlmitch5
3166b12cea Merge pull request #215 from jlmitch5/jlm_511--inv_sources_options_change
fix options request parsing for church's changes to API
2015-05-18 13:07:28 -04:00
Jared Tabor
5d696adebf Adding space between status icon and status text on the jobs list page 2015-05-18 12:50:37 -04:00
Matthew Jones
e4936e4b80 Fix supervisor restart behavior for ubuntu, and adjust timeouts *way*
down on when supervisor can harikiri it's child processes
2015-05-18 12:06:29 -04:00
Chris Meyers
0589f5ad06 Merge pull request #222 from ansible/revert-211-fix-openstack_shade
Revert "make shade python2.6 safe for our inventory update"
2015-05-18 11:17:49 -04:00
Chris Meyers
3115f2ffeb Revert "make shade python2.6 safe for our inventory update" 2015-05-18 11:16:56 -04:00
Chris Meyers
9bd0ea5d8d add module fact cleanup granularity 2015-05-18 10:31:36 -04:00
Chris Meyers
11e7d96191 ads epoch scan date specification feature 2015-05-18 10:31:01 -04:00
Matthew Jones
472f086862 Fix an issue where a well timed cancel could try to cancel a job right
after it has finished causing an error.
2015-05-18 10:19:03 -04:00
jlmitch5
d46d9bb7f4 Merge pull request #218 from jlmitch5/jlm_515_password_strength
fixed password strength
2015-05-18 10:10:28 -04:00
Chris Meyers
55be991213 Merge pull request #217 from chrismeyersfsu/feature-system_tracking_workload_generator
simple fact scan workload generator
2015-05-18 08:25:32 -04:00
Chris Meyers
dfc3ee0487 mock run_pexpect for adhoc 2015-05-18 07:30:50 -04:00
Chris Meyers
e6b7f75ad7 mock commonly slow but rarely used paths 2015-05-17 16:53:17 -04:00
Chris Meyers
7ce9f3f38d cache templates 2015-05-17 16:24:08 -04:00
Jared Tabor
2b7a2a1a3b fixing merge conflicts
from master
2015-05-15 17:18:14 -04:00
Luke Sneeringer
158e11dc1c Set noqa to silence flake8. 2015-05-15 15:13:24 -05:00