pgAdmin 4 commit: Properly support backups in Directory format. Fixes #

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly support backups in Directory format. Fixes #
Date: 2018-06-29 14:14:41
Message-ID: E1fYuAb-0004lY-ET@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly support backups in Directory format. Fixes #3309

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fb1ef9ac0b1cd7598fce545b656ce23b97e3f1e1
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_2.rst | 2 +-
.../misc/file_manager/static/js/create_dialogue.js | 162 +++++
.../misc/file_manager/static/js/file_manager.js | 704 +--------------------
web/pgadmin/misc/file_manager/static/js/helpers.js | 38 ++
.../misc/file_manager/static/js/select_dialogue.js | 134 ++++
web/pgadmin/misc/file_manager/static/js/utility.js | 16 +-
web/pgadmin/static/js/backform.pgadmin.js | 6 +
web/pgadmin/tools/backup/__init__.py | 15 +-
web/pgadmin/tools/backup/static/js/backup.js | 16 +-
.../tests/test_backup_create_job_unit_test.py | 25 +
web/pgadmin/tools/restore/__init__.py | 2 +-
web/pgadmin/tools/restore/static/js/restore.js | 16 +-
.../tests/test_restore_create_job_unit_test.py | 26 +
web/regression/feature_utils/pgadmin_page.py | 1 +
.../javascript/file_manager/file_manager_specs.js | 55 ++
15 files changed, 504 insertions(+), 714 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2018-06-29 14:14:46 Re: [pgAdmin4][RM3294] User need to reset the layout to see the changed preferences parameters
Previous Message Akshay Joshi 2018-06-29 14:12:56 Re: [pgAdmin4][Patch]: RM #3397 Add support for JIT stats in EXPLAIN output in PG11