Skip to content
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: update notifications with more information for build states #3821

Merged
merged 2 commits into from
Oct 25, 2024

Conversation

shreddedbacon
Copy link
Member

@shreddedbacon shreddedbacon commented Oct 9, 2024

General Checklist

  • Affected Issues have been mentioned in the Closing issues section
  • Documentation has been written/updated
  • PR title is ready for inclusion in changelog

Database Migrations

  • If your PR contains a database migation, it MUST be the latest in date order alphabetically

Updates the notification service to produce warning message if a build reaches the state of complete with warnings and indicates that the build completed with warnings and to check the logs for further information.

Additionally, if a build fails, the step at which it failed will be included in the notification now.

For the webhook type notifications, failures also include the buildStep at which it failed. Completed webhook notifications include a new field warning: true if the build has warnings.

Closing issues

closes #3819

@shreddedbacon shreddedbacon marked this pull request as ready for review October 10, 2024 10:55
@shreddedbacon shreddedbacon added this to the 2.22.0 milestone Oct 14, 2024
@shreddedbacon shreddedbacon force-pushed the notification-build-warnings branch from 4718934 to 4bb4548 Compare October 24, 2024 03:44
Copy link
Member

@tobybellwood tobybellwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense, the more places we show warnings the more chance we have of people fixing them!

@tobybellwood tobybellwood merged commit 8f91857 into main Oct 25, 2024
1 check passed
@shreddedbacon shreddedbacon deleted the notification-build-warnings branch October 31, 2024 01:30
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.

Add "Completed with Warnings" to CLI and Notification output
2 participants