[pgadmin-hackers] pgAdmin 4 commit: Fix process execution. Fixes #1679. Fixes #2144. - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Fix process execution. Fixes #1679. Fixes #2144.
Date
Msg-id E1ca1JO-0003Vq-D8@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix process execution. Fixes #1679. Fixes #2144.

Re-engineer the background process executor, to avoid using sqlite as some builds of
components it relies on do not support working in forked children.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b7c5039416edb3aa927dda7c311fc3a72def490e
Author: Ashesh Vashi <ashesh.vashi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/misc/bgprocess/__init__.py             |  23 +-
web/pgadmin/misc/bgprocess/process_executor.py     | 557 ++++++++++++---------
web/pgadmin/misc/bgprocess/processes.py            | 270 +++++++---
.../misc/bgprocess/static/css/bgprocess.css        |  26 +
web/pgadmin/misc/bgprocess/static/js/bgprocess.js  | 124 ++---
5 files changed, 624 insertions(+), 376 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] Re: PATCH: RM# 1679 - Background process for"restore" not reporting status back to pgAdmin
Next
From: Surinder Kumar
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fix RM1790 - [Web] Supportsetting a field's value to "null"