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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1) Added logic to set the appropriate default binary
Дата
Msg-id E1ltpGa-0007By-No@gothos.postgresql.org
обсуждение исходный текст
Список 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

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch] - Test cases failure fix
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Updated DEFAULT_BINARY_PATHS for container.