pgAdmin 4 commit: Replace the generic exception class with a more speci

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Replace the generic exception class with a more speci
Date: 2020-08-07 07:07:11
Message-ID: E1k3wT9-0006Ap-Ko@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Replace the generic exception class with a more specific one.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d6400bbcae1cddba5f77a7c39b3b2876b7c9a1db
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgAdmin4.py | 5 +++--
web/pgadmin/__init__.py | 3 ++-
web/pgadmin/browser/server_groups/servers/types.py | 3 ++-
web/pgadmin/feature_tests/file_manager_test.py | 8 ++++----
web/pgadmin/feature_tests/query_tool_auto_complete_tests.py | 4 ++--
web/pgadmin/feature_tests/xss_checks_pgadmin_debugger_test.py | 2 +-
web/pgadmin/misc/__init__.py | 1 +
web/pgadmin/misc/bgprocess/processes.py | 4 ++--
web/pgadmin/misc/file_manager/__init__.py | 3 ++-
web/pgadmin/tools/sqleditor/command.py | 11 ++++++-----
.../tools/sqleditor/utils/is_query_resultset_updatable.py | 3 ++-
web/pgadmin/tools/user_management/__init__.py | 5 +++--
web/pgadmin/utils/driver/psycopg2/__init__.py | 5 +++--
web/pgadmin/utils/driver/psycopg2/server_manager.py | 8 +++++---
web/pgadmin/utils/paths.py | 5 +++--
web/regression/feature_utils/app_starter.py | 4 ++--
web/regression/feature_utils/pgadmin_page.py | 4 ++--
web/regression/runtests.py | 2 +-
18 files changed, 46 insertions(+), 34 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-07 07:07:58 Re: [pgAdmin][SonarQube] Replace the generic exception class with a more specific one
Previous Message Nikhil Mohite 2020-08-07 06:20:51 [pgAdmin][RM5713]:Incorrect DROP SQL for Catalog and Foreign Server