Commit Graph

156725 Commits

Author SHA1 Message Date
robot-clickhouse
615976def8 Automatic style fix 2024-10-24 16:05:48 +00:00
serxa
294ee94c4d fix 2024-10-24 15:59:18 +00:00
serxa
52091f4ff8 add docs and test 2024-10-24 15:57:14 +00:00
serxa
3ee2b186c6 Merge branch 'master' into async_load_system_database 2024-10-24 15:53:08 +00:00
Alexey Milovidov
9dacfa23dd Merge branch 'master' into strict-license-check 2024-10-24 17:26:44 +02:00
Alexey Milovidov
7126032ec8 Fix error 2024-10-24 17:08:19 +02:00
serxa
e8bffef683 fix conflict 2024-10-24 14:51:06 +00:00
Alexey Milovidov
eec39fa1ac
Merge pull request #70987 from ClickHouse/no-qpl
Remove `idxd-config` library which has an incompatible license
2024-10-24 14:50:13 +00:00
Max Kainov
38753970a4 CI: Rearrange directories for praktika ci 2024-10-24 16:48:14 +02:00
Sergei Trifonov
a072302306
Merge branch 'master' into async_load_system_database 2024-10-24 16:46:27 +02:00
Alexey Milovidov
d32bd7dda3 Add a test 2024-10-24 16:04:56 +02:00
Alexey Milovidov
43a3ff8ae1 Add a handler 2024-10-24 16:04:56 +02:00
Alexey Milovidov
c2de9cfe5b Minor improvements 2024-10-24 16:04:56 +02:00
Alexey Milovidov
51353c0a65 Fix error 2024-10-24 16:04:56 +02:00
Alexey Milovidov
f2f149eb83 Fix error 2024-10-24 16:04:56 +02:00
Alexey Milovidov
6c4563413f Minor changes 2024-10-24 16:04:56 +02:00
Alexey Milovidov
8994e7711b Fix typo 2024-10-24 16:04:56 +02:00
Alexey Milovidov
d5de88e6fe Fix error 2024-10-24 16:04:56 +02:00
Alexey Milovidov
52cc95794d Fix typo 2024-10-24 16:04:56 +02:00
Alexey Milovidov
a03f22bc7f Proper text on hover 2024-10-24 16:04:56 +02:00
Alexey Milovidov
755ccce955 Audio feedback + more info 2024-10-24 16:04:56 +02:00
Alexey Milovidov
f439c824fd JavaScript 2024-10-24 16:04:56 +02:00
Alexey Milovidov
91a32c3511 Remove old parts immediately 2024-10-24 16:04:56 +02:00
Alexey Milovidov
0b74588a9e Merge visualizer 2024-10-24 16:04:55 +02:00
Alexey Milovidov
6f2750d820 Merge visualizer 2024-10-24 16:04:55 +02:00
Alexey Milovidov
318c2aff83 Merge visualizer 2024-10-24 16:04:55 +02:00
Alexey Milovidov
51d95a65b8 Merge branch 'master' into merge-source-parts 2024-10-24 15:55:48 +02:00
Pablo Marcos
ab2380a9f0 Fix mistake merging master 2024-10-24 13:46:21 +00:00
Yarik Briukhovetskyi
6640d78879
Merge branch 'ClickHouse:master' into fix_logical_error_substrings 2024-10-24 15:42:52 +02:00
Alexey Milovidov
6f8e953bd9
Merge pull request #71004 from ClickHouse/embedded_dictionaries_localisation
Tests for languages support for Embedded Dictionaries
2024-10-24 13:40:22 +00:00
Raúl Marín
4da1ecdd00 Style 2024-10-24 15:39:35 +02:00
Alexey Milovidov
44c70f8e80
Merge pull request #71008 from ClickHouse/runner-add-deps
Add libraries to runner image
2024-10-24 13:16:04 +00:00
Antonio Andelic
f44827beca Small fix 2024-10-24 15:14:43 +02:00
Raúl Marín
5f7ccf945a Remove some unused methods from BaseSettings.h 2024-10-24 14:55:15 +02:00
Pablo Marcos
4fc4cee862 Improve test to ensure data collected is ok 2024-10-24 12:52:30 +00:00
kevinyhzou
ad08f67eb5 recover some code 2024-10-24 20:08:37 +08:00
Antonio Andelic
b24239a75c
Merge branch 'master' into fix-keeper-with-xid-64 2024-10-24 14:06:36 +02:00
kevinyhzou
55ba5782e5 modify test 2024-10-24 20:04:39 +08:00
kevinyhzou
5ffac7f39f improve performance 2024-10-24 20:02:54 +08:00
Pablo Marcos
611dbd59be Merge branch 'master' into system-query-metric-log 2024-10-24 12:02:51 +00:00
Raúl Marín
369c58c0f2 Reduce deps from SettingsEnums 2024-10-24 13:57:26 +02:00
Pablo Marcos
2a1327dd91 Move the log trace outside of the mutex
finishQuery doesn't need to take care of this case because
it can never happen here since the query is not removed yet
from the list.
2024-10-24 11:57:24 +00:00
Raúl Marín
8566916cc3 Clean style checker 2024-10-24 13:07:50 +02:00
Yarik Briukhovetskyi
8090952bf2
Review fix 2024-10-24 12:55:16 +02:00
maxvostrikov
4300d287bc squash! Tests for languages support for Embedded Dictionaries Embedded Dictionaries have some tests, but none of them were cheking languages. Added spanish dictionary file with region translations and a test to check that it works 2024-10-24 12:49:54 +02:00
Raúl Marín
350bd26196 Introduce S3RequestSetting as pImpl 2024-10-24 12:27:52 +02:00
Raúl Marín
83eeb26607 Introduce S3AuthSettings as pImpl 2024-10-24 12:27:52 +02:00
Kseniia Sumarokova
eb42cddde4
Merge pull request #70975 from ClickHouse/kssenii-patch-13
Update exception message
2024-10-24 10:25:37 +00:00
kevinyhzou
e59e531767 modify test for DST 2024-10-24 18:16:03 +08:00
kevinyhzou
e32e80b0ec consider about DST 2024-10-24 18:10:21 +08:00