Skip to content

Commit 892bcd1

Browse files
authored
Merge pull request #2 from ClickHouse/master
Update From Base
2 parents 9619b0f + 8862965 commit 892bcd1

1,363 files changed

Lines changed: 41320 additions & 18506 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,4 @@ Changelog entry (a user-readable short description of the changes that goes to C
1313
...
1414

1515

16-
Detailed description / Documentation draft:
17-
...
18-
19-
20-
> By adding documentation, you'll allow users to try your new feature immediately, not when someone else will have time to document it later. Documentation is necessary for all features that affect user experience in any way. You can add brief documentation draft above, or add documentation right into your patch as Markdown files in [docs](https://github.com/ClickHouse/ClickHouse/tree/master/docs) folder.
21-
22-
> If you are doing this for the first time, it's recommended to read the lightweight [Contributing to ClickHouse Documentation](https://github.com/ClickHouse/ClickHouse/tree/master/docs/README.md) guide first.
23-
24-
2516
> Information about CI checks: https://clickhouse.tech/docs/en/development/continuous-integration/

.github/actionlint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
self-hosted-runner:
2+
labels:
3+
- builder
4+
- func-tester
5+
- func-tester-aarch64
6+
- fuzzer-unit-tester
7+
- stress-tester
8+
- style-checker
9+
- style-checker-aarch64

.github/workflows/backport.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
- name: Cherry pick
3434
run: |
3535
sudo pip install GitPython
36-
cd $GITHUB_WORKSPACE/tests/ci
36+
cd "$GITHUB_WORKSPACE/tests/ci"
3737
python3 cherry_pick.py
3838
- name: Cleanup
3939
if: always()
4040
run: |
41-
docker kill $(docker ps -q) ||:
42-
docker rm -f $(docker ps -a -q) ||:
43-
sudo rm -fr $TEMP_PATH
41+
docker kill "$(docker ps -q)" ||:
42+
docker rm -f "$(docker ps -a -q)" ||:
43+
sudo rm -fr "$TEMP_PATH"

0 commit comments

Comments
 (0)