pgAdmin 4 commit: Exclude HTTPExceptions from theall_exception_handler

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Exclude HTTPExceptions from theall_exception_handler
Дата
Msg-id E1gqbXa-0002Ro-V4@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Exclude HTTPExceptions from the all_exception_handler as they should be returned as-is. Fixes #3961

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5fdc1ffb38131a660adaa9bf83d6a295479793bf
Author: Navnath Gadakh <navnath.gadakh@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_2.rst | 3 ++-
web/pgadmin/__init__.py          | 9 +++++++++
2 files changed, 11 insertions(+), 1 deletion(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: Build failed in Jenkins: pgadmin4-master-python34 #907
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM3961] - Exclude HTTPExceptions from all_exception_handler