Skip to content

Commit ef917a1

Browse files
authored
Merge branch 'ClickHouse:main' into date_times_autogen
2 parents 0f40f24 + ba5cf8e commit ef917a1

File tree

387 files changed

+2866
-1725
lines changed

Some content is hidden

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

387 files changed

+2866
-1725
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
if: matrix.check_type == 'kbcheck'
2828
run: |
2929
curl -Ls https://astral.sh/uv/install.sh | sh
30-
uv python install 3.12
30+
uv clean
31+
uv python install 3.12 --verbose
3132
- name: Setup md-lint environment
3233
if: matrix.check_type == 'md-lint'
3334
uses: actions/setup-node@v3

.github/workflows/trademark-cla-notice.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
// Check if any files match our patterns
5151
const hasDocsChanges = files.some(file =>
52-
file.filename.startsWith('docs/integrations/') ||
52+
file.filename.startsWith('docs/integrations/') &&
5353
file.filename.startsWith('static/images')
5454
);
5555
@@ -88,7 +88,7 @@ jobs:
8888
});
8989
9090
const hasDocsChanges = files.some(file =>
91-
file.filename.startsWith('docs/integrations/') ||
91+
file.filename.startsWith('docs/integrations/') &&
9292
file.filename.startsWith('static/images/')
9393
);
9494
@@ -171,7 +171,7 @@ jobs:
171171
if (!existingClaComment && context.eventName === 'pull_request_target') {
172172
const claText = '# Trademark License Addendum\n\n' +
173173
'Merging of this pull request is temporarily blocked as it potentially ' +
174-
'contains a contribution containing a trademark. git diffPlease \n' +
174+
'contains a contribution containing a trademark. Please \n' +
175175
'read and agree to the Trademark License Addendum below to \n' +
176176
'unblock merging of this pull request.\n\n' +
177177
'<details>\n' +

.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
StylesPath = styles
2-
MinAlertLevel = suggestion
2+
MinAlertLevel = warning
33

44
[*.{md}]
55
BasedOnStyles = ClickHouse

docs/_snippets/_add_superset_detail.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ TAG=2.0.0 docker-compose -f docker-compose-non-dev.yml up
4444
```
4545

4646
</details>
47-

docs/_snippets/_aws_regions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@
99
|us-east-1 c1 | com.amazonaws.vpce.us-east-1.vpce-svc-096c118db1ff20ea4 | use1-az6 use1-az4 use1-az2 |
1010
|us-east-2 | com.amazonaws.vpce.us-east-2.vpce-svc-0b99748bf269a86b4 | use2-az1 use2-az2 use2-az3 |
1111
|us-west-2 | com.amazonaws.vpce.us-west-2.vpce-svc-049bbd33f61271781 | usw2-az2 usw2-az1 usw2-az3 |
12-
13-
14-
15-

docs/_snippets/_clickhouse_mysql_cloud_setup.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import Image from '@theme/IdealImage';
1111

1212
<Image size="md" img={mysql_1} alt="ClickHouse Cloud credentials screen showing MySQL interface selection dropdown" border />
1313

14-
1514
2. Toggle the switch to enable the MySQL interface for this specific service. This will expose port `3306` for this service and prompt you with your MySQL connection screen that include your unique MySQL username.
1615

1716
<Image size="md" img={mysql_2} alt="ClickHouse Cloud MySQL interface enabling toggle and connection details" border />
@@ -25,7 +24,6 @@ Alternatively, in order to enable the MySQL interface for an existing service:
2524
<Image size="md" img={mysql_3} alt="ClickHouse Cloud service connection screen with Connect option highlighted" border />
2625
<br/>
2726

28-
2927
4. Select MySQL from the `Connect With` drop down.
3028

3129
<br/>

docs/_snippets/_gather_your_details_native.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import cloud_connect_button from '@site/static/images/_snippets/cloud-connect-bu
22
import connection_details_native from '@site/static/images/_snippets/connection-details-native.png';
33
import Image from '@theme/IdealImage';
44

5-
65
To connect to ClickHouse with native TCP you need this information:
76

87
- The HOST and PORT: typically, the port is 9440 when using TLS, or 9000 when not using TLS.

docs/_snippets/_gcp_regions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
44
|`europe-west4`| `projects/dataplane-production/regions/europe-west4/serviceAttachments/production-europe-west4-clickhouse-cloud`| `europe-west4.p.gcp.clickhouse.cloud` |
55
|`us-central1`| `projects/dataplane-production/regions/us-central1/serviceAttachments/production-us-central1-clickhouse-cloud` | `us-central1.p.gcp.clickhouse.cloud` |
66
|`us-east1`| `projects/dataplane-production/regions/us-east1/serviceAttachments/production-us-east1-clickhouse-cloud` | `us-east1.p.gcp.clickhouse.cloud` |
7-
8-
9-

docs/_snippets/_launch_sql_console.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import cloud_connect_to_sql_console from '@site/static/images/_snippets/cloud-co
22
import createservice8 from '@site/static/images/_snippets/createservice8.png';
33
import Image from '@theme/IdealImage';
44

5-
65
:::tip SQL console
76
If you need a SQL client connection, your ClickHouse Cloud service has an associated web based SQL console; expand **Connect to SQL console** below for details.
87
:::

docs/_snippets/_tabs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ Cloud
1818

1919
Self-managed
2020

21-
2221
</TabItem>
2322
</Tabs>
24-

0 commit comments

Comments
 (0)