pgAdmin 4 commit: Issues resolved related to connection management and

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Issues resolved related to connection management and
Дата
Msg-id E1Zzi0B-00079F-LC@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Resolved an issue related Python 3.x compability rega
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Added new url rules for each node by change NodeView