Hi Hackers,
Please find the attached patch below which fixes the issue regarding
--load-servers having service based server connection.
--
*Rahul Shirsat*
Software Engineer | EnterpriseDB Corporation.
RM5746.patch
Description: Binary data
Change the following to replace Python 2 code with Python 3:
1) Replace the deprecated unit test method.
2) Wraps filter usage in a list call.
3) Converts the old metaclass syntax to new.
4) Use range instead of xrange method.
5) Change Unicode to str.
6) Several other transformations.
7) Fixed cha
Hi Cyril
Thanks, patch applied. Please make sure to run "yarn run pep8" before
sending the patch.
On Sat, Aug 29, 2020 at 2:28 AM Cyril Jouve wrote:
> Hello,
>
> patch 1 to 6 generated mostly using 2to3:
> 0001: https://docs.python.org/3.8/library/2to3.html#2to3fixer-asserts
> 0002: https://doc
Fixed an issue where --load-server does not allow loading connections that use
pg_services. Fixes #5746
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b5c299c5ad2547c2813dfb78c6e9fbfb0c382e9a
Author: Rahul Shirsat
Modified Files
---
Thanks, patch applied.
On Mon, Aug 31, 2020 at 3:09 PM Rahul Shirsat <
rahul.shir...@enterprisedb.com> wrote:
> Hi Hackers,
>
> Please find the attached patch below which fixes the issue regarding
> --load-servers having service based server connection.
>
> --
> *Rahul Shirsat*
> Software Enginee
Hi Hackers,
Please find the attached patch to fix the accessibility errors found with
WAVE tool on
- Dashboard
- Dependencies / Dependents panel with no object selected in tree view.
Regards,
Ganesh Jaybhay
accessibility_fix_main_panels.patch
Description: Binary data