pgAdmin 4 commit: Warn the user when connecting to a server that is old

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Warn the user when connecting to a server that is old
Дата
Msg-id E1kAben-0007qN-Rr@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: LDAP auth pathc
Следующее
От: Yogesh Mahajan
Дата:
Сообщение: [pgAdmin][Patch] - Housekeeping #5332 - [Code Coverage] Improve API test cases for Tables, Columns and Constraints (Index, Foreign Key, Check, Exclusion)