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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Highlighted long running queries on the dashboards. F
Date: 2021-07-01 12:41:02
Message-ID: E1lyw06-000365-UM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil Mohite 2021-07-02 08:12:37 [pgAdmin][RM-6569]: [Housekeeping][React] Port catalog objects to react
Previous Message Dave Page 2021-07-01 08:18:34 Re: RM 6427 - Newlines in text columns of resultset show an allegedly "empty" field