aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Intermediate changesrobot-piglet2025-02-284-16320/+8363
| | | | | | | | | | | | commit_hash:6de10ee070edbce022e46ebcc3c5740ed2f84b10
| | * Fix set EXPORT_LANGdimdim112025-02-281-0/+6
| | | | | | | | | | | | | | | Fix set EXPORT_LANG commit_hash:5729ec9755802f84c04883c92020e4327130d3c7
| | * Upgrade commands in documentation modulesvpozdyayev2025-02-281-4/+5
| | | | | | | | | | | | commit_hash:ed98587920f1b2644af84b47a83f56d81f675222
| | * Update contrib/libs/cxxsupp/libcxxrt to 2024-10-22robot-contrib2025-02-288-174/+89
| | | | | | | | | | | | | | | This brings [PR #41](https://github.com/libcxxrt/libcxxrt/pull/41) from upstream which provides the logic similar to `fix_trace_format.patch`. commit_hash:e090272f3f529d314a55199847093e4101306600
| | * Get rid of `fetch_resource`shadchin2025-02-282-44/+0
| | | | | | | | | | | | commit_hash:a255d4fa7a32b82f2213a87fba245054b9cb65a1
| | * Remove more unused settings from build/conf/settings.confthegeorg2025-02-281-5/+0
| | | | | | | | | | | | commit_hash:9a0435ca01e3bee65c65f98ebddb981557f77bfa
* | | switch to scheme shard describe to get storage stats (#15290)Alexey Efimov2025-03-043-30/+107
| | |
* | | Move TTargetTransfer to target_transfer.h (#15269)Nikolay Shestakov2025-03-0413-197/+221
| | | | | | | | | Co-authored-by: Ilnaz Nizametdinov <i.nizametdinov@gmail.com>
* | | Fixed possible stop of reading from the topic partition (#15288)Nikolay Shestakov2025-03-043-24/+35
| | |
* | | Change MAX_REORDER_TX_KEYS from 100 to 1000 (main) (#15293)qyryq2025-03-041-1/+1
| | |
* | | use std::greater instead of custom predicate (#15227)zverevgeny2025-03-041-7/+1
| | |
* | | feat(data_integrity_trails): add logging of acquired and broken locks (#13164)Iuliia Sidorina2025-03-0411-47/+282
| | |
* | | Fix use-of-uninitialized-value (#15277)andrew stalin2025-03-041-1/+1
| | |
* | | If optional is empty, get proper JSON value (#15168)qyryq2025-03-043-22/+37
| | |
* | | Add CleanupEC2MetadataClient() (#15266)Ilnaz Nizametdinov2025-03-0421-84/+93
| | |
* | | optimize sub columns iterations (#15271)ivanmorozov3332025-03-043-70/+89
| | |
* | | Do not use OlapApply for known functions pushdown (#15055)zverevgeny2025-03-046-201/+205
| | |
* | | Requirments to olap (#14759)Kirill Rysin2025-03-0320-0/+1724
| | |
* | | reduce interconnect outgoing stream buffer size to 32KB (#15264)Aleksandr Dmitriev2025-03-031-1/+1
| | |
* | | fix tests flaky window (#15268)Kirill Rysin2025-03-031-19/+19
| | |
* | | correct uptime group-by in viewer/nodes (#15258)Alexey Efimov2025-03-034-36/+302
| | |
* | | filter chains optimization (#15237)ivanmorozov3332025-03-0321-54/+657
| | |
* | | Add unique consumer for each transfer from topic (#15242)Nikolay Shestakov2025-03-0318-19/+306
| | | | | | | | | Co-authored-by: Ilnaz Nizametdinov <i.nizametdinov@gmail.com>
* | | The counter value for `UserInfo` is leaking (#15233)Alek5andr-Kotov2025-03-034-6/+29
| | |
* | | drop scheme entries in order in scenario tests (#15254)Semyon2025-03-032-5/+20
| | |
* | | #9056 Format module commands/interactive (#15212)Victor Smirnov2025-03-038-58/+50
| | | | | | | | | Signed-off-by: vityaman <vityaman.dev@yandex.ru>
* | | do not filter out dead tablets, set proper hive for dead tablets (#15231)Alexey Efimov2025-03-031-1/+6
| | |
* | | handle follower dying while being promoted to leader (#15134)vporyadke2025-03-032-31/+77
| | |
* | | Revert "Get topic data handler (#15038)" (#15245)FloatingCrowbar2025-03-0317-859/+76
| | |
* | | [C++ SDK] Added metrics for QueryClient (#15213)Bulat2025-03-036-48/+89
| | |
* | | Get topic data handler (#15038)FloatingCrowbar2025-03-0317-76/+859
| | |
* | | Fix limit tests for EvWrite (#15214)Nikita Vasilev2025-03-032-13/+35
| | |
* | | Unmute tests (#15191)Alek5andr-Kotov2025-03-031-5/+0
| | |
* | | correct indexation and fix json construction (#15222)ivanmorozov3332025-03-0335-93/+367
| | |
* | | Add access control on bootstrap (#15228)Innokentii Mokin2025-03-024-1/+26
|/ /
* | Split ydb/core/control circular dependencies with ydb/core/base (#14972), ↵lberserq2025-03-0158-87/+125
| | | | | | | | | | KIKIMR-22738 Co-authored-by: Kamil Khamitov <kkhamitov@yandex-team.ru>
* | Add UNAUTHORIZED status to dq (#15138)kungurtsev2025-03-016-8/+16
| |
* | Increase QUERY_TEXT_LIMIT for query stats to 10KB. (#15186)spuchin2025-03-011-1/+1
| |
* | Retry info status in dq_cli (#15216)Roman Udovichenko2025-03-011-14/+30
| |
* | indexes data extractor for providing subcolumns info (#15175)ivanmorozov3332025-03-0143-346/+1044
| |
* | [CBO] added enableshuffleelimination flag (#15218)pilik2025-03-0116-189/+192
| |
* | GroupLayoutSanitizer always monitors invalid groups, add UTs (#15026)Sergey Belyakov2025-02-286-77/+57
| |
* | Update muted_ya.txt (#15211)Kirill Rysin2025-02-281-1/+4
| |
* | add test for drop transfer (#15204)Nikolay Shestakov2025-02-283-1/+71
| |
* | Switch to library/cpp/charset/lite to avoid unneded dependency on libiconv ↵Andrey Neporada2025-02-284-4/+4
| | | | | | | | (#15157)
* | remove some portion of stream lookup tests (#15202)Vitalii Gridnev2025-02-2824-346/+149
| |
* | Check account lockout config (#15147)Andrey Molotkov2025-02-282-5/+92
| |
* | Client certificates options in ydb cli (#8406)Vasily Gerasimov2025-02-2843-31/+962
| |
* | YQ-3561 FQrun supported remote databases (#15016)Pisarenko Grigoriy2025-02-2830-314/+969
| |
* | Update changelog branch name (#15188)Natasha Pirogova2025-02-281-1/+1
| |