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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added a mechanism to detect a corrupt/broken config d
Date: 2021-06-08 14:26:50
Message-ID: E1lqcgs-0001k1-QI@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-08 14:27:15 Re: [pgAdmin][RM-6466]: Unable to add members in Login/Role group while creating it
Previous Message Akshay Joshi 2021-06-08 14:25:35 Re: [pgAdmin][Patch] - Housekeeping #4622 - Add RE-SQL/MSQL test cases for Tables