Re: [pgAdmin][RM4925] Missing spinner from process watcher - Mailing list pgadmin-hackers

From Akshay Joshi
Subject Re: [pgAdmin][RM4925] Missing spinner from process watcher
Date
Msg-id CANxoLDdKg6v=E81fhGhqJopADeUOUNeFOj8EanX5Ua5ByGFULw@mail.gmail.com
Whole thread Raw
In response to Re: [pgAdmin][RM4925] Missing spinner from process watcher  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers
Thanks, patch applied.

On Thu, Nov 14, 2019 at 5:44 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Dave,

On Thu, Nov 14, 2019 at 4:59 PM Dave Page <dpage@pgadmin.org> wrote:
Hi

On Thu, Nov 14, 2019 at 11:16 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Attached is the patch to show some text on process watcher till the initial logs are loaded. Adding a spinner was not possible due to the complex DOM structure of the logs window. Below is the screenshot:

A definite improvement - but can we not consistently display the logs in realtime? I've noticed in the past that sometimes that happens, but other times they're only displayed when the process completes. I haven't yet had a chance to figure out exactly what circumstances each happens in.
It is updated in real time. This is what happens when you open the process watcher and the logs web service is accessed to get the initial logs. After that, the logs are pulled and appended at regular intervals.
 
Screenshot 2019-11-14 at 16.39.12.png

--
Thanks and Regards,
Aditya Toshniwal
Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


--
Thanks and Regards,
Aditya Toshniwal
Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"


--
Thanks & Regards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
Mobile: +91 976-788-8246
Attachment

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Shown some text on process watcher till the initial l
Next
From: Khushboo Vashi
Date:
Subject: Re: Refactored code for Table and its child nodes.