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

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Fix process execution. Fixes #1679. Fixes #2144.
Дата
Msg-id E1ca1JO-0003Vq-D8@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] Re: PATCH: RM# 1679 - Background process for"restore" not reporting status back to pgAdmin
Следующее
От: Surinder Kumar
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fix RM1790 - [Web] Supportsetting a field's value to "null"