Jake McDermott
0afdca3674
update test selector for add button dropdown arrow
2018-01-11 13:48:03 -05:00
Matthew Jones
03cef6fea3
Merge pull request #969 from matburt/default_x_forwarded_for
...
Add X-Forwarded-For as a default source of remote host headers
2018-01-11 12:01:27 -05:00
Matthew Jones
7dc0fce1aa
Use x-forwarded-for by default in openshift and kubernetes
2018-01-11 12:00:01 -05:00
Matthew Jones
648d27f28d
Merge pull request #909 from scottp-dpaw/add-openshift-hint
...
Add REMOTE_HOST_HEADERS override to OpenShift template
2018-01-11 11:56:05 -05:00
jlmitch5
5a5e5bc121
Merge pull request #898 from jlmitch5/newTemplateList
...
implementation for expanded template list
2018-01-11 11:23:56 -05:00
John Mitchell
aea37654e2
updated template list to using new components
2018-01-11 11:20:12 -05:00
Ryan Petrello
9431b0b6ff
Merge pull request #962 from ryanpetrello/fix-7843
...
fix a unicode handling bug
2018-01-10 18:17:58 -05:00
Ryan Petrello
a5007ccd41
fix a unicode handling bug
...
see: https://github.com/ansible/ansible-tower/issues/7843
related: https://github.com/ansible/awx/pull/807
2018-01-10 15:56:31 -05:00
Michael Abashian
81fc4219ae
Merge pull request #957 from mabashian/860-facts
...
Fixed display of host facts
2018-01-10 15:02:23 -05:00
Ryan Petrello
c3c4d79890
Merge pull request #958 from ryanpetrello/multivenv
...
add an example for custom virtualenv setup in containers
2018-01-10 14:24:42 -05:00
Ryan Petrello
b01b229fea
add an example for custom virtualenv setup in containers
2018-01-10 13:48:55 -05:00
mabashian
984b7e066d
Fixed display of host facts
2018-01-10 13:18:38 -05:00
Matthew Jones
67d927121d
Merge pull request #940 from ryanpetrello/multivenv
...
implement support for per-playbook/project/org virtualenvs
2018-01-10 12:15:38 -05:00
Matthew Jones
ae06cff991
Merge pull request #938 from ansible/kubernetes_install_support
...
Kubernetes install support
2018-01-10 09:57:33 -05:00
Matthew Jones
7ea6d7bf4d
Clean up documentation for kubernetes installer
2018-01-10 09:39:07 -05:00
Matthew Jones
fad4a549d0
Remove oc command usage from docker registry k8s reference
2018-01-10 09:38:00 -05:00
Matthew Jones
9365e477c5
Merge pull request #951 from ansible/remove_nodeport
...
Remove nodeport customization
2018-01-10 09:32:36 -05:00
Matthew Jones
d0b3cac72a
Remove nodeport definition
2018-01-10 09:29:12 -05:00
Matthew Jones
44f0b003fc
Kubernetes install documentation
2018-01-10 09:25:59 -05:00
Matthew Jones
56aed597b2
Add initial support for kubernetes to the installer
2018-01-10 09:25:59 -05:00
Matthew Jones
f33ee03b98
Remove nodeport customization
...
This isn't strictly necessary for the Openshift routes and can
sometimes cause problems when the resource is already defined in openshift
2018-01-10 09:23:46 -05:00
Ryan Petrello
69a3b0def6
Merge pull request #946 from ryanpetrello/fix-7846
...
fix a handful of issues for playbooks that contain unicode
2018-01-10 09:16:40 -05:00
Matthew Jones
6504972d82
Merge pull request #741 from rbywater/bugfix/cloudformsinventory
...
Fix CloudForms enabled & id variable names - relates to #705
2018-01-10 00:22:58 -05:00
Ryan Petrello
4bb2b5768e
properly compose stdout downloads that contain unicode
2018-01-09 23:52:02 -05:00
Ryan Petrello
c0a641ed52
properly handle unicode for isolated job buffers
...
from: https://docs.python.org/2/library/stringio.html#module-cStringIO
"Unlike the StringIO module, this module is not able to accept Unicode
strings that cannot be encoded as plain ASCII strings."
see: https://github.com/ansible/ansible-tower/issues/7846
2018-01-09 23:46:17 -05:00
Ryan Petrello
1e8c89f536
implement support for per-playbook/project/org virtualenvs
...
see: https://github.com/ansible/awx/issues/34
2018-01-09 22:47:01 -05:00
Shane McDonald
54d3412820
Merge pull request #942 from wwitzel3/devel
...
Update asgi-amqp requirement
2018-01-09 19:17:45 -05:00
Wayne Witzel III
1690938dfb
Update asgi-amqp requirement
2018-01-09 23:54:30 +00:00
Ryan Petrello
2952b0a0fe
Merge pull request #807 from AlanCoding/inv_update_name
...
Make inventory update name combination of inventory and source
2018-01-08 10:43:44 -05:00
Ryan Petrello
1d3e8f8b87
Merge pull request #831 from AlanCoding/field_names
...
Use Options models to consolidate field_names list
2018-01-08 10:36:16 -05:00
Ryan Petrello
97c040aaa1
Merge pull request #839 from AlanCoding/cache_settings_dict
...
Cache the global settings list, cProfile speedup
2018-01-08 10:35:00 -05:00
Ryan Petrello
818c95501a
Merge pull request #920 from ryanpetrello/fix-914
...
add vault_id to launch endpoints default vault credentials
2018-01-08 10:31:31 -05:00
Michael Abashian
92068930a6
Merge pull request #919 from ansible/jakemcdermott-add-dialog-slider-imports
...
add dialog and slider vendor imports
2018-01-05 08:48:11 -05:00
Chris Meyers
d07a946183
Merge pull request #921 from chrismeyersfsu/fix-handle_work_error-689
...
Fix handle_work_error()
2018-01-05 07:54:03 -05:00
Chris Meyers
a0038276a4
do not use a custom task exception
...
* Celery + json pickling do not handle custom Exceptions (and may never
do so). Mentioning of, if handling custom Exceptions then the code would
be susceptible to same arbitrary code execution that python pickle is
vulnerable to.
* So don't use custom Exceptions.
2018-01-04 15:30:52 -05:00
Chris Meyers
f0ff6ecb0a
handle_work_error signature to work
...
* celery error callback signature isn't well defined. Thus, our error
callback signature is made to handle just about any call signature and
depend on only 1 attribute, id, existing.
See https://github.com/celery/celery/issues/3709
2018-01-04 15:23:13 -05:00
Ryan Petrello
60743d6ba6
add the vault_id
to the response payload on the JT launch endpoint
...
see: https://github.com/ansible/awx/issues/914
2018-01-04 15:13:48 -05:00
Ryan Petrello
4707b5e020
Merge pull request #917 from ryanpetrello/more-stdout-event-polish
...
more stdout event polish
2018-01-04 14:54:46 -05:00
Jake McDermott
ed7d7fcf00
add dialog and slider vendor imports
2018-01-04 14:46:42 -05:00
Aaron Tan
6c2a7f3782
Merge pull request #906 from jangsutsr/refactor_named_url_tests
...
Refactor named URL unit tests
2018-01-04 14:20:27 -05:00
Ryan Petrello
47875c5f9a
Merge pull request #916 from ryanpetrello/memcache-fact-cache-size-warning
...
make the fact caching plugin fail more gracefully for large payloads
2018-01-04 13:06:29 -05:00
Ryan Petrello
f28f7c6184
refactor job event signal generation code
2018-01-04 12:50:12 -05:00
Ryan Petrello
1494c8395b
update websockets docs to reflect new event groups
2018-01-04 11:40:15 -05:00
Ryan Petrello
2691e1d707
make the fact caching plugin fail more gracefully for large payloads
...
related: https://github.com/ansible/ansible/pull/34424
2018-01-04 11:33:47 -05:00
Ryan Petrello
6d413bd412
Merge pull request #833 from ryanpetrello/stdout-events
...
generalize stdout event processing to emit events for all job types
2018-01-04 11:28:52 -05:00
Aaron Tan
54bf7e13d8
Refactor named URL unit tests
...
The original tests set no longer works after Django 1.11 due to more
strict rules against dynamic model definition. The refactored tests set
aims at each existing model that apply named URL rules, instead of
abstract general use cases, thus significantly improves maintainability
and readability.
Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
2018-01-03 14:00:30 -05:00
Ryan Petrello
c6b6a3ad89
send and subcribe to summary events for all new events
2018-01-03 09:09:45 -05:00
Ryan Petrello
2bd656e61d
calculate stdout download length using the ORM, not raw SQL
2018-01-03 09:09:44 -05:00
Ryan Petrello
35b8e40d3c
remove deprecation from the stdout endpoint; text downloads still use it
2018-01-03 09:09:44 -05:00
Ryan Petrello
c4d901bf2c
add functional API tests for deprecated job event stdout composition
...
see: https://github.com/ansible/awx/issues/200
2018-01-03 09:09:44 -05:00