Skip to content

feat: implement CI dashboard and failure notifications#457

Open
nishantbkl3345-ship-it wants to merge 2 commits intourunc-dev:mainfrom
nishantbkl3345-ship-it:feat/ci-dashboard-and-notifications
Open

feat: implement CI dashboard and failure notifications#457
nishantbkl3345-ship-it wants to merge 2 commits intourunc-dev:mainfrom
nishantbkl3345-ship-it:feat/ci-dashboard-and-notifications

Conversation

@nishantbkl3345-ship-it
Copy link

@nishantbkl3345-ship-it nishantbkl3345-ship-it commented Feb 7, 2026

This PR adds a CI dashboard and notification system for issue #106.

Changes:

  • Added a static dashboard page at docs/ci-dashboard.md that shows workflow runs from the GitHub API
  • Integrated it into the MkDocs navigation
  • Created scripts/ci-notify.py to send Slack notifications when nightly builds fail, including which specific jobs failed
  • Added .github/workflows/ci-notifier.yml to trigger the notification script

Notes:

  • Used Antigravity (gemini-2.0-flash-exp) for assistance with this PR
  • All commits are signed off per DCO requirements

Fixes #106

@netlify
Copy link

netlify bot commented Feb 7, 2026

Deploy Preview for urunc ready!

Name Link
🔨 Latest commit 8ef8d9b
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/6986e9cbabb6c7000830c113
😎 Deploy Preview https://deploy-preview-457--urunc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nishantbkl3345-ship-it nishantbkl3345-ship-it force-pushed the feat/ci-dashboard-and-notifications branch from 8f90230 to adbd984 Compare February 7, 2026 06:35
Implement a static HTML/JS dashboard in docs/ci-dashboard.md and integrate it into MkDocs navigation.

Fixes: urunc-dev#106

Disclosed-LLM-Usage: Antigravity (gemini-2.0-flash-exp)
Signed-off-by: Nishant <[email protected]>
Implement scripts/ci-notify.py with failed job reporting and add trigger workflow.

Disclosed-LLM-Usage: Antigravity (gemini-2.0-flash-exp)
Signed-off-by: Nishant <[email protected]>
@nishantbkl3345-ship-it nishantbkl3345-ship-it force-pushed the feat/ci-dashboard-and-notifications branch from adbd984 to 8ef8d9b Compare February 7, 2026 07:29
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.

create a dashboard for our CI jobs

1 participant