pgAdmin 4 commit: Allow query plans to be downloaded as SVG files. Fixe

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow query plans to be downloaded as SVG files. Fixe
Date: 2018-12-13 10:50:02
Message-ID: E1gXOZ8-0006G1-Tk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow query plans to be downloaded as SVG files. Fixes #3589

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d68eede3e6d3a14a8b5f3f61feeee29a80128950

Modified Files
--------------
docs/en_US/images/query_output_explain.png | Bin 78268 -> 105630 bytes
docs/en_US/images/query_output_explain_details.png | Bin 222783 -> 163617 bytes
docs/en_US/query_tool.rst | 3 +
docs/en_US/release_notes_3_7.rst | 3 +-
web/pgadmin/browser/static/js/browser.js | 21 ++
web/pgadmin/misc/static/explain/css/explain.css | 22 ++-
web/pgadmin/misc/static/explain/js/explain.js | 211 +++++++++++++++------
.../misc/static/explain/js/svg_downloader.js | 21 ++
8 files changed, 214 insertions(+), 67 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-12-13 10:51:01 Re: [pgAdmin4][Patch]: RM #3589 Allow user to save/download Explain plan as JPEG/SVG format
Previous Message Khushboo Vashi 2018-12-13 10:33:33 [pgAdmin4][Patch]: RM 3433 - query tool not responsive or showing any tab or window when selected