pgAdmin 4 commit: Monitor connection and transaction status in the quer

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Monitor connection and transaction status in the quer
Date: 2018-01-12 14:34:44
Message-ID: E1ea0Ps-0001mC-9H@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Monitor connection and transaction status in the query tool. Fixes #2475

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8520871bc612b25c8d8b193846c3cb34e5f2c6da
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../browser/server_groups/servers/__init__.py | 9 +-
.../databases/templates/databases/css/database.css | 2 +-
web/pgadmin/static/css/bootstrap.overrides.css | 6 +
web/pgadmin/static/js/sqleditor_utils.js | 141 ++++++++++++++++++++-
web/pgadmin/tools/datagrid/__init__.py | 49 ++++---
.../tools/datagrid/templates/datagrid/index.html | 42 +++++-
web/pgadmin/tools/sqleditor/__init__.py | 102 ++++++++++++++-
.../tools/sqleditor/static/css/sqleditor.css | 60 ++++++++-
web/pgadmin/tools/sqleditor/static/img/connect.svg | 1 +
.../tools/sqleditor/static/img/disconnect.svg | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 107 ++++++++++++++--
web/webpack.config.js | 6 +
12 files changed, 472 insertions(+), 54 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-12 14:35:13 Re: [pgAdmin4][Patch]: Adding connection status in Query tool
Previous Message Murtuza Zabuawala 2018-01-12 14:10:11 Re: [pgAdmin4][Patch]: Adding connection status in Query tool