pgAdmin 4 commit: Allow connections to be coloured in the treeviewand

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Allow connections to be coloured in the treeviewand
Дата
Msg-id E1eMxGW-0007sf-Lx@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow connections to be coloured in the treeview and query tool. Fixes #1383. Fixes #2802

Branch
------
WEBPACK_DEVEL2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=389c0f98e36eb58bfd8c708174cf5bca4738946e
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/images/server_general.png               | Bin 39091 -> 105252 bytes
docs/en_US/server_dialog.rst                       |   2 +
libraries.txt                                      |   1 +
web/migrations/versions/02b9dccdcfcb_.py           |  35 ++++++++
web/package.json                                   |   1 +
.../browser/server_groups/servers/__init__.py      |  67 +++++++++++----
.../server_groups/servers/static/js/server.js      |  24 ++++++
web/pgadmin/browser/static/js/browser.js           |  10 ++-
web/pgadmin/browser/static/js/node.js              |  44 ++++++++++
web/pgadmin/model/__init__.py                      |   2 +
web/pgadmin/static/css/aci_tree.overrides.css      |  12 +++
web/pgadmin/static/css/bootstrap.overrides.css     |  63 ++++++++++++--
web/pgadmin/static/js/backform.pgadmin.js          |  93 ++++++++++++++++++++-
web/pgadmin/tools/datagrid/__init__.py             |  23 ++++-
.../tools/datagrid/templates/datagrid/index.html   |   2 +-
.../tools/sqleditor/static/css/sqleditor.css       |   2 -
web/webpack.shim.js                                |   5 ++
web/yarn.lock                                      |   4 +
18 files changed, 362 insertions(+), 28 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Add optional TLS support to the docker container.
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Attempt to decode database errors based onlc_message