Skip to content

Generate Issues static HTML report#5819

Draft
sjwaight wants to merge 1 commit into
Azure:masterfrom
sjwaight:generate-issues-html
Draft

Generate Issues static HTML report#5819
sjwaight wants to merge 1 commit into
Azure:masterfrom
sjwaight:generate-issues-html

Conversation

@sjwaight

@sjwaight sjwaight commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

This pull request introduces an automated workflow and a new static dashboard page to visualize open bug issues for the AKS repository. The main changes are the addition of a GitHub Actions workflow to generate a pre-baked dashboard and a new HTML/JS dashboard that can display both static and live data.

Automated dashboard generation:

  • Added .github/workflows/generate-issues-dashboard.yml to periodically fetch open bug issues, aggregate them by label, assignee, and age, and inject the results into a static HTML dashboard (issues.generated.html). The workflow runs daily, on demand, or when relevant files change.

Dashboard frontend:

  • Added website/static/issues.html, a single-page dashboard app that visualizes bugs by label, age bucket, and assignee using Chart.js. The page supports both pre-baked (static) data injected by the workflow and live data fetched from the GitHub API, with local token support for authenticated requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant