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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1) Fixed an issue where the process watcher dialog th
Дата
Msg-id E1kdBsK-0000FA-0I@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed cognitive complexity reported by SonarQube.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4] Enhance the Schema diff GUI validation