Skip to content

Commit 83720a8

Browse files
authored
Merge branch 'master' into negging
2 parents 77fa614 + 64c7f44 commit 83720a8

File tree

3,265 files changed

+97236
-40467
lines changed

Some content is hidden

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

3,265 files changed

+97236
-40467
lines changed

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ NamespaceIndentation: None
8383
ObjCBlockIndentWidth: 4
8484
ObjCSpaceAfterProperty: true
8585
ObjCSpaceBeforeProtocolList: true
86+
PackConstructorInitializers: Never
8687
PenaltyBreakBeforeFirstCallParameter: 19
8788
PenaltyBreakComment: 300
8889
PenaltyBreakFirstLessLess: 120

.clangd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ Diagnostics:
1414
readability-identifier-naming,
1515
bugprone-reserved-identifier,
1616
]
17+
# Require LLVM 20 (https://github.com/llvm/llvm-project/pull/67749)
18+
Style:
19+
AngledHeaders: [".*"]

.github/ISSUE_TEMPLATE/20_feature-request.md

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Feature request
2+
description: Suggest an idea for ClickHouse
3+
labels: ["feature"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
> (you don't have to strictly follow this form)
9+
- type: textarea
10+
attributes:
11+
label: Company or project name
12+
description: Put your company name or project description here.
13+
validations:
14+
required: false
15+
- type: textarea
16+
attributes:
17+
label: Use case
18+
description: A clear and concise description of what the intended usage scenario is.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: Describe the solution you'd like
24+
description: A clear and concise description of what you want to happen.
25+
validations:
26+
required: true
27+
- type: textarea
28+
attributes:
29+
label: Describe alternatives you've considered
30+
description: A clear and concise description of any alternative solutions or features you've considered.
31+
validations:
32+
required: false
33+
- type: textarea
34+
attributes:
35+
label: Additional context
36+
description: Add any other context or screenshots about the feature request here.
37+
validations:
38+
required: false

.github/ISSUE_TEMPLATE/30_unexpected-behaviour.md

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Unexpected behaviour
2+
description: Some feature is working in non-obvious way
3+
labels: ["unexpected behaviour"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
> (you don't have to strictly follow this form)
9+
- type: textarea
10+
attributes:
11+
label: Company or project name
12+
description: Put your company name or project description here.
13+
validations:
14+
required: false
15+
- type: textarea
16+
attributes:
17+
label: Describe the unexpected behaviour
18+
description: A clear and concise description of what works not as it is supposed to.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: How to reproduce
24+
description: |
25+
* Which ClickHouse server version to use
26+
* Which interface to use, if matters
27+
* Non-default settings, if any
28+
* `CREATE TABLE` statements for all tables involved
29+
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
30+
* Queries to run that lead to unexpected result
31+
validations:
32+
required: true
33+
- type: textarea
34+
attributes:
35+
label: Expected behavior
36+
description: A clear and concise description of what you expected to happen.
37+
validations:
38+
required: false
39+
- type: textarea
40+
attributes:
41+
label: Error message and/or stacktrace
42+
description: If applicable, add screenshots to help explain your problem.
43+
validations:
44+
required: false
45+
- type: textarea
46+
attributes:
47+
label: Additional context
48+
description: Add any other context about the problem here.
49+
validations:
50+
required: false

.github/ISSUE_TEMPLATE/35_incomplete_implementation.md

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Incomplete implementation
2+
description: Implementation of existing feature is not finished
3+
labels: ["unfinished code"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
> (you don't have to strictly follow this form)
9+
- type: textarea
10+
attributes:
11+
label: Company or project name
12+
description: Put your company name or project description here.
13+
validations:
14+
required: false
15+
- type: textarea
16+
attributes:
17+
label: Describe the unexpected behaviour
18+
description: A clear and concise description of what works not as it is supposed to.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: How to reproduce
24+
description: |
25+
* Which ClickHouse server version to use
26+
* Which interface to use, if matters
27+
* Non-default settings, if any
28+
* `CREATE TABLE` statements for all tables involved
29+
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
30+
* Queries to run that lead to unexpected result
31+
validations:
32+
required: true
33+
- type: textarea
34+
attributes:
35+
label: Expected behavior
36+
description: A clear and concise description of what you expected to happen.
37+
validations:
38+
required: false
39+
- type: textarea
40+
attributes:
41+
label: Error message and/or stacktrace
42+
description: If applicable, add screenshots to help explain your problem.
43+
validations:
44+
required: false
45+
- type: textarea
46+
attributes:
47+
label: Additional context
48+
description: Add any other context about the problem here.
49+
validations:
50+
required: false

.github/ISSUE_TEMPLATE/45_usability-issue.md

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Usability issue
2+
description: Report something can be made more convenient to use
3+
labels: ["usability"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
> (you don't have to strictly follow this form)
9+
- type: textarea
10+
attributes:
11+
label: Company or project name
12+
description: Put your company name or project description here.
13+
validations:
14+
required: false
15+
- type: textarea
16+
attributes:
17+
label: Describe the unexpected behaviour
18+
description: A clear and concise description of what works not as it is supposed to.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: How to reproduce
24+
description: |
25+
* Which ClickHouse server version to use
26+
* Which interface to use, if matters
27+
* Non-default settings, if any
28+
* `CREATE TABLE` statements for all tables involved
29+
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
30+
* Queries to run that lead to unexpected result
31+
validations:
32+
required: true
33+
- type: textarea
34+
attributes:
35+
label: Expected behavior
36+
description: A clear and concise description of what you expected to happen.
37+
validations:
38+
required: false
39+
- type: textarea
40+
attributes:
41+
label: Error message and/or stacktrace
42+
description: If applicable, add screenshots to help explain your problem.
43+
validations:
44+
required: false
45+
- type: textarea
46+
attributes:
47+
label: Additional context
48+
description: Add any other context about the problem here.
49+
validations:
50+
required: false

0 commit comments

Comments
 (0)