aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Import libraries 250602-0050Alexander Smirnov2025-06-021-1/+1
|
* Merge branch 'rightlib' into merge-libs-250602-0050Alexander Smirnov2025-06-0212-38/+47
|\
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-06-021-1/+1
| | | | | | | | commit_hash:ef3dbf30550d30460ec4230d3b3f4ddfa8c43479
| * YT-22593: Migrate groups to std::stringbabenko2025-06-0110-34/+34
| | | | | | | | commit_hash:75ebc5d5e6e9e0b16f20f5d629934444b7163d55
| * YT-25226: Introduce TryAcquirePhysicalResources for job resource managerpogorelov2025-06-011-3/+12
| | | | | | | | commit_hash:765e3f17465fb5e03763757a2f7528e63b164c77
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-06-011-1/+1
| | | | | | | | commit_hash:dd64ce31096011f47048005ea5d8f77bffb3b17d
* | Fix serialized batch stat calculation (#19106)zverevgeny2025-06-022-17/+28
| |
* | Allow last two portions on a level to be compacted (#19116)zverevgeny2025-06-021-1/+1
| |
* | Refactor sink: shards state updating (#19071)Nikita Vasilev2025-06-014-32/+70
| |
* | Update muted_ya.txt in main (#19097)YDBot2025-06-011-162/+33
| |
* | Import libraries 250601-0051Alexander Smirnov2025-06-011-1/+1
| |
* | Merge branch 'rightlib' into merge-libs-250601-0051Alexander Smirnov2025-06-012-1/+5
|\|
| * Fix TYPathTest broken in rXXXXXXbabenko2025-06-011-1/+1
| | | | | | | | commit_hash:a5d48c0a78486005cfe368775aa506ba946932ab
| * Patch 'OpenSSL::OpenSSL' in interfaces as well.akhropov2025-05-311-0/+4
| | | | | | | | commit_hash:293426550f9ae7278792da8afc9183db8751da3d
* | Merge pull request #19098 from ydb-platform/merge-libs-250531-1349Alexander Smirnov2025-05-3132-322/+272
|\ \
| * | Import libraries 250531-1349Alexander Smirnov2025-05-311-1/+1
| | |
| * | Merge branch 'rightlib' into merge-libs-250531-1349Alexander Smirnov2025-05-3131-321/+271
| |\|
| | * Fix ununitialized accessbabenko2025-05-311-2/+2
| | | | | | | | | | | | commit_hash:0dd888c035c05b8b85f33b0475a2f65878997aa0
| | * YT-25204: Don't suggest cluster:// YPath syntax to anyonebabenko2025-05-311-12/+9
| | | | | | | | | | | | commit_hash:960629a477acd49eaae950e553a7e2e45cea9796
| | * rm unused includes + fix memory_ordertobo2025-05-311-3/+1
| | | | | | | | | | | | commit_hash:bb222740eb5e56281bc138da43a8480640c40489
| | * Intermediate changesrobot-piglet2025-05-319-196/+174
| | | | | | | | | | | | commit_hash:0b67855d017f0b9d79b9ae4b931a252f94318014
| | * Update contrib/python/types-protobuf to 6.30.2.20250516robot-contrib2025-05-316-19/+18
| | | | | | | | | | | | commit_hash:7a31c2f1702a251643032add182c83498de96056
| | * Intermediate changesrobot-piglet2025-05-315-33/+46
| | | | | | | | | | | | commit_hash:6a081c0dfeb90c941bc82c3c6f19a684815145bb
| | * [util] Obtain uptime from the clock_gettime syscallswarmer2025-05-311-7/+4
| | | | | | | | | | | | | | | Reading /proc/uptime is about a hundred times slower than accessing the same timer via the clock_gettime call. The latter also has better precision. commit_hash:70904860adc43c9d2d6487a415a2e6b27fe6dae7
| | * Drop Sequoia retries in non-native clientkvk19202025-05-317-49/+17
| | | | | | | | | | | | commit_hash:57d91f37a7ee671db070142a51c437103bb881ba
* | | Fix CTAS explain crash (#19053)Nikita Vasilev2025-05-316-28/+25
|/ /
* | Merge pull request #19096 from ydb-platform/merge-libs-250530-2116Alexander Smirnov2025-05-31114-1360/+1653
|\ \
| * | mute InterestingOrderingsShuffle.Join64ChainImitation (temporary)Maxim Yurchuk2025-05-311-0/+1
| | |
| * | Import libraries 250530-2116Alexander Smirnov2025-05-301-1/+1
| | |
| * | Merge branch 'rightlib' into merge-libs-250530-2116Alexander Smirnov2025-05-30112-1359/+1651
| |\|
| | * YQL-19967: Relax closure type comparisonimunkin2025-05-302-3/+52
| | | | | | | | | | | | commit_hash:6425e8ea846ad5be20c46282f4fde40f5e83f81d
| | * Intermediate changesrobot-piglet2025-05-302-6/+6
| | | | | | | | | | | | commit_hash:63fb90ee32870924642659f0e260bc05dffd939a
| | * Intermediate changesrobot-piglet2025-05-301-1/+1
| | | | | | | | | | | | commit_hash:bacef50e98d514b8a1cda0a8362b5ab1af134f94
| | * AtomicTryLock() / AtomicUnlock() => TSpinLocktobo2025-05-301-27/+17
| | | | | | | | | | | | commit_hash:d6f16e427045049e4e5815d09a949cc721a20c79
| | * [RBO] Added Sortings to FSMpudge1000-72025-05-302-111/+386
| | | | | | | | | | | | commit_hash:31f620a0fe2951e9096dfddcb3ceef3c40b10d85
| | * Introduce suppress access tracking optionshiddenpath2025-05-304-21/+90
| | | | | | | | | | | | commit_hash:1b44475c0447374091b3f13cd7e2126757874ebb
| | * Intermediate changesrobot-piglet2025-05-301-1/+1
| | | | | | | | | | | | commit_hash:a202126dac8bf1e6d89ecdeef0b1a94564b12916
| | * Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2025-05-304-20/+22
| | | | | | | | | | | | | | | Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:a094130b4612aa8f25b96c1cda25d410bca09231
| | * Deprecate contrib/libs/yajl and contrib/restricted/http-parserthegeorg2025-05-3047-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | * http-parser was explicitly deprecated: https://github.com/nodejs/http-parser Use contrib/restricted/llhttp instead * https://github.com/lloyd/yajl received no updates for 10 years. Use either contrib/libs/json-c or contrib/libs/simdjson instead. commit_hash:4be3755e7075401bf866ec2716550bec000286b1
| | * Update kotlin to 2.1.21pazus2025-05-302-4/+18
| | | | | | | | | | | | commit_hash:0539ab976432bf5ca5395b68e3b40fc17e23c4f6
| | * Migrate to ktlint version 1.6.0pazus2025-05-302-1/+9
| | | | | | | | | | | | commit_hash:1d53ca96ee28d57a793409c8b30c19cb042724fa
| | * Use yt/core/crypto SSL context for BUS TLSKonstantin Khlebnikov2025-05-3034-1114/+864
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - yt/core/crypto: refactor SSL context - yt/core/bus: use yt/core/crypto SSL context implementation --- > If this change is not needed to be mentioned in release notes then just remove changelog entry. > If this change is needed to be mentioned in release notes then please add changelog entry at the end of pull request description, using this format: > > * Changelog entry > Type: ? # fix/feature (Select one value, example: `Type: fix`) > Component: ? # master/proxy/scheduler/dynamic-tables/controller-agent/queue-agent/query-tracker > # map-reduce/misc-server/odin/spyt/chyt/strawberry/python-sdk/python-yson/python-rpc-bindings/java-sdk > # cpp-sdk/go-sdk (Select one value, example: `Component: scheduler`) > Description of this change which will be added in release notes. * Changelog entry Type: Feature Component: Support ECDSA TLS certificates in RPC transport Refactor and unify RPC TLS context management --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1066 Co-authored-by: yuryalekseev <yuryalekseev@yandex-team.com> commit_hash:6f764aa634cd328c2e2c8ff63304adfa229fccde
| | * adding the required includes, which were previously only available ↵swarmer2025-05-304-0/+6
| | | | | | | | | | | | | | | | | | transitively via the JOIN_SRCS macro commit_hash:9769490daa4d0e88eaf1b4147ccc961be6031d04
| | * Remove go 1.22mikhnenko2025-05-292-7/+1
| | | | | | | | | | | | commit_hash:cb53ebfbc5b8373e2047c261b04c7daa74583492
| | * YT-25111: Add MaxAllowedCommitTimestamp option to rpc proxygrigminakov2025-05-292-0/+2
| | | | | | | | | | | | commit_hash:5ea8c1c83d772fa2692dee5f64a5df5a214e9c8e
| | * YQL-19967: Use callable node type for validationimunkin2025-05-292-7/+7
| | | | | | | | | | | | | | | Follows up 8aa01a548ffd87f8f1f6aa6df7eeddb66dad1a27 commit_hash:ffa5903aa158251203c518e80ad2e8af98b20290
| | * YQL-20024 better limit of wide widthvvvv2025-05-292-8/+143
| | | | | | | | | | | | commit_hash:f635da54623fda4a3de6b196be8522710b204c0d
| | * remove useless std::moveuzhas2025-05-291-2/+2
| | | | | | | | | | | | commit_hash:1e00768c03eb7cb13a7a2252be5583f6702b3410
| | * Open always flag for udf resolver logmrlolthe1st2025-05-291-1/+1
| | | | | | | | | | | | commit_hash:291075a07dabf0b655ecb19e07ef6df00f71711a
| | * Block mapjoin shard fixziganshinmr2025-05-291-22/+22
| | | | | | | | | | | | commit_hash:bd2c00909e7a0379ae81f4c1d180b5ee77ba586f