pgAdmin 4 commit: Don't create a session when the /misc/ping testendpo

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Don't create a session when the /misc/ping testendpo
Дата
Msg-id E1fb1F8-0004xV-Uw@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Don't create a session when the /misc/ping test endpoint is called. Fixes #3371

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=82d77c4608b92304c7737ec4a3d5ab331efd82e9
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_2.rst         |  1 +
web/config.py                            |  8 +++++
web/pgadmin/__init__.py                  |  4 ++-
web/pgadmin/browser/static/js/browser.js |  2 +-
web/pgadmin/misc/__init__.py             | 13 +++++---
web/pgadmin/utils/session.py             | 51 ++++++++++++++++++++++++--------
6 files changed, 61 insertions(+), 18 deletions(-)


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

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch]: Feature tests for PG utilities
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM3371] Ping endpoint still send a pg4a_session cookie