| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Rename horribly named function. |
| Date: | 2019-07-12 12:00:26 |
| Message-ID: | E1hluDy-0001c8-Qj@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Rename horribly named function.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3f4d5a687b95915892d925aa81a0f86a116be64c
Modified Files
--------------
web/pgadmin/tools/backup/__init__.py | 6 +++---
web/pgadmin/tools/backup/tests/test_backup_create_job_unit_test.py | 4 ++--
.../tools/backup/tests/test_check_utility_exists_route_backup.py | 6 +++---
web/pgadmin/tools/backup/tests/test_create_backup_job.py | 4 ++--
web/pgadmin/tools/import_export/__init__.py | 6 +++---
.../tests/test_check_utility_exists_route_import_export.py | 6 +++---
web/pgadmin/tools/maintenance/__init__.py | 6 +++---
.../tests/test_check_utility_exists_route_maintenance.py | 6 +++---
web/pgadmin/tools/maintenance/tests/test_create_maintenance_job.py | 4 ++--
.../maintenance/tests/test_maintenance_create_job_unit_test.py | 4 ++--
web/pgadmin/tools/restore/__init__.py | 6 +++---
.../tools/restore/tests/test_check_utility_exists_route_restore.py | 6 +++---
web/pgadmin/tools/restore/tests/test_create_restore_job.py | 4 ++--
.../tools/restore/tests/test_restore_create_job_unit_test.py | 4 ++--
web/pgadmin/utils/__init__.py | 2 +-
web/regression/python_test_utils/test_utils.py | 4 ++--
16 files changed, 39 insertions(+), 39 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2019-07-12 12:55:39 | pgAdmin 4 commit: Fix external utility tests to run on Windows |
| Previous Message | Neel Patel | 2019-07-12 11:31:15 | RM 4463 - RESQL test cases for domain node |