pgAdmin 4 commit: Fixed an issue where users would not be able to authe - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where users would not be able to authe
Date
Msg-id E1o4MHH-0006xN-MN@gothos.postgresql.org
Whole thread Raw
List 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.mahajan@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: [patch] -Bug #7495 - [Azure PostgreSQL] Users are unable to authenticate azure on Rpm/Debian Linux
Next
From: Akshay Joshi
Date:
Subject: Re: [patch] -Bug #7495 - [Azure PostgreSQL] Users are unable to authenticate azure on Rpm/Debian Linux