| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: 1) Fixed process watcher status message when user has |
| Date: | 2018-10-25 11:35:05 |
| Message-ID: | E1gFdur-0007uE-HI@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2018-10-25 13:26:23 | pgAdmin 4 commit: Ensure that utility existence check should work for s |
| Previous Message | Aditya Toshniwal | 2018-10-25 11:16:48 | Re: [pgAdmin4][Patch]: Fixed process watcher status message. |