pgAdmin 4 commit: 1) Fixed an issue where the process watcher dialog th - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Fixed an issue where the process watcher dialog th
Date
Msg-id E1kdBsK-0000FA-0I@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1) Fixed an issue where the process watcher dialog throws an error for
   the database server which is already removed. Fixes #5985
2) Fixed cognitive complexity reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=be386e77f2ea24d9f470cb7c416c8b8913e3927f
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes.rst                       |  1 +
docs/en_US/release_notes_4_29.rst                  | 20 +++++++++
web/pgadmin/browser/server_groups/servers/utils.py | 18 ++++++++
web/pgadmin/misc/bgprocess/processes.py            | 50 +++++++++++++++++-----
web/pgadmin/tools/backup/__init__.py               |  5 ---
.../tools/backup/tests/test_batch_process.py       | 15 ++++++-
.../import_export/tests/test_batch_process.py      |  9 ++--
.../storage_manager/static/js/storage_manager.js   |  2 +-
8 files changed, 99 insertions(+), 21 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed cognitive complexity reported by SonarQube.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4] Enhance the Schema diff GUI validation