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

4521 Commits

Author SHA1 Message Date
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
Joe Fiorini
287e1cc8c0 Move breadcrumb rendering into directive 2015-05-20 14:28:33 -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
e6728f1cfc Merge branch 'master' into licenses-unstable 2015-05-19 16:19:44 -04:00
Luke Sneeringer
0eec28c7c0 Single organization license diff. 2015-05-19 16:18:14 -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
James Laska
89a4e43cd0 Merge pull request #216 from jlaska/packer_improvements
Update packer configuration to include vagrant
2015-05-15 15:36:44 -04:00
John Mitchell
50059f92c5 fixed password strength
-implemented rules for length, and lowercase, uppercase, number and symbol subsets
-made it user configurable in local_config.js
-set defaults to 8 character length and true for all character sets required
2015-05-15 14:15:13 -04:00
Jared Tabor
a84aed63c9 Revert "Setup initial system tracking struture"
This reverts commit 8a6c23d1d9497f1be814e963e13675d8b38014eb.
2015-05-15 14:14:32 -04:00
Jared Tabor
52459d16b9 Revert "jshint fixes"
This reverts commit b2d51abb4048b2e456c04c8ffc35cb7ebf7dfea6.
2015-05-15 14:14:22 -04:00
Jared Tabor
3f6d093869 Revert "adding inventory button"
This reverts commit 949dd868bd6dc2a150068b42d968897dc3674bc3.
2015-05-15 14:14:07 -04:00