pgAdmin 4 commit: Issues resolved related to connection management and

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Issues resolved related to connection management and
Date: 2015-11-20 09:29:07
Message-ID: E1Zzi0B-00079F-LC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Issues resolved related to connection management and collection nodes:

- Allow to release connection using the database OID (did).
- Generate correct url for the collection nodes.
- Removed the server-type from the collection node module, from the
generate_browser_collection_node(...) function.
- Show version string, and not version integer in the server properties
(when connected).

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/collection.py | 6 +++---
web/pgadmin/browser/server_groups/servers/__init__.py | 8 ++++----
web/pgadmin/browser/templates/browser/js/collection.js | 12 ++++++++++--
web/pgadmin/utils/driver/psycopg2/__init__.py | 11 +++++++++--
4 files changed, 26 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-11-23 08:30:35 pgAdmin 4 commit: Added new url rules for each node by change NodeView
Previous Message Ashesh Vashi 2015-11-20 06:05:23 pgAdmin 4 commit: Resolved an issue related Python 3.x compability rega