Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(coderd): add inbox notifications endpoints#16889

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
defelmnq merged 18 commits intomainfromnotif-inbox/internal-335
Mar 17, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
18 commits
Select commitHold shift + click to select a range
3c6512b
add endpoints for inbox notifications
defelmnqMar 12, 2025
c8ccc60
cleanup comments and errors
defelmnqMar 12, 2025
18b694b
skip tests on windows
defelmnqMar 12, 2025
0e8ac4c
work on pr comments - cleanup endpoints and isolate logic
defelmnqMar 13, 2025
d72d1f2
work on PR comments
defelmnqMar 13, 2025
796bcd0
fix parameters validation
defelmnqMar 13, 2025
75c310d
improve parameters validation
defelmnqMar 13, 2025
07ab7c4
fmt and lint
defelmnqMar 13, 2025
cb41d1a
websocket testing wip
defelmnqMar 14, 2025
6ff4c7e
improve tests
defelmnqMar 14, 2025
1ebc7f4
make fmt and lint
defelmnqMar 14, 2025
736a2d7
make fmt and lint
defelmnqMar 14, 2025
c28002e
remove windows from watch handler tests
defelmnqMar 17, 2025
2637d86
fix comments
defelmnqMar 17, 2025
4d0a561
fix tests
defelmnqMar 17, 2025
1f18868
fix ci lint
defelmnqMar 17, 2025
4f01a86
fix ci lint
defelmnqMar 17, 2025
cf6af1b
fix ci lint
defelmnqMar 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletioncli/server.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -934,7 +934,7 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
// The notification manager is responsible for:
// - creating notifiers and managing their lifecycles (notifiers are responsible for dequeueing/sending notifications)
// - keeping the store updated with status updates
notificationsManager, err = notifications.NewManager(notificationsCfg, options.Database, helpers, metrics, logger.Named("notifications.manager"))
notificationsManager, err = notifications.NewManager(notificationsCfg, options.Database,options.Pubsub,helpers, metrics, logger.Named("notifications.manager"))
if err != nil {
return xerrors.Errorf("failed to instantiate notification manager: %w", err)
}
Expand Down
206 changes: 206 additions & 0 deletionscoderd/apidoc/docs.go
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

Loading
Loading

[8]ページ先頭

©2009-2025 Movatter.jp