Re: [pgAdmin][RM7404] Port process watcher to React - Mailing list pgadmin-hackers

From Akshay Joshi
Subject Re: [pgAdmin][RM7404] Port process watcher to React
Date
Msg-id CANxoLDdsEH-BrTPRmREjpU3Mj7hmjY7NUaZ_+heQokh2STh8EA@mail.gmail.com
Whole thread Raw
In response to [pgAdmin][RM7404] Port process watcher to React  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Responses Re: [pgAdmin][RM7404] Port process watcher to React  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers
Thanks, the patch applied.

On Thu, Aug 11, 2022 at 9:52 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Attached is the updated patch. This includes GUI test cases failure fixes.

On Tue, Aug 9, 2022 at 6:00 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Please ignore the previous patch. Attached the updated patch.

On Fri, Aug 5, 2022 at 11:46 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

This patch essentially implements #3709 along with moving the process watcher to React. The patch includes:
1. Add a new tab "Processes" to view and manage all the background processes.
2. Processes tab allows to stop processes, remove process info and logs, and view process logs and other details.
3. The process watcher is removed. Instead, it will just notify if a process is started, terminated, failed or completed. It will have a button "View Processes" which will take you to the processes tab.
4. New page of processes is added to the documentation and other pages updated.
5. JS Test cases added.

Please review.

--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"


--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"


--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"


--

Akshay Joshi

Principal Software Architect

+91 9767888246

www.enterprisedb.com

     

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7587] pgAdmin 6.12 doesn't show contents of information_schema and pg_catalog
Next
From: Pradip Parkale
Date:
Subject: [pgAdmin][patch]:Shared server issue