Commit Graph

144420 Commits

Author SHA1 Message Date
Alexey Milovidov
e3f16ea491
Merge pull request #65247 from ClickHouse/fix-libunwind
Fix libunwind in CI
2024-06-14 00:22:15 +00:00
Raúl Marín
594a0e9a1a
Merge pull request #65200 from Algunenano/server_warnings_desc
Fix the descriptions of some server settings
2024-06-13 21:29:56 +00:00
Max K
bc183d8e04
Merge pull request #65250 from ClickHouse/revert-51008-nopresigned
Revert "Change default s3_throw_on_zero_files_match to true, document that presigned S3 URLs are not supported"
2024-06-13 21:12:21 +00:00
Max K
87f451d764
Revert "Change default s3_throw_on_zero_files_match to true, document that presigned S3 URLs are not supported" 2024-06-13 22:36:57 +02:00
Alexey Milovidov
dcbfa50446
Merge pull request #51008 from ClickHouse/nopresigned
Change default s3_throw_on_zero_files_match to true, document that presigned S3 URLs are not supported
2024-06-13 21:25:38 +02:00
Alexey Milovidov
02677892e3 Fix libunwind in CI 2024-06-13 21:03:02 +02:00
Alexander Tokmakov
99cd2f48ac
Merge pull request #65112 from ClickHouse/tavplubix-patch-10
Update test_replicated_database/test.py
2024-06-13 19:02:01 +00:00
Mikhail f. Shiryaev
4a30ebd8d6
Merge pull request #65235 from ClickHouse/auto/v24.3.4.147-lts
Update version_date.tsv and changelogs after v24.3.4.147-lts
2024-06-13 18:30:05 +00:00
Nikolay Degterinsky
960a017bc5
Merge pull request #65194 from morning-color/fix_docs_for_skipping_indexes
Fix docs for skipping-indexes.md
2024-06-13 18:08:49 +00:00
robot-clickhouse
11020f71f3
Update version_date.tsv and changelogs after v24.5.2.34-stable 2024-06-13 18:37:48 +02:00
robot-clickhouse
833d138383 Update version_date.tsv and changelogs after v24.3.4.147-lts 2024-06-13 16:28:12 +00:00
Sema Checherinda
e8c0caa5ab
Merge pull request #63314 from arthurpassos/no_proxy_support
Add `no_proxy` support
2024-06-13 15:48:12 +00:00
Kseniia Sumarokova
9551f3b98a
Merge pull request #65208 from ClickHouse/sync-profile-events
Sync ProfileEvents.h
2024-06-13 15:46:52 +00:00
Robert Schulze
923caa52ba
Merge pull request #65211 from rschu1ze/docs-sanitizer
Docs: Recommend disabling ASLR for sanitizer builds
2024-06-13 15:00:59 +00:00
Mikhail f. Shiryaev
98b769bcd1
Merge pull request #65202 from ClickHouse/fix-changelog-progress
Fix search issues for progress_func, add zstd for GH cache
2024-06-13 14:10:35 +00:00
Robert Schulze
5e1ef8aefa
Update tests.md 2024-06-13 15:44:36 +02:00
Robert Schulze
e8ac8d46ff
Update docs/en/development/tests.md
Co-authored-by: Raúl Marín <git@rmr.ninja>
2024-06-13 15:43:30 +02:00
Mikhail f. Shiryaev
f48421fd61
Running a changelog.py with a host network for AMI 2024-06-13 15:41:22 +02:00
Mikhail f. Shiryaev
f1707998d2
Fix search issues for progress_func, add zstd for GH cache 2024-06-13 15:40:38 +02:00
Alexander Gololobov
cb84733143
Merge pull request #65051 from ClickHouse/fix_capture_this_in_context_access
Capture weak_ptr of ContextAccess for safety
2024-06-13 13:37:36 +00:00
Robert Schulze
df607c535c
Docs: Recommend disabling ASLR for sanitizer builds 2024-06-13 13:31:43 +00:00
kssenii
88b6b2732a Sync changes 2024-06-13 15:14:05 +02:00
Antonio Andelic
61012a86aa
Merge pull request #64365 from ClickHouse/fix-gwp-asan
Try to fix GWPAsan
2024-06-13 13:09:11 +00:00
Alexander Tokmakov
c24e905bc6
Merge pull request #65184 from ClickHouse/tavplubix-patch-14
Add an assertion in ReplicatedMergeTreeQueue
2024-06-13 13:02:50 +00:00
Sergei Trifonov
b37e443b3b
Merge pull request #64403 from ClickHouse/fix-comment
Remove wrong comment
2024-06-13 12:32:33 +00:00
Kseniia Sumarokova
e87be0d6b5
Merge pull request #65077 from ClickHouse/kssenii-patch-9-1
Update s3queue.md
2024-06-13 12:28:57 +00:00
János Benjamin Antal
5cff2bca77
Merge pull request #64888 from azat/client-cancelled-message
Fix possible loss of "Query was cancelled" message in client (fixes 03023_zeros_generate_random_with_limit_progress_bar flakiness)
2024-06-13 12:24:27 +00:00
Kseniia Sumarokova
3f0211a2f8
Update s3queue.md 2024-06-13 13:49:47 +02:00
Raúl Marín
afae991bf7
Merge pull request #65185 from Algunenano/another_dict_short_circuit_bug
Fix bug in short circuit optimization with cache dictionaries
2024-06-13 11:06:16 +00:00
Raúl Marín
98d92b3be2 Fix the descriptions on some server settings 2024-06-13 12:54:31 +02:00
Daniil Ivanik
1e03a35729
Merge pull request #65064 from ilejn/time_virtual_col_tests
Tests for _time virtual column in file alike storages
2024-06-13 09:46:39 +00:00
Alexander Gololobov
fd586aaea4 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix_capture_this_in_context_access 2024-06-13 09:12:43 +02:00
morning-color
07f93fe78d Fix docs 2024-06-13 10:44:32 +08:00
Mikhail f. Shiryaev
72cc6b2ba0
Merge pull request #64813 from ClickHouse/changelog-in-ci
Changelog in ci
2024-06-12 21:11:29 +00:00
Nikita Mikhaylov
fbb36fc738
Merge pull request #64394 from Blargian/docs_fix_broken_link
[Docs] Fix broken link under CSV format settings
2024-06-12 17:29:05 +00:00
Robert Schulze
2933713ec4
Merge pull request #65167 from rschu1ze/abseil-submodule-rename
Ensure submodules are named consistently
2024-06-12 17:01:32 +00:00
Sema Checherinda
b4b6d08908
Merge pull request #65152 from ClickHouse/chesema-ajust-tests-with-times
rework tests with sleep: use sleep_until instead sleep_for
2024-06-12 16:17:54 +00:00
Yarik Briukhovetskyi
f811dbf8f8
Merge pull request #65165 from Blargian/fix_deadlinks
Fix broken links in docs
2024-06-12 16:15:37 +00:00
Alexander Tokmakov
bf04aebc94
Update ReplicatedMergeTreeQueue.cpp 2024-06-12 18:00:19 +02:00
Nikita Mikhaylov
7082730554
Merge pull request #60622 from phil-schreiber/fix/docu-column-ddl-for-codec-and-comment
fix column ddl expression order documentation
2024-06-12 15:51:29 +00:00
Raúl Marín
5f5a6d5f10 Fix bug in short circuit optimization with cache dictionaries 2024-06-12 17:51:17 +02:00
Nikita Mikhaylov
f6e71dc6bc
Merge pull request #65135 from ClickHouse/bloc
Fix 'Tasks in BackgroundSchedulePool cannot throw' caused by MergeTreeData::loadUnexpectedDataParts()
2024-06-12 15:47:43 +00:00
Nikita Mikhaylov
29ec6519f1
Merge pull request #63699 from tomershafir/io-uring-improve-resubmits-visibility
io_uring: improve resumbits visibility
2024-06-12 15:46:31 +00:00
Robert Schulze
b8bb167547
Update .gitmodules 2024-06-12 17:27:17 +02:00
Alexander Tokmakov
208f32328c
Update tests/integration/test_replicated_database/test.py
Co-authored-by: Raúl Marín <git@rmr.ninja>
2024-06-12 16:56:09 +02:00
Max K
9d26f8bbd1
Merge pull request #65181 from ClickHouse/ci_fix_not_merged_cherry_picks_for_backports
CI: Fix not-merged cherry-picks for backports
2024-06-12 14:56:06 +00:00
Max Kainov
49977e89e0 CI: Fix not-merged cherry-picks for backports 2024-06-12 14:29:52 +00:00
Robert Schulze
3fd1918c3f
Update check-style 2024-06-12 16:21:08 +02:00
Mikhail f. Shiryaev
9d1f64e8b3
Update utils/check-style/check-style 2024-06-12 16:11:21 +02:00
Robert Schulze
3ff69a9a03
Update utils/check-style/check-style
Co-authored-by: Mikhail f. Shiryaev <mr.felixoid@gmail.com>
2024-06-12 15:36:15 +02:00