Re: Feature Test Fix - React porting

2021-11-09 Thread Akshay Joshi
Thanks, the patch applied. but Jenkins is failing with the below error: ERROR: No matching distribution found for selenium==4.0.0 ERROR: Failed to install Python requirements. On Tue, Nov 9, 2021 at 2:48 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find the attache

Re: [pgAdmin][RM6939]older server group name displayed in the confirmation pop up when user remove server group

2021-11-09 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Nov 10, 2021 at 10:36 AM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for #6939 older server group name displayed > in the confirmation pop up when the user removes the server group. > > -- > Thanks &

Re: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases

2021-11-09 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Nov 10, 2021 at 11:06 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #6905 - Impossible to load > databases. > > The database nodes are not getting loaded *behind* *reverse proxy with > SSL*. Th

Re: [pgAdmin][RM5427]: pgAdmin is freezing

2021-11-09 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Nov 8, 2021 at 2:20 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached patch. > > On Wed, Oct 27, 2021 at 11:06 AM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Thanks, the patch applied. >> >> On

pgAdmin 4 commit: Fixed feature test cases after react porting.

2021-11-09 Thread Akshay Joshi
Fixed feature test cases after react porting. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9479f0e632d278e56ad0d63ace2b6976e81b250b Author: Yogesh Mahajan Modified Files -- web/pgadmin/feature_tests/browser_tool_bar_test.py |

pgAdmin 4 commit: Fixed an issue where database nodes are not getting l

2021-11-09 Thread Akshay Joshi
Fixed an issue where database nodes are not getting loaded behind a reverse proxy with SSL. Fixes #6905 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aff84103d9fd404bf8611ee990147407ad1fa67b Author: Khushboo Vashi Modified Files ---

pgAdmin 4 commit: Fixed an issue where older server group name displaye

2021-11-09 Thread Akshay Joshi
Fixed an issue where older server group name displayed in the confirmation pop-up when the user removes server group. Fixes #6939 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a61a9e5b8fe2c3c2d4fc98b400ad637dd762bfd7 Author: Pradip Parkale

pgAdmin 4 commit: Cover more scenarios for the pgAdmin freezing issue.

2021-11-09 Thread Akshay Joshi
Cover more scenarios for the pgAdmin freezing issue. Fixes #5427 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eb8168285e89514bfb92794f1b22e1c721c24204 Author: Pradip Parkale Modified Files -- .../server_groups/servers/databases

[pgAdmin4][Patch] - RM 6905 - Impossible to load databases

2021-11-09 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #6905 - Impossible to load databases. The database nodes are not getting loaded *behind* *reverse proxy with SSL*. This issue has been fixed in this patch. Note: Yogesh helped me to setup the apache server with reverse proxy with SSL and to reprod