pgAdmin 4 commit: Addd support for taking backup for the server.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Addd support for taking backup for the server.
Date: 2016-05-15 10:34:47
Message-ID: E1b1tNn-0000Vm-2p@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-15 14:30:30 pgAdmin 4 commit: Added support for restoring a tar/custom type backup
Previous Message Khushboo Vashi 2016-05-15 07:37:22 Re: [pgAdmin4] [Patch]: Foreign Table Module