[pgAdmin4][Patch] - RM 5484 Support LDAP based auth also when users do not have the same DN structure

2020-07-05 Thread Khushboo Vashi
Hi, Please find the attached patch for the RM 5484 - Support LDAP based auth also when users do not have the same DN structure. Currently, pgAdmin only supports LDAP authentication with the same DN structure. With this patch, the LDAP authentication will also support the different DN by setting t

Re: [pgAdmin][RM5569] [SQL] Bad display of tables storage parameters in the "SQL" tab (correction of bug #5398 not complete)

2020-07-05 Thread Akshay Joshi
Hi Khushboo, Can you please review it. On Sat, Jul 4, 2020 at 1:45 AM Rahul Shirsat wrote: > Hi Hackers, > > Please find the attached patch which fixes the issue related to the > partition table with storage parameters. > > -- > *Rahul Shirsat* > Software Engineer | EnterpriseDB Corporation. >

Re: Reg - [RM-3814] Backup dialog does not show details of error if file name box kept empty

2020-07-05 Thread Akshay Joshi
Hi Yogesh, Can you please review it. On Fri, Jul 3, 2020 at 4:30 PM Satish V wrote: > Hi Hackers, > > Please find the patch in the attachment which resolves the issue of error > messages not getting displayed in the dialog boxes of *backup, restore *and > *import/export.* > > Kindly review the

Re: [pgAdmin4][Patch] - RM 5484 Support LDAP based auth also when users do not have the same DN structure

2020-07-05 Thread Akshay Joshi
Hi Aditya, Can you please review it. On Mon, Jul 6, 2020 at 11:17 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch for the RM 5484 - Support LDAP based auth > also when users do not have the same DN structure. > > Currently, pgAdmin only suppor

Re: [pgAdmin4][Patch] - RM 5484 Support LDAP based auth also when users do not have the same DN structure

2020-07-05 Thread Aditya Toshniwal
Hi Khushboo, I suggest, 1) Remove the commented code +# if 'mail' in entry: +# user_email = entry['mail'].value 2) Change the below condition to check "is not None" instead which makes more sense. +if not self.bind_user or not self.bind_pass: Other c

pgAdmin 4 commit: Fixed 'convention' related code smell reported by Son

2020-07-05 Thread Akshay Joshi
Fixed 'convention' related code smell reported by SonarQube. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=45a03dd6639e70b197d5e11605702bf2ec823cf3 Author: Aditya Toshniwal Modified Files -- web/pgadmin/__init__.py

pgAdmin 4 commit: Fixed code smell 'Variable should not be shadowed'

2020-07-05 Thread Akshay Joshi
Fixed code smell 'Variable should not be shadowed' Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fcf720a5d89a82a1d2e853a97024434b0b580bea Author: Satish V Modified Files -- .../tools/grant_wizard/static/js/grant_wizard.js | 30

Re: [pgAdmin][patch] SonarQube "convention" tagged fixes

2020-07-05 Thread Akshay Joshi
Thanks, patch applied. On Mon, Jul 6, 2020 at 11:11 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix "convention" related fixes reported by > SonarQube. > Please review. > > -- > Thanks and Regards, > Aditya Toshniwal > pgAdmin Hacker

Re: Re- SonarQube[Variables should not be shadowed]

2020-07-05 Thread Akshay Joshi
Thanks, patch applied. On Fri, Jul 3, 2020 at 7:32 PM Satish V wrote: > Hi Hackers, > > Please find the patch which fixes some of the sonar qube issues related to > variable shadowing. > > Thanks, > Sathish V > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Softw