pgAdmin 4 commit: Show the startup log as well as the server log in the - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Show the startup log as well as the server log in the
Date
Msg-id E1jWdKz-0004Rm-4D@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Show the startup log as well as the server log in the runtime's log viewer. Fixes #5489

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_22.rst |  1 +
runtime/LogWindow.cpp             | 36 +++++++++++++++++++++++++-----------
runtime/LogWindow.h               | 10 +++++++---
runtime/LogWindow.ui              | 34 +++++++++++++++++++++++++++++++++-
runtime/MenuActions.cpp           |  2 +-
5 files changed, 67 insertions(+), 16 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: UI layout tweaks.
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Improve code coverage and API test cases for the Rule