pgAdmin 4 commit: 1) Added logic to set the appropriate default binary

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Added logic to set the appropriate default binary
Date: 2021-06-07 15:07:30
Message-ID: E1lqGqg-0006zL-K7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Added logic to set the appropriate default binary path if DEFAULT_BINARY_PATH is
set in the config and the user not updated the preferences.
2) Remove 'gpdb' from DEFAULT_BINARY_PATH.
3) Fixed API test cases.

refs #5370

Branch
------
master

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

Modified Files
--------------
web/config.py | 3 +-
web/pgadmin/browser/server_groups/servers/types.py | 51 +++++++++++++++++++++-
web/pgadmin/misc/__init__.py | 15 ++++---
web/pgadmin/static/js/backform.pgadmin.js | 23 +---------
web/pgadmin/utils/__init__.py | 5 +++
web/pgadmin/utils/constants.py | 39 +++++++++++++++++
web/regression/python_test_utils/test_utils.py | 11 +++--
web/regression/test_config.json.in | 3 +-
8 files changed, 112 insertions(+), 38 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-07 15:09:29 Re: [pgAdmin][RM6225] Update Flask-Security-Too v4
Previous Message Nikhil Mohite 2021-06-07 12:00:49 [pgAdmin][RM-6482]: Server property "Foreground Color" does not work.