[pgAdmin][RM-7517]: Enable restart debugging once execution is completed

2022-06-30 Thread Nikhil Mohite
Hi Hackers, Please find attached the patch for RM-7517 : Enable restart debugging once execution is completed -- *Thanks & Regards,* *Nikhil Mohite* *Senior Software Engineer.* *EDB Postgres* *Mob.No: +91-7798364578.*

Re: [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading

2022-06-30 Thread Aditya Toshniwal
Hi, Please find the fix for failing test cases. On Thu, Jun 30, 2022 at 2:06 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Tue, Jun 21, 2022 at 7:53 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached patch removes dynamic module loadin

Re: [pgAdmin][patch] Theme component usage fix

2022-06-30 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jun 30, 2022 at 3:03 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached is the updated patch. > > On Thu, Jun 30, 2022 at 2:26 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Aditya >> >> Please fix the linter er

pgAdmin 4 commit: Theme component usage has been fixed, a component sho

2022-06-30 Thread Akshay Joshi
Theme component usage has been fixed, a component should never be wrapped in multiple Theme components. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=86b30b3c83d5b6170a7d7c32d47818bcabedb36e Author: Aditya Toshniwal Modified Files

pgAdmin 4 v6.11 Released

2022-06-30 Thread Akshay Joshi
The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.11. This release of pgAdmin 4 includes 20 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/6.11/release_notes_6_11.html. pgAdmin is the leading Open Sour

Re: [pgAdmin][patch] Theme component usage fix

2022-06-30 Thread Aditya Toshniwal
Hi, Attached is the updated patch. On Thu, Jun 30, 2022 at 2:26 PM Akshay Joshi wrote: > Hi Aditya > > Please fix the linter error and send the patch again. > > On Thu, Jun 30, 2022 at 2:12 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi, >> >> Attached is the rebased

Re: [pgAdmin][patch] Theme component usage fix

2022-06-30 Thread Akshay Joshi
Hi Aditya Please fix the linter error and send the patch again. On Thu, Jun 30, 2022 at 2:12 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached is the rebased patch. > > On Thu, Jun 30, 2022 at 2:06 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi

Re: [pgAdmin][patch] Theme component usage fix

2022-06-30 Thread Aditya Toshniwal
Hi, Attached is the rebased patch. On Thu, Jun 30, 2022 at 2:06 PM Akshay Joshi wrote: > Hi Aditya > > Can you please rebase and send the patch again. > > On Thu, Jun 30, 2022 at 1:56 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached patch fixes t

pgAdmin 4 commit: Tag REL-6_11 has been created.

2022-06-30 Thread Akshay Joshi
Tag REL-6_11 has been created. View: https://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-6_11 Log Message --- Tag v6.11

Re: [pgAdmin][patch] Theme component usage fix

2022-06-30 Thread Akshay Joshi
Hi Aditya Can you please rebase and send the patch again. On Thu, Jun 30, 2022 at 1:56 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes the usage of the Theme component. > Please note, a component should not be wrapped in multiple Theme > com

Re: [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading

2022-06-30 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Jun 21, 2022 at 7:53 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch removes dynamic module loading and replaces it with > fixed/static module loading. This can potentially reduce the app > startup time. > Patch a

pgAdmin 4 commit: Added support for visualizing the graphs using Stacke

2022-06-30 Thread Akshay Joshi
Added support for visualizing the graphs using Stacked Line, Bar, and Stacked Bar charts in the query tool. Fixes #7486 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b92e2fcfc9df4673393204f826632e82e2b7ba5c Modified Files -- doc

pgAdmin 4 commit: Added some logging for start-up time and changed the

2022-06-30 Thread Akshay Joshi
Added some logging for start-up time and changed the ping time from every second to 250 milliseconds. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b1f6664292b8e8578bf0eab123553b355e146902 Modified Files -- runtime/src/js/pgadmi

pgAdmin 4 commit: Removing dynamic module loading and replacing it with

2022-06-30 Thread Akshay Joshi
Removing dynamic module loading and replacing it with static loading. Fixes #7492 Gets rid of all occurrences and usage of get_own_javascripts since it is no longer used. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cb635f670661027f385e60

[pgAdmin][patch] Theme component usage fix

2022-06-30 Thread Aditya Toshniwal
Hi Hackers, Attached patch fixes the usage of the Theme component. Please note, a component should not be wrapped in multiple Theme components as it will create styling issues. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Com

Re: pgAdmin4 v6.11 candidate builds

2022-06-30 Thread Fahar Abbas
Hi, One Round of testing has been done on all supported platforms, Can you please publish 6.11 on the website? On Wed, Jun 29, 2022 at 3:41 PM Akshay Joshi wrote: > Hi All > > The latest candidate builds and source code is available at > https://developer.pgadmin.org/builds/2022-06-29-1/ > > On