Skip to content

Commit 35c688c

Browse files
committed
Merge branch 'main' into ignite-26446
2 parents 2887610 + f9adbe8 commit 35c688c

File tree

186 files changed

+4428
-1490
lines changed

Some content is hidden

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

186 files changed

+4428
-1490
lines changed

.github/workflows/python_dbapi_wheels.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "Build Python DB API Driver Wheels"
22

33
on:
4+
push:
5+
paths:
6+
- 'modules/platforms/python/**'
7+
48
workflow_dispatch:
59

610
jobs:
@@ -71,13 +75,12 @@ jobs:
7175
CIBW_BEFORE_ALL: yum -y install openssl-devel
7276
CIBW_BUILD_VERBOSITY: 1
7377

74-
- name: Install Winget
75-
if: runner.os == 'Windows'
76-
uses: Cyberboss/install-winget@v1
77-
78-
- name: Install OpenSSL on Windows
78+
- name: Install OpenSSL (Windows)
7979
if: runner.os == 'Windows'
80-
run: winget install --id=ShiningLight.OpenSSL.Dev -e --accept-source-agreements --disable-interactivity
80+
shell: powershell
81+
run: |
82+
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
83+
vcpkg install openssl:x64-windows-static-md
8184
8285
- name: Build wheels Windows
8386
if: runner.os == 'Windows'

docs/_data/toc.yaml

Lines changed: 26 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@
2323
url: installation/deb-rpm
2424
- title: Installing Docker
2525
url: installation/installing-using-docker
26-
- title: Installing to Kubernetes
27-
url: installation/installing-to-k8s
2826
- title: Migration From Ignite 2
2927
url: installation/migration-from-ai2/overview
28+
items:
29+
- title: Configuration Migration
30+
url: installation/migration-from-ai2/config
31+
- title: Persistent Data Migration
32+
url: installation/migration-from-ai2/persistent-migration
33+
- title: SQL Function Comparison
34+
url: installation/migration-from-ai2/ai2-functions
3035
- title: Getting Started
3136
url: quick-start/getting-started-guide
3237
items:
@@ -77,19 +82,14 @@
7782
url: developers-guide/sql/sql-api
7883
- title: JDBC Driver
7984
url: developers-guide/sql/jdbc-driver
80-
- title: System Views
81-
url: developers-guide/sql/system-views
8285
- title: ODBC Driver
8386
url: developers-guide/sql/odbc/odbc-driver
84-
items:
85-
- title: ODBC Driver
86-
url: developers-guide/sql/odbc/odbc-driver
87-
- title: Connection String
88-
url: developers-guide/sql/odbc/connection-string
89-
- title: Querying and Modifying Data
90-
url: developers-guide/sql/odbc/querying-modifying-data
91-
- title: Standard Conformance
92-
url: developers-guide/sql/odbc/specification
87+
- title: ODBC Connection String
88+
url: developers-guide/sql/odbc/connection-string
89+
- title: Querying and Modifying Data
90+
url: developers-guide/sql/odbc/querying-modifying-data
91+
- title: Standard Conformance
92+
url: developers-guide/sql/odbc/specification
9393
- title: Tables from Java Classes
9494
url: developers-guide/java-to-tables
9595
- title: Distributed Computing
@@ -126,32 +126,26 @@
126126
url: administrators-guide/config/cluster-config
127127
- title: CLI Configuration
128128
url: administrators-guide/config/cli-config
129-
- title: Storage Configuration
129+
- title: Distributed Storage
130130
url: administrators-guide/storage/storage-overview
131131
items:
132132
- title: Storage Overview
133133
url: administrators-guide/storage/storage-overview
134134
- title: Storage Profiles
135135
url: administrators-guide/storage/storage-profiles
136-
- title: Storage Engines
137-
url: administrators-guide/storage/engines/storage-engines
138-
items:
139-
- title: Storage Engines Overview
140-
url: administrators-guide/storage/engines/storage-engines
141-
- title: AIPersist Engine
142-
url: administrators-guide/storage/engines/aipersist
143-
- title: RocksDB Engine
144-
url: administrators-guide/storage/engines/rocksdb
145-
- title: AIMem Engine
146-
url: administrators-guide/storage/engines/aimem
147136
- title: Data Partitions
148137
url: administrators-guide/storage/data-partitions
149-
- title: Native Persistent Storage
150-
url: administrators-guide/config/storage/persistent
151-
- title: RocksDB Persistent Storage
152-
url: administrators-guide/config/storage/rocksdb
153-
- title: Volatile Storage
154-
url: administrators-guide/config/storage/volatile
138+
- title: Storage Engines
139+
url: administrators-guide/storage/engines/storage-engines
140+
items:
141+
- title: Storage Engines Overview
142+
url: administrators-guide/storage/engines/storage-engines
143+
- title: AIPersist Engine
144+
url: administrators-guide/storage/engines/aipersist
145+
- title: RocksDB Engine
146+
url: administrators-guide/storage/engines/rocksdb
147+
- title: AIMem Engine
148+
url: administrators-guide/storage/engines/aimem
155149
- title: Cluster Lifecycle
156150
url: administrators-guide/lifecycle
157151
- title: Data Colocation
@@ -176,7 +170,7 @@
176170
url: administrators-guide/metrics/configuring-metrics
177171
- title: Metrics List
178172
url: administrators-guide/metrics/metrics-list
179-
- title: Metrics System Views
173+
- title: System Views
180174
url: administrators-guide/metrics/system-views
181175
- title: Handling Exceptions
182176
url: administrators-guide/handling-exceptions

docs/_docs/administrators-guide/config/cli-config.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@ ignite.auth.basic.password=
3737
|======
3838
|Property|Default|Description
3939

40-
|ignite.jdbc.key-store.path||Path to the JDBC keystore file.
41-
|ignite.cluster-endpoint-url|http://127.0.1.1:10300|
40+
|ignite.jdbc.key-store.path||Path to the JDBC keystore file for SSL/TLS client authentication.
41+
|ignite.cluster-endpoint-url|http://127.0.1.1:10300|URL endpoint for connecting to the Ignite cluster REST API.
4242
|ignite.jdbc.client-auth||If JDBC client authorization is enabled in CLI.
43-
|ignite.rest.key-store.password||
44-
|ignite.jdbc.key-store.password||
43+
|ignite.rest.key-store.password||Password for the REST API keystore file.
44+
|ignite.jdbc.key-store.password||Password for the JDBC keystore file.
4545
|ignite.cli.sql.multiline|true|Enables multiline input mode for SQL commands in the CLI.
4646
|ignite.cli.syntax-highlighting|true|Enables syntax highlighting in CLI output.
47-
|ignite.rest.trust-store.path||
48-
|ignite.jdbc.trust-store.password||
49-
|ignite.auth.basic.username||
50-
|ignite.jdbc-url|jdbc:ignite:thin://127.0.0.1:10800|
51-
|ignite.rest.key-store.path||
52-
|ignite.rest.trust-store.password||
53-
|ignite.jdbc.trust-store.path||
54-
|ignite.auth.basic.password||
47+
|ignite.rest.trust-store.path||Path to the REST API truststore file for SSL/TLS server verification.
48+
|ignite.jdbc.trust-store.password||Password for the JDBC truststore file.
49+
|ignite.auth.basic.username||Username for basic authentication when connecting to the cluster.
50+
|ignite.jdbc-url|jdbc:ignite:thin://127.0.0.1:10800|JDBC connection URL for connecting to the Ignite cluster.
51+
|ignite.rest.key-store.path||Path to the REST API keystore file for SSL/TLS client authentication.
52+
|ignite.rest.trust-store.password||Password for the REST API truststore file.
53+
|ignite.jdbc.trust-store.path||Path to the JDBC truststore file for SSL/TLS server verification.
54+
|ignite.auth.basic.password||Password for basic authentication when connecting to the cluster.
5555
|======
5656

5757

docs/_docs/administrators-guide/config/cluster-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ bin/ignite3 cluster config show > cluster-config.txt
305305

306306
|======
307307

308-
== System Configuration
308+
=== System Configuration
309309

310310
This section describes internal properties, which are used by a number of Ignite components. Although you can edit these properties in the same way you edit all others - using the `node config update` CLI command - we suggest that you discuss the proposed changes with the Ignite support team. The properties can apply to the cluster as a whole - see below - or to a link:administrators-guide/config/node-config#system-configuration[specific node].
311311

docs/_docs/administrators-guide/config/node-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ _Checkpointing_ is the process of copying dirty pages from RAM to partition file
511511
|======
512512

513513

514-
== System Configuration
514+
=== System Configuration
515515

516516
This section describes internal properties, which are used by a number of Ignite components. Although you can edit these properties in the same way you edit all others - using the `node config update` CLI command - we suggest that you discuss the proposed changes with the Ignite support team. The properties can apply to a specific node - see below - or to the link:administrators-guide/config/cluster-config#system-configuration[cluster as a whole].
517517

0 commit comments

Comments
 (0)