summaryrefslogtreecommitdiffstats
path: root/non-puppet/qtmetrics2/templates/conf.html
blob: f5dab3a2d7857cb684ebebffe5fa2d06b68ca7d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
{#
#############################################################################
##
## Copyright (C) 2015 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the Quality Assurance module of the Qt Toolkit.
##
## $QT_BEGIN_LICENSE:LGPL21$
## Commercial License Usage
## Licensees holding valid commercial Qt licenses may use this file in
## accordance with the commercial license agreement provided with the
## Software or, alternatively, in accordance with the terms contained in
## a written agreement between you and The Qt Company. For licensing terms
## and conditions see http://www.qt.io/terms-conditions. For further
## information use the contact form at http://www.qt.io/contact-us.
##
## GNU Lesser General Public License Usage
## Alternatively, this file may be used under the terms of the GNU Lesser
## General Public License version 2.1 or version 3 as published by the Free
## Software Foundation and appearing in the file LICENSE.LGPLv21 and
## LICENSE.LGPLv3 included in the packaging of this file. Please review the
## following information to ensure the GNU Lesser General Public License
## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
##
## As a special exception, The Qt Company gives you certain additional
## rights. These rights are described in The Qt Company LGPL Exception
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
##
## $QT_END_LICENSE$
##
#############################################################################

/**
 * Configuration page
 * @since     17-09-2015
 * @author    Juha Sippola
 */

#}

{% include "header.html" %}

{# conf as Conf object
/**
 * @var Conf[] confs
 */
#}

{# confRuns as ConfRun objects
/**
 * @var ConfRun[] confRuns
 */
#}

{# testsetRuns as TestsetRun objects
/**
 * @var TestsetRun[] testsetRuns
 */
#}

<ol class="breadcrumb">
{% for link in breadcrumb %}
<li><a href="{{ link.link }}">{{ link.name }}</a></li>
{% endfor %}
<li class="active">{{ conf.getName }}</li>
</ol>

<div class="container-fluid">
<div class="row">

<div class="col-sm-12 col-md-12 main">

{##### Title #####}

<h1 class="page-header">
{{ conf.getName }}<br>
<button type="button" class="btn btn-xs btn-info" data-toggle="collapse" data-target="#info" aria-expanded="false" aria-controls="info">
<span class="glyphicon glyphicon-info-sign"></span>
</button>
<small>{{ refreshed }}</small>
</h1>

{##### Info well #####}

<div class="collapse" id="info">
<div class="well infoWell">
{% if testsetProject == '' %}
<span class="glyphicon glyphicon-info-sign"></span> <strong>Configuration</strong>  (for build project <strong>{{ masterProject }}</strong>)<br>
{% else %}
<span class="glyphicon glyphicon-info-sign"></span> <strong>Configuration</strong>  (for testset project <strong>{{ testsetProject }}</strong>)<br>
{% endif %}
<ul>
{% if testsetProject == '' %}
<li>In <strong>Latest Status</strong>, the <strong>latest result</strong> shows the overall configuration
status based on the latest <strong>{{ masterProject }} {{ masterState }}</strong> builds across all branches,
and the <strong>branch</strong> results in each branch (both show failed if failed in one or in several builds).</li>
{% endif %}
{% if testsetProject == '' %}
<li><strong>Build Results in Branches</strong> shows the results of {{ conf.getName }} builds by branch on
<strong>{{ masterProject }} {{ masterState }}</strong> builds
<ul>
<li>log file: <span class="glyphicon glyphicon-file blue"></span> = link to configuration build log file</li>
<li>flags: <span class="label label-success">f</span> = forcesuccess and
<span class="label label-default">i</span> = insignificant flag set for the configuration on the latest build</li>
<li>results: <span class="glyphicon glyphicon-ok green"></span> = {{ constant('ConfRun::RESULT_SUCCESS') }},
<span class="glyphicon glyphicon-ok-sign green"></span> = {{ constant('ConfRun::RESULT_SUCCESS') }} as forcesucces,
<span class="glyphicon glyphicon-remove red"></span> = {{ constant('ConfRun::RESULT_FAILURE') }},
<span class="glyphicon glyphicon-ban-circle gray"></span> = {{ constant('ConfRun::RESULT_ABORTED') }}/{{ constant('ConfRun::RESULT_UNDEF') }}</li>
</ul>
</li>
{% endif %}
<li><strong>Testset Results in Branches</strong> shows the testset <strong>failures</strong> in {{ conf.getName }}
by branch on <strong>{{ masterProject }} {{ masterState }}</strong> builds
<ul>
<li>log file: <span class="glyphicon glyphicon-file blue"></span> = link to configuration build log file</li>
<li>flags: <span class="label label-default">i</span> = insignificant flag set for the testset on the latest build</li>
<li>results: <span class="glyphicon glyphicon-remove red"></span> = {{ constant('TestsetRun::RESULT_FAILURE') }}</li>
</ul>
</li>
<li>Details on the runs are available as tooltip on result icon</li>
</ul>
</div>
</div>

{##### Latest Status #####}

{# Check if any runs available #}
{% set latestRunsAvailable = 0 %}
{% for run in latestConfRuns %}
{%      set latestRunsAvailable = 1 %}
{% endfor %}

{% if latestRunsAvailable %}

<div class="panel panel-primary">
<div class="panel-heading">
<h4 class="panel-title bold">Latest Status</h4>
</div>
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>configuration</th>
<th class="rightBorder">latest result</th>
{%      for branch in latestConfRuns %}
<th class="center">{{ branch.name }}</th>
{%      endfor %}
</tr>
</thead>
<tbody>
<tr>
{# Conf name #}
<td>{{ conf.getName }}</td>

{# Conf status according to the latest build results #}
{%      if conf.getStatus == constant('ConfRun::RESULT_SUCCESS') %}
{%          set resultIcon = 'glyphicon glyphicon-ok green' %}
{%      elseif conf.getStatus == constant('ConfRun::RESULT_FAILURE') %}
{%          set resultIcon = 'glyphicon glyphicon-remove red' %}
{%      else %}
{%          set resultIcon = 'glyphicon glyphicon-ban-circle gray' %}
{%      endif %}
<td class="rightBorder"><span class="spaceHorizontal {{ resultIcon }}"></span>{{ conf.getStatus }}</td>

{# Result (by branch) #}
{%      set flagIcon = 'glyphicon glyphicon-exclamation-sign' %}
{%      for run in latestConfRuns %}
{%          set forcesuccess = '' %}
{%          if run.result == constant('ConfRun::RESULT_SUCCESS') %}
{%              if not run.forcesuccess %}
{# - success #}
{%                  set resultIcon = 'glyphicon glyphicon-ok green' %}
{%              else %}
{# - success - forcesuccess #}
{%                  set resultIcon = 'glyphicon glyphicon-ok-sign green' %}
{%                  set forcesuccess = ' (as forcesuccess)' %}
{%              endif %}
{%          elseif run.result == constant('ConfRun::RESULT_FAILURE') %}
{# - failure #}
{%              set resultIcon = 'glyphicon glyphicon-remove red' %}
{%          else %}
{# - aborted / undefined #}
{%              set resultIcon = 'glyphicon glyphicon-ban-circle gray' %}
{%          endif %}
<td class="center">
<span class="spaceHorizontal {{ resultIcon }} clickOnTouch" data-toggle="tooltip" data-placement="top" data-html="true"
title="<table>
<tr><th>Branch: </th><td>{{ run.name }}</td></tr>
<tr><th>Build key: </th><td>{{ run.buildKey }}</td></tr>
<tr><th>Timestamp: </th><td>{{ run.timestamp }}</td></tr>
<tr><th>Result: </th><td>{{ run.result }} {{ forcesuccess }}</td></tr>
<tr><th>Forcesuccess: </th><td>{% if run.forcesuccess %}yes{% else %}no{% endif %}</td></tr>
<tr><th>Insignificant: </th><td>{% if run.insignificant %}yes{% else %}no{% endif %}</td></tr>
<tr><th>Duration: </td><td>{{ run.duration}}</td></tr></table>"></span>
{%          if run.forcesuccess %}
<span class="label label-success clickOnTouch" data-toggle="tooltip" data-placement="top" data-html="true"
title="forcesuccess">f</span>
{%          endif %}
{%          if run.insignificant %}
<span class="label label-default clickOnTouch" data-toggle="tooltip" data-placement="top" data-html="true"
title="insignificant">i</span>
{%          endif %}
</td>
{%      endfor %}{# run #}
</tr>
</tbody>
</table>
</div> {# .table-responsive #}
</div> {# .panel-body #}
</div> {# .panel... #}
{% endif %}{# latestRunsAvailable #}

{##### Build Results in Branches #####}

{# Get branches #}
{% set branches = [] %}
{% for run in projectRuns %}
{%      if run.getBranchName not in branches %}
{%          set branches = branches|merge([run.getBranchName]) %}
{%      endif %}
{% endfor %}

{# Check if any runs available #}
{% set confRunsAvailable = 0 %}
{% for run in confRuns %}
{%      set confRunsAvailable = 1 %}
{% endfor %}

{% if confRunsAvailable and (testsetProject == '') %}

<div class="panel panel-primary">
<div class="panel-heading">
<h4 class="panel-title bold">Build Results in Branches</h4>
</div>
</div>

{# Loop all the branches #}
{%      for branch in branches %}

{# Get all build keys, dates and log links #}
{%          set buildKey = '' %}
{%          set buildKeys = [] %}
{%          set buildKeysShort = [] %}
{%          set dates = [] %}
{%          set logLinks = [] %}
{%          set buildLinks = [] %}
{%          for run in projectRuns %}
{%              if run.getBranchName == branch %}
{%                  if buildKey != run.getBuildKey %}
{%                      set buildKey = run.getBuildKey %}
{%                      set buildKeys = buildKeys|merge([run.getBuildKey]) %}
{%                      set buildKeysShort = buildKeysShort|merge([run.getShortBuildKey]) %}
{%                      set dates = dates|merge([run.getTimestamp]) %}
{%                      set confRunFound = 0 %}
{%                      for confRun in confRuns if (confRun.getBranchName == branch) and (confRun.getBuildKey == buildKey) %}
{%                          set logLinks = logLinks|merge([confRun.getLogLink]) %}
{%                          set buildLinks = buildLinks|merge([confRun.getBuildLink]) %}
{%                          set confRunFound = 1 %}
{%                      endfor %}
{%                      if not confRunFound %}
{%                          set logLinks = logLinks|merge(['']) %}
{%                          set buildLinks = buildLinks|merge(['']) %}
{%                      endif %}
{%                  endif %}
{%              endif %}
{%          endfor %}

{# Check if conf run for this branch #}
{%          set confBranch = 0 %}
{%          for run in confRuns if run.getBranchName == branch %}
{%              set confBranch = 1 %}
{%          endfor %}

{# Show branch if testset run for it #}
{%          if confBranch %}
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title bold">{{ branch }}</h4>
</div>
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th class="bold">configuration</th>
<th class="bold rightBorder">flags</th>
{%              for key, buildKey in buildKeys %}
<th class="center">
{%                  if buildLinks[key] != '' %}
{%                      if buildKey == buildKeysShort[key] %}
<a href="{{ buildLinks[key] }}" target="_blank">{{ buildKey }}</a><br>
{%                      else %}
<a href="{{ buildLinks[key] }}" target="_blank"><span class="clickOnTouch" data-toggle="tooltip" data-placement="top" title="{{ buildKey }}">{{ buildKeysShort[key] }}</span></a><br>
{%                      endif %}
{%                  else %}
{%                      if buildKey == buildKeysShort[key] %}
{{ buildKey }}<br>
{%                      else %}
<span class="clickOnTouch" data-toggle="tooltip" data-placement="top" title="{{ buildKey }}">{{ buildKeysShort[key] }}</span><br>
{%                      endif %}
{%                  endif %}
<span class="gray"><small>{{ dates[key]|date("m-d") }}</small></span><br>
{%                  if logLinks[key] != '' %}
<a href="{{ logLinks[key] }}" target="_blank"><span class="glyphicon glyphicon-file"></span></a>
{%                  else %}
&nbsp;
{%                  endif %}
</th>
{%              endfor %}
</tr>
</thead>
<tbody>
{%              set prevRowName = '' %}
{%              set buildKeyIndexPrinted = -1 %}
{%              set buildKeyFound = 0 %}
{%              for run in confRuns if run.getBranchName == branch %}

{# New row for each conf #}
{%                  if prevRowName != run.getName %}
{# Close previous row #}
{%                      if prevRowName != '' %}
{# Fill empty cells at the end of the row #}
{%                          for key, buildKey in buildKeys %}
{%                              if key > buildKeyIndexPrinted %}
<td></td>
{%                              endif %}
{%                          endfor %}
</tr>
{%                      endif %}
<tr>
{# Conf name #}
<td><small>{{ conf.getName }}</small></td>
{# Flags for the latest build #}
<td class="center rightBorder">
{%                      if run.getForcesuccess %}
<span class="label label-success">f</span>
{%                      endif %}
{%                      if run.getInsignificant %}
<span class="label label-default">i</span>
{%                      endif %}
</td>
{%                      set buildKeyIndexPrinted = -1 %}
{%                  endif %}

{# Result per build key #}
{%                  set buildKeyFound = 0 %}
{%                  for key, buildKey in buildKeys %}
{# Print each column only once (checked based on column index key and buildKeyFound flag) #}
{%                      if key > buildKeyIndexPrinted and not buildKeyFound %}
{%                          if buildKey == run.getBuildKey %}
{%                              set forcesuccess = '' %}
{%                              if run.getResult == constant('ConfRun::RESULT_SUCCESS') %}
{%                                  if not run.getForcesuccess %}
{%                                      set resultIcon = 'glyphicon glyphicon-ok green' %}
{%                                  else %}
{%                                      set resultIcon = 'glyphicon glyphicon-ok-sign green' %}
{%                                      set forcesuccess = ' (as forcesuccess)' %}
{%                                  endif %}
{%                              elseif run.getResult == constant('ConfRun::RESULT_FAILURE') %}
{%                                  set resultIcon = 'glyphicon glyphicon-remove red' %}
{%                              elseif run.getResult == constant('ConfRun::RESULT_ABORTED') %}
{%                                  set resultIcon = 'glyphicon glyphicon-ban-circle gray' %}
{%                              elseif run.getResult == constant('ConfRun::RESULT_UNDEF') %}
{%                                  set resultIcon = 'glyphicon glyphicon-ban-circle gray' %}
{%                              else %}
{%                                  set resultIcon = '' %}
{%                              endif %}
{%                              if (run.getDuration / 10) > 60 %}
{%                                  set durationFormatted = ' (00:' ~ (run.getDuration/10)|date("i:s") ~ ')' %}
{%                              else %}
{%                                  set durationFormatted = '' %}
{%                              endif %}
{# Print result #}
<td class="center">
<span class="spaceHorizontal {{ resultIcon }} clickOnTouch" data-toggle="tooltip" data-placement="top" data-html="true"
title="<table>
<tr><th>Build key: </th><td>{{ buildKey }}</td></tr>
<tr><th>Configuration: </th><td>{{ run.getName }}</td></tr>
<tr><th>Timestamp: </th><td>{{ run.getTimestamp }}</td></tr>
<tr><th>Result: </th><td>{{ run.getResult }} {{ forcesuccess }}</td></tr>
<tr><th>Forcesuccess: </th><td>{% if run.getForcesuccess %}yes{% else %}no{% endif %}</td></tr>
<tr><th>Insignificant: </th><td>{% if run.getInsignificant %}yes{% else %}no{% endif %}</td></tr>
<tr><th>Duration: </td><td>{{ run.getDuration}}</td></tr></table>"></span></td>
{%                              set buildKeyFound = 1 %}
{%                          else %}
{# Print empty cell #}
<td></td>
{%                          endif %}
{%                          set buildKeyIndexPrinted = key %}
{%                      endif %}{# key #}
{%                  endfor %}{# key #}
{%                  set prevRowName = run.getName %}
{%              endfor %}{# run #}

{# Close last row (also fill empty cells at the end of the row) #}
{%              for key, buildKey in buildKeys %}
{%                  if key > buildKeyIndexPrinted %}
<td></td>
{%                  endif %}
{%              endfor %}{# key #}
</tr>
</tbody>
</table>
</div> {# .table-responsive #}
</div> {# .panel-body #}
</div> {# .panel... #}
{%          endif %}{# confBranch #}
{%      endfor %}{# branch #}
{% endif %}{# confRunsAvailable #}

{##### Testset Results in Branches #####}

{# Check if any runs available #}
{% set testsetRunsAvailable = 0 %}
{% set testsetsAvailable = 0 %}
{% for run in testsetRuns %}
{%      set testsetRunsAvailable = 1 %}
{% endfor %}

{% if testsetRunsAvailable %}

<div class="panel panel-primary">
<div class="panel-heading">
<h4 class="panel-title bold">Testset Results in Branches <small>(failures only)</small></h4>
</div>
</div>

{# Loop all the branches #}
{%      for branch in branches %}

{# Get all build keys, dates and conf log links #}
{%          set buildKey = '' %}
{%          set buildKeys = [] %}
{%          set buildKeysShort = [] %}
{%          set dates = [] %}
{%          set logLinks = [] %}
{%          set buildLinks = [] %}
{%          for run in projectRuns %}
{%              if run.getBranchName == branch %}
{%                  if buildKey != run.getBuildKey %}
{%                      set buildKey = run.getBuildKey %}
{%                      set buildKeys = buildKeys|merge([run.getBuildKey]) %}
{%                      set buildKeysShort = buildKeysShort|merge([run.getShortBuildKey]) %}
{%                      set dates = dates|merge([run.getTimestamp]) %}
{%                      set confRunFound = 0 %}
{%                      for confRun in confRuns if (confRun.getBranchName == branch) and (confRun.getBuildKey == buildKey) %}
{%                          set logLinks = logLinks|merge([confRun.getLogLink]) %}
{%                          set buildLinks = buildLinks|merge([confRun.getBuildLink]) %}
{%                          set confRunFound = 1 %}
{%                      endfor %}
{%                      if not confRunFound %}
{%                          set logLinks = logLinks|merge(['']) %}
{%                          set buildLinks = buildLinks|merge(['']) %}
{%                      endif %}
{%                  endif %}
{%              endif %}
{%          endfor %}

{# Check if testset run for this branch #}
{%          set testsetBranch = 0 %}
{%          for run in testsetRuns if run.getBranchName == branch %}
{%              set testsetBranch = 1 %}
{%          endfor %}

{# Show branch if testset run for it #}
{%          if testsetBranch %}
{%              set testsetsAvailable = 1 %}
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title bold">{{ branch }}</h4>
</div>
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th class="bold">testset</th>
<th class="bold">project</th>
<th class="bold rightBorder">flags</th>
{%              for key, buildKey in buildKeys %}
<th class="center">
{%                  if buildLinks[key] != '' %}
{%                      if buildKey == buildKeysShort[key] %}
<a href="{{ buildLinks[key] }}" target="_blank">{{ buildKey }}</a><br>
{%                      else %}
<a href="{{ buildLinks[key] }}" target="_blank"><span class="clickOnTouch" data-toggle="tooltip" data-placement="top" title="{{ buildKey }}">{{ buildKeysShort[key] }}</span></a><br>
{%                      endif %}
{%                  else %}
{%                      if buildKey == buildKeysShort[key] %}
{{ buildKey }}<br>
{%                      else %}
<span class="clickOnTouch" data-toggle="tooltip" data-placement="top" title="{{ buildKey }}">{{ buildKeysShort[key] }}</span><br>
{%                      endif %}
{%                  endif %}
<span class="gray"><small>{{ dates[key]|date("m-d") }}</small></span><br>
{%                  if logLinks[key] != '' %}
<a href="{{ logLinks[key] }}" target="_blank"><span class="glyphicon glyphicon-file"></span></a>
{%                  else %}
&nbsp;
{%                  endif %}
</th>
{%              endfor %}
</tr>
</thead>
<tbody>
{%              set prevRowName = '' %}
{%              set buildKeyIndexPrinted = -1 %}
{%              set buildKeyFound = 0 %}
{%              for run in testsetRuns if run.getBranchName == branch %}

{# New row for each testset #}
{%                  if prevRowName != run.getName %}
{# Close previous row #}
{%                      if prevRowName != '' %}
{# Fill empty cells at the end of the row #}
{%                          for key, buildKey in buildKeys %}
{%                              if key > buildKeyIndexPrinted %}
<td></td>
{%                              endif %}
{%                          endfor %}
</tr>
{%                      endif %}
<tr>
{# Testset and project name #}
{%                      set link = testsetTestfunctionsRoute ~ '/' ~ run.getName|url_encode ~ '/' ~ run.getTestsetProjectName|url_encode ~ '/' ~ run.getConfName|url_encode %}
<td><a href="{{ link }}"><small>{{ run.getName }}</small></a></td>
{%                      set link = testsetProjectRoute ~ '/' ~ run.getTestsetProjectName|url_encode %}
<td><a href="{{ link }}"><small>{{ run.getTestsetProjectName }}</small></a></td>
{# Flags for the latest build #}
<td class="center rightBorder">
{%                      if run.getInsignificant %}
<span class="label label-default">i</span>
{%                      endif %}
</td>
{%                      set buildKeyIndexPrinted = -1 %}
{%                  endif %}

{# Result per build key #}
{%                  set buildKeyFound = 0 %}
{%                  for key, buildKey in buildKeys %}
{# Print each column only once (checked based on column index key and buildKeyFound flag) #}
{%                      if key > buildKeyIndexPrinted and not buildKeyFound %}
{%                          if buildKey == run.getBuildKey %}
{# Print result #}
{%                              set flaky = '' %}
{%                              if run.getResult == constant('TestsetRun::RESULT_SUCCESS') %}
{%                                  if run.getRun == 1 %}
{%                                      set resultIcon = 'glyphicon glyphicon-ok green' %}
{%                                  else %}
{%                                      set resultIcon = 'glyphicon glyphicon-ok-sign green' %}
{%                                      set flaky = ' (on run ' ~ run.getRun ~ ' as flaky)' %}
{%                                  endif %}
{%                              elseif run.getResult == constant('TestsetRun::RESULT_FAILURE') %}
{%                                  set resultIcon = 'glyphicon glyphicon-remove red' %}
{%                              else %}
{%                                  set resultIcon = '' %}
{%                              endif %}
{%                              if (run.getDuration / 10) > 60 %}
{%                                  set durationFormatted = ' (00:' ~ (run.getDuration/10)|date("i:s") ~ ')' %}
{%                              else %}
{%                                  set durationFormatted = '' %}
{%                              endif %}
<td class="center">
<span class="spaceHorizontal {{ resultIcon }} clickOnTouch" data-toggle="tooltip" data-placement="top" data-html="true"
title="<table>
<tr><th>Build key: </th><td>{{ buildKey }}</td></tr>
<tr><th>Testset: </th><td>{{ run.getName }}</td></tr>
<tr><th>Timestamp: </th><td>{{ run.getTimestamp }}</td></tr>
<tr><th>Result: </th><td>{{ run.getResult }} {{ flaky }}</td></tr>
<tr><th>Duration: </th><td>{{ run.getDuration / 10 }} s {{ durationFormatted }}</td></tr>
<tr><th>Run #: </th><td>{{ run.getRun }}</td></tr>
<tr><th>Insignificant: </th><td>{% if run.getInsignificant %}yes{% else %}no{% endif %}</td></tr></table>"></span></td>
{%                              set buildKeyFound = 1 %}
{%                          else %}
{# Print empty cell #}
<td></td>
{%                          endif %}
{%                          set buildKeyIndexPrinted = key %}
{%                      endif %}{# key #}
{%                  endfor %}{# key #}
{%                  set prevRowName = run.getName %}
{%              endfor %}{# run #}

{# Close last row (also fill empty cells at the end of the row) #}
{%              for key, buildKey in buildKeys %}
{%                  if key > buildKeyIndexPrinted %}
<td></td>
{%                  endif %}
{%              endfor %}{# key #}
</tr>
</tbody>
</table>
</div> {# .table-responsive #}
</div> {# .panel-body #}
</div> {# .panel... #}
{%          endif %}{# testsetBranch #}
{%      endfor %}{# branch #}
{% endif %}{# testsetRunsAvailable #}

{# Notifications when data not available #}
{% if testsetProject == '' %}
{%      if not confRunsAvailable %}
<div class="alert alert-danger" role="alert">
No data available for configuration {{ conf.getName }}!
</div>
{%      else %}
{%          if not testsetsAvailable %}
<div class="alert alert-success" role="alert">
No failed testsets for configuration {{ conf.getName }}!
</div>
{%          endif %}
{%      endif %}
{% else %}
{%      if not testsetsAvailable %}
<div class="alert alert-success" role="alert">
No failed testsets in project {{ testsetProject }} for configuration {{ conf.getName }}!
</div>
{%      endif %}
{% endif %}

</div> {# .col... #}
</div> {# .row #}
</div> {# /container-fluid #}

{% include "footer.html" %}

{# Local scripts for this page #}
<script src="scripts/tooltip.js"></script>

{% include "close.html" %}