Re: Pgadmin4 System Stats Extension Design

2023-06-19 Thread Dave Page
On Mon, 19 Jun 2023 at 16:11, Sahil Harpal wrote: > On Mon, 19 Jun 2023 at 14:07, Dave Page wrote: > >> >> Seems reasonable to me. A wireframe would seem like the best next step, >> to confirm we're all happy with what's proposed. It's hard to visualise >> from a list of bullet points. >> > > Hi

Re: Pgadmin4 System Stats Extension Design

2023-06-19 Thread Dave Page
On Mon, 19 Jun 2023 at 15:30, Sahil Harpal wrote: > On Fri, 16 Jun 2023 at 14:15, Sahil Harpal > wrote: > >> [image: image.gif] >> >>> I think combining R/W is fine, as long as it uses two scales in case the >>> values are wildly different (which is likely). >> >> >> So should I combine all the

Re: Pgadmin4 System Stats Extension Design

2023-06-19 Thread Sahil Harpal
On Fri, 16 Jun 2023 at 14:15, Sahil Harpal wrote: > [image: image.gif] > >> I think combining R/W is fine, as long as it uses two scales in case the >> values are wildly different (which is likely). > > > So should I combine all the parameters (Total read/write operations, Total > Bytes read/writ

[pgadmin-org/pgadmin4] 4746fb: Fixed an issue where View/Edit data is throwing an...

2023-06-19 Thread Nikhil Mohite
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 4746fbd34674574bec09113d0240618301fdcebf https://github.com/pgadmin-org/pgadmin4/commit/4746fbd34674574bec09113d0240618301fdcebf Author: Nikhil Mohite Date: 2023-06-19 (Mon, 19 Jun 2023) Changed

[pgadmin-org/pgadmin4] 5d619f: 1) Fixed Schema Diff issue.

2023-06-19 Thread Akshay Joshi
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 5d619fd45580548c5f69794ca339faf1e20d0528 https://github.com/pgadmin-org/pgadmin4/commit/5d619fd45580548c5f69794ca339faf1e20d0528 Author: Akshay Joshi Date: 2023-06-19 (Mon, 19 Jun 2023) Changed

[pgadmin-org/pgadmin4] c5cbb3: Fix raise notice from func/proc or code blocks are...

2023-06-19 Thread Khushboo Vashi
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: c5cbb33a0668fe16e2acb740928db839c0dff90e https://github.com/pgadmin-org/pgadmin4/commit/c5cbb33a0668fe16e2acb740928db839c0dff90e Author: Khushboo Vashi Date: 2023-06-19 (Mon, 19 Jun 2023) Change

[pgadmin-org/pgadmin4] 855a23: Python dependency: Bump eslint from 8.42.0 to 8.43...

2023-06-19 Thread dependabot[bot]
Branch: refs/heads/dependabot/npm_and_yarn/runtime/eslint-8.43.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 855a230cb4321c95b476339e4b9d39e29c933bcf https://github.com/pgadmin-org/pgadmin4/commit/855a230cb4321c95b476339e4b9d39e29c933bcf Author: dependabot[bot] <49699333+

[pgadmin-org/pgadmin4] a9ae7c: Ensure that query tool status poller is paused if ...

2023-06-19 Thread Aditya Toshniwal
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: a9ae7ca0991b34e1e6fa0bdf2d2b4ccb86fdd9e4 https://github.com/pgadmin-org/pgadmin4/commit/a9ae7ca0991b34e1e6fa0bdf2d2b4ccb86fdd9e4 Author: Aditya Toshniwal Date: 2023-06-19 (Mon, 19 Jun 2023) Chan

[pgadmin-org/pgadmin4] d21e1e: Update release notes

2023-06-19 Thread Aditya Toshniwal
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: d21e1eb17ec507b0d321e4b6ede0fac9c75f89a8 https://github.com/pgadmin-org/pgadmin4/commit/d21e1eb17ec507b0d321e4b6ede0fac9c75f89a8 Author: Aditya Toshniwal Date: 2023-06-19 (Mon, 19 Jun 2023) Chan

[pgadmin-org/pgadmin4] bb570a: Update release notes

2023-06-19 Thread Aditya Toshniwal
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: bb570a50aed04b46ae7e23c88291d9c37c91bf59 https://github.com/pgadmin-org/pgadmin4/commit/bb570a50aed04b46ae7e23c88291d9c37c91bf59 Author: Aditya Toshniwal Date: 2023-06-19 (Mon, 19 Jun 2023) Chan

[pgadmin-org/pgadmin4] 36949a: Added option to create unique index with nulls not...

2023-06-19 Thread Pravesh Sharma
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 36949aef996b919a8f75ac160fceed8cc42448cb https://github.com/pgadmin-org/pgadmin4/commit/36949aef996b919a8f75ac160fceed8cc42448cb Author: Pravesh Sharma Date: 2023-06-19 (Mon, 19 Jun 2023) Change

[pgadmin-org/pgadmin4] 557f33: Added support to drop databases using the 'WITH (F...

2023-06-19 Thread Akshay Joshi
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 557f33c4f916cf618c13580298d80593082983c8 https://github.com/pgadmin-org/pgadmin4/commit/557f33c4f916cf618c13580298d80593082983c8 Author: Akshay Joshi Date: 2023-06-19 (Mon, 19 Jun 2023) Changed

Re: Pgadmin4 System Stats Extension Design

2023-06-19 Thread Ashesh Vashi
On Mon, Jun 19, 2023 at 2:07 PM Dave Page wrote: > > > On Sat, 17 Jun 2023 at 10:01, Sahil Harpal > wrote: > >> Hi Dave, >> >> Could you please confirm whether we can proceed with the following >> grouping? >> >> *1. Summary* >> >>- OS information >>- Sys CPU Information >>- Sys Proc

Re: Pgadmin4 System Stats Extension Design

2023-06-19 Thread Dave Page
On Sat, 17 Jun 2023 at 10:01, Sahil Harpal wrote: > Hi Dave, > > Could you please confirm whether we can proceed with the following > grouping? > > *1. Summary* > >- OS information >- Sys CPU Information >- Sys Process Information > > *2. CPU* > >- Sys CPU Usage Information >-