chris meyers
557637afcb
better unicode handling
2018-04-02 12:05:16 -04:00
Chris Meyers
07aa99f949
Merge pull request #1192 from chrismeyersfsu/fix-stdout_handler_undefined
...
more gracefully account for undefined stdout
2018-04-02 11:58:07 -04:00
AlanCoding
d8f37e799b
hide launch button for invalid JTs
2018-04-02 11:58:02 -04:00
chris meyers
7e7ff8137d
more gracefully account for undefined stdout
...
* It's possible to have an exception raised in BaseTask.run() before the
stdout handler gets defined. This is problematic when the exception
handler tries to access that undefined var .. causing another exception.
Note that the second exception is caught also but it's not desirable to
lose the first exception.
* This fix checks to see if the stdout handler var is defined before
calling it's methods. Thus, we retain the original error message.
2018-04-02 11:41:30 -04:00
Chris Meyers
47fa99d3ad
Merge pull request #1154 from chrismeyersfsu/enhancement-tower_in_all_groups
...
add all instances to special tower instance group
2018-04-02 09:39:04 -04:00
Alan Rominger
2e1a2f0a95
Merge pull request #1184 from AlanCoding/validate_scope
...
Validate token scope
2018-04-02 09:36:12 -04:00
Alan Rominger
afd54a9ff9
Merge pull request #1174 from AlanCoding/cred_type_deets
...
Include credential type details (and more!) in activity stream
2018-04-02 08:03:33 -04:00
Jared Tabor
92dc450940
Adds acceptance doc for networking UI
...
* Adds gerkin feature file for networking visualization
* Adds implementation details to networking.md
2018-03-29 16:53:57 -04:00
chris meyers
838b723c73
add all instances to special tower instance group
...
* All instances except isolated instances
* Also, prevent any tower attributes from being modified via the API
2018-03-29 16:47:52 -04:00
AlanCoding
a4721dc9e7
validate token scope
2018-03-29 15:43:25 -04:00
mabashian
2ccbf5a817
Fixed bug relaunching job on successful/failed hosts
2018-03-29 15:09:31 -04:00
Alan Rominger
09801d6dab
Merge pull request #1150 from AlanCoding/types_docs
...
Make example credential type work
2018-03-29 15:03:03 -04:00
AlanCoding
9244989a14
test for all models in ActivityStreamSerializer
2018-03-29 14:57:26 -04:00
Alan Rominger
b919c36994
Merge pull request #1166 from AlanCoding/role_mods
...
Exclude created/modified from RoleSerializer
2018-03-29 14:05:41 -04:00
mabashian
3f15966d9d
Fixed templates list pagination
2018-03-29 13:54:22 -04:00
Marliana Lara
1f0889431c
Merge pull request #1138 from marshmalien/fix/auth_ldap_group_type_params_field
...
Add ldap_group_type_params codemirror field to LDAP forms
2018-03-29 13:47:25 -04:00
Marliana Lara
372b2925d2
Merge pull request #1123 from marshmalien/fix/manage_org_auth
...
Warning banner when Org Admin doesn't have authorization
2018-03-29 13:38:37 -04:00
Marliana Lara
471248e66c
Fix LDAP_GROUP_TYPE_PARAMS revert value
2018-03-29 13:33:17 -04:00
AlanCoding
0295351bf1
include credential type details in activity stream
2018-03-29 12:07:05 -04:00
Alan Rominger
f16ad97081
Merge pull request #1165 from AlanCoding/you_know_who_you_are
...
Prevent modified from showing up in activity stream
2018-03-29 12:00:36 -04:00
Alan Rominger
05a56b9b22
Merge pull request #1164 from AlanCoding/path_words
...
Add verbosity to local_path error
2018-03-29 11:58:39 -04:00
AlanCoding
86579775b2
field OPTIONS tip for filterability
2018-03-29 10:55:43 -04:00
Marliana Lara
5ffe0f40d2
Only show banner if user is an org admin without edit capabilities
2018-03-29 10:53:09 -04:00
AlanCoding
19c3e26cf2
exclude created/modified from RoleSerializer
2018-03-29 08:59:03 -04:00
Ryan Petrello
61d58b83a4
Merge pull request #1162 from ryanpetrello/release_3.2.4
...
properly filter disabled hosts on smart inventory composition
2018-03-29 08:51:20 -04:00
AlanCoding
48112f2c56
prevent modified from showing up in activity stream
2018-03-29 08:37:20 -04:00
AlanCoding
27e4630426
add verbosity to local_path error
2018-03-29 07:53:10 -04:00
Ryan Petrello
c1cc92afa0
properly filter disabled hosts on smart inventory composition
...
see: #1053
related: https://github.com/ansible/tower/pull/1155
2018-03-28 17:02:32 -04:00
Shane McDonald
3cb37b131b
Merge pull request #1702 from shanemcd/postgresql-persistent-template
...
Customizable template for OpenShift PostgreSQL deployment
2018-03-28 16:37:02 -04:00
Chris Meyers
8c3b1c06d9
Merge pull request #1160 from chrismeyersfsu/fix-instance_running_jobs
...
fix api browser endpoint title
2018-03-28 16:31:00 -04:00
Shane McDonald
1ef7d73bc9
Customizable template for OpenShift PostgreSQL deployment
...
`oc new-app --template=postgresql-persistent` has been kind of a pain. It would attempt to create a Persistent Volume, but does not allow you to specify the storageClass.
This code assumes that a Persistent Volume is already available and will fail with a helpful error message if it is not.
Signed-off-by: Shane McDonald <me@shanemcd.com>
2018-03-28 16:25:43 -04:00
chris meyers
bf6412ea06
fix api browser endpoint name
...
* Endpoint exposes all jobs associated with an Instance. This is what we
want. Align the endpoint description with this behavior by removing the
word running.
2018-03-28 16:24:19 -04:00
chris meyers
8438331563
make jobs_running more rich in OPTIONS
...
* Expose jobs_running as an IntegerField
2018-03-28 16:01:24 -04:00
Alan Rominger
c7ecbb7d2a
Merge pull request #1157 from AlanCoding/no_access_token
...
Remove access_token from Activity Stream serializer
2018-03-28 15:56:12 -04:00
AlanCoding
33e2457721
remove access_token from ActStr serializer
2018-03-28 15:38:58 -04:00
Ryan Petrello
6e246c1782
Merge pull request #1155 from ryanpetrello/fix-1053
...
properly filter disabled hosts on smart inventory composition
2018-03-28 15:34:16 -04:00
mabashian
4e0b890a03
Fixed host filter tag removal
2018-03-28 15:27:12 -04:00
Ryan Petrello
23267bce38
properly filter disabled hosts on smart inventory composition
...
see: https://github.com/ansible/tower/issues/1053
2018-03-28 15:16:26 -04:00
AlanCoding
2a45f352bb
make example cred type work
2018-03-28 14:40:38 -04:00
Alan Rominger
ae5d17d151
Merge pull request #1147 from AlanCoding/exclude_last_used
...
Exclude last_used from activity stream
2018-03-28 14:32:55 -04:00
Michael Abashian
9b3bb2a9b3
Merge branch 'release_3.3.0' into prompt-cleanup-v2
2018-03-28 13:07:10 -04:00
AlanCoding
98dc59765e
exclude last_used from activity stream
2018-03-28 12:53:11 -04:00
Shane McDonald
84e3bcc031
Merge pull request #1701 from shanemcd/devel
...
Move rabbitmq_version out of inventory file
2018-03-28 12:47:43 -04:00
Shane McDonald
c8ea03e67b
Move rabbitmq_version out of inventory file
...
Signed-off-by: Shane McDonald <me@shanemcd.com>
2018-03-28 12:45:05 -04:00
Shane McDonald
c1e1bf32d0
Merge pull request #1699 from shanemcd/rabbitmq-3.7
...
Upgrade to RabbitMQ 3.7, remove need for etcd2
2018-03-28 12:14:54 -04:00
Jared Tabor
ed86828a6f
Merge pull request #1691 from jaredevantabor/fix-1687
...
Reverts DeleteJob factory, fixes null provider to stdout pages
2018-03-28 08:54:31 -07:00
Shane McDonald
935dc8bca7
Upgrade to RabbitMQ 3.7, remove need for etcd2
...
Signed-off-by: Shane McDonald <me@shanemcd.com>
2018-03-28 11:45:33 -04:00
Alan Rominger
bed9b06426
Merge pull request #1124 from AlanCoding/hot_potato
...
Stream standard out in non-event models
2018-03-28 11:38:49 -04:00
Shane McDonald
3f685c42fe
Merge pull request #1693 from shanemcd/consolidate-roles
...
Consolidate OpenShift and Kubernetes roles
2018-03-28 11:37:12 -04:00
Shane McDonald
98f5dc3fcc
Consolidate OpenShift and Kubernetes roles
...
Signed-off-by: Shane McDonald <me@shanemcd.com>
2018-03-28 11:36:08 -04:00