pgAdmin 4 commit: Improve error handling when python process fails to s - Mailing list pgadmin-hackers

From Aditya Toshniwal
Subject pgAdmin 4 commit: Improve error handling when python process fails to s
Date
Msg-id E1i5QGN-0005wX-5e@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Improve error handling when python process fails to start.
Do not quit app if python process fails to start. Instead, allow the user to change configuration like python path and
apppath. Added a restart menu in case user wants to restart the app after config changes. 
Menu changes, configure window changes.

Branch
------
electron2

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

Modified Files
--------------
electron/.eslintignore            |   7 +
electron/package.json             |   8 +-
electron/src/configure_preload.js |  14 ++
electron/src/configure_store.js   |  28 ++-
electron/src/configure_ui.html    |  81 +++---
electron/src/configure_ui.js      |  83 ++++--
electron/src/constants.js         |   8 +
electron/src/index.js             | 293 ++++++++++++++--------
electron/src/ipc_event.js         |  31 +++
electron/yarn.lock                | 512 +++++++++++++++++++++++++++++++++++++-
10 files changed, 876 insertions(+), 189 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Update yarn.lock to update the vulnerable javascripts
Next
From: Aditya Toshniwal
Date:
Subject: pgAdmin 4 commit: Further stabilisation and code refinement.