pgAdmin 4 commit: Addd support for taking backup for the server. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Addd support for taking backup for the server.
Date
Msg-id E1b1tNn-0000Vm-2p@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Addd support for taking backup for the server.

Tweaked by Ashesh Vashi to integrate the backgroud process, and also
with some improvements as stated below:
* Resolved an issue loading existing preference.
* Improved the background process observer/executor for supporting
  detalied view.
* Added the utility path preferences in the ServerType class.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8ca760ee2bf57269b666c0e683ba760546adf9da
Author: Murtuza Zabuawala <murutza.zabuawala@enterprisedb.com>

Modified Files
--------------
TODO.txt                                           |   5 +
.../browser/server_groups/servers/__init__.py      |   2 +-
web/pgadmin/browser/server_groups/servers/types.py |  55 +-
web/pgadmin/misc/__init__.py                       |   7 +-
web/pgadmin/misc/bgprocess/processes.py            |  13 +-
web/pgadmin/misc/bgprocess/static/js/bgprocess.js  | 118 ++--
web/pgadmin/static/css/overrides.css               |  43 +-
web/pgadmin/tools/backup/__init__.py               | 440 ++++++++++++++
.../tools/backup/templates/backup/js/backup.js     | 670 +++++++++++++++++++++
web/pgadmin/utils/preferences.py                   |   2 +-
10 files changed, 1282 insertions(+), 73 deletions(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: [pgAdmin4] [Patch]: Foreign Table Module
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Added support for restoring a tar/custom type backup