Commit 3ae55bb
authored
feat(coderd): add inbox notifications endpoints (coder#16889)
This PR is part of the inbox notifications topic, and rely on previous
PRs merged - it adds :
- Endpoints to :
- WS : watch new inbox notifications
- REST : list inbox notifications
- REST : update the read status of a notification
Also, this PR acts as a follow-up PR from previous work and :
- fix DB query issues
- fix DBMem logic to match DB1 parent e85c92e commit 3ae55bb
File tree
20 files changed
+2091
-63
lines changed- cli
- coderd
- apidoc
- database
- dbmem
- queries
- notifications
- dispatch
- pubsub
- codersdk
- docs/reference/api
- site/src/api
20 files changed
+2091
-63
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
937 | | - | |
| 937 | + | |
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments