-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat: support Consul as ServiceRegistry #666
Merged
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
66d0cb7
feat: Use fsnotify to detect model/policy files change in casbin plugin
lyt122 fe5182e
feat: Use fsnotify to detect model/policy files change in casbin plugin
lyt122 1bfb1d4
feat: Use fsnotify to detect model/policy files change in casbin plugin
lyt122 3120753
Merge branch 'mosn:main' into main
lyt122 7bf2834
feat: Use fsnotify to detect model/policy files change in casbin plugin
lyt122 d0dc175
Merge branch 'main' of github.com:lyt122/htnn
lyt122 17ed368
feat: Use fsnotify to detect model/policy files change in casbin plugin
lyt122 99bf29d
format go
lyt122 57329f4
Merge branch 'mosn:main' into main
lyt122 6eb6b03
refactor codes
lyt122 5c99c69
refactor codes
lyt122 846ff5b
refactor codes
lyt122 f330ec6
refactor codes
lyt122 29822b8
add test codes
lyt122 a7bf59d
add test codes
lyt122 6719586
add test codes
lyt122 daf2c24
add test codes
lyt122 7120888
add test codes
lyt122 c2ffc2e
fix: avoid data race
lyt122 46d90e6
refactor codes
lyt122 2b01940
fix golangci-lint error
lyt122 c1522d2
add test codes
lyt122 c7cdd4a
Merge branch 'mosn:main' into main
lyt122 4c686e2
refactor codes
lyt122 cc84ebd
refactor codes
lyt122 5e32bea
fix: avoid data race
lyt122 930b568
fix: avoid data race
lyt122 1eaa4e7
refactor codes
lyt122 e34511d
Merge branch 'main' of github.com:lyt122/htnn
lyt122 7a1551f
refactor codes
lyt122 bbefd66
refactor codes
lyt122 f239cf5
refactor codes
lyt122 75d00da
refactor codes
lyt122 b9d7d06
refactor: watch the dir of file
lyt122 0b03da5
refactor codes
lyt122 8ca375a
use file's abspath
lyt122 363dd1d
refactor codes
lyt122 b81b325
refactor codes
lyt122 c879870
refactor codes
lyt122 ac85bd9
refactor codes
lyt122 43abae4
Merge branch 'mosn:main' into main
lyt122 ca0f2f0
Merge branch 'mosn:main' into main
lyt122 b57534e
Merge branch 'main' of github.com:lyt122/htnn
lyt122 ca62248
feat: refresh consul services
lyt122 817d903
Remove redundant code
lyt122 d759bff
refactor codes to avoid test failed
lyt122 2b2fc28
add more tests
lyt122 f0d005c
refactor codes
lyt122 d7de52d
add more tests
lyt122 49c5909
write test codes in one style
lyt122 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
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.
Add a sleep and skip this turn would be better? So we can retry after some time.