Re: [pgAdmin][RM7461]: PgAdmin 4 itself left too many connections idle

2022-06-23 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jun 23, 2022 at 5:41 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > There is an attached patch for #7461. When a user switches to a new > connection in the query tool and closes the query tool, then the new > connection is not closed

Re: [patch] -Bug #7495 - [Azure PostgreSQL] Users are unable to authenticate azure on Rpm/Debian Linux

2022-06-23 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jun 23, 2022 at 5:59 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find the attached path which fixes errors on linux platform for > Azure postgresql deployment. > Also added some feature test fixes. > > Thanks, > Yogesh Mahajan >

pgAdmin 4 commit: Fixed an issue where the connection wasn't being clos

2022-06-23 Thread Akshay Joshi
Fixed an issue where the connection wasn't being closed when the user switched to a new connection and closed the query tool. Fixes #7461 Fixed the 'Show activity?' issue which was missed during Dashboard porting. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.

pgAdmin 4 commit: Fixed an issue where users would not be able to authe

2022-06-23 Thread Akshay Joshi
Fixed an issue where users would not be able to authenticate in Azure on Linux platforms. Fixes #7495 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=23869cd61f965161c989d2cb42986bbc9b26e5fa Author: Yogesh Mahajan Modified Files

[patch] -Bug #7495 - [Azure PostgreSQL] Users are unable to authenticate azure on Rpm/Debian Linux

2022-06-23 Thread Yogesh Mahajan
Hi, Please find the attached path which fixes errors on linux platform for Azure postgresql deployment. Also added some feature test fixes. Thanks, Yogesh Mahajan EnterpriseDB RM_7495_v1.patch Description: Binary data

[pgAdmin][RM7461]: PgAdmin 4 itself left too many connections idle

2022-06-23 Thread Pradip Parkale
Hi Hackers, There is an attached patch for #7461. When a user switches to a new connection in the query tool and closes the query tool, then the new connection is not closed. The new connection shows as idle in Dashboard. I have fixed this in the attached patch. Additionally, I have fixed the 'Sho

Re: Proposal Dashboard design for system of pgadmin

2022-06-23 Thread Dave Page
Hi On Thu, 23 Jun 2022 at 07:27, Kunal Garg wrote: > Thankyou for the feedback, I will incorporate the changes accordingly and > email the revised version. > Please also send it as a plain email, not a PDF. That makes it much easier to reply and comment inline. Thanks! > > On Thu, 23 Jun, 20

pgAdmin 4 commit: The following issues were fixed in Graph Visualiser:

2022-06-23 Thread Akshay Joshi
The following issues were fixed in Graph Visualiser: 1) Allow the user to set the row limit and chart line width. 2) Zoom should only be applied to X-axis, not both. 3) On clicking the 'Generate' button, the chart should return to its original zoom level. 4) Negative values are not displayed. re