pgAdmin 4 commit: 1) Fixed an issue where the process watcher dialog th

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fixed an issue where the process watcher dialog th
Date: 2020-11-12 12:38:52
Message-ID: E1kdBsK-0000FA-0I@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)shirsat(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-11-12 12:39:08 Re: [pgAdmin4] Enhance the Schema diff GUI validation
Previous Message Akshay Joshi 2020-11-12 12:38:51 pgAdmin 4 commit: Fixed cognitive complexity reported by SonarQube.