- Notifications
You must be signed in to change notification settings - Fork1k
Commit4960a1e
authored
feat(coderd): add mark-all-as-read endpoint for inbox notifications (#16976)
[Resolve this issue](coder/internal#506)Add a mark-all-as-read endpoint which is marking as read allnotifications that are not read for the authenticated user.Also adds the DB logic.1 parentd8d4b9b commit4960a1e
File tree
15 files changed
+262
-0
lines changed- coderd
- apidoc
- database
- dbauthz
- dbmem
- dbmetrics
- dbmock
- queries
- codersdk
- docs/reference/api
15 files changed
+262
-0
lines changedSome generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1395 | 1395 |
| |
1396 | 1396 |
| |
1397 | 1397 |
| |
| 1398 | + | |
1398 | 1399 |
| |
1399 | 1400 |
| |
1400 | 1401 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3554 | 3554 |
| |
3555 | 3555 |
| |
3556 | 3556 |
| |
| 3557 | + | |
| 3558 | + | |
| 3559 | + | |
| 3560 | + | |
| 3561 | + | |
| 3562 | + | |
| 3563 | + | |
| 3564 | + | |
| 3565 | + | |
| 3566 | + | |
3557 | 3567 |
| |
3558 | 3568 |
| |
3559 | 3569 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4653 | 4653 |
| |
4654 | 4654 |
| |
4655 | 4655 |
| |
| 4656 | + | |
| 4657 | + | |
| 4658 | + | |
| 4659 | + | |
| 4660 | + | |
| 4661 | + | |
| 4662 | + | |
| 4663 | + | |
| 4664 | + | |
4656 | 4665 |
| |
4657 | 4666 |
| |
4658 | 4667 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9500 | 9500 |
| |
9501 | 9501 |
| |
9502 | 9502 |
| |
| 9503 | + | |
| 9504 | + | |
| 9505 | + | |
| 9506 | + | |
| 9507 | + | |
| 9508 | + | |
| 9509 | + | |
| 9510 | + | |
| 9511 | + | |
| 9512 | + | |
| 9513 | + | |
| 9514 | + | |
| 9515 | + | |
| 9516 | + | |
| 9517 | + | |
9503 | 9518 |
| |
9504 | 9519 |
| |
9505 | 9520 |
| |
|
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
0 commit comments
Comments
(0)