From a81a1fef4cf1da8003d5de34b157da9156d5edcb Mon Sep 17 00:00:00 2001 From: Juha Sippola Date: Mon, 21 Sep 2015 16:03:00 +0300 Subject: Qt Metrics 2 (v0.26): Testfunction link visibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Show the testfunction link on testset's testfunctions list only if the testfunction has children testrows (to improve the usability). Database design changed so that testfunction_run.result has now separate enum values for calculated testrow results instead of using the same. The availability of children testrows is checked from those new values. The parser changed accordingly. Change-Id: I456ee4c3915b265a629b1e84e2e008f6001a59af Reviewed-by: Tony Sarajärvi --- non-puppet/qtmetrics2/templates/about.html | 4 ++-- .../templates/testset_testfunctions.html | 22 +++++++++++++++++----- 2 files changed, 19 insertions(+), 7 deletions(-) (limited to 'non-puppet/qtmetrics2/templates') diff --git a/non-puppet/qtmetrics2/templates/about.html b/non-puppet/qtmetrics2/templates/about.html index 55de316..39a63d2 100644 --- a/non-puppet/qtmetrics2/templates/about.html +++ b/non-puppet/qtmetrics2/templates/about.html @@ -34,7 +34,7 @@ /** * About window content - * @since 15-09-2015 + * @since 16-09-2015 * @author Juha Sippola */ @@ -52,4 +52,4 @@ and the global Qt developer community are the target audience. For detailed desc

See the backlog for development items currently identified or in progress.

-

Version 0.25 (15-Sep-2015)

+

Version 0.26 (16-Sep-2015)

diff --git a/non-puppet/qtmetrics2/templates/testset_testfunctions.html b/non-puppet/qtmetrics2/templates/testset_testfunctions.html index 11bc50f..b15e2d1 100644 --- a/non-puppet/qtmetrics2/templates/testset_testfunctions.html +++ b/non-puppet/qtmetrics2/templates/testset_testfunctions.html @@ -34,7 +34,7 @@ /** * Testfunctions page - * @since 08-09-2015 + * @since 16-09-2015 * @author Juha Sippola */ @@ -97,6 +97,7 @@
  • Testfunction Results in Branches shows the {{ testset.getName }} failed and skipped results in configuration {{ conf }} by branch on {{ masterProject }} {{ masterState }} builds