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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1) Binary path set to the default location in which w
Дата
Msg-id E1lrOL9-0001CV-38@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


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

Предыдущее
От: Nikhil Mohite
Дата:
Сообщение: Re: [pgAdmin][RM-2341]: Add menu option for starting PSQL
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][Patch] - Housekeeping #4622 - Add RE-SQL/MSQL test cases for Tables