Re: [pgAdmin4][Patch] - RM #5776 - Needlessly prompted for a password with SSPI logins

2021-05-04 Thread Akshay Joshi
Thanks, patch applied. On Wed, May 5, 2021 at 11:28 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch for RM #5776 - Needlessly prompted for a > password with SSPI logins. > > To fix this issue, I have enabled the "Kerberos authentication" flag

pgAdmin 4 commit: Ensure that while connecting to the server using SSPI

2021-05-04 Thread Akshay Joshi
Ensure that while connecting to the server using SSPI login, it should not prompt for the password. Fixes #5776 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b30ec71098b51abd80bf15d49477c2e6f0c9d6f0 Author: Khushboo Vashi Modified Files --

[pgAdmin4][Patch] - RM #5776 - Needlessly prompted for a password with SSPI logins

2021-05-04 Thread Khushboo Vashi
Hi, Please find the attached patch for RM #5776 - Needlessly prompted for a password with SSPI logins. To fix this issue, I have enabled the "Kerberos authentication" flag in the server dialog for Desktop mode also. So, if this flag is set to True, pgAdmin will not prompt for a password on conn

pgAdmin 4 commit: Make the error messages on exit show something useful

2021-05-04 Thread Dave Page
Make the error messages on exit show something useful. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=649ca2eeac12ae8f8ca2ccca337c5151132ff915 Modified Files -- pkg/debian/build.sh | 3 +-- pkg/mac/build.sh| 3 +-- pkg/redhat/bu

Re: [pgAdmin4] Update require.js library to latest version

2021-05-04 Thread Akshay Joshi
Thanks, patch applied. On Tue, May 4, 2021 at 2:07 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to update the require.js library to the latest version. > > -- > Regards, > Murtuza Zabuawala > *EDB* > *POWER TO POSTGRES* > https://www.edbpostgres.com > --

pgAdmin 4 commit: Update require.js library to the latest version.

2021-05-04 Thread Akshay Joshi
Update require.js library to the latest version. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=98546e1876358f4bce1c6e933b4467fb75a76e21 Author: Murtuza Zabuawala Modified Files -- web/package.json

Re: [pgAdmin4] Update require.js library to latest version

2021-05-04 Thread Aditya Toshniwal
Hi Akshay, Since we're using it from the vendor directory, please yarn remove requirejs to remove it from the package.json file. Other than that, the patch looks good to me. On Tue, May 4, 2021 at 5:08 PM Akshay Joshi wrote: > Hi Aditya, > > Can you please review it? > > On Tue, May 4, 2021 at

Re: [pgAdmin4] Update require.js library to latest version

2021-05-04 Thread Akshay Joshi
Hi Aditya, Can you please review it? On Tue, May 4, 2021 at 2:07 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to update the require.js library to the latest version. > > -- > Regards, > Murtuza Zabuawala > *EDB* > *POWER TO POSTGRES* > https://www.edbpost

pgAdmin 4 commit: Added 'IF NOT EXISTS' clause while creating tables an

2021-05-04 Thread Akshay Joshi
Added 'IF NOT EXISTS' clause while creating tables and partition tables which is convenient while using the ERD tool. Fixes #6397 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7e79814cb0a308364a2f6e1b62efee32989e8435 Modified Files

[pgAdmin4] Update require.js library to latest version

2021-05-04 Thread Murtuza Zabuawala
Hi, PFA patch to update the require.js library to the latest version. -- Regards, Murtuza Zabuawala *EDB* *POWER TO POSTGRES* https://www.edbpostgres.com update_requirejs_to_latest.diff Description: Binary data

pgAdmin 4 commit: Fixed an issue where the current debug line is not vi

2021-05-04 Thread Akshay Joshi
Fixed an issue where the current debug line is not visible in the 'Dark' theme. Fixes #6409 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac403d0dfab6f298c574c8a1ebe7deb1e755b1c2 Modified Files -- docs/en_US/release_notes_5_3.rs