-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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/polaris feat: Add Polaris support #1797
Merged
+2,155
−1,023
Merged
Changes from 53 commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
9683ee1
feat: ID is the unique instance ID as registered.
houseme 03eea91
improve
houseme 8b593de
Merge pull request #3 from gogf/master
houseme 934fb58
feat:create polarismesh
houseme 1219bd9
up
houseme 8d7a4c2
Merge branch 'gogf:master' into feature/polaris
houseme 2495e8b
feat: upgrade dependent package version
houseme 2b35d06
action
houseme bfa829e
fix
houseme 8181cf1
improve code
houseme 582120f
feat: New ID ID is the unique instance ID as registered.
houseme 3c9ac20
fix: Remove repeatedly introduced packages
houseme 9b481bd
feat: Add Polaris service
houseme 68c49d7
feat: improve
houseme 0801fc8
Merge branch 'gogf:master' into feature/polaris
houseme 02ca024
improve package ghttp
gqcn 559c1d0
add WhereBuilder feature for package gdb
gqcn cb63a0e
comment updates for package clilckhouse
gqcn bcf0622
improve WhereBuilder for package gdb
gqcn 87506af
improve WhereBuilder feature for package gdb
gqcn 547cff8
improve WhereBuilder feature for package gdb
gqcn d647107
remove Sharding feature
gqcn b51cb53
merge
houseme 1eb7501
remove debug info for UT of package gdb
gqcn ea54d42
merge
houseme af89376
improve hook feature for package gdb
gqcn 489698d
fix timezone bug when persisting *gtime.Time to db #1714
7b2f449
fix issue #1714, #1727
gqcn e6a9515
remove octal number converting for gconv.Int*/Uint* functions; fix is…
gqcn 89acc92
merge
houseme c1f7a17
merge
houseme d7985f1
merge
houseme 8fb3fc0
feat:create polaris example
houseme 8f290f4
improve code
houseme a459f15
fix
houseme 9190a21
merge
houseme 962a8bf
fix
houseme 29c3f3d
upgrade polaris-go version
houseme a5200f8
upgrade polaris-go version
houseme 7361d4f
fix
houseme f56f0fd
fix
houseme 8e41142
test
houseme 2467c0e
fix
houseme bde610b
test
houseme 8b4e0f3
test
houseme 37a93a5
test
houseme ce20f33
improve code
houseme c60ee80
fix
houseme c0b7e92
Merge branch 'master' into feature/polaris
houseme defc46a
up
houseme 2ac6b48
feat: #1826
houseme 6cf3bab
Merge branch 'master' into feature/polaris
houseme 9424f11
up
houseme 84dbb3b
up
houseme 734f85c
improve comment for gclient
houseme 30a3d36
up
houseme 17ed325
fix
houseme 5508da4
improve code
houseme a8bd6e9
fix
houseme 1b78300
fix
houseme 53871b6
fix
houseme 9985103
up
houseme 405c52f
up
houseme 39e7f46
fix
houseme b75815a
Update gvalid_validator_check_value.go
houseme 82c33c9
up
houseme 81f2c98
up golangci-lint config file
houseme 3fb4256
feat:add readme.md
houseme 53e0543
fix
houseme edba701
Merge branch 'master' into feature/polaris
houseme d929cbe
Merge branch 'gogf:master' into feature/polaris
houseme 7959531
fix
houseme 4513d02
Merge branch 'gogf:master' into feature/polaris
houseme d1f1a39
Merge remote-tracking branch 'upstream/master' into feature/polaris
houseme 8450dea
feat:modify package
houseme 4eeb876
improve code
houseme 0863498
fix
houseme fc77c0d
improve stop heartbeat
houseme dc6dc31
fix:Set to no cached channel
houseme 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### Example user template template | ||
### Example user template | ||
|
||
# IntelliJ project files | ||
.idea | ||
*.iml | ||
out | ||
gen | ||
|
||
*.log | ||
*.json |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved. | ||
// | ||
// This Source Code Form is subject to the terms of the MIT License. | ||
// If a copy of the MIT was not distributed with this file, | ||
// You can obtain one at https://github.com/gogf/gf. | ||
|
||
// Package polaris implements service Registry and Discovery using polaris. | ||
package polaris | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 去掉该文件,文件命名请参考同目录下 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
module github.com/gogf/gf/contrib/registry/polaris/v2 | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/gogf/gf/v2 v2.0.0 | ||
github.com/polarismesh/polaris-go v1.1.0 | ||
) | ||
|
||
replace github.com/gogf/gf/v2 => ../../../ |
Large diffs are not rendered by default.
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.
请删除该文件。
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.
done