pgAdmin 4 commit: Highlighted long running queries on the dashboards. F

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Highlighted long running queries on the dashboards. F
Дата
Msg-id E1lyw06-000365-UM@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Highlighted long running queries on the dashboards. Fixes #1975

Branch
------
master

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

Modified Files
--------------
.../en_US/images/preferences_dashboard_display.png | Bin 138599 -> 159705 bytes
docs/en_US/preferences.rst                         |   3 ++
docs/en_US/release_notes_5_5.rst                   |   1 +
web/pgadmin/dashboard/__init__.py                  |  50 +++++++++++++++++-
web/pgadmin/dashboard/static/js/dashboard.js       |  19 +++++++
.../templates/dashboard/sql/10_plus/activity.sql   |   3 +-
.../templates/dashboard/sql/9.6_plus/activity.sql  |   3 +-
.../templates/dashboard/sql/default/activity.sql   |   3 +-
web/pgadmin/preferences/static/js/preferences.js   |   5 ++
web/pgadmin/static/js/backform.pgadmin.js          |  56 +++++++++++++++++++++
web/pgadmin/static/scss/_backgrid.overrides.scss   |   8 +++
web/pgadmin/utils/preferences.py                   |   2 +-
12 files changed, 147 insertions(+), 6 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: RM 6427 - Newlines in text columns of resultset show an allegedly "empty" field
Следующее
От: Nikhil Mohite
Дата:
Сообщение: [pgAdmin][RM-6569]: [Housekeeping][React] Port catalog objects to react