pgAdmin 4 commit: 1) Binary path set to the default location in which w - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Binary path set to the default location in which w
Date
Msg-id E1ltpGa-0007CS-S7@gothos.postgresql.org
Whole thread Raw
List 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

Branches
--------
React_Porting
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(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch] - Test cases failure fix
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Updated DEFAULT_BINARY_PATHS for container.