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

Поиск
Список
Период
Сортировка
От Aditya Toshniwal
Тема pgAdmin 4 commit: Improve error handling when python process fails to s
Дата
Msg-id E1i5QGN-0005wX-5e@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Update yarn.lock to update the vulnerable javascripts
Следующее
От: Aditya Toshniwal
Дата:
Сообщение: pgAdmin 4 commit: Further stabilisation and code refinement.