pgAdmin 4 commit: Close connections gracefully when the user logs outo

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Close connections gracefully when the user logs outo
Дата
Msg-id E1grN5Q-0000nB-Dy@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Close connections gracefully when the user logs out of pgAdmin. Fixes #3942

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=22d458b01ea9369626bf76b945ce9c6b6d9ec9ad
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_3.rst       |  1 +
web/pgadmin/__init__.py                | 19 ++++++++-
web/pgadmin/tools/datagrid/__init__.py | 69 +++++++++++++++++++++---------
web/pgadmin/tools/debugger/__init__.py | 76 ++++++++++++++++++++++++----------
web/pgadmin/utils/__init__.py          |  1 +
5 files changed, 124 insertions(+), 42 deletions(-)


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

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: Jenkins build is back to normal : pgadmin4-master-python27 #919
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #3942 Close all the connections gracefullywhen logout from pgAdmin4