1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
awx/awx
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
..
api Merge pull request #1154 from chrismeyersfsu/enhancement-tower_in_all_groups 2018-04-02 09:39:04 -04:00
conf validate group type params 2018-03-21 09:13:08 -04:00
lib Merge remote-tracking branch 'tower/release_3.2.3' into devel 2018-02-20 12:22:25 -05:00
locale Pull updated translations 2017-12-11 09:42:06 -05:00
main more gracefully account for undefined stdout 2018-04-02 11:41:30 -04:00
network_ui Renames Persistence to NetworkingEvents and removes the persistance channel 2018-03-23 15:46:51 -07:00
playbooks support fact caching for isolated hosts 2018-02-20 15:00:47 -05:00
plugins Merge pull request #1607 from AlanCoding/tower_verify_field 2018-03-26 12:12:45 -07:00
settings Merge pull request #1676 from AlanCoding/unused_settings 2018-03-26 14:16:42 -04:00
sso fix ldap group type params label 2018-03-28 09:12:06 -04:00
static
templates clears authtoken & add PAT 2018-02-22 15:18:12 -05:00
ui Merge pull request #1138 from marshmalien/fix/auth_ldap_group_type_params_field 2018-03-29 13:47:25 -04:00
__init__.py Rollback celery 2018-02-22 09:37:14 -05:00
asgi.py
celery.py Rollback celery 2018-02-22 09:37:14 -05:00
devonly.py
urls.py Moves network_ui_test to an external repo 2018-03-23 17:00:27 -04:00
wsgi.py Update middleware warning for latest minor version 2018-03-08 12:54:26 -05:00