forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into disable-forbid_unknown_col_stats
- Loading branch information
Showing
5,934 changed files
with
355,374 additions
and
149,803 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 |
---|---|---|
|
@@ -116,6 +116,7 @@ github: | |
- gitccl | ||
- shuke987 | ||
- wm1581066 | ||
- KassieZ | ||
|
||
notifications: | ||
pullrequests_status: [email protected] | ||
|
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,22 +1,33 @@ | ||
--- | ||
Checks: | | ||
-*, | ||
clang-diagnostic-*, | ||
clang-analyzer-*, | ||
-*, | ||
bugprone-redundant-branch-condition, | ||
modernize-*, | ||
-modernize-use-trailing-return-type, | ||
-modernize-use-nodiscard, | ||
-modernize-avoid-c-arrays, | ||
misc-redundant-expression, | ||
misc-unused-*, | ||
-misc-unused-parameters, | ||
readability-*, | ||
-readability-identifier-length, | ||
-readability-implicit-bool-conversion, | ||
-readability-function-cognitive-complexity, | ||
-readability-magic-numbers, | ||
-readability-else-after-return, | ||
-readability-inconsistent-declaration-parameter-name, | ||
-readability-isolate-declaration, | ||
-readability-named-parameter, | ||
portability-simd-intrinsics, | ||
performance-type-promotion-in-math-fn, | ||
performance-faster-string-find, | ||
performance-inefficient-algorithm, | ||
performance-move-const-arg | ||
WarningsAsErrors: '*' | ||
CheckOptions: | ||
- key: readability-function-size.LineThreshold | ||
value: '80' | ||
- key: readability-function-cognitive-complexity.Threshold | ||
value: '50' | ||
|
Submodule action-sh-checker
deleted from
76ab0b
Submodule clang-format-lint-action
deleted from
6adbe1
Submodule clang-tidy-review
deleted from
2c55ef
Submodule create-or-update-comment
added at
23ff15
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,40 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
name: Auto Reply to PR | ||
|
||
on: | ||
pull_request: | ||
types: [opened] | ||
|
||
jobs: | ||
comment: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
persist-credentials: false | ||
submodules: recursive | ||
- name: Comment on PR | ||
uses: ./.github/actions/create-or-update-comment | ||
with: | ||
issue-number: ${{ github.event.pull_request.number }} | ||
body: | | ||
Thank you for your contribution to Apache Doris. | ||
Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+your+PR) |
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
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.