Commit Graph

139030 Commits

Author SHA1 Message Date
Robert Schulze
75bebc76e1
Clean up mess left by previous attempts to make builds work 2024-04-08 11:04:24 +00:00
Robert Schulze
c86d7534f3
Fix compatibility check, pt. II 2024-04-08 11:04:20 +00:00
Robert Schulze
481f2b0408
Fix compatibility check, pt. I 2024-04-08 11:04:16 +00:00
Robert Schulze
116393c951
Disable s390x build 2024-04-08 11:04:11 +00:00
Robert Schulze
f5b8987e4e
Fix Darwin builds (aarch64 and x86_64) 2024-04-08 11:04:06 +00:00
Robert Schulze
66665aacba
Fix the RISC-V build, try to fix the s390x build 2024-04-08 11:04:02 +00:00
Robert Schulze
b754cc90a8
Fix PPC build 2024-04-08 11:03:58 +00:00
Robert Schulze
f116fda0e5
Fix ARM builds 2024-04-08 11:03:55 +00:00
Robert Schulze
c556f62f51
Fix test_ssl_cert_authentication 2024-04-08 11:03:51 +00:00
Robert Schulze
0674582028
Fix test_replicated_merge_tree_encryption_codec 2024-04-08 11:03:47 +00:00
Robert Schulze
2418d673f1
Suppress false positives in leaksan 2024-04-08 11:03:43 +00:00
Robert Schulze
b8b74ff815
Suppress msan false positives 2024-04-08 11:03:35 +00:00
Robert Schulze
fbfa9437ad
Switch to *-SIV ciphers (except on s390/x) 2024-04-08 11:03:31 +00:00
Robert Schulze
d82869f995
Modernize OpenSSL usage (use provider API) - needed for GCM-SIV cipher 2024-04-08 11:03:27 +00:00
Robert Schulze
f5265970c3
Fix 02550_client_connections_credentials.sh 2024-04-08 11:03:23 +00:00
Robert Schulze
7df398a51d
Fix x86 build 2024-04-08 11:03:15 +00:00
Robert Schulze
a8fb77ed8a
Add patch-able OpenSSL submodule back 2024-04-08 11:03:10 +00:00
Robert Schulze
1076aa6ff4
Remove OpenSSL upstream submodule (we need patched OpenSSL) 2024-04-08 11:02:56 +00:00
Robert Schulze
38629d0361
Fix sparse checkout 2024-04-08 11:02:49 +00:00
Robert Schulze
dca6e0abbd
Fix the build (after boringssl submodule removal) 2024-04-08 11:02:41 +00:00
Robert Schulze
0608f7662e
Remove boringssl submodule 2024-04-08 11:01:28 +00:00
Alexander Tokmakov
57985d9fb4
Merge pull request #62367 from ClickHouse/experimental_conflict
Disable window view with analyzer properly
2024-04-08 11:00:42 +02:00
robot-ch-test-poll
23b693fa78
Merge pull request #62380 from korowa/http-handler-docs-fix
Docs: predefined_query_handler example fix
2024-04-08 05:59:00 +02:00
Alexey Milovidov
f240511bf5
Merge pull request #62357 from anitahammer/patch-2
Fix contributor name vulnerability
2024-04-08 03:25:14 +02:00
Alexey Milovidov
cf0469e866
Merge pull request #62365 from ClickHouse/dhparams-are-not-by-default
dhparams are not enabled by default
2024-04-08 01:32:03 +02:00
Eduard Karacharov
4b5db7357c docs: predefined query handler example fix 2024-04-07 21:07:36 +03:00
Alexander Tokmakov
373bf49684 fix 2024-04-07 20:05:41 +02:00
Alexander Tokmakov
a4bec47a44 fix tests 2024-04-07 14:05:08 +02:00
alesapin
658a8e9a9b
Merge pull request #62189 from ClickHouse/try_global_trace_collector
Try global trace collector
2024-04-07 12:50:10 +02:00
Alexander Tokmakov
982d3db5b1 disable window view with analyzer properly 2024-04-06 21:51:28 +02:00
Alexey Milovidov
a6dbaf5408 dhparams are not enabled by default 2024-04-06 21:45:26 +02:00
alesapin
933d6e86da Remove config 2024-04-06 19:33:54 +02:00
alesapin
22caa3eb73 Merge remote-tracking branch 'origin/master' into try_global_trace_collector 2024-04-06 11:21:27 +02:00
alesapin
aae16fb41e Remove macro 2024-04-06 11:19:48 +02:00
Julia Kartseva
633aeaaa76
Merge pull request #61594 from azat/tests/02943_rmt_alter_metadata_merge_checksum_mismatch
Fix 02943_rmt_alter_metadata_merge_checksum_mismatch flakiness
2024-04-05 16:58:23 -07:00
Anita Hammer
c0ffee763c
Fix contributor name vulnerability 2024-04-06 02:48:50 +03:00
Nikolai Kochetov
0aa64eacd6
Merge pull request #62248 from ClickHouse/fix-generage-random-seed-analyzer
Fixing NULL random seed for generateRandom with analyzer.
2024-04-05 18:39:06 +02:00
Raúl Marín
7df11b1852
Merge pull request #62264 from Algunenano/nested_includes_Ñ
Remove more nested includes
2024-04-05 17:00:28 +02:00
Kruglov Pavel
47b9eb2cb2
Merge pull request #62005 from Avogar/better-string-to-variant
Better conversion from String to Variant
2024-04-05 15:26:14 +02:00
Kruglov Pavel
bdda4e31fb
Merge pull request #62305 from Avogar/fix-scalar-data-race
Fix data race on scalars in Context
2024-04-05 15:24:26 +02:00
alesapin
be6cb00d06
Merge pull request #62196 from ClickHouse/use_clickhouse_threads_nuraft
Use ClickHouse threads in NuRaft
2024-04-05 14:56:00 +02:00
Vitaly Baranov
3012e4bc27
Merge pull request #62207 from vitlibar/fix-restoring-parts-while-readonly
Fix restoring parts while readonly
2024-04-05 13:57:27 +02:00
robot-ch-test-poll3
9debb5b539
Merge pull request #62313 from anitahammer/patch-1
Update settings.md
2024-04-05 13:54:14 +02:00
Alexey Milovidov
05ca926c51
Merge pull request #62114 from ClickHouse/bridges-are-separate
Move bridges to separate packages
2024-04-05 13:33:25 +02:00
Alexey Milovidov
dd6e5be27b
Merge pull request #62288 from ClickHouse/fix-morton
Fix `mortonEncode` `use-of-uninitialized-value`
2024-04-05 13:32:22 +02:00
Raúl Marín
741a0bf0c0
Merge pull request #62285 from Algunenano/argmax_bug
Fix argMax with nullable non native numeric column
2024-04-05 13:31:37 +02:00
alesapin
e514a8b49d Merge remote-tracking branch 'origin/master' into try_global_trace_collector 2024-04-05 12:40:25 +02:00
vdimir
723bcc4ee5
Merge pull request #62225 from ClickHouse/vdimir/fix_index_definition_sql_udf
Fix crash in index definition containing sql udf
2024-04-05 12:02:11 +02:00
Kruglov Pavel
c3aa932367
Uncommonly header 2024-04-05 11:39:28 +02:00
avogar
0be983ee22 Fix test 2024-04-05 09:16:00 +00:00