pgAdmin 4 commit: Add the ability to import and export server definitio

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add the ability to import and export server definitio
Date: 2018-11-21 16:09:23
Message-ID: E1gPV47-0004YT-1o@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add the ability to import and export server definitions from a config database. Fixes #3772

Branch
------
master

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

Modified Files
--------------
docs/en_US/connecting.rst | 26 +-
docs/en_US/export_import_servers.rst | 117 +++++++
docs/en_US/release_notes_3_6.rst | 2 +
web/pgadmin/setup/tests/__init__.py | 8 +
web/pgadmin/setup/tests/servers.json | 41 +++
.../setup/tests/test_export_import_servers.py | 48 +++
web/servers.json | 20 ++
web/setup.py | 358 ++++++++++++++++++++-
8 files changed, 606 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-11-21 16:10:28 Re: Import/export servers
Previous Message Khushboo Vashi 2018-11-21 13:33:20 Re: Help to translate pt-br