pgAdmin 4 commit: Fixed an issue where users would not be able to authe

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where users would not be able to authe
Date: 2022-06-23 12:49:43
Message-ID: E1o4MHH-0006xN-MN@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where users would not be able to authenticate in Azure on Linux platforms. Fixes #7495

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=23869cd61f965161c989d2cb42986bbc9b26e5fa
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgacloud/providers/azure.py | 8 +-
web/pgadmin/feature_tests/file_manager_test.py | 4 +-
.../feature_tests/query_tool_journey_test.py | 18 +-
web/pgadmin/feature_tests/query_tool_tests.py | 10 +-
.../feature_tests/test_copy_sql_to_query_tool.py | 2 -
web/pgadmin/feature_tests/view_data_dml_queries.py | 14 +-
.../xss_checks_pgadmin_debugger_test.py | 10 +-
.../feature_tests/xss_checks_roles_control_test.py | 4 +-
web/pgadmin/misc/cloud/azure/__init__.py | 8 +-
web/regression/feature_utils/pgadmin_page.py | 195 ++++-----------------
web/regression/python_test_utils/test_utils.py | 5 +-
11 files changed, 86 insertions(+), 192 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-06-23 12:50:07 Re: [patch] -Bug #7495 - [Azure PostgreSQL] Users are unable to authenticate azure on Rpm/Debian Linux
Previous Message Yogesh Mahajan 2022-06-23 12:28:50 [patch] -Bug #7495 - [Azure PostgreSQL] Users are unable to authenticate azure on Rpm/Debian Linux