-
Notifications
You must be signed in to change notification settings - Fork 933
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
Ftr: Triple Protocol Support #1071
Merged
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
789d3b0
ftr: add triple support
LaurenceLiZhixin 8ebf52e
fix: change name
LaurenceLiZhixin b0bd3d8
Fix: delete unused replace
LaurenceLiZhixin e0e2993
fix: go fmt
LaurenceLiZhixin 72ae2c1
fix
LaurenceLiZhixin 72e91db
fix: dependency bug
LaurenceLiZhixin 3aa8f1c
fix: dependency bug
LaurenceLiZhixin e930603
fix: add gen-dubbo3 go mod to pass ci
LaurenceLiZhixin c5fcc1f
Fix: fix ci lint
LaurenceLiZhixin 956e382
fix: change ci go-version
LaurenceLiZhixin a96927f
fix: add liscense
LaurenceLiZhixin 3466d14
Fix: change gost version
LaurenceLiZhixin 83ff336
fix: fix cr
LaurenceLiZhixin 7553e83
fix: destroy invoker smoothly
LaurenceLiZhixin 57b92f9
fix: change triple struct
LaurenceLiZhixin 53799e8
Fix: change triple api and add test file
LaurenceLiZhixin bbc9af2
fix: fix ci
LaurenceLiZhixin c1f9073
fix: change ctx key type
LaurenceLiZhixin 98100e8
fix: fix linter
LaurenceLiZhixin c5e638d
fix: fix linter
LaurenceLiZhixin 1d0f9fc
fix: add liscense
LaurenceLiZhixin 95e0460
Fix: fix test
LaurenceLiZhixin 90e3a32
fix: change port
LaurenceLiZhixin b37dd9f
fix: change port
LaurenceLiZhixin 25cdffb
fix: change port
LaurenceLiZhixin 31d9cd2
fix: change lock range
LaurenceLiZhixin e4f7549
Fix: delete debug
LaurenceLiZhixin 5a359fa
fix: restart ci
LaurenceLiZhixin 4152114
fix: fix test
LaurenceLiZhixin a7a2c30
fix: add serializer option
LaurenceLiZhixin fb540d9
fix: change triple
LaurenceLiZhixin 3452103
fixï: add hessian support
LaurenceLiZhixin d785615
feat: add triple hessian support
LaurenceLiZhixin 6a76922
fix: change go mod
LaurenceLiZhixin 69136b3
fix: change consul
LaurenceLiZhixin 00ae936
fix: triple finish
LaurenceLiZhixin e8bad05
fix: fix import block
LaurenceLiZhixin 8b5ac5d
fix: restart ci
LaurenceLiZhixin 5a5103b
fix: restart ci
LaurenceLiZhixin 36fc244
fix: restart ci
LaurenceLiZhixin 9202654
fix: update golang ci
LaurenceLiZhixin 6ff62af
fix: fix conflict
LaurenceLiZhixin 72abb01
fix: fix zk import
LaurenceLiZhixin 9b0e5ea
fix: change ci lint vesion
LaurenceLiZhixin 2d54f5c
fix: conflict
LaurenceLiZhixin 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
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.
move this line out of lock, pls.
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!