pgAdmin 4 commit: Add the ability to import and export serverdefinitio - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add the ability to import and export serverdefinitio
Date
Msg-id E1gPV47-0004YT-1o@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: Help to translate pt-br
Next
From: Dave Page
Date:
Subject: Re: Import/export servers