Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1163064 - Collapse test group chunks down to counts by result and state #872

Merged
merged 3 commits into from Aug 17, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions dist/css/help.min-566c8e159495ea3bc47db57da9d81d96.css

This file was deleted.

8 changes: 8 additions & 0 deletions dist/css/help.min-f30523a6ca4628d41e4aee3998ee31a2.css

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions dist/css/index.min-1efda562618009da7ad35c2c9987a7b7.css

This file was deleted.

8 changes: 8 additions & 0 deletions dist/css/index.min-97ca8dbeeb7266ff3d6d76d70e0b9a46.css

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions dist/css/logviewer.min-07659b9cf6c2f98b9dddef40861bf3e0.css

This file was deleted.

8 changes: 8 additions & 0 deletions dist/css/logviewer.min-0f10863283a2a29d8fdcf4ea81710b97.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/css/perf.min-29a40ecdd246e0e395ebe72f73e1c1c7.css

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions dist/css/perf.min-a2966d3b5564d0739ff5e054a620b4b8.css

This file was deleted.

2 changes: 1 addition & 1 deletion dist/help.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Treeherder Help</title>
<link rel="stylesheet" href="css/help.min-566c8e159495ea3bc47db57da9d81d96.css" media="screen">
<link rel="stylesheet" href="css/help.min-f30523a6ca4628d41e4aee3998ee31a2.css" media="screen">
<link id="favicon" type="image/png" rel="shortcut icon" href="img/tree_open.png">
</head>
<body id="help">
Expand Down
23 changes: 18 additions & 5 deletions dist/index.html
Expand Up @@ -7,7 +7,7 @@
<link id="favicon" type="image/png" rel="shortcut icon" href="img/tree_open.png">
<th-favicon-link></th-favicon-link>

<link rel="stylesheet" href="css/index.min-1efda562618009da7ad35c2c9987a7b7.css" media="screen">
<link rel="stylesheet" href="css/index.min-97ca8dbeeb7266ff3d6d76d70e0b9a46.css" media="screen">

</head>
<body ng-controller="MainCtrl" ng-keydown="processKeyboardInput($event)">
Expand All @@ -31,7 +31,7 @@

<th-notification-box></th-notification-box>

<script src="js/index.min-19491268e3b40b1e86671835095b7a10.js"></script>
<script src="js/index.min-d9de852a7718f869f4879c379c6f416a.js"></script>

<script src="js/config/local.conf.js"></script>
<script src="https://login.persona.org/include.js"></script>
Expand Down Expand Up @@ -95,13 +95,26 @@
</script>

<!-- Start span for job groups -->
<script type="'text/ng-template'" id="jobGroupBeginClone.html">
<script type="'text/ng-template'" id="jobGroupClone.html">
<span class="platform-group">
<span class="disabled job-group" title="{{ name }}">{{ symbol }}(</span>
<span class="job-group-list"></span>)
<span class="disabled job-group" title="{{ name }}"
data-grkey="{{ grkey }}">
<span class="group-symbol"
ignore-job-clear-on-click>{{ symbol }}</span>
<span class="group-content">
<span class="group-job-list"></span>
<span class="group-count-list"></span>
</span>
</span>
</span>
</script>

<!-- Job group count span for each count item -->
<script type="'text/ng-template'" id="jobGroupCountClone.html">
<button class="btn {{ selectedClasses }} group-btn btn-xs job-group-count {{ btnClass }}"
title="{{ title }}">{{ value }}</button>
</script>

<!-- Job Btn span -->
<script type="'text/ng-template'" id="jobBtnClone.html">
<button class="btn job-btn btn-xs {{ btnClass }} {{ key }}"
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/logviewer.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title ng-bind="::logViewerTitle">Log viewer</title>
<link rel="stylesheet" href="css/logviewer.min-07659b9cf6c2f98b9dddef40861bf3e0.css" media="screen">
<link rel="stylesheet" href="css/logviewer.min-0f10863283a2a29d8fdcf4ea81710b97.css" media="screen">
<link id="favicon" type="image/png" rel="shortcut icon" href="img/logviewerIcon.png">
</head>
<body class="body-logviewer">
Expand Down Expand Up @@ -108,7 +108,7 @@

<th-notification-box></th-notification-box>

<script src="js/logviewer.min-08a4062db0262b5cfeaf8742ac468d33.js"></script>
<script src="js/logviewer.min-cc5df265185470c3b293da4cb60a1472.js"></script>

<script src="js/config/local.conf.js"></script>

Expand Down
4 changes: 2 additions & 2 deletions dist/perf.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Perfherder</title>
<link rel="stylesheet" href="css/perf.min-a2966d3b5564d0739ff5e054a620b4b8.css" media="screen">
<link rel="stylesheet" href="css/perf.min-29a40ecdd246e0e395ebe72f73e1c1c7.css" media="screen">
<link id="favicon" type="image/png" rel="shortcut icon" href="img/line_chart.png">
<style>
</style>
Expand Down Expand Up @@ -36,7 +36,7 @@

<script src="js/config/local.conf.js"></script>

<script src="js/perf.min-58f6ca3bb4520228c7236ee27e2fcce7.js"></script>
<script src="js/perf.min-f1943a10cf4bfd036ca654ebfec8d7d1.js"></script>

</body>
</html>