pgAdmin 4 commit: Significantly improve connection loss detection and h

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Significantly improve connection loss detection and h
Date: 2018-02-01 13:29:24
Message-ID: E1ehEvc-00065q-Qr@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)dhumal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-01 13:29:44 Re: RM2815: Relogin to pgAdmin from sqleditor/datadrid if session exprires
Previous Message Sargez 2018-02-01 11:49:20 Master-Slave error: the database system is starting up