pgAdmin 4 commit: Following issues have been resolved for the new conne

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Following issues have been resolved for the new conne
Date: 2020-10-21 11:49:03
Message-ID: E1kVCc3-0004Kh-1y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Following issues have been resolved for the new connection feature:
1. Show servers with server groups in the dropdown.
2. Highlighted current selected connection in the new connection dropdown.
3. Notify the user before changing the connection.

refs #3794

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=275d13d40f79353e44d9243424976a36d8869953
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
.../browser/server_groups/servers/__init__.py | 3 +-
.../static/js/sqleditor/new_connection_dialog.js | 4 +-
.../js/sqleditor/new_connection_dialog_model.js | 130 ++++++++++++-------
web/pgadmin/tools/debugger/__init__.py | 12 ++
web/pgadmin/tools/sqleditor/__init__.py | 14 ++-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 138 ++++++++++++---------
.../tools/sqleditor/static/scss/_sqleditor.scss | 3 +
.../sqleditor/utils/query_tool_preferences.py | 23 ++++
8 files changed, 209 insertions(+), 118 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-10-21 11:49:39 Re: [pgAdmin][RM3794]:Allow User to Change Database Connection from an Open Query Tool Tab
Previous Message Akshay Joshi 2020-10-21 11:26:12 Re: [pgAdmin][RM3318] Download Backup Files