This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Merged
Conversation
added 3 commits
December 19, 2019 11:21
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
Contributor
Author
|
/run-integration-test |
Codecov Report
@@ Coverage Diff @@
## master #122 +/- ##
======================================
Coverage 72.2% 72.2%
======================================
Files 33 33
Lines 3162 3162
======================================
Hits 2283 2283
Misses 583 583
Partials 296 296Continue to review full report at Codecov.
|
kennytm
approved these changes
Dec 20, 2019
overvenus
pushed a commit
to overvenus/br-1
that referenced
this pull request
Dec 29, 2020
* *: remove vendor * lightning: replace deprecated prometheus.Handler by promhttp.Handler * go.mod: update all dependencies except TiDB * *: changed pkg/errors to pingcap/errors This is to avoid the "used for two different module paths" error, since TiDB no longer replaces pkg/errors with pingcap/errors but uses the latter directly. * CONTRIBUTING: update the guide, we no longer vendor/
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Signed-off-by: 5kbpers tangminghua@pingcap.com
update tidb-tools to pingcap/tidb-tools#300