pgAdmin 4 commit: Added a mechanism to detect a corrupt/broken config d

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Added a mechanism to detect a corrupt/broken config d
Дата
Msg-id E1lqcgs-0001k1-QI@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Added a mechanism to detect a corrupt/broken config database file. Fixes #6460

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7c88ee7cff0dc168c6131b4e720e186e2b036e4e
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_4.rst         |  1 +
web/pgadmin/__init__.py                  | 63 ++++++++++++++++++++++++++++----
web/pgadmin/browser/__init__.py          | 14 +++++++
web/pgadmin/browser/static/js/browser.js | 30 ++++++++++++++-
web/pgadmin/setup/__init__.py            |  1 +
web/pgadmin/setup/db_table_check.py      | 32 ++++++++++++++++
web/pgadmin/setup/db_version.py          |  5 ++-
7 files changed, 137 insertions(+), 9 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][Patch] - Housekeeping #4622 - Add RE-SQL/MSQL test cases for Tables
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-6466]: Unable to add members in Login/Role group while creating it