Shane McDonald
2b6fe7969f
Move rabbitmq and memcached images into variables
2018-04-16 17:43:15 -04:00
Shane McDonald
0786b41ac6
Allow for customizing kubernetes deployment name
2018-04-16 17:43:15 -04:00
Shane McDonald
479a56c6d3
Generalize variable names in installer
...
secret_key
2018-04-16 17:43:15 -04:00
Marliana Lara
c4f04f544f
Fix add button styles in Firefox
2018-04-16 17:40:04 -04:00
mabashian
fcf9e45d0a
Only update the promptData object when the user successfully completes the prompt process
2018-04-16 16:59:23 -04:00
Marliana Lara
acda67f0fe
Make instance modal scrollable
2018-04-16 16:52:17 -04:00
Ryan Petrello
88c243c92a
mark all unsafe launch-time extra vars as !unsafe
...
see: https://github.com/ansible/tower/issues/1338
see: https://bugzilla.redhat.com/show_bug.cgi?id=1565865
2018-04-16 16:47:44 -04:00
Bill Nottingham
bba7f45972
Pass extra vars via file rather than via commandline, including custom creds.
...
The extra vars file created lives in the playbook private runtime
directory, and will be reaped along with the rest of the directory.
Adjust assorted unit tests as necessary.
2018-04-16 16:31:50 -04:00
Shane McDonald
e4a6fc55df
Remove unused variable from inventory
2018-04-16 15:51:36 -04:00
Shane McDonald
bebc37b3eb
Set kubernetes_namespace when deploying on OpenShift
...
kubernetes_namespace is referenced later it the role but may not be set if deploying on openshift
2018-04-16 15:51:36 -04:00
Shane McDonald
534b2f1601
Fix openshift_pg_emptydir logic
2018-04-16 15:51:36 -04:00
Shane McDonald
db02bd7531
Remove explicit nodePort declarations for RabbitMQ service
...
This lets Kubernetes handle the port mapping, which resolves a port collision issue when running multiple deployments of AWX in a single cluster.
2018-04-16 15:51:36 -04:00
Shane McDonald
e9ddf7b9db
Use a DeploymentConfig in OpenShift
2018-04-16 15:51:36 -04:00
Shane McDonald
0055c2ffff
Merge pull request #1760 from AlanCoding/fix_tests_25
...
Fix tests fallout from 2.5 upgrade
2018-04-16 15:51:11 -04:00
AlanCoding
d234b71fd8
fix API browser server error on relaunch
2018-04-16 15:03:44 -04:00
AlanCoding
4ff2f3e061
remove setting corresponding to removed tests
2018-04-16 14:49:54 -04:00
Alan Rominger
a03316cdb9
Merge pull request #1388 from AlanCoding/dep_warn
...
Fix deprecation warning for project update
2018-04-16 14:26:56 -04:00
AlanCoding
affaf23a6b
fix deprecation warning for project update
2018-04-16 13:22:58 -04:00
Marliana Lara
cf5ac47a7b
Merge pull request #1349 from marshmalien/fix/1290-readonly-tower-group
...
UI - Display tower instance group as read-only
2018-04-16 13:05:35 -04:00
Michael Abashian
7cd26451b5
Merge pull request #1365 from mabashian/1346-empty-codemirror
...
Fixed empty codemirror bug
2018-04-16 12:06:05 -04:00
AlanCoding
5eaffb3520
run ansible tests separately
2018-04-16 10:32:51 -04:00
Alan Rominger
88e2741836
Merge pull request #1370 from AlanCoding/backport_with_items
...
[3.2.4] with_items no_log fix
2018-04-16 09:57:25 -04:00
Alan Rominger
8a55b7f296
Merge pull request #1378 from AlanCoding/fix_unit_test
...
Fix conditional LDAP test fail
2018-04-16 09:13:59 -04:00
AlanCoding
9bd64fd490
never show negative remaining capacity values
2018-04-16 08:05:16 -04:00
AlanCoding
52416188e2
clarify help text on AND searches
2018-04-16 08:04:07 -04:00
AlanCoding
8ea323895a
fix conditional LDAP test fail
...
Previously, if the main unit tests, test_common.py was
run before running this test, it would fail.
By clearing the cache at the start of the test, we
make its behavior consistent and predictable no
matter what other tests are also being ran,
and the assertion is adjusted to match.
2018-04-16 07:53:44 -04:00
Alan Rominger
900ea14883
Merge pull request #1286 from AlanCoding/remove_user_roles
...
Remove the "user admin role" entirely
2018-04-16 07:33:55 -04:00
mabashian
7239b28dd8
Show all inventory groups instead of just root groups on the inventory groups tab
2018-04-13 16:21:24 -04:00
AlanCoding
de07ef0680
fix tests fallout from 2.5 upgrade
2018-04-13 16:01:11 -04:00
chris meyers
04693ecb0f
remove infinite loop regex
...
* Fancy url finding regex can result in infinite loop for malformed ipv6
urls so replace it with a more nieve regex that can overmatch.
* regex's that find malformed ipv6 urls will be passed to urlparse. This
can result in a parsing/ValueError. For these cases we redact the entire
found URI.
2018-04-13 15:48:06 -04:00
AlanCoding
77aab65f57
fix no_log leaking with_items values
2018-04-13 15:41:57 -04:00
Jake McDermott
b1f4fb3a98
Merge pull request #1368 from jakemcdermott/fix-1334
...
add expandable explanation and traceback details
2018-04-13 15:15:34 -04:00
Christian Adams
a1dbd4dd57
Merge pull request #1371 from rooftopcellist/fix_app_change_id
...
Fix id in activity_stream
2018-04-13 15:11:48 -04:00
adamscmRH
dcb6ca33a5
fix id for app in act_stream
2018-04-13 14:37:19 -04:00
Jake McDermott
9f7dd2af09
add expandable explanation and traceback details
2018-04-13 13:50:52 -04:00
Alan Rominger
684091f4f3
Merge pull request #1367 from AlanCoding/another_lib_fail
...
Fix test so that playbook runs to completion
2018-04-13 13:39:07 -04:00
AlanCoding
ddc8871e12
fix test so that playbook runs to completion
2018-04-13 13:21:38 -04:00
mabashian
ec1897ac3e
Check to make sure extraVarsClone exists before attempting to cull passwords
2018-04-13 13:05:28 -04:00
Alan Rominger
e5165f152a
Merge pull request #1351 from AlanCoding/loop_log_fix
...
[fixes test fail] Fix no_log leaking with_items values
2018-04-13 13:02:28 -04:00
mabashian
cb01dea55f
Make checkbox labels the width of their contents no their parent
2018-04-13 10:34:39 -04:00
Michael Abashian
2dad8cc980
Merge pull request #1347 from mabashian/1188-launch-double-submit
...
Prevent double click on launch which spawns multiple jobs
2018-04-13 10:00:29 -04:00
Michael Abashian
9512bbe1df
Merge pull request #1344 from mabashian/845-jobs-list-cancel
...
Added cancel job logic to the jobs list
2018-04-13 09:58:43 -04:00
Alan Rominger
fb53bc95db
Merge pull request #1358 from AlanCoding/fix_lib
...
fix PATH hack used in test
2018-04-13 09:21:18 -04:00
AlanCoding
6f9ff54430
fix PATH hack used in test
2018-04-13 08:44:39 -04:00
AlanCoding
0c2a621a4e
fix no_log leaking with_items values
2018-04-13 07:16:44 -04:00
Alan Rominger
8f6688a84b
Merge pull request #1355 from AlanCoding/rm_test
...
[fixes test fail] Remove test for behavior going away in Ansible 2.5
2018-04-12 17:40:14 -04:00
AlanCoding
e3984cb89b
remove test for behavior going away in Ansible 2.5
2018-04-12 15:34:58 -04:00
mabashian
93dc27f0e7
Add checkbox for allow_simultaneous on the workflow job template forms
2018-04-12 15:34:36 -04:00
Michael Abashian
35a75196a9
Merge pull request #1336 from mabashian/1301-activity-stream-setting
...
Added setting name and setting category to activity stream detail modal
2018-04-12 14:23:10 -04:00
AlanCoding
4995ee7a60
remove admin_role for users
2018-04-12 13:18:49 -04:00