pgAdmin 4 commit: 1) Binary path set to the default location in which w

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Binary path set to the default location in which w
Date: 2021-06-10 17:19:35
Message-ID: E1lrOL9-0001CV-38@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Binary path set to the default location in which we install the binaries.
2) Validate path not working if there is a space in the binary path.
3) Handle the case when the path contains '$DIR'.

refs #5370

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c86a2b643a5d848fbb08d7b37ad8622ed913bcf1

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/types.py | 100 +++++++++++++++++----
web/pgadmin/misc/__init__.py | 11 ++-
web/pgadmin/static/js/backform.pgadmin.js | 2 +-
web/pgadmin/utils/__init__.py | 44 +++++++--
web/pgadmin/utils/preferences.py | 12 +++
web/regression/python_test_utils/test_utils.py | 4 +-
6 files changed, 144 insertions(+), 29 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-10 17:20:27 Re: [pgAdmin][Patch] - Housekeeping #4622 - Add RE-SQL/MSQL test cases for Tables
Previous Message Nikhil Mohite 2021-06-10 15:46:02 Re: [pgAdmin][RM-2341]: Add menu option for starting PSQL