pgAdmin 4 commit: Add support for LISTEN/NOTIFY in the query tool.Fixe - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add support for LISTEN/NOTIFY in the query tool.Fixe
Date
Msg-id E1fOCrJ-0003iP-19@gothos.postgresql.org
Whole thread Raw
List 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.joshi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] RM #3355 User can not perform operation ofbackup,Backup all, Backup global and Maintenance DB with ssh tunneling
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] Feature #3204 Notify/Listen not working inversion 2.1