pgAdmin 4 commit: Properly support backups in Directory format. Fixes# - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Properly support backups in Directory format. Fixes#
Date
Msg-id E1fYuAb-0004lY-ET@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3397 Add support for JIT stats in EXPLAINoutput in PG11
Next
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin4][RM3294] User need to reset the layout to see thechanged preferences parameters