- Notifications
You must be signed in to change notification settings - Fork928
feat: implement observability of notifications subsystem#13799
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
27 commits Select commitHold shift + click to select a range
7f60c0f
Implement observability of notification subsystem
dannykoppingd62d704
make lint
dannykopping96dac65
make gen
dannykopping130de49
make fmt
dannykoppinge868752
Small fixes
dannykoppingcee93cb
Review comments
dannykopping387b557
Apply suggestions from code review
dannykopping114797d
Correcting query
dannykopping5ff29c0
Merge branch 'main' of github.com:/coder/coder into dk/system-notific…
dannykopping88451a1
Only return UUID from EnqueueNotificationMessage
dannykopping09f7305
Review feedback
dannykopping91e2a23
Minor fixups
dannykopping9f1d6b3
Revert hack, no output param needed
dannykopping15c4537
Small touch-ups
dannykopping53ecad4
Merge branch 'main' of https://github.com/coder/coder into dk/system-…
dannykoppingbc2a4cb
Merge branch 'main' of https://github.com/coder/coder into dk/system-…
dannykopping716e591
Harden tests, fail early
dannykoppingd408ed2
make fmt
dannykopping2b9eec3
Restoring deleted line
dannykopping4211c84
Comments
dannykopping24417c5
Lock before modification
dannykopping72bb1be
Remove TestNotifierPaused's unnecessarily fast fetch interval
dannykoppingbfca2c1
Merge branch 'main' of https://github.com/coder/coder into dk/system-…
dannykopping6602682
Rename migration after numbering conflict
dannykopping00633a1
Small fixes
dannykoppingf454184
Merge branch 'main' of https://github.com/coder/coder into dk/system-…
dannykopping84d07d4
Logging improvement
dannykoppingFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
make gen
Signed-off-by: Danny Kopping <danny@coder.com>
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit96dac65d87284b5250a8b4c8d1df9df470b5f15d
There are no files selected for viewing
3 changes: 2 additions & 1 deletioncoderd/database/queries.sql.go
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
13 changes: 5 additions & 8 deletionscoderd/notifications/manager.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletioncoderd/notifications/notifications_test.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.