Skip to content

Commit

Permalink
Deploy preview for PR 50 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
kalikiana committed May 2, 2024
1 parent f350d53 commit 478a602
Show file tree
Hide file tree
Showing 15 changed files with 315 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pr-preview/pr-50/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Facebook / Slack tags -->
<meta property="og:title" content="Backlog Limits Checker" />
<meta property="og:url" content="https://github.com/openSUSE/backlogger" />
<meta property="og:image" content="https://openSUSE.github.io/backlogger/preview.png?v=1714673646" />
<meta property="og:image" content="https://openSUSE.github.io/backlogger/preview.png?v=1714676086" />
<meta http-equiv="refresh" content="600">
<style>
main {
Expand Down Expand Up @@ -36,7 +36,7 @@
<h1 id="backlog-status">Backlog Status</h1>

<p>This is the dashboard for <a href="http://example.com">Example</a>.
<strong>Latest Run:</strong> 2024-05-02 18:14:04 UTC
<strong>Latest Run:</strong> 2024-05-02 18:54:44 UTC
<em>(Please refresh to see latest results)</em></p>

<table>
Expand Down
4 changes: 2 additions & 2 deletions pr-preview/pr-50/pr-preview/pr-50/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Facebook / Slack tags -->
<meta property="og:title" content="Backlog Limits Checker" />
<meta property="og:url" content="https://github.com/openSUSE/backlogger" />
<meta property="og:image" content="https://openSUSE.github.io/backlogger/preview.png?v=1714660605" />
<meta property="og:image" content="https://openSUSE.github.io/backlogger/preview.png?v=1714673646" />
<meta http-equiv="refresh" content="600">
<style>
main {
Expand Down Expand Up @@ -36,7 +36,7 @@
<h1 id="backlog-status">Backlog Status</h1>

<p>This is the dashboard for <a href="http://example.com">Example</a>.
<strong>Latest Run:</strong> 2024-05-02 14:36:43 UTC
<strong>Latest Run:</strong> 2024-05-02 18:14:04 UTC
<em>(Please refresh to see latest results)</em></p>

<table>
Expand Down
4 changes: 2 additions & 2 deletions pr-preview/pr-50/pr-preview/pr-50/pr-preview/pr-50/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Facebook / Slack tags -->
<meta property="og:title" content="Backlog Limits Checker" />
<meta property="og:url" content="https://github.com/openSUSE/backlogger" />
<meta property="og:image" content="https://openSUSE.github.io/backlogger/preview.png?v=1714659744" />
<meta property="og:image" content="https://openSUSE.github.io/backlogger/preview.png?v=1714660605" />
<meta http-equiv="refresh" content="600">
<style>
main {
Expand Down Expand Up @@ -36,7 +36,7 @@
<h1 id="backlog-status">Backlog Status</h1>

<p>This is the dashboard for <a href="http://example.com">Example</a>.
<strong>Latest Run:</strong> 2024-05-02 14:22:21 UTC
<strong>Latest Run:</strong> 2024-05-02 14:36:43 UTC
<em>(Please refresh to see latest results)</em></p>

<table>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<html prefix="og: https://ogp.me/ns#">
<head>
<title>Backlog Status</title>
<meta charset="UTF-8">
<!-- Facebook / Slack tags -->
<meta property="og:title" content="Backlog Limits Checker" />
<meta property="og:url" content="https://github.com/openSUSE/backlogger" />
<meta property="og:image" content="https://openSUSE.github.io/backlogger/preview.png?v=1714659744" />
<meta http-equiv="refresh" content="600">
<style>
main {
font-family: Verdana, Arial;
border-top: 5px solid #55cc33;
margin: 0px 5px 5px 5px;
padding: 0 5px;
background-color: white;
}
table {
border: 1px solid #a8a8a8;
border-collapse: collapse;
box-shadow: 2px 2px 4px 1px grey;
}
table tr th, table tr td {
border: 1px solid #a8a8a8;
background-color: white;
padding: 3px;
}
a {
text-decoration: none;
font-weight: bold;
}
</style>
</head>
<body>
<main>
<h1 id="backlog-status">Backlog Status</h1>

<p>This is the dashboard for <a href="http://example.com">Example</a>.
<strong>Latest Run:</strong> 2024-05-02 14:22:21 UTC
<em>(Please refresh to see latest results)</em></p>

<table>
<thead>
<tr>
<th>Backlog Query</th>
<th>Number of Issues</th>
<th>Limits</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=478">Workable Backlog</a></td>
<td>15</td>
<td>&lt;40, &gt;10</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=576&amp;project_id=115">Untriaged QA</a></td>
<td>0</td>
<td>&lt;1</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=544">SLO high (&lt;1 month)</a></td>
<td>0</td>
<td>&lt;1</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=520">In Feedback</a></td>
<td>1</td>
<td>&lt;31, &gt;0</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=773">Closed yesterday</a></td>
<td>0</td>
<td> </td>
<td>💚</td>
</tr>
</tbody>
</table>
<hr>
<a href="https://github.com/openSUSE/backlogger">openSUSE/backlogger on GitHub</a>
</main></body></html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<html>
<head>
<title>Backlog Status</title>
<style>
body {
font-family: Verdana, Arial;
border-top: 5px solid #55cc33;
margin: 0px 5px 5px 5px;
}
table {
border: 1px solid #a8a8a8;
border-collapse: collapse;
box-shadow: 2px 2px 4px 1px grey;
}
table tr th, table tr td {
border: 1px solid #a8a8a8;
background-color: white;
padding: 3px;
}
a {
text-decoration: none;
font-weight: bold;
}
</style>
</head>
<body>
<h1 id="backlog-status">Backlog Status</h1>

<p>This is the dashboard for <a href="http://example.com">Example</a>.
<strong>Latest Run:</strong> 2022-12-15 13:06:08 UTC
<em>(Please refresh to see latest results)</em></p>

<table>
<thead>
<tr>
<th>Backlog Query</th>
<th>Number of Issues</th>
<th>Limits</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=478">Workable Backlog</a></td>
<td>11</td>
<td>&lt;40, &gt;10</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=576&amp;project_id=115">Untriaged QA</a></td>
<td>0</td>
<td>&lt;1</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=544">SLO high (&lt;1 month)</a></td>
<td>0</td>
<td>&lt;1</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=520">In Feedback</a></td>
<td>12</td>
<td>&lt;31, &gt;0</td>
<td>💚</td>
</tr>
</tbody>
</table>
<hr>
<a href="https://github.com/openSUSE/backlogger">openSUSE/backlogger on GitHub</a>
</body></html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<html>
<head>
<title>Backlog Status</title>
<style>
body {
font-family: Verdana, Arial;
border-top: 5px solid #55cc33;
margin: 0px 5px 5px 5px;
}
table {
border: 1px solid #a8a8a8;
border-collapse: collapse;
box-shadow: 2px 2px 4px 1px grey;
}
table tr th, table tr td {
border: 1px solid #a8a8a8;
background-color: white;
padding: 3px;
}
a {
text-decoration: none;
font-weight: bold;
}
</style>
</head>
<body>
<h1 id="backlog-status">Backlog Status</h1>

<p>This is the dashboard for <a href="http://example.com">Example</a>.
<strong>Latest Run:</strong> 2023-03-14 14:56:29 UTC
<em>(Please refresh to see latest results)</em></p>

<table>
<thead>
<tr>
<th>Backlog Query</th>
<th>Number of Issues</th>
<th>Limits</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=478">Workable Backlog</a></td>
<td>18</td>
<td>&lt;40, &gt;10</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=576&amp;project_id=115">Untriaged QA</a></td>
<td>0</td>
<td>&lt;1</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=544">SLO high (&lt;1 month)</a></td>
<td>0</td>
<td>&lt;1</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=520">In Feedback</a></td>
<td>18</td>
<td>&lt;31, &gt;0</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=773">Closed yesterday</a></td>
<td>1</td>
<td> </td>
<td>💚</td>
</tr>
</tbody>
</table>
<hr>
<a href="https://github.com/openSUSE/backlogger">openSUSE/backlogger on GitHub</a>
</body></html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<html>
<head>
<title>Backlog Status</title>
<style>
body {
font-family: Verdana, Arial;
border-top: 5px solid #55cc33;
margin: 0px 5px 5px 5px;
}
table {
border: 1px solid #a8a8a8;
border-collapse: collapse;
box-shadow: 2px 2px 4px 1px grey;
}
table tr th, table tr td {
border: 1px solid #a8a8a8;
background-color: white;
padding: 3px;
}
a {
text-decoration: none;
font-weight: bold;
}
</style>
</head>
<body>
<h1 id="backlog-status">Backlog Status</h1>

<p>This is the dashboard for <a href="http://example.com">Example</a>.
<strong>Latest Run:</strong> 2023-03-15 13:31:30 UTC
<em>(Please refresh to see latest results)</em></p>

<table>
<thead>
<tr>
<th>Backlog Query</th>
<th>Number of Issues</th>
<th>Limits</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=478">Workable Backlog</a></td>
<td>17</td>
<td>&lt;40, &gt;10</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=576&amp;project_id=115">Untriaged QA</a></td>
<td>0</td>
<td>&lt;1</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=544">SLO high (&lt;1 month)</a></td>
<td>0</td>
<td>&lt;1</td>
<td>💚</td>
</tr>
<tr>
<td><a href="https://progress.opensuse.org/issues?query_id=520">In Feedback</a></td>
<td>19</td>
<td>&lt;31, &gt;0</td>
<td>💚</td>
</tr>
</tbody>
</table>
<hr>
<a href="https://github.com/openSUSE/backlogger">openSUSE/backlogger on GitHub</a>
</body></html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"bad_queries": {}, "updated": "2024-05-02T14:22:24.301874"}
Binary file modified pr-preview/pr-50/pr-preview/pr-50/pr-preview/pr-50/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"bad_queries": {}, "updated": "2024-05-02T14:22:24.301874"}
{"bad_queries": {}, "updated": "2024-05-02T14:36:45.881124"}
Binary file modified pr-preview/pr-50/pr-preview/pr-50/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pr-preview/pr-50/pr-preview/pr-50/state.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"bad_queries": {}, "updated": "2024-05-02T14:36:45.881124"}
{"bad_queries": {}, "updated": "2024-05-02T18:14:06.896841"}
Binary file modified pr-preview/pr-50/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pr-preview/pr-50/state.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"bad_queries": {}, "updated": "2024-05-02T18:14:06.896841"}
{"bad_queries": {}, "updated": "2024-05-02T18:54:46.315558"}

0 comments on commit 478a602

Please sign in to comment.