-
Notifications
You must be signed in to change notification settings - Fork 5.6k
V1.12.2 #4036
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
Conversation
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
…lang cannot handle symbolic path, meanwhile symbolic path for log directory is pretty common used. In such scenario this deleteOldLog function will fail without any error log. Get the real location of the log directory before using walk function can fix this.
According to issue#4759 (golang/go#4759) filepath.Walk function in golang cannot handle symbolic path, meanwhile symbolic path for log directory is pretty common used. In such scenario this deleteOldLog function will fail without any error log. Get the real location of the log directory before using walk function can fix this.
fix exist typo
…protection cache, context, session: add lock to fix inconsistent field protection
修复genRouterCode方法解析 router 注释(// @router) 单双引号引起的bug
opt:reduce risk of memory leak with lru cache
…-with-graceful Fixes #3995 Use handlers with middleware when starting Graceful server
fix httplib PostFile method
GetMapData change to read lock
Get the real location of the log directory before using filepath.Walk function when remove old logs
acquire() in Lock
Move many PR's change here since the original authors are responseless
Add build info for prometheus
for go modules, generate route by `GO111MODULE=on`
Prohibit multiple calls SetDefaultMessage.
fix strings.Repeat panic
Fix ES index problem
make redis client idle timeout configurable
� Conflicts: � go.mod � go.sum
update support bit operation
Fix ES bug
upgrade version
Remove tidb dependency
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.