-
Notifications
You must be signed in to change notification settings - Fork 928
feat: implement thin vertical slice of system-generated notifications #13537
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
53c9cbb
feat: system-generated notifications
dannykopping 4856aed
Fixing lint errors & minor tests
dannykopping cda6efb
Fixing dbauthz test
dannykopping 86f937a
TestBufferedUpdates does not need a real db, altering test details sl…
dannykopping e8f1af2
Correct TestBufferedUpdates to count updated entries, use real db again
dannykopping a056f54
Use UUID for notifier IDs
dannykopping 8c64d30
Small improvements from review suggestions
dannykopping ac149ec
Protect notifiers from modification during Stop()
dannykopping 884fadf
Split out enqueuer as separate responsibility, get rid of singleton
dannykopping 4e362e7
Remove unnecessary handler registry
dannykopping 8097290
Remove unused context
dannykopping 1b841ad
Centralise markdown rendering
dannykopping 61f5bd6
Appease the linter
dannykopping 3c8e33b
Only enqueue notification when not initiated by self
dannykopping 757327c
Hide config flags which are unlikely to be modified by operators
dannykopping 6f909ae
Remove unnecessary Labels struct
dannykopping 36698c5
Enable experiment as safe
dannykopping c5701a6
Correcting bad refactor
dannykopping 9d4c312
Initialize Enqueuer on API startup
dannykopping 9380d8e
Only start one notifier since all dispatches are concurrent anyway
dannykopping 4b7214d
Fix docs
dannykopping 6679ef1
Fix lint error
dannykopping 337997d
Merge branch 'main' of github.com:/coder/coder into dk/system-notific…
dannykopping ba5f7c6
Merge branch 'main' of github.com:/coder/coder into dk/system-notific…
dannykopping 0f29293
Review feedback
dannykopping 7c6c486
Merge branch 'main' of github.com:/coder/coder into dk/system-notific…
dannykopping c6e75c2
Fix lint failures
dannykopping aff9e6c
Review comments
dannykopping 613e074
Avoid race by exposing number of pending updates
dannykopping faea7fc
Merge branch 'main' of github.com:/coder/coder into dk/system-notific…
dannykopping File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.