-
Notifications
You must be signed in to change notification settings - Fork 874
feat(coderd/notifications): group workspace build failure report #17306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(coderd/notifications): group workspace build failure report #17306
Conversation
Instead of sending X many reports to a single template admin, we instead send only 1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 7 changed files in this pull request and generated no comments.
Files not reviewed (3)
- coderd/database/migrations/000316_group_build_failure_notifications.up.sql: Language not supported
- coderd/notifications/testdata/rendered-templates/smtp/TemplateWorkspaceBuildsFailedReport.html.golden: Language not supported
- coderd/notifications/testdata/rendered-templates/webhook/TemplateWorkspaceBuildsFailedReport.json.golden: Language not supported
Comments suppressed due to low confidence (1)
coderd/notifications/notifications_test.go:1014
- The key 'template_version_count' appears inconsistent with similar keys such as 'template_version_name'. Consider renaming it for consistency.
"template_version_count": "bobby-template-version-2",
The CTA should link to a list of every affected workspace
coderd/database/migrations/000316_group_build_failure_notifications.up.sql
Show resolved
Hide resolved
coderd/database/migrations/000316_group_build_failure_notifications.up.sql
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Post-merge 👍
/cherry-pick release/2.21 |
Closes #15745
Instead of sending X many reports to a single template admin, we instead send only 1.