-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
feature: add console transaction control #7024
Merged
Merged
Changes from 27 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
afeb363
feature: add console transaction control
xjlgod d94180b
fix: add ts locales
xjlgod d5c41d7
feat: add file license
xjlgod 7a06864
fix: fix session unit test
xjlgod d44cfb2
fix: fix session unit test
xjlgod 6dedb60
Merge remote-tracking branch 'origin/2.x' into feature/console-trx
xjlgod a33e24e
Merge remote-tracking branch 'origin/2.x' into feature/console-trx
xjlgod 3d076f6
feat: fix sessionConvert test
xjlgod 89aa1dd
Merge branch '2.x' into feature/console-trx
xjlgod ce4b0d0
Merge branch '2.x' into feature/console-trx
xjlgod 9af570e
fix: fix RMHandlerSagaAnnotation compile
xjlgod ff7216e
fix: fix GlobalStatus comment
xjlgod 573419a
fix: fix status in ts control
xjlgod 9b64c07
fix: fix unused import
xjlgod 7f48246
Merge branch '2.x' into feature/console-trx
funky-eyes e74ca2a
fix: add relate comment
xjlgod 59ab61f
Merge remote-tracking branch 'origin/feature/console-trx' into featur…
xjlgod ee1cd74
Merge remote-tracking branch 'upstream/2.x' into feature/console-trx
xjlgod 77a7075
fix: FileSessionManagerTest conflict solve
xjlgod ac3d722
feat: del stop retry task
xjlgod ec68aa6
fix: del unused import
xjlgod 8c88802
Merge branch '2.x' into feature/console-trx
xjlgod 2b905ef
fix: del gmt modify time in session
xjlgod e651120
Merge remote-tracking branch 'origin/feature/console-trx' into featur…
xjlgod b193065
fix: del gmt modify time in session
xjlgod 74d1f67
fix: del gmt modify time in session
xjlgod ceed9ba
fix: fix global lock file service and redis service
xjlgod 3a47a2b
fix: fix button display
xjlgod 786dcd4
fix: del branchdel request and resp
xjlgod 254c958
fix: fix test build
xjlgod 3170302
fix: fix pmd check
xjlgod 534d4bb
fix: fix pmd check
xjlgod 819fdb9
fix: fix ci error
xjlgod 3b52699
Merge branch '2.x' into feature/console-trx
xjlgod 2a2068a
fix: fix ci error
xjlgod be53323
fix: fix ci error
xjlgod dfe856e
feat: add force delete session
xjlgod 21231c5
fix: ci error fix
xjlgod 92669aa
Merge branch '2.x' into feature/console-trx
xjlgod 0a5caf1
fix: fix front display
xjlgod ec3a0cf
Merge remote-tracking branch 'origin/feature/console-trx' into featur…
xjlgod ac81603
Merge branch '2.x' into feature/console-trx
xjlgod 8c7a505
fix: fix display
xjlgod 0a6ce4a
Merge branch '2.x' into feature/console-trx
funky-eyes 7a9895c
fix: fix some typos
xjlgod 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
This file contains 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
400异常一般是指client异常状态码,服务端状态码应该取5xx的状态码
A 400 error generally refers to a client-side error status code, while server-side errors should use 5xx status codes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed it.