-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 add_indicator
- Loading branch information
Showing
15,024 changed files
with
1,262,100 additions
and
309,453 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 |
---|---|---|
|
@@ -52,42 +52,78 @@ github: | |
- Clang Formatter | ||
- CheckStyle | ||
- P0 Regression (Doris Regression) | ||
- P1 Regression (Doris Regression) | ||
- External Regression (Doris External Regression) | ||
- cloud_p1 (Doris Cloud Regression) | ||
- cloud_p0 (Doris Cloud Regression) | ||
- FE UT (Doris FE UT) | ||
- BE UT (Doris BE UT) | ||
- Build Broker | ||
- ShellCheck | ||
- Build Third Party Libraries (Linux) | ||
- Build Third Party Libraries (macOS) | ||
- Build Third Party Libraries (macOS-arm64) | ||
- COMPILE (DORIS_COMPILE) | ||
- Need_2_Approval | ||
- Cloud UT (Doris Cloud UT) | ||
- performance (Doris Performance) | ||
|
||
required_pull_request_reviews: | ||
dismiss_stale_reviews: true | ||
require_code_owner_reviews: true | ||
required_approving_review_count: 1 | ||
branch-1.1-lts: | ||
|
||
branch-3.0: | ||
required_status_checks: | ||
# if strict is true, means "Require branches to be up to date before merging". | ||
strict: false | ||
contexts: | ||
- License Check | ||
- Clang Formatter | ||
- CheckStyle | ||
- Build Broker | ||
- ShellCheck | ||
- Build Third Party Libraries (Linux) | ||
- Build Third Party Libraries (macOS) | ||
- FE UT (Doris FE UT) | ||
- BE UT (Doris BE UT) | ||
- Cloud UT (Doris Cloud UT) | ||
- COMPILE (DORIS_COMPILE) | ||
- P0 Regression (Doris Regression) | ||
- External Regression (Doris External Regression) | ||
- cloud_p0 (Doris Cloud Regression) | ||
#required_pull_request_reviews: | ||
# dismiss_stale_reviews: true | ||
# required_approving_review_count: 1 | ||
|
||
required_pull_request_reviews: | ||
dismiss_stale_reviews: true | ||
required_approving_review_count: 1 | ||
branch-2.1: | ||
required_status_checks: | ||
# strict means "Require branches to be up to date before merging". | ||
strict: false | ||
contexts: | ||
- License Check | ||
- Clang Formatter | ||
- CheckStyle | ||
- Build Broker | ||
- ShellCheck | ||
- Build Third Party Libraries (Linux) | ||
- Build Third Party Libraries (macOS) | ||
- COMPILE (DORIS_COMPILE) | ||
- External Regression (Doris External Regression) | ||
- FE UT (Doris FE UT) | ||
- BE UT (Doris BE UT) | ||
- P0 Regression (Doris Regression) | ||
|
||
required_pull_request_reviews: | ||
dismiss_stale_reviews: true | ||
required_approving_review_count: 1 | ||
|
||
branch-2.0: | ||
required_status_checks: | ||
# if strict is true, means "Require branches to be up to date before merging". | ||
strict: false | ||
contexts: | ||
- License Check | ||
- Clang Formatter | ||
- CheckStyle | ||
- P0 Regression (Doris Regression) | ||
- P1 Regression (Doris Regression) | ||
- External Regression (Doris External Regression) | ||
- FE UT (Doris FE UT) | ||
- BE UT (Doris BE UT) | ||
|
@@ -101,17 +137,28 @@ github: | |
dismiss_stale_reviews: true | ||
required_approving_review_count: 1 | ||
|
||
branch-1.1-lts: | ||
required_status_checks: | ||
# if strict is true, means "Require branches to be up to date before merging". | ||
strict: false | ||
contexts: | ||
- License Check | ||
|
||
required_pull_request_reviews: | ||
dismiss_stale_reviews: true | ||
required_approving_review_count: 1 | ||
|
||
collaborators: | ||
- LemonLiTree | ||
- Yukang-Lian | ||
- TangSiyang2001 | ||
- Lchangliang | ||
- freemandealer | ||
- shuke987 | ||
- wm1581066 | ||
- KassieZ | ||
- gavinchou | ||
- yujun777 | ||
- doris-robot | ||
- LiBinfeng-01 | ||
|
||
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# 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. | ||
# | ||
be/src/io/* @platoneko @gavinchou @dataroaring | ||
be/src/agent/be_exec_version_manager.cpp @BiteTheDDDDt | ||
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java @dataroaring @CalvinKirs @morningman | ||
**/pom.xml @CalvinKirs @morningman | ||
fe/fe-common/src/main/java/org/apache/doris/common/FeMetaVersion.java @dataroaring @morningman @yiguolei @xiaokang |
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,10 +1,39 @@ | ||
## Proposed changes | ||
### What problem does this PR solve? | ||
|
||
Issue Number: close #xxx | ||
|
||
<!--Describe your changes.--> | ||
Related PR: #xxx | ||
|
||
## Further comments | ||
Problem Summary: | ||
|
||
If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... | ||
### Release note | ||
|
||
None | ||
|
||
### Check List (For Author) | ||
|
||
- Test <!-- At least one of them must be included. --> | ||
- [ ] Regression test | ||
- [ ] Unit Test | ||
- [ ] Manual test (add detailed scripts or steps below) | ||
- [ ] No need to test or manual test. Explain why: | ||
- [ ] This is a refactor/code format and no logic has been changed. | ||
- [ ] Previous test can cover this change. | ||
- [ ] No code files have been changed. | ||
- [ ] Other reason <!-- Add your reason? --> | ||
|
||
- Behavior changed: | ||
- [ ] No. | ||
- [ ] Yes. <!-- Explain the behavior change --> | ||
|
||
- Does this need documentation? | ||
- [ ] No. | ||
- [ ] Yes. <!-- Add document PR link here. eg: https://github.com/apache/doris-website/pull/1214 --> | ||
|
||
### Check List (For Reviewer who merge this PR) | ||
|
||
- [ ] Confirm the release note | ||
- [ ] Confirm test cases | ||
- [ ] Confirm document | ||
- [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into --> | ||
|
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,71 @@ | ||
# 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 Cherry-Pick to Branch | ||
|
||
on: | ||
pull_request_target: | ||
types: | ||
- closed | ||
branches: | ||
- master | ||
permissions: | ||
checks: write | ||
contents: write | ||
pull-requests: write | ||
jobs: | ||
auto_cherry_pick: | ||
runs-on: ubuntu-latest | ||
if: ${{ (contains(github.event.pull_request.labels.*.name, 'dev/3.0.x') || contains(github.event.pull_request.labels.*.name, 'dev/2.1.x')) && github.event.pull_request.merged == true }} | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.x' | ||
|
||
- name: Install dependencies | ||
run: | | ||
pip install PyGithub | ||
- name: Check SHA | ||
run: | | ||
expected_sha="4761d95a336b92e492276d589e580678af8d490d73fa0bd7d53f826aa3bf86b54e2b8725b436bc010aaf14a001e286bcd2b55b3ec0d2668d1e962d8c8b397eab" | ||
calculated_sha=$(sha512sum tools/auto-pick-script.py | awk '{ print $1 }') | ||
if [ "$calculated_sha" != "$expected_sha" ]; then | ||
echo "SHA mismatch! Expected: $expected_sha, but got: $calculated_sha" | ||
exit 1 | ||
else | ||
echo "SHA matches: $calculated_sha" | ||
fi | ||
- name: Auto cherry-pick to branch-3.0 | ||
if: ${{ contains(github.event.pull_request.labels.*.name, 'dev/3.0.x') }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
REPO_NAME: ${{ github.repository }} | ||
CONFLICT_LABEL: cherry-pick-conflict-in-3.0 | ||
run: | | ||
python tools/auto-pick-script.py ${{ github.event.pull_request.number }} branch-3.0 | ||
- name: Auto cherry-pick to branch-2.1 | ||
if: ${{ contains(github.event.pull_request.labels.*.name, 'dev/2.1.x') }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
REPO_NAME: ${{ github.repository }} | ||
CONFLICT_LABEL: cherry-pick-conflict-in-2.1.x | ||
run: | | ||
python tools/auto-pick-script.py ${{ github.event.pull_request.number }} branch-2.1 |
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.