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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add a field to the Server Dialogue allowing users to
Date: 2017-07-21 11:45:01
Message-ID: E1dYWMf-0005Sq-L9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)sharma(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-21 11:49:59 Re: [pgAdmin4][Patch][RM_1918] : Implement the DB restriction field from pgAdmin III
Previous Message Harshal Dhumal 2017-07-21 11:34:26 Re: [pgadmin4][PATCH] Query History Arrow Navigation and Styling