forked from pingcap/tidb
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'pingcap:master' into master
- Loading branch information
Showing
6,415 changed files
with
1,775,822 additions
and
538,953 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
startup --host_jvm_args=-Xmx4g | ||
startup --unlimit_coredumps | ||
dump: --http_connector_attempts=2 | ||
dump: --http_connector_retry_max_timeout=5s | ||
run:ci --color=yes | ||
|
||
build --announce_rc | ||
build --experimental_guard_against_concurrent_changes | ||
build --experimental_remote_merkle_tree_cache | ||
build --java_language_version=17 | ||
build --java_runtime_version=17 | ||
build --tool_java_language_version=17 | ||
build --tool_java_runtime_version=17 | ||
build --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution | ||
build:ci --color=yes | ||
build:ci --experimental_remote_cache_compression | ||
build:release --workspace_status_command=./build/print-workspace-status.sh --stamp | ||
build:release --config=ci | ||
build:race --config=ci | ||
build:race --@io_bazel_rules_go//go/config:race --test_env=GORACE=halt_on_error=1 --test_sharding_strategy=disabled | ||
test --test_env=TZ=Asia/Shanghai | ||
test --test_output=errors --test_summary=detailed | ||
test:ci --color=yes | ||
test:ci --verbose_failures --test_verbose_timeout_warnings | ||
test:ci --test_env=GO_TEST_WRAP_TESTV=1 | ||
test:ci --experimental_ui_max_stdouterr_bytes=268435456 | ||
test:ci --test_timeout=150,300,900,3600 | ||
test:race --test_timeout=1200,6000,18000,72000 | ||
|
||
try-import /data/bazel |
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,10 @@ | ||
.git/ | ||
bazel-bin/ | ||
bazel-out/ | ||
bazel-tidb/ | ||
bazel-testlogs/ | ||
bin/ | ||
tidb-server/tidb-server | ||
*.test.bin | ||
cmd/ | ||
Dockerfile |
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
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,17 +1,5 @@ | ||
/distsql @pingcap/co-exec | ||
/executor @pingcap/co-exec | ||
/expression @pingcap/co-exec | ||
/types @pingcap/co-exec | ||
/util/chunk @pingcap/co-exec | ||
/util/disk @pingcap/co-exec | ||
/util/execdetails @pingcap/co-exec | ||
/util/expensivequery @pingcap/co-exec | ||
/util/filesort @pingcap/co-exec | ||
/util/memory @pingcap/co-exec | ||
/util/sqlexec @pingcap/co-exec | ||
|
||
/planner @pingcap/co-planner | ||
/statistics @pingcap/co-planner | ||
/util/ranger @pingcap/co-planner | ||
/util/plancodec @pingcap/co-planner | ||
/bindinfo @pingcap/co-planner | ||
# Require review from domain experts when the PR modified significant config files. | ||
/sessionctx/variable @pingcap/tidb-configuration-reviewer | ||
/config/config.toml.example @pingcap/tidb-configuration-reviewer | ||
/session/bootstrap.go @pingcap/tidb-configuration-reviewer | ||
/telemetry/ @pingcap/telemetry-reviewer |
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 |
---|---|---|
@@ -1,24 +1,22 @@ | ||
--- | ||
name: "\U0001F41B Bug Report" | ||
about: Something isn't working as expected | ||
about: As a User, I want to report a Bug. | ||
labels: type/bug | ||
--- | ||
|
||
## Bug Report | ||
|
||
Please answer these questions before submitting your issue. Thanks! | ||
|
||
1. What did you do? | ||
<!--If possible, provide a recipe for reproducing the error.--> | ||
### 1. Minimal reproduce step (Required) | ||
|
||
<!-- a step by step guide for reproducing the bug. --> | ||
|
||
2. What did you expect to see? | ||
### 2. What did you expect to see? (Required) | ||
|
||
### 3. What did you see instead (Required) | ||
|
||
### 4. What is your TiDB version? (Required) | ||
|
||
3. What did you see instead? | ||
|
||
|
||
|
||
4. What version of TiDB are you using (`tidb-server -V` or run `select tidb_version();` on TiDB)? | ||
<!-- Paste the output of SELECT tidb_version() --> | ||
|
This file was deleted.
Oops, something went wrong.
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 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: TiDB Forum | ||
url: https://ask.pingcap.com/ | ||
about: Ask a question on the TiDB Forum | ||
- name: TiDB Forum(Chinese) | ||
url: https://asktug.com/ | ||
about: Ask a question on the TiDB user group (Chinese) |
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,7 @@ | ||
--- | ||
name: "\U0001F680 Enhancement" | ||
about: As a TiDB developer, I want to make an enhancement. | ||
labels: type/enhancement | ||
--- | ||
|
||
## Enhancement |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,19 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "gomod" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: "friday" | ||
time: "12:00" | ||
timezone: "Asia/Shanghai" | ||
allow: | ||
- dependency-name: "golang.org/*" | ||
- dependency-name: "github.com/golangci/golangci-lint" | ||
- dependency-name: "github.com/prometheus/*" | ||
- dependency-name: "go.uber.org/*" | ||
open-pull-requests-limit: 2 | ||
- package-ecosystem: "gomod" | ||
directory: "/parser" | ||
schedule: | ||
interval: "weekly" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.