pgAdmin 4 commit: Dashboard graph optimization. Fixes #3941

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Dashboard graph optimization. Fixes #3941
Дата
Msg-id E1gqbCV-0008MF-Tq@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Dashboard graph optimization. Fixes #3941

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aad7830d370f9425a359b85d3269d5616622760d
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_2.rst                   |   1 +
web/pgadmin/dashboard/__init__.py                  | 117 ++-----
web/pgadmin/dashboard/static/js/charting.js        |   4 +-
web/pgadmin/dashboard/static/js/dashboard.js       | 376 ++++++++++++---------
.../templates/dashboard/sql/default/bio_stats.sql  |   4 -
.../dashboard/sql/default/dashboard_stats.sql      |  56 +++
.../dashboard/sql/default/session_stats.sql        |   5 -
.../templates/dashboard/sql/default/ti_stats.sql   |   5 -
.../templates/dashboard/sql/default/to_stats.sql   |   4 -
.../templates/dashboard/sql/default/tps_stats.sql  |   5 -
.../sql/gpdb_5.0_plus/dashboard_stats.sql          |  56 +++
.../dashboard/sql/gpdb_5.0_plus/session_stats.sql  |   5 -
.../dashboard/tests/test_dashboard_graphs.py       | 119 +++++++
web/pgadmin/static/js/utils.js                     |  24 ++
.../javascript/dashboard/charting_spec.js          |   4 +
web/regression/javascript/pgadmin_utils_spec.js    |  35 ++
16 files changed, 536 insertions(+), 284 deletions(-)


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

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin4][RM3941] Dashboard graphs needs optimizations
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: There are no new features in 4.1 or 4.2,just fixes a