Mikhail f. Shiryaev
7f34c8e17d
Decouple env_helper.get_job_id_url
2023-09-06 12:43:29 +02:00
Mikhail f. Shiryaev
1afc5b7e05
Use suffix from git tags as version descriptions
2023-09-06 12:43:28 +02:00
Mikhail f. Shiryaev
6fc73e0e1f
Use a single BuildResult class across builds and report checks
2023-09-06 12:43:27 +02:00
Mikhail f. Shiryaev
88664bef3f
Create report status constants
2023-09-06 12:43:25 +02:00
Mikhail f. Shiryaev
428b72e767
Combine rows for build templates with lists
2023-09-06 12:43:23 +02:00
Mikhail f. Shiryaev
e0f6242af8
Use the same style for all reports
2023-09-06 12:43:21 +02:00
Mikhail f. Shiryaev
e18d9d39e8
Migrate S3Helper to pathlib.Path
2023-09-06 12:43:20 +02:00
Nikolay Degterinsky
42ce81e62a
Merge pull request #54339 from arenadata/ADQM-1158
...
Improved protection from dereferencing of nullptr
2023-09-06 12:25:57 +02:00
Robert Schulze
8f6cd157b9
Merge pull request #54316 from ucasfl/isNull
...
Fix isZeroOrNull(NULL)
2023-09-06 10:38:22 +02:00
robot-ch-test-poll1
d9746b5ea1
Merge pull request #54336 from arenadata/ADQM-1157
...
Used assert_cast instead of dynamic_cast in ExternalDataSourceCache
2023-09-06 08:28:21 +02:00
Alexey Gerasimchuck
076a6e7476
reduced code amount
2023-09-06 02:07:39 +00:00
Yakov Olkhovskiy
0dd6928a13
Merge pull request #53068 from nickitat/unify_keep_alive_setting
...
Unify setting http keep-alive timeout, increase default to 30s
2023-09-05 22:05:23 -04:00
Alexey Gerasimchuck
686f018183
Improved protection from dereferencing of nullptr
2023-09-06 01:46:58 +00:00
robot-clickhouse-ci-1
02339a1f22
Merge pull request #54326 from ClickHouse/fix_segfault_system_zookeeper
...
Fix segfault in system.zookeeper
2023-09-06 02:20:50 +02:00
Alexey Gerasimchuck
f9edf01280
used assert_cast instead of dynamic_cast
2023-09-05 22:57:40 +00:00
Robert Schulze
470ce3444c
Merge pull request #53149 from seshWCS/gcddelta-codec
...
Add GCD codec
2023-09-05 23:32:06 +02:00
Robert Schulze
b314b8d4ac
Merge pull request #53328 from valbok/decimal
...
Introduce default parameters to DECIMAL family types
2023-09-05 23:30:11 +02:00
robot-ch-test-poll1
3aeb1cc9ee
Merge pull request #54328 from rgushel/patch-1
...
Update generate.md
2023-09-05 22:49:23 +02:00
robot-ch-test-poll4
aa12fe32be
Merge pull request #54306 from ClickHouse/vdimir/join_on_system_errors_fix
...
Fix unexpected errors in system.errors after join
2023-09-05 22:29:05 +02:00
Roman G
eb1812cc87
Update generate.md
2023-09-05 15:55:58 -04:00
Robert Schulze
b004aa8076
Fix style
2023-09-05 19:55:11 +00:00
robot-clickhouse-ci-1
7403ee689f
Merge pull request #53877 from vitlibar/add-restore-setting-allow-broken-parts
...
Add restore setting "restore_broken_parts_as_detached"
2023-09-05 21:28:08 +02:00
Kruglov Pavel
de801ce563
Merge pull request #54293 from ClickHouse/pasha-returned-from-vacation
...
Code improvement for reading from archives
2023-09-05 21:09:09 +02:00
Alexey Milovidov
05a281b68c
Merge pull request #54254 from vitlibar/fix-wrong-realloc-in-hashed-array-dictionary
...
Fix wrong reallocation in HashedArrayDictionary
2023-09-05 21:40:55 +03:00
Alexey Milovidov
3e21bfc6c0
Update 02436_system_zookeeper_context.sql
2023-09-05 21:35:07 +03:00
Alexander Tokmakov
a8489c21da
fix segfault in system.zookeeper
2023-09-05 20:23:16 +02:00
Arthur Passos
46c62f4543
Lower the number of iterations in test_host_regexp_multiple_ptr_records_concurrent ( #54307 )
...
* Lower the number of iterations in test_host_regexp_multiple_ptr_records_concurrent
Suddenly, `test_host_regexp_multiple_ptr_records_concurrent` became flaky. I have looked through two reports, both of them manage to complete > 9k requests. This change lowers the iteration so the total amount of requests is 8k.
* 50 to be on super safe side
2023-09-05 20:05:12 +02:00
Robert Schulze
37cabaf993
Add docs, consolidate tests
2023-09-05 17:31:58 +00:00
Alexey Milovidov
12ff2d7cb1
Merge pull request #52721 from azat/musl-7
...
Fix calculating stack size under musl for the main thread
2023-09-05 18:37:40 +03:00
robot-ch-test-poll
2e7edf4413
Merge pull request #53638 from arenadata/ADQM-987
...
Add `backup_log` system table
2023-09-05 17:03:41 +02:00
seshWCS
d416aaf346
New tests
2023-09-05 14:52:36 +00:00
flynn
182636fb23
Merge branch 'master' of github.com:ClickHouse/ClickHouse into isNull
2023-09-05 14:10:36 +00:00
vdimir
d048e09613
Fix unexpected errors in system.errors after join
2023-09-05 14:07:36 +00:00
robot-ch-test-poll
886a6e6e86
Merge pull request #54269 from bharatnc/ncb/update-tldLookup
...
update tldLookup data
2023-09-05 16:00:15 +02:00
robot-clickhouse
9cafdbd972
Merge pull request #54309 from evillique/better-docs
...
Make docs better
2023-09-05 15:58:59 +02:00
flynn
aa0c94f20c
Handle Null in function isZeroOrNull
2023-09-05 13:53:15 +00:00
Robert Schulze
f4c86fe34e
Merge pull request #53860 from irenjj/feat_markdown
...
Add a setting to escape special characters in Markdown.
2023-09-05 15:44:11 +02:00
Mikhail f. Shiryaev
9bc8c9cc56
Merge pull request #54313 from ClickHouse/auto/v23.3.13.6-lts
...
Update version_date.tsv and changelogs after v23.3.13.6-lts
2023-09-05 15:20:49 +02:00
robot-clickhouse
3991c38765
Update version_date.tsv and changelogs after v23.3.13.6-lts
2023-09-05 13:08:25 +00:00
robot-clickhouse
2879924bee
Merge pull request #54308 from ClickHouse/pufit/doc-patch-1
...
Add SQL syntax highlight in projections.md
2023-09-05 14:57:36 +02:00
Alexander Tokmakov
735f543aeb
Follow-up to #54198 ( #54246 )
...
* Update run.sh
* Update run.sh
2023-09-05 14:55:41 +02:00
robot-clickhouse
8a1984ae8c
Merge pull request #54291 from ClickHouse/fix-test_keeper_disks
...
Fix `test_keeper_disks`
2023-09-05 14:51:44 +02:00
Nikolay Degterinsky
2db239d6ad
Make docs better
2023-09-05 12:43:53 +00:00
robot-ch-test-poll2
f52c187f02
Merge pull request #54279 from ClickHouse/fix-test-02783_parsedatetimebesteffort_syslog
...
Fix test `02783_parsedatetimebesteffort_syslog`
2023-09-05 14:42:20 +02:00
seshWCS
dbab2f27ba
Docs-fix
2023-09-05 12:40:21 +00:00
seshWCS
b0a229592f
Cosmetic
2023-09-05 12:37:31 +00:00
seshWCS
4a1d67dd3c
Qpl
2023-09-05 12:35:39 +00:00
seshWCS
3d078e2c8c
if constexpr
2023-09-05 12:33:51 +00:00
Antonio Andelic
88930a335c
Apply comments
2023-09-05 12:32:07 +00:00
seshWCS
221919f46c
TUInt32Or64 => LibdivideT
2023-09-05 12:31:59 +00:00