Skip to content

Commit

Permalink
Status Chart: Weekly updates (#4867)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej committed Jul 26, 2024
1 parent 3227c63 commit 2f8599c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<!-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>STL Status Chart</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@primer/css@21.3.4/dist/primitives.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@primer/css@21.3.4/dist/primer.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@primer/css@21.3.6/dist/primer.min.css" />
<script type="importmap">
{ "imports": {
"@kurkle/color": "https://cdn.jsdelivr.net/npm/@kurkle/color@0.3.2/dist/color.esm.min.js",
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@octokit/graphql": "^8.1.1",
"@types/cli-progress": "^3.11.6",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"@types/yargs": "^17.0.32",
"chart.js": "^4.4.3",
"chartjs-adapter-luxon": "^1.3.1",
Expand All @@ -42,7 +42,7 @@
"esbuild": "^0.23.0",
"http-server": "^14.1.1",
"luxon": "^3.4.4",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"yargs": "^17.7.2"
}
}
3 changes: 3 additions & 0 deletions src/weekly_table.mts
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,7 @@ export const weekly_table: WeeklyRow[] = [
{ date: '2024-06-21', vso: 161, libcxx: 695 },
{ date: '2024-06-28', vso: 162, libcxx: 712 },
{ date: '2024-07-05', vso: 164, libcxx: 715 },
{ date: '2024-07-12', vso: 164, libcxx: 721 },
{ date: '2024-07-19', vso: 164, libcxx: 721 },
{ date: '2024-07-26', vso: 165, libcxx: 725 },
];

0 comments on commit 2f8599c

Please sign in to comment.