Skip to content

Commit

Permalink
Status Chart: Weekly updates (#4583)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej committed Apr 18, 2024
1 parent bd5f694 commit 27e30c1
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 39 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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.2.0/dist/primer.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@primer/css@21.2.2/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
70 changes: 35 additions & 35 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"tabWidth": 4
},
"dependencies": {
"@octokit/graphql": "^8.0.1",
"@octokit/graphql": "^8.1.0",
"@types/cli-progress": "^3.11.5",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.28",
"@types/node": "^20.12.7",
"@types/yargs": "^17.0.32",
"chart.js": "^4.4.2",
"chartjs-adapter-luxon": "^1.3.1",
Expand All @@ -42,7 +42,7 @@
"esbuild": "^0.20.2",
"http-server": "^14.1.1",
"luxon": "^3.4.4",
"typescript": "^5.4.2",
"typescript": "^5.4.5",
"yargs": "^17.7.2"
}
}
4 changes: 4 additions & 0 deletions src/weekly_table.mts
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,8 @@ export const weekly_table: WeeklyRow[] = [
{ date: '2024-03-01', vso: 178, libcxx: 703 },
{ date: '2024-03-08', vso: 188, libcxx: 702 },
{ date: '2024-03-15', vso: 189, libcxx: 705 },
{ date: '2024-03-22', vso: 161, libcxx: 704 },
{ date: '2024-03-29', vso: 162, libcxx: 706 },
{ date: '2024-04-05', vso: 164, libcxx: 706 },
{ date: '2024-04-12', vso: 158, libcxx: 704 },
];

0 comments on commit 27e30c1

Please sign in to comment.