pgAdmin 4 commit: Add a field to the Server Dialogue allowing usersto

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add a field to the Server Dialogue allowing usersto
Дата
Msg-id E1dYWMf-0005Sq-L9@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add a field to the Server Dialogue allowing users to specify a subset of databases they'd like to see in the treeview.
Fixes#1918 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=70418144cfcc32036167ab10713653e98d221514
Author: Atul Sharma <atul.sharma@enterprisedb.com>

Modified Files
--------------
docs/en_US/images/server_advanced.png              | Bin 41923 -> 86133 bytes
docs/en_US/server_dialog.rst                       |   3 +-
web/migrations/versions/d85a62333272_.py           |  28 ++++++++++++++
.../browser/server_groups/servers/__init__.py      |  14 +++++--
.../server_groups/servers/databases/__init__.py    |  41 ++++++++++++++++-----
.../databases/sql/9.2_plus/properties.sql          |   5 +++
.../templates/databases/sql/9.2_plus/stats.sql     |   5 +++
.../templates/databases/sql/default/nodes.sql      |   5 +++
.../templates/databases/sql/default/properties.sql |   5 +++
.../templates/databases/sql/default/stats.sql      |   5 +++
.../server_groups/servers/static/js/server.js      |   7 +++-
web/pgadmin/model/__init__.py                      |   2 +
web/pgadmin/static/js/backform.pgadmin.js          |  27 +++++++++++++-
web/pgadmin/utils/driver/psycopg2/__init__.py      |   1 +
14 files changed, 130 insertions(+), 18 deletions(-)


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

Предыдущее
От: Harshal Dhumal
Дата:
Сообщение: Re: [pgadmin4][PATCH] Query History Arrow Navigation and Styling
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch][RM_1918] : Implement the DB restriction fieldfrom pgAdmin III