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
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.
>
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
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
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
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
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
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
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