-
Notifications
You must be signed in to change notification settings - Fork 929
feat(coderd): add webpush package #17091
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 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
a980379
wip
kylecarbs bc02200
fix migration number
johnstcn 2ecae9d
make fmt
johnstcn 84e3ace
fix tests
johnstcn 377eaab
add cli command to regenerate vapid keypair and remove existing subsc…
johnstcn 982acef
remove dbauthz system usage
johnstcn d82073e
add test endpoint for push notifications
johnstcn fc59c70
make linter happy
johnstcn cbff3ca
test push notifications endpoint
johnstcn 9e7e1dc
add deployment config for push notifications
johnstcn 1315a46
add test for push notifications being enabled
johnstcn 85db78c
rename migration
johnstcn 892388a
skip vapid keypair test on non-postgres;
johnstcn e600b7d
fix some tests
johnstcn eef2038
hide subscribe button
johnstcn 46f7519
conditionally hide push notification button
johnstcn 4408090
Revert "conditionally hide push notification button"
johnstcn 204ab4a
fix data race caused by webpush-go mutating msg []byte
johnstcn 0535ed6
Remove deployment config for push notifications in favour of Experime…
johnstcn 9f1f4f9
push notification -> webpush
johnstcn 29bba04
notification -> webpush
johnstcn 46c2cd8
move to webpush package
johnstcn 960c5db
webpush: refactor notification test and send logic
johnstcn aa22161
move endpoints under webpush beside notifications
johnstcn 57d84a9
skip apidocgen for push notification endpoints
johnstcn ef22b35
make webpush endpoints 404 if experiment not enabled
johnstcn 9a1a605
auth on test notification endpoint
johnstcn e8b6083
fix ts
johnstcn 5331f9c
ui fixes
johnstcn 449f882
fixup migrations
johnstcn e5fd00e
fix check_unstaged.sh again
johnstcn bcf108a
make bee jenn
johnstcn eb7b102
address comments
johnstcn 9b5ed09
address more comments + renaming
johnstcn c06558e
move out check_unstaged.sh changes to separate PR
johnstcn 10ac9fb
remove site changes
johnstcn a114ddb
fixup! remove site changes
johnstcn ca72676
nits
johnstcn 3b1dc70
make gen
johnstcn 12808f1
gen
johnstcn 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
webpush: refactor notification test and send logic
- Loading branch information
commit 960c5db836ac751ca44368f8966b0621562ee90d
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
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.