pgAdmin 4 commit: Add support for LISTEN/NOTIFY in the query tool. Fixe

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add support for LISTEN/NOTIFY in the query tool. Fixe
Date: 2018-05-31 01:58:33
Message-ID: E1fOCrJ-0003iP-19@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add support for LISTEN/NOTIFY in the query tool. Fixes #3204

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=38ee39ae7acb32e331f0ba291e1036d721de8eb4
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_1.rst | 1 +
web/pgadmin/feature_tests/query_tool_tests.py | 77 ++++++++++--
web/pgadmin/static/js/sqleditor/execute_query.js | 4 +
.../js/sqleditor/query_tool_notifications.js | 131 +++++++++++++++++++++
web/pgadmin/static/js/sqleditor_utils.js | 6 +
web/pgadmin/tools/sqleditor/__init__.py | 13 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 24 +++-
.../tools/sqleditor/utils/start_running_query.py | 6 +-
.../utils/tests/test_start_running_query.py | 17 ++-
web/pgadmin/utils/driver/psycopg2/connection.py | 62 ++++++++++
.../javascript/sqleditor/execute_query_spec.js | 13 +-
11 files changed, 335 insertions(+), 19 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-05-31 01:59:29 Re: [pgAdmin4][Patch] Feature #3204 Notify/Listen not working in version 2.1
Previous Message Dave Page 2018-05-31 01:26:19 Re: [pgAdmin4][Patch] RM #3355 User can not perform operation of backup,Backup all, Backup global and Maintenance DB with ssh tunneling