Re: [pgAdmin][RM7305]: Dashboard Server Activity showing old queries as active, not always showing current queries

2022-04-27 Thread Akshay Joshi
Thanks, the patch applied On Wed, Apr 27, 2022 at 6:10 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for #7305 Dashboard Server Activity showing > old queries as active, not always showing current queries. > > As well, I fixed the iss

pgAdmin 4 commit: Port data filter dialog to React. Fixes #7340

2022-04-27 Thread Akshay Joshi
Port data filter dialog to React. Fixes #7340 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6e2ee9a21f796137149f9c13154f5cf6e40e4560 Modified Files -- docs/en_US/images/viewdata_filter_dialog.png | Bin 39713 -> 46496 bytes

pgAdmin 4 commit: Fixed an issue where the Dashboard Server Activity wa

2022-04-27 Thread Akshay Joshi
Fixed an issue where the Dashboard Server Activity was showing old queries as active. Fixes #7305 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7c61017f578cf91368e25dabc2894e2682980b76 Author: Pradip Parkale Modified Files -- d

Re: pgAdmin / git / Code

2022-04-27 Thread Luther Miller
I like to be able to easily integrate with git so that I have source code versioning on SQL files. On Wed, Apr 27, 2022 at 9:28 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Luther, > > VS code and pgAdmin 4 are different tools with completely different > purposes. pgAdmin

Re: pgAdmin / git / Code

2022-04-27 Thread Aditya Toshniwal
Hi Luther, VS code and pgAdmin 4 are different tools with completely different purposes. pgAdmin is not a full fledged IDE to have git integration. It is not very clear, so can you please elaborate the feature you want in pgAdmin. On Thu, Apr 28, 2022 at 5:10 AM Luther Miller wrote: > Hi everyo

pgAdmin / git / Code

2022-04-27 Thread Luther Miller
Hi everyone! Someone in Postgres Slack suggested I send this question to this list. I love pgAdmin. I also love using git to track sql files, and I love VS Code for lots of things. Other addins I have tried for Code aren't even close to the features I like in pgAdmin, so I want to keep using pgAdm

[pgAdmin][RM7305]: Dashboard Server Activity showing old queries as active, not always showing current queries

2022-04-27 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #7305 Dashboard Server Activity showing old queries as active, not always showing current queries. As well, I fixed the issue where the value of the search was resetting after clicking the checkbox -- Thanks & Regards, Pradip Parkale Software Engine

Re: [pgAdmin4][Patch] - BigAnimal Fixes

2022-04-27 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Apr 27, 2022 at 11:20 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > While deploying the PostgreSQL on the BigAnimal cloud, the Public IP > addresses were not added, fixed this issue in the attached patch. > > Thanks, > Khushboo > -- *T

pgAdmin 4 commit: Fixed an issue while deploying the PostgreSQL on the

2022-04-27 Thread Akshay Joshi
Fixed an issue while deploying the PostgreSQL on the BigAnimal, the Public IP addresses were not added. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a86a8c6a341beb84628e3dced495ffa31418afd3 Author: Khushboo Vashi Modified Files --