-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
feat(websocket): Phase 1 & 2 — replace SSE notification count with WebSocket #36965
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
Open
mohammad-rj
wants to merge
40
commits into
go-gitea:main
Choose a base branch
from
mohammad-rj:feat/websocket-migration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
cb33214
feat(websocket): Phase 1 — replace SSE notification count with WebSocket
mohammad-rj 6073438
chore: add github.com/coder/websocket dependency to go.mod
mohammad-rj 3076f90
fix(websocket): use gitea modules/json, write raw bytes directly
mohammad-rj 096bdd0
fix(websocket): avoid data race with timeutil.MockUnset in tests
mohammad-rj 6aba649
chore: run make tidy to add coder/websocket to go-licenses.json
mohammad-rj 89e5084
fix(websocket): address silverwind review feedback
mohammad-rj 1537d8f
fix(websocket): auth via IsSigned check instead of reqSignIn middleware
mohammad-rj f2450cc
fix(websocket): remove export{} from sharedworker entry point, rename…
mohammad-rj c1ba182
fix(websocket): declare sharedworker as ES module and fix port cleanup
mohammad-rj b9a94c6
feat(websocket): Phase 1 — replace SSE notification count with WebSocket
mohammad-rj 69324f3
chore: add github.com/coder/websocket dependency to go.mod
mohammad-rj f26aa2f
fix(websocket): use gitea modules/json, write raw bytes directly
mohammad-rj 634b638
fix(websocket): avoid data race with timeutil.MockUnset in tests
mohammad-rj d526aa6
chore: run make tidy to add coder/websocket to go-licenses.json
mohammad-rj 1a576b1
fix(websocket): address silverwind review feedback
mohammad-rj b47686c
fix(websocket): auth via IsSigned check instead of reqSignIn middleware
mohammad-rj bf564d3
fix(websocket): remove export{} from sharedworker entry point, rename…
mohammad-rj 7e8f5a8
fix(websocket): declare sharedworker as ES module and fix port cleanup
mohammad-rj 2a902d1
fix(websocket): add WsSource to eventsource.sharedworker, remove webs…
mohammad-rj 48ec6f2
ci: add compliance workflow
mohammad-rj ed3bd91
ci: expand compliance workflow to match GitHub pull-compliance.yml (1…
mohammad-rj af2fadb
ci: add cleanup steps after each job to free disk space
mohammad-rj 3ec0ed9
ci: trigger run with capacity=5 parallel workers
mohammad-rj 155ef8f
ci: trigger run after disk cleanup
mohammad-rj 42f5342
Merge upstream/main to bring branch up to date with Vite migration an…
mohammad-rj 36b28c7
fix(websocket): add WsSource to eventsource.sharedworker, remove webs…
mohammad-rj 256aeb9
feat(websocket): Phase 2 — migrate stopwatches/logout to WebSocket, r…
mohammad-rj bf7c30e
fix(websocket): replace json.RawMessage with any in stopwatchesEvent
mohammad-rj 9cf7ea8
fix(stopwatch): show icon dynamically in tabs loaded before stopwatch…
mohammad-rj 0dc3607
fix(stopwatch): publish empty-stopwatches push on stop, not only cancel
mohammad-rj 075af8e
fix(stopwatch): prevent page reload when stopping/cancelling from nav…
mohammad-rj 111ca0c
fix(stopwatch): prevent page reload when starting/stopping from issue…
mohammad-rj 10f8e1e
chore(stopwatch): remove dead no-event-source code paths
mohammad-rj 99ad25b
chore: remove local CI workflow (not for upstream)
mohammad-rj fdc94c3
Merge remote-tracking branch 'origin/feat/websocket-migration' into c…
mohammad-rj 0af095a
Merge remote-tracking branch 'upstream/main' into ci-phase2-push
mohammad-rj cb41638
refactor(websocket): unify Init, add notification hook, accept anonym…
mohammad-rj abe5c17
refactor(websocket): extract notification and stopwatch publish helpers
mohammad-rj f54d567
fix(stopwatch): register sidebar handlers before navbar early return
mohammad-rj 98ad58f
Merge remote-tracking branch 'upstream/main' into final-for-github
mohammad-rj 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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.