Added support for restoring a tar/custom type backup file in a object. Tweaked by Ashesh Vashi as below: - Integrated it with the background process executor, and observer. - Improved the message format of the backup module messages. - Created an item in TODO list to list down the objects in the selected backup file.
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2da3a710a139c8b90f642706c9564e8860ec0e16 Author: Murtuza Zabuawala <[email protected]> Modified Files -------------- TODO.txt | 6 + web/pgadmin/tools/backup/__init__.py | 77 ++-- .../tools/backup/templates/backup/js/backup.js | 7 +- web/pgadmin/tools/restore/__init__.py | 320 ++++++++++++++ .../tools/restore/templates/restore/js/restore.js | 477 +++++++++++++++++++++ 5 files changed, 857 insertions(+), 30 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
