pgAdmin 4 commit: 1) Fixed process watcher status message when userhas - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Fixed process watcher status message when userhas
Date
Msg-id E1gFdur-0007uE-HI@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1) Fixed process watcher status message when user has stopped the process.
2) Saved the process state in sqlite database.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6ddab0276906deab1332109a9b7b917a8b5ef91c

Modified Files
--------------
web/migrations/versions/b5b87fdfcb30_.py           | 33 +++++++++++++++++
web/pgadmin/misc/bgprocess/processes.py            | 29 +++++++++++++--
web/pgadmin/misc/bgprocess/static/js/bgprocess.js  | 43 +++++++++++++---------
web/pgadmin/model/__init__.py                      |  3 +-
.../tools/backup/tests/test_batch_process.py       | 27 ++++++++++++--
.../tests/test_batch_process_maintenance.py        | 28 ++++++++++++--
.../tools/restore/tests/test_batch_process.py      | 28 ++++++++++++--
7 files changed, 158 insertions(+), 33 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin4][Patch]: Fixed process watcher status message.
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Ensure that utility existence check should work fors