From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Show more granular timing info in the query tool hist |
Date: | 2018-04-03 13:11:15 |
Message-ID: | E1f3LiV-0000O2-MC@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Show more granular timing info in the query tool history panel. Fixes #3244
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=94e1e462019df51a5cc2f13e57fabc0547446b43
Author: Joao Pedro De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>
Modified Files
--------------
web/package.json | 1 +
.../js/sqleditor/calculate_query_run_time.js | 33 ++++
.../static/js/sqleditor/call_render_after_poll.js | 52 ++++++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 62 +------
.../sqleditor/calculate_query_run_time_spec.js | 82 +++++++++
.../sqleditor/call_render_after_poll_spec.js | 203 +++++++++++++++++++++
web/yarn.lock | 2 +-
7 files changed, 382 insertions(+), 53 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-04-03 13:11:31 | Re: [pgadmin4][patch] #3244 Query elapse time granularity |
Previous Message | Harshal Dhumal | 2018-04-03 13:03:55 | Re: Bug #3083 fix |