Skip to content

Commit

Permalink
Merge branch 'master' into pr/40157
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao committed Apr 19, 2023
2 parents 1ab25b1 + 7dd8ef6 commit a86c7e7
Show file tree
Hide file tree
Showing 1,281 changed files with 88,800 additions and 96,764 deletions.
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
startup --host_jvm_args=-Xmx8g
startup --host_jvm_args=-Xmx4g
startup --unlimit_coredumps

run:ci --color=yes
Expand All @@ -24,6 +24,7 @@ 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=104857600
test:ci --test_timeout=150,300,900,3600
test:race --test_timeout=1200,6000,18000,72000

try-import /data/bazel
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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)
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/general-question.md

This file was deleted.

29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/performance-questions.md

This file was deleted.

5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ updates:
- dependency-name: "golang.org/*"
- dependency-name: "github.com/golangci/golangci-lint"
open-pull-requests-limit: 2

- package-ecosystem: "gomod"
directory: "/parser"
schedule:
interval: "weekly"
4 changes: 4 additions & 0 deletions .github/licenserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ header:
- "docs/"
- "br/"
- ".gitignore"
- ".gitmodules"
- ".dockerignore"
- ".gitattributes"
- ".cilinter.yaml"
Expand Down Expand Up @@ -39,6 +40,9 @@ header:
- "tidb-binlog/driver/example"
- "tidb-binlog/proto/go-binlog/secondary_binlog.pb.go"
- "**/*.sql"
- "**/*.csv"
- "**/*.parquet"
- "**/*.zst"
- ".bazelversion"
- "build/image/.ci_bazel"
comment: on-failure
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "extension/enterprise"]
path = extension/enterprise
url = [email protected]:pingcap-inc/enterprise-extensions.git
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ load("@bazel_gazelle//:def.bzl", "gazelle")
# gazelle:exclude tidb-binlog/proto/proto
# gazelle:exclude plugin/conn_ip_example
# gazelle:exclude build/linter/staticcheck
# gazelle:resolve go github.com/bazelbuild/buildtools/build @com_github_bazelbuild_buildtools//build:go_default_library
gazelle(name = "gazelle")

package(default_visibility = ["//visibility:public"])
Expand Down
Loading

0 comments on commit a86c7e7

Please sign in to comment.