pgAdmin 4 commit: Warn the user when connecting to a server that is old - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Warn the user when connecting to a server that is old
Date
Msg-id E1kAben-0007qN-Rr@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Warn the user when connecting to a server that is older than pgAdmin supports. Fixes #5772

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_26.rst                             |  1 +
web/pgadmin/browser/server_groups/servers/static/js/server.js | 11 ++++++++++-
web/pgadmin/static/scss/_alertify.overrides.scss              |  7 +++++++
web/pgadmin/static/scss/resources/_default.variables.scss     |  2 ++
.../static/scss/resources/_theme.variables.scss.sample        |  2 ++
web/pgadmin/static/scss/resources/dark/_theme.variables.scss  |  3 +++
.../static/scss/resources/high_contrast/_theme.variables.scss |  4 +++-
7 files changed, 28 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: LDAP auth pathc
Next
From: Yogesh Mahajan
Date:
Subject: [pgAdmin][Patch] - Housekeeping #5332 - [Code Coverage] Improve API test cases for Tables, Columns and Constraints (Index, Foreign Key, Check, Exclusion)