Re: Proposal Dashboard design for system of pgadmin

2022-06-22 Thread Kunal Garg
Thankyou for the feedback, I will incorporate the changes accordingly and email the revised version. On Thu, 23 Jun, 2022, 10:49 am Ashesh Vashi, wrote: > Hi Kunal, > > The proposal must include: > - Impact on the existing layout (Where would the existing contents of the > dashboard go?). > - UI

Re: Proposal Dashboard design for system of pgadmin

2022-06-22 Thread Ashesh Vashi
Hi Kunal, The proposal must include: - Impact on the existing layout (Where would the existing contents of the dashboard go?). - UI impact when the system_stats extension is not present in the PostgreSQL instance. - Introduction of the preferences for enabling/disabling this dashboard and/or the i

Re: Proposal Dashboard design for system of pgadmin

2022-06-22 Thread Aditya Toshniwal
Hi Kunal, Ca you please create a feature request here with your design - https://redmine.postgresql.org/projects/pgadmin4/issues/new On Thu, Jun 23, 2022 at 4:02 AM Kunal Garg wrote: > Hi, > > Proposing the dashboard design of pgadmin for the system stats. > > Attached is a proposal for incorpo

Re: Bug #7498 - [Azure PostgreSQL] Cloud deployment failed for Azure PostgreSQL on Windows

2022-06-22 Thread Akshay Joshi
Thanks, the patch applied On Wed, Jun 22, 2022 at 7:17 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch for provider loading error. > Thanks, > Yogesh Mahajan > EnterpriseDB > -- Akshay Joshi Principal Softwar

pgAdmin 4 commit: Fixed an issue where cloud deployment failed for Azur

2022-06-22 Thread Akshay Joshi
Fixed an issue where cloud deployment failed for Azure on Windows. Fixes #7498 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ceb29547e2ac8dbb54d6738d525e564c550565b0 Author: Yogesh Mahajan Modified Files -- web/pgacloud/pgacloud

Bug #7498 - [Azure PostgreSQL] Cloud deployment failed for Azure PostgreSQL on Windows

2022-06-22 Thread Yogesh Mahajan
Hi, Please find the attached patch for provider loading error. Thanks, Yogesh Mahajan EnterpriseDB RM_7498_v1.patch Description: Binary data

Re: [pgAdmin][RM-7460]: pgAdmin stuck while creating a new index

2022-06-22 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Jun 22, 2022 at 5:01 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find attached the patch for > > RM-7460:

Re: [pgAdmin][RM-7440]: With pgAdmin v6.10 are passwords entered in the "Connect To Server" dialog being truncated?

2022-06-22 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Jun 22, 2022 at 12:47 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > PFA updated patch moved *maxlenth *prop to* controlProps *from the direct > prop*.* > > On Tue, Jun 21, 2022 at 5:11 PM Aditya Toshniwal < > aditya.toshni...@enterp

Re: [patch] - Feature test fix

2022-06-22 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Jun 22, 2022 at 2:34 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find the patch fixing feature tests. > > Thanks, > Yogesh Mahajan > EnterpriseDB > -- Akshay Joshi Principal Software Architect

pgAdmin 4 commit: Fixed an issue where pgAdmin stuck while creating a n

2022-06-22 Thread Akshay Joshi
Fixed an issue where pgAdmin stuck while creating a new index. Fixes #7460 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=74f7fee8b5dfd67f63ba03f4d1ee88a043da6ddd Author: Nikhil Mohite Modified Files -- docs/en_US/release_notes_6

pgAdmin 4 commit: Fixed an issue where passwords entered in the 'Connec

2022-06-22 Thread Akshay Joshi
Fixed an issue where passwords entered in the 'Connect To Server' dialog were truncated. Fixes #7440 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d90b2621dac60d9ad88ebf198758207acffba08e Author: Nikhil Mohite Modified Files --

pgAdmin 4 commit: Fixed feature tests.

2022-06-22 Thread Akshay Joshi
Fixed feature tests. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=95f63f6af89ae07b940a07add161e91479a907fd Author: Yogesh Mahajan Modified Files -- web/pgadmin/feature_tests/query_tool_tests.py | 33 +++---

pgAdmin 4 commit: Added support for visualise the graph using a Line ch

2022-06-22 Thread Akshay Joshi
Added support for visualise the graph using a Line chart in the query tool. Fixes #7485 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=93bc1f3c574e333a132908a1d2da63cc00de3011 Modified Files -- .../en_US/images/preferences_dashbo

[pgAdmin][RM-7460]: pgAdmin stuck while creating a new index

2022-06-22 Thread Nikhil Mohite
Hi Hackers, Please find attached the patch for RM-7460: pgAdmin stuck while creating a new index -- *Thanks & Regards,* *Nikhil Mohite* *Senior Software Engineer.*

[patch] - Feature test fix

2022-06-22 Thread Yogesh Mahajan
Hi, Please find the patch fixing feature tests. Thanks, Yogesh Mahajan EnterpriseDB Feature_Test_Fix_React_porting_Query_Tool_v1.patch Description: Binary data

Re: [pgAdmin][RM-7440]: With pgAdmin v6.10 are passwords entered in the "Connect To Server" dialog being truncated?

2022-06-22 Thread Nikhil Mohite
Hi Hackers, PFA updated patch moved *maxlenth *prop to* controlProps *from the direct prop*.* On Tue, Jun 21, 2022 at 5:11 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Nikhil, > > I think maxlength should be moved to controlProps instead of direct prop > as it is more spe