| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Update muted_ya for release-tsan main | YDBot | 12 days | 1 | -0/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #46557 from ydb-platform/update-muted-ya_main_relwithdebinfo | YDBot | 12 days | 1 | -0/+117 | |
| |\ \ \ | ||||||
| | * | | | Update muted_ya for relwithdebinfo main | YDBot | 12 days | 1 | -0/+117 | |
| | | | | | ||||||
| * | | | | Update muted_ya for release-asan main | YDBot | 12 days | 1 | -0/+118 | |
| |/ / / | ||||||
| * | | | Merge pull request #46546 from ydb-platform/update-muted-ya_main_release-asan | YDBot | 12 days | 1 | -9/+0 | |
| |\ \ \ | ||||||
| | * | | | Update muted_ya for release-asan main | YDBot | 12 days | 1 | -9/+0 | |
| | |/ / | ||||||
| * | | | Merge pull request #46550 from ydb-platform/update-muted-ya_main_release-msan | YDBot | 12 days | 1 | -1/+0 | |
| |\ \ \ | ||||||
| | * | | | Update muted_ya for release-msan main | YDBot | 12 days | 1 | -1/+0 | |
| | |/ / | ||||||
| * | | | Merge pull request #46549 from ydb-platform/update-muted-ya_main_release-tsan | YDBot | 12 days | 1 | -15/+0 | |
| |\ \ \ | ||||||
| | * | | | Update muted_ya for release-tsan main | YDBot | 12 days | 1 | -15/+0 | |
| | |/ / | ||||||
| * / / | Update muted_ya for relwithdebinfo main | YDBot | 12 days | 1 | -2/+0 | |
| |/ / | ||||||
| * | | Update muted_ya for release-asan main | YDBot | 12 days | 1 | -0/+1 | |
| | | | ||||||
| * | | Update muted_ya for release-asan main | YDBot | 12 days | 1 | -0/+1 | |
| | | | ||||||
| * | | schemeshard: TolerateOrphanedPaths ICB control for emergency recovery (#46361) | Innokentii Mokin | 12 days | 8 | -5/+224 | |
| | | | ||||||
| * | | user friendly links for lwtrace (#46440) | Oleg Doronin | 12 days | 6 | -20/+755 | |
| | | | | | | | Co-authored-by: Copilot Autofix powered by AI <[email protected]> | |||||
| * | | schemeshard: add flag to disable FileStore ssd_system space accounting to ↵ | Mikhail Montsev | 12 days | 5 | -4/+277 | |
| | | | | | | | | | avoid ui64 counter overflow on domains with many large filesystems (#46268) | |||||
| * | | EXT-2351 Trace resource wait stages in quoter service (#46365) | Vasilii Gerasimov | 12 days | 6 | -35/+191 | |
| | | | ||||||
| * | | Test for INSERT conflicts (#46483) | Nikita Vasilev | 12 days | 1 | -0/+68 | |
| | | | ||||||
| * | | Merge pull request #46474 from ydb-platform/merge-rightlib-260714-1330 | YDBot | 12 days | 1496 | -104/+120549 | |
| |\ \ | ||||||
| | * | | Sync branches 260714-1330 | YDBot | 12 days | 1496 | -104/+120549 | |
| | |\| | ||||||
| | | * | Watermarks: YQL: allow watermark options | vokayndzop | 12 days | 6 | -14/+93 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Allow watermark options in YQL ✎ - Extend watermark functionality to support additional configuration options such as watermark granularity and idle timeout - Modify internal representation to include watermark settings as a separate parameter in watermark generator nodes - Update SQL parser to recognize and process watermark-related hints with proper validation - Add validation logic to ensure watermark options conform to expected format and types - Introduce unit tests to verify the new watermark option parsing and handling <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:76e9ae7e1709a2bcd8cd2ccaaf132ceedac0517f | |||||
| | | * | YT-18571: Drop `using namespace` from yt/yt headers | babenko | 13 days | 2 | -5/+3 | |
| | | | | | | | | | | | | | commit_hash:0e2e03f08b2e7563685cc13ec18e5e7102d9386c | |||||
| | | * | share emscripten contrib with opensource | kulaad | 13 days | 1452 | -0/+119836 | |
| | | | | | | | | | | | | | commit_hash:45058ac28ddcadbe78b2a820158dadd971c7978f | |||||
| | | * | Rename EWaitForStrategy values (Get -> BlockThread, WaitFor -> SuspendFiber) | pechatnov | 13 days | 6 | -13/+13 | |
| | | | | | | | | | | | | | commit_hash:26f038316daba94f655ecd1969cc9e90cd083183 | |||||
| | | * | YT-28011: Accumulate IO consumption statistics in job_proxy. | vvshlyaga | 13 days | 2 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: feature Component: job-proxy Accumulate per-job I/O consumption statistics in the job proxy. commit_hash:e9994c31ef14dd1e83a61c61e6661ffe85977cbb | |||||
| | | * | YQL-21315: Implement block variant comp node | atarasov5 | 13 days | 21 | -24/+466 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Implement Block Variant Computational Node ✎ - Introduces a new computational node for handling variant types in block operations, supporting both tuple and struct variants - Adds type annotation and runtime support for the new variant node with proper type checking and validation - Implements block-level variant operations that can select specific alternatives from variant types based on index or member name - Includes comprehensive unit tests and integration tests covering both tuple and struct variant scenarios - Updates runtime version to 81 and integrates the new node into the compilation and execution pipeline - Provides SQL syntax support for variant operations through the `Variant` function with appropriate type handling <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:a07c1a365815a271cdd34958369156fd542fd5cc | |||||
| | | * | YQL-20445: Lineage support for multi-input reduce | maxkovalev | 13 days | 4 | -33/+110 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Lineage support for multi-input reduce operations ✎ - Enhanced lineage tracking to properly handle multi-input reduce operations by capturing and propagating data flow information across multiple input streams - Extended lineage collection logic to process complex nested operations including `Mux`, `Chopper`, `Condense1`, and updated `LMap`/`OrderedLMap` handlers - Improved schema reference handling and field lineage propagation for structured data types in reduce operations - Added new test cases and validation to ensure correct lineage generation for multi-input reduce scenarios - Updated lineage collection for various operators to maintain consistency and accuracy in data dependency tracking <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:73935e78374633a17d6558ce5ba0102f911a666e | |||||
| | | * | Ignore fields for macros only | svidyuk | 13 days | 3 | -15/+16 | |
| | | | | | | | | | | | | | commit_hash:d7a6a06f6a848f0164c1ff81723152ccfa1d4835 | |||||
| * | | | [YDB_LOG] Migrate ydb/core/mind (without hive) (#43615) | kseleznyov | 12 days | 29 | -640/+822 | |
| | | | | | | | | | | Co-authored-by: vporyadke <[email protected]> | |||||
| * | | | Merge pull request #46484 from ydb-platform/update-muted-ya_main_release-asan | YDBot | 12 days | 1 | -0/+8 | |
| |\ \ \ | ||||||
| | * | | | Update muted_ya for release-asan main | YDBot | 12 days | 1 | -0/+8 | |
| | | | | | ||||||
| * | | | | Новые stable-ветки: сохранять inherited mute и ↵ | Kirill Rysin | 12 days | 9 | -18/+641 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | ускорить cold-start (#46464) Co-authored-by: Cursor Agent <[email protected]> Co-authored-by: Kirill Rysin <[email protected]> | |||||
| * | | | | NBS-7457: connections section on the DBG mon page (#46229) | BarkovBG | 12 days | 7 | -1/+173 | |
| | | | | | ||||||
| * | | | | Tie EnableIdmPermissionsManagement flag to system owner enforcement (#46351) | Andrey Zaspa | 12 days | 10 | -25/+56 | |
| |/ / / | ||||||
| * | | | Fix solomon emulator point overwrite by timestamp (#46465) | Sergey Uzhakov | 12 days | 3 | -23/+31 | |
| | | | | ||||||
| * | | | Merge pull request #46477 from ydb-platform/update-muted-ya_main_relwithdebinfo | YDBot | 12 days | 1 | -1/+0 | |
| |\ \ \ | ||||||
| | * | | | Update muted_ya for relwithdebinfo main | YDBot | 12 days | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Add asan mute for new stable (#46476) | Kirill Rysin | 12 days | 1 | -0/+9 | |
| | | | | | ||||||
| * | | | | ci: add prestable-26-4 (#46467) | Pavel | 12 days | 2 | -1/+2 | |
| |/ / / | ||||||
| * | | | Improve ydb and ydbd help messages (#46452) | Yaroslav Dynnikov | 12 days | 3 | -12/+19 | |
| | | | | ||||||
| * | | | notify tx has been fixed (#46455) | Oleg Doronin | 12 days | 3 | -38/+175 | |
| |/ / | ||||||
| * | | Set not null: public api (SDK, CLI) (#46394) | flown4qqqq | 12 days | 21 | -2/+444 | |
| | | | ||||||
| * | | ci: update prestable-26-3 with stable (#46381) | Pavel | 13 days | 6 | -11/+14 | |
| | | | ||||||
| * | | Update health-check-api.md (#44479) | Yaroslav Dynnikov | 13 days | 2 | -10/+10 | |
| | | | ||||||
| * | | Add support for DiskScope field in ydbd_slice and cfg tools (#46301) | Sergey Belyakov | 13 days | 11 | -6/+34 | |
| | | | ||||||
| * | | Reset release bugs SLA on reopen (#46312) (#46320) | Kirill Rysin | 13 days | 6 | -139/+497 | |
| | | | | | | | Co-authored-by: Cursor <[email protected]> | |||||
| * | | Fix flaky dstool test_group_add once more (#46398) | Yaroslav Dynnikov | 13 days | 4 | -29/+8 | |
| | | | ||||||
| * | | Update YDB CLI readme.md and agents.md (#45061) | Nikolay Perfilov | 13 days | 2 | -2/+27 | |
| | | | ||||||
| * | | remove pq provider ut (#46176) | Sergey Uzhakov | 13 days | 3 | -276/+0 | |
| | | | ||||||
| * | | Compaction preserves native column values. If input portions have different ↵ | risenberg | 13 days | 8 | -80/+186 | |
| | | | | | | | | | types, they will be reencoded as BinaryJson. (#46259) | |||||
