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

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

From
Dave Page
Date:
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(-)