pgAdmin 4 commit: Allow queries to be cancelled from the dashboards.Fi

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow queries to be cancelled from the dashboards.Fi
Дата
Msg-id E1dZbIm-0006Gq-C6@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow queries to be cancelled from the dashboards. Fixes #1812

Branch
------
master

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

Modified Files
--------------
web/pgadmin/dashboard/__init__.py                  |  27 ++++
.../dashboard/templates/dashboard/js/dashboard.js  | 165 ++++++++++++++++++++-
web/pgadmin/static/css/bootstrap.overrides.css     |  10 +-
web/pgadmin/static/js/alerts/alertify_wrapper.js   |  17 ++-
web/pgadmin/static/scss/_alert.scss                |  33 +----
web/pgadmin/static/scss/_alertify.overrides.scss   |   8 +-
6 files changed, 220 insertions(+), 40 deletions(-)


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

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: Jenkins build is back to normal : pgadmin4-master-python36 #257
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard