public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Add support for connecting using pg_service.conf file
Date: Mon, 12 Mar 2018 20:46:02 +0000
Message-ID: <[email protected]> (raw)
Add support for connecting using pg_service.conf files. Fixes #3140
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=03b772bf642d2364c3c51226da4b33439107...
Author: Murtuza Zabuawala <[email protected]>
Modified Files
--------------
docs/en_US/images/server_connection.png | Bin 39678 -> 66243 bytes
docs/en_US/server_dialog.rst | 1 +
web/migrations/versions/50aad68f99c2_.py | 82 +
.../browser/server_groups/servers/__init__.py | 61 +-
.../server_groups/servers/static/js/server.js | 48 +-
.../tests/test_add_server_with_service_id.py | 47 +
web/pgadmin/model/__init__.py | 5 +-
web/pgadmin/utils/driver/psycopg2/__init__.py | 1985 +-------------------
web/pgadmin/utils/driver/psycopg2/connection.py | 1682 +++++++++++++++++
.../utils/driver/psycopg2/server_manager.py | 333 ++++
10 files changed, 2227 insertions(+), 2017 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: pgAdmin 4 commit: Add support for connecting using pg_service.conf file
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox