pgAdmin 4 commit: Improve error handling when python process fails to s

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Improve error handling when python process fails to s
Date: 2019-09-04 08:03:35
Message-ID: E1i5QGN-0005wX-5e@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 app path. 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-09-04 12:53:02 pgAdmin 4 commit: Further stabilisation and code refinement.
Previous Message Ashesh Vashi 2019-09-04 04:50:50 pgAdmin 4 commit: Update yarn.lock to update the vulnerable javascripts