Re: Feature #7325 - Support for Azure AD OAUTH2 authentication

2022-04-20 Thread Yogesh Mahajan
Hi, Please ignore the previous patch. Here is the updated one. Thanks, Yogesh Mahajan EnterpriseDB On Thu, Apr 21, 2022 at 11:12 AM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch which adds support for Azure AD > authentication method. > > Tha

Feature #7325 - Support for Azure AD OAUTH2 authentication

2022-04-20 Thread Yogesh Mahajan
Hi, Please find the attached patch which adds support for Azure AD authentication method. Thanks, Yogesh Mahajan EnterpriseDB RM_7325_v1.patch Description: Binary data

pgAdmin 4 commit: Fixed following issues for Query Tool (after React Po

2022-04-20 Thread Akshay Joshi
Fixed following issues for Query Tool (after React Porting): 1) Find/Replace both opens the same dialogue box.(by clicking menu option) 2) Add New Server Connection > Server options keep loading(For multiple Server groups & should have some server) 3) Fixed CSS issues of slickgrid at various plac

pgAdmin 4 commit: Move the 'btn-ignore-dropdown' css to the scss file t

2022-04-20 Thread Akshay Joshi
Move the 'btn-ignore-dropdown' css to the scss file to ensure that it works with dark and high contrast themes. refs #7282 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=828235dd9bc3a6f518ba49bf38f3627a1d485ae1 Modified Files --

pgAdmin 4 commit: Fixed failure in 'SchemaDiffTestCase'

2022-04-20 Thread Akshay Joshi
Fixed failure in 'SchemaDiffTestCase' Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9470c68c183bfb85c03964903aee93176b48343e Modified Files -- web/pgadmin/tools/schema_diff/tests/test_schema_diff_comp.py | 2 +- 1 file changed, 1

pgAdmin 4 commit: Added options 'Ignore owner' and 'Ignore whitespace'

2022-04-20 Thread Akshay Joshi
Added options 'Ignore owner' and 'Ignore whitespace' to the schema diff panel. Fixes #7282 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1ac13a27889fdf43afc4311543dfaffad73d62f4 Modified Files -- docs/en_US/images/preferences_sc