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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't create a session when the /misc/ping test endpo
Date: 2018-07-05 10:12:06
Message-ID: E1fb1F8-0004xV-Uw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-07-05 10:12:16 Re: [pgAdmin4][RM3371] Ping endpoint still send a pg4a_session cookie
Previous Message Khushboo Vashi 2018-07-05 09:42:02 [pgAdmin4][Patch]: Feature tests for PG utilities