pgAdmin 4 commit: Dashboard graph optimization. Fixes #3941

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Dashboard graph optimization. Fixes #3941
Date: 2019-02-04 10:10:03
Message-ID: E1gqbCV-0008MF-Tq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-02-04 10:10:55 pgAdmin 4 commit: There are no new features in 4.1 or 4.2, just fixes a
Previous Message Aditya Toshniwal 2019-02-04 10:09:52 Re: [pgAdmin4][RM3941] Dashboard graphs needs optimizations