Commit Graph

2996 Commits

Author SHA1 Message Date
Raúl Marín
4c95b5365a Merge remote-tracking branch 'blessed/master' into settings5 2024-10-23 22:31:32 +02:00
Raúl Marín
f3748fa5c2 Move MaterializedMySQLSettings to pImpl 2024-10-23 21:18:07 +02:00
Raúl Marín
b679608044 Move ExecutableSettings.h to pImpl 2024-10-23 20:48:30 +02:00
Raúl Marín
34bdda222a Move MySQLSettings to pImpl 2024-10-23 19:34:57 +02:00
Raúl Marín
bd5b88e0b8 Fix style checker for auto settings 2024-10-23 18:46:06 +02:00
Raúl Marín
7f1aa49692 Make shellcheck happier and the style checker code easier to understand 2024-10-23 18:44:04 +02:00
Raúl Marín
6727af1236 Make MemorySettings a pImpl and simplify style checker even more 2024-10-23 18:43:25 +02:00
serxa
680119f095 Fix c++expr -b option 2024-10-23 15:09:54 +00:00
Raúl Marín
7f46ca07d3 Fix style checker when the externs do not have leading whitespaces 2024-10-23 14:56:32 +02:00
Raúl Marín
e2d0df69fd Move SetSettings to pImpl 2024-10-23 14:40:26 +02:00
Raúl Marín
b4b602b943 Simplify adding new settings to style checker 2024-10-23 14:03:56 +02:00
Raúl Marín
bc6e98d08d Move DistributedSettings to pImpl 2024-10-23 13:23:09 +02:00
Raúl Marín
c8713f99a8 Move FileLogSettings to pImpl and reduce some header deps 2024-10-22 20:12:31 +02:00
Raúl Marín
6629d41175 Move HiveSettings to pImpl 2024-10-22 18:43:12 +02:00
Raúl Marín
56f65d8d43 Move KafkaSettings to pImpl 2024-10-22 18:43:12 +02:00
Raúl Marín
a2f806b933 Move NATSSetting to pImpl 2024-10-22 18:43:12 +02:00
Raúl Marín
45bdd04dd7 Merge remote-tracking branch 'blessed/master' into settings4 2024-10-21 22:54:21 +02:00
Raúl Marín
98b8dd5b0c Move RefreshSettings to pImpl 2024-10-21 19:07:33 +02:00
Raúl Marín
68a1b2a880 Move ObjectStorageQueueSettings to pImpl 2024-10-21 18:00:56 +02:00
Raúl Marín
5d73af32d4 Move MaterializedPostgreSQLSettings to pImpl 2024-10-21 16:00:28 +02:00
Raúl Marín
0965f773bd Move RabbitMQSettings to pImpl 2024-10-21 14:39:46 +02:00
Raúl Marín
87a740cc61 Move RocksDBSettings to pImpl 2024-10-21 13:27:53 +02:00
Raúl Marín
27ab849857 Move TimeSeriesSettings to pImpl 2024-10-21 12:53:50 +02:00
Robert Schulze
d02a31da44
Merge pull request #70616 from rschu1ze/query-time-ef-search
Vector search: allow to specify HNSW parameter `ef_search` at query time
2024-10-21 06:47:46 +00:00
Raúl Marín
52c40e6276 DatabaseReplicatedSettings to pImpl and reuse code 2024-10-18 18:47:09 +02:00
Sergei Trifonov
ee557a9f11
Merge branch 'master' into fix-use-concurrency-control 2024-10-18 13:30:03 +02:00
Raúl Marín
76b081c718
Merge pull request #70739 from Algunenano/settings3
Move more setting structs to pImpl
2024-10-17 15:44:59 +00:00
Pablo Marcos
9c9543ed8a
Merge pull request #70607 from Blargian/docs_globalVariable
[Docs] adds `globalVariable` function
2024-10-17 13:33:21 +00:00
Robert Schulze
b5fc077515
Merge remote-tracking branch 'ClickHouse/master' into query-time-ef-search 2024-10-17 12:09:29 +00:00
Pablo Marcos
286610f3f3 Add globalVariable to ignore dict 2024-10-17 11:00:55 +00:00
Raúl Marín
99924ba2bc Move ServerSettings to pImpl 2024-10-16 21:13:26 +02:00
Raúl Marín
786c2bc575 Move CoordinationSettings to pImpl 2024-10-16 14:38:46 +02:00
Nikita Taranov
5fbf184c08 fix 2024-10-15 12:17:34 +01:00
Robert Schulze
c5260bae08
Fix spelling 2024-10-14 18:52:53 +00:00
Alexey Milovidov
d24b8bea37
Merge pull request #70468 from johnnyfish/patch-1
Update gui.md
2024-10-09 15:53:18 +00:00
Robert Schulze
df8568c446
Merge pull request #70421 from Blargian/docs_extract
[Docs] Updates `extract`, adds `extractGroups` documentation
2024-10-09 01:46:01 +00:00
Robert Schulze
6307267ba2
Merge pull request #70419 from Blargian/docs_current_schemas
[Docs] Document `currentSchemas` function
2024-10-09 01:43:15 +00:00
johnnyfish
124970bf40 spelling fixes 2024-10-08 18:39:10 +03:00
Blargian
5703b5409a review changes and fix style-heck 2024-10-08 17:23:30 +02:00
robot-clickhouse
f920f957d6 Update version_date.tsv and changelogs after v24.3.12.75-lts 2024-10-08 15:03:12 +00:00
Blargian
78e57ebe04 update aspell-ignore 2024-10-08 16:25:26 +02:00
robot-clickhouse
e54eabde84 Update version_date.tsv and changelogs after v24.8.5.115-lts 2024-10-08 05:00:26 +00:00
Konstantin Bogdanov
2f8d15bcaa
Merge pull request #69768 from ClickHouse/tidy-redability-else-after-return
Prepare to enable `clang-tidy` `readability-else-after-return`
2024-10-07 07:53:18 +00:00
Konstantin Bogdanov
67c1e89d90
Apply linter changes 2024-10-06 12:29:20 +02:00
Alexey Milovidov
f056c6c2e5 Add words to dict 2024-10-06 11:35:27 +08:00
Alexey Milovidov
1ffae83809 Fix style 2024-10-06 11:15:47 +08:00
Alexey Milovidov
c0795b616a Fix unknown words 2024-10-06 11:15:28 +08:00
Alexey Milovidov
9c8dd953f0 Fix a wrong variable name 2024-10-06 11:15:11 +08:00
Alexey Milovidov
8c881049b5 Fix typos 2024-10-06 11:14:51 +08:00
Alexey Milovidov
db0c76c74e Fix style 2024-10-06 11:14:29 +08:00