pgAdmin 4 commit: Significantly improve connection loss detection andh - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Significantly improve connection loss detection andh
Date
Msg-id E1ehEvc-00065q-Qr@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Significantly improve connection loss detection and handling in the query tool. Fixes #2815

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e0da9c5a0cf75a3a6a2f04601caaf61d3343bfd9
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/__init__.py                            |    5 +-
.../browser/server_groups/servers/__init__.py      |    3 +
web/pgadmin/static/js/sqleditor_utils.js           |   22 +-
web/pgadmin/tools/datagrid/__init__.py             |  114 ++-
web/pgadmin/tools/datagrid/static/js/datagrid.js   | 1011 ++++++++++----------
.../tools/datagrid/templates/datagrid/index.html   |   43 +-
web/pgadmin/tools/sqleditor/__init__.py            |  308 ++++--
web/pgadmin/tools/sqleditor/command.py             |    6 +-
.../tools/sqleditor/static/css/sqleditor.css       |   21 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |  695 ++++++++++++--
web/pgadmin/tools/user_management/__init__.py      |    4 +-
.../user_management/static/js/user_management.js   |   89 ++
web/pgadmin/utils/driver/psycopg2/__init__.py      |   62 +-
web/pgadmin/utils/exception.py                     |    2 +-
web/pgadmin/utils/session.py                       |   32 +
15 files changed, 1629 insertions(+), 788 deletions(-)


pgadmin-hackers by date:

Previous
From: Sargez
Date:
Subject: Master-Slave error: the database system is starting up
Next
From: Dave Page
Date:
Subject: Re: RM2815: Relogin to pgAdmin from sqleditor/datadrid if session exprires