Re: [pgAdmin][RM7518]: Issue in Dashboard panel

2022-07-03 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Jul 1, 2022 at 7:34 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > Please find the attached patch for #7518.The dashboard Graph API was > being called even after the panel was closed, which has been fixed. > > > *Thanks & Regards,* >

Re: [pgAdmin][RM-7342]: [React] Port Master Password dialog to React

2022-07-03 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Jun 29, 2022 at 4:51 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find attached the patch for RM-7342 > : Port Master Password dialog > to React > > -- > *Thanks & Regards,* > *Nik

pgAdmin 4 commit: Ensure that dashboard graph API is not called after t

2022-07-03 Thread Akshay Joshi
Ensure that dashboard graph API is not called after the panel has been closed. Fixes #7518 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e59471d87da84b1f8bbf85e7efc7f25591238f94 Author: Pradip Parkale Modified Files -- docs/en_

pgAdmin 4 commit: Port Master Password dialog to React. Fixes #7342

2022-07-03 Thread Akshay Joshi
Port Master Password dialog to React. Fixes #7342 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b283c0ba18a4c859f37274137cd932a831343ae1 Author: Nikhil Mohite Modified Files -- docs/en_US/images/master_password_enter.png

pgAdmin 4 commit: Fixed PEP8

2022-07-03 Thread Akshay Joshi
Fixed PEP8 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6bebce7015345f2abb1c22ea8d4b9f289baf82df Modified Files -- web/pgAdmin4.py | 1 + 1 file changed, 1 insertion(+)

pgAdmin 4 commit: Fixed no module named 'setup' error.

2022-07-03 Thread Akshay Joshi
Fixed no module named 'setup' error. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eb65ab6b4b1c10d47c131c8aff15814aac7c3e6b Modified Files -- web/pgAdmin4.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)