pgAdmin 4 commit: 1) Enable the 'Configure' and 'View log' menu option

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Enable the 'Configure' and 'View log' menu option
Date: 2020-08-25 12:43:18
Message-ID: E1kAYII-0005pC-EY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Enable the 'Configure' and 'View log' menu option when the server taking longer than usual time to start.
2) When an error occurs from the backend, the configure window opens and if the user has changed the setting
of the port, it won't take any effect as we have retrieved the value of the port at the start of the runtime.
3) Added logic to identify the specified fixed port is already in use. Throw the error before starting the pgAdmin server.

Fixes #5751

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_26.rst | 1 +
runtime/FloatingWindow.cpp | 15 +++-
runtime/FloatingWindow.h | 2 +
runtime/Runtime.cpp | 181 +++++++++++++++++++++++++-------------
runtime/Runtime.h | 16 ++--
runtime/TrayIcon.cpp | 15 +++-
runtime/TrayIcon.h | 2 +
7 files changed, 163 insertions(+), 69 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-25 12:46:40 Re: Patch for SonarQube code scan fixes.
Previous Message Nikhil Mohite 2020-08-25 12:33:45 Patch for SonarQube code scan fixes.