pgAdmin 4 commit: Fix process execution. Fixes #1679. Fixes #2144.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix process execution. Fixes #1679. Fixes #2144.
Date: 2017-02-04 14:27:34
Message-ID: E1ca1JO-0003Vq-D8@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2017-02-04 20:58:59 Re: [pgAdmin4][Patch]: Fix RM1790 - [Web] Support setting a field's value to "null"
Previous Message Dave Page 2017-02-04 14:27:22 Re: Re: PATCH: RM# 1679 - Background process for "restore" not reporting status back to pgAdmin