pgAdmin4 v4.24 candidate builds

2020-07-20 Thread Akshay Joshi
Hi All, pgAdmin4 v4.24 candidate builds and source can be found at https://developer.pgadmin.org/builds/2020-07-20-1/ Fahar, can you please verify it for release on Thursday. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +9

Re: [pgAdmin4][Patch] - RM 5650 - [LDAP] Support Anonymous Binding

2020-07-20 Thread Akshay Joshi
Thanks, patch applied. On Mon, Jul 20, 2020 at 2:41 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Rebased patch attached. > > On Mon, Jul 20, 2020 at 2:25 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Unable to apply the patch, please rebase and send it again. >>

pgAdmin 4 commit: Update version for release.

2020-07-20 Thread Akshay Joshi
Update version for release. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c0e30c93e5aa3ea04c736bab8752be3399bdf731 Modified Files -- runtime/Info.plist | 4 ++-- runtime/pgAdmin4.pro | 2 +- web/config.py| 4 ++-- 3 files

pgAdmin 4 commit: Added support for LDAP anonymous binding. Fixes #5650

2020-07-20 Thread Akshay Joshi
Added support for LDAP anonymous binding. Fixes #5650 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=645517d22d72d97718a44d59b9f61728b15ece42 Author: Khushboo Vashi Modified Files -- docs/en_US/enabling_ldap_authentication.rst

pgAdmin 4 commit: Fix the following issues for High Contrast Theme:

2020-07-20 Thread Akshay Joshi
Fix the following issues for High Contrast Theme: 1) Schema diff compare button icon is not visible on hover. 2) Schema diff for identical section text is not readable due to the same  color as the background. 3) Removed extra variables used for set text color for explain - Analysis section

Re: [pgAdmin][Patch] RM5571 - Expression in exclusion constraint is misinterpreted and quoted as column name by mistake

2020-07-20 Thread Akshay Joshi
Hi Yogesh The fix is not correct we should not remove qtIdent. What if we have a column name like '123', 'Test Col' then your patch won't work. Also, you have updated the "create.sql" for 11_plus folder, we should consider all the server versions. On Mon, Jul 20, 2020 at 3:44 PM Yogesh Mahajan <

[pgAdmin][Patch] RM5571 - Expression in exclusion constraint is misinterpreted and quoted as column name by mistake

2020-07-20 Thread Yogesh Mahajan
Hello, Please find a patch which fixes the issue about SQL tab display for exclusion constraint. Thanks, Yogesh Mahajan QA - Team EnterpriseDB Corporation Phone: +91-9741705709 RM5571_v1.patch Description: Binary data

Re: [pgAdmin4][Patch] - RM 5650 - [LDAP] Support Anonymous Binding

2020-07-20 Thread Khushboo Vashi
Rebased patch attached. On Mon, Jul 20, 2020 at 2:25 PM Akshay Joshi wrote: > Unable to apply the patch, please rebase and send it again. > > On Mon, Jul 20, 2020 at 2:09 PM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi, >> >> Please find the attached patch for RM #5650 - [L

Re: [pgAdmin4][Patch] - RM 5650 - [LDAP] Support Anonymous Binding

2020-07-20 Thread Akshay Joshi
Unable to apply the patch, please rebase and send it again. On Mon, Jul 20, 2020 at 2:09 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch for RM #5650 - [LDAP] Support Anonymous > Binding. > > So, now we have 3 ways to configure LDAP: > >1.

[pgAdmin4][Patch] - RM 5650 - [LDAP] Support Anonymous Binding

2020-07-20 Thread Khushboo Vashi
Hi, Please find the attached patch for RM #5650 - [LDAP] Support Anonymous Binding. So, now we have 3 ways to configure LDAP: 1. Bind as pgAdmin user 2. Anonymous bind 3. Dedicated user bind Thanks, Khushboo RM_5650.patch Description: Binary data