pgAdmin 4 commit: Improvise the pgsql driver to keep the utility names

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Improvise the pgsql driver to keep the utility names
Date: 2016-05-13 19:20:49
Message-ID: E1b1Idl-0001HW-0G@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improvise the pgsql driver to keep the utility names used for different
operation like backup, restore, etc within it.

Also:
* improvised the color combination of the background process logger.
* Removed an unnecessary print statement from the
get_storage_directory(..) function, also return None if STORAGE_DIR
is set to None.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b22d73ec463385af741118547c5ee5091d0ff3fa

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/types.py | 16 +++++++++++++---
web/pgadmin/misc/bgprocess/static/css/bgprocess.css | 13 +++++++------
web/pgadmin/utils/driver/psycopg2/__init__.py | 16 ++++++++++++++++
web/pgadmin/utils/paths.py | 7 +++++--
4 files changed, 41 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-13 19:40:59 pgAdmin 4 commit: Fixed the canDrop function of the node menus does not
Previous Message Ashesh Vashi 2016-05-13 19:12:56 pgAdmin 4 commit: Improvised the file manager functionalities as per co