-
Notifications
You must be signed in to change notification settings - Fork 4
fix(sessions): 启动期用户消息可靠投递 #188
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
27 commits
Select commit
Hold shift + click to select a range
d0ba785
fix(sessions): reliably deliver startup user messages via event queue
jh0904 2151cf7
test(sessions): keep core startup delivery coverage only
jh0904 4029d81
refactor(sessions): simplify startup queue handoff after review
jh0904 112e515
fix(sessions): only queue startup messages for cloud environments
jh0904 6c573f5
fix(db): use stable tenant UUIDs for startup queue
jh0904 73b2d10
fix(sessions): reinject session history when activating code sessions
jh0904 7eef483
refactor(db): rename session startup window helper
arthur-zhang c79cbf5
refactor(db): simplify session event queue existence check
arthur-zhang 2c06800
refactor(db): simplify listSessionEventQueueIdentityRows
arthur-zhang ee3eee6
refactor(db): simplify ListSessionEventQueueItems event lookup
arthur-zhang e05b3c7
refactor(db): simplify delete session event queue query
arthur-zhang f55b5ab
Merge origin/main into codex/fix-session-event-reliable-delivery
jh0904 88033f5
fix(db): renumber session event queue migration after main UUID series
jh0904 3609ca3
revert: drop unrelated merge fixes from startup-delivery branch
jh0904 c5a63a4
refactor(db): simplify startup queue SQL and drop cloud filter docs
jh0904 1ccc6fc
Merge remote-tracking branch 'origin/main' into codex/fix-session-eve…
jh0904 080310a
refactor(sessions): move activation tx orchestration out of DB
jh0904 56afac5
refactor(sessions): clarify startup queue delivery and activation han…
jh0904 3fa3cbe
fix(sessions): atomically replay activation history
jh0904 c8c0ed0
Migrate session activation SQL to generated yourbatis mappers
arthur-zhang 5ea177c
refactor(db): migrate single code-session event append to yourbatis
jh0904 d3e211a
fix(ci): generate yourbatis mappers before Go typecheck
jh0904 f65c999
merge origin/main into session startup delivery branch
jh0904 c7c4c90
merge origin/main into session startup delivery branch
jh0904 8819d86
fix: reliably deliver startup session events
jh0904 4d76cdb
refactor(db): clarify code-session append naming and comments
jh0904 2b1bdee
fix(sessions): harden activation replay
jh0904 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Large diffs are not rendered by default.
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 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
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.