summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Update muted_ya for release-msan mainYDBot2026-07-031-0/+3
| |/ /
* / / Added test for sqs over topic with using boto3 (#45342)Nikolay Shestakov2026-07-0339-14/+2380
|/ /
* | YQ-5443 fix use-after-free (#45045)Dmitry Kardymon2026-07-031-0/+5
| |
* | Introduce bench command (#45394)Alexander Rutkovsky2026-07-036-1/+459
| |
* | YQ-5304 Decompression errors check (#45106)Dmitry Kardymon2026-07-031-2/+16
| |
* | Add hanging SelectGroups fix test (#45402)Alexander Rutkovsky2026-07-033-2/+57
| |
* | YDBDOCS2241-Translate diff in secondary indexes (#43860)SixOnMyface2026-07-031-8/+0
| | | | | | Co-authored-by: Stepan Beloyarov <[email protected]>
* | Reapply "Use `--cleanup-child-processes` for kill child processes when test ↵Олег2026-07-031-0/+1
| | | | | | | | | | finish" (#44635) (#45406) Co-authored-by: Oleg Geller <[email protected]>
* | MLP FIFO: InflightMessageGroupCount in aggregated metrics (#45340)ubyte2026-07-035-6/+46
| | | | | | LOGBROKER-10461
* | Merge pull request #45404 from ydb-platform/update-muted-ya_main_release-asanYDBot2026-07-031-0/+2
|\ \
| * | Update muted_ya for release-asan mainYDBot2026-07-031-0/+2
| | |
* | | Update muted_ya for release-tsan mainYDBot2026-07-031-0/+4
|/ /
* | Merge pull request #45380 from ydb-platform/merge-rightlib-260703-0106YDBot2026-07-0366-959/+980
|\ \
| * | Sync branches 260703-0106YDBot2026-07-0366-959/+980
| |\|
| | * optimize TPagedVector + fixed copy assignment and copy constructortobo2026-07-022-23/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | refactor and fix paged vector: - use more effective THolder instead of TSimpleSharedPtr - fixed copy constructor and copy assignment (was shallow copy instead of deep copy) - no more private inheritance from TVector - add tests for copy and move constructors, copy and move assignments commit_hash:a32c0247dd4cc5f8e29a9046c43627f4ede29044
| | * conf var feature flag (__NO_UID__) + shallow root-based cache diriniklyaev2026-07-023-10/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **Feature-flag the persistent javac/kotlinc daemon and relocate its runtime dir to SHALLOW_ROOT** The javac/kotlinc daemon is now opt-in via `ya make -DYA_JAVAC_DAEMON` (default off). Toggling it does not change node UIDs; enabling/disabling the daemon never invalidates the build cache. The daemon's runtime dir (jar \+ logs) moves from `/tmp` to ya's `$(SHALLOW_ROOT)` via `YA_JAVAC_DAEMON_HOME`, so it works in environments where `/tmp` is unwanted. The unix socket stays in `/tmp` because of the AF_UNIX path limit; the socket name gains the jar hash to distinguish daemon versions across protocol changes. This code is LLM-generated. commit_hash:179a98b265f6458d04a6bf6c7d02721c90cc355b
| | * Cosmeticsdtorilov2026-07-021-1/+1
| | | | | | | | | | | | commit_hash:61b5e2ef22b7bef3d4f73b6b9eb12d34a43382c7
| | * YT-27773: Configurable discriminator for poly yson structapachee2026-07-023-35/+131
| | | | | | | | | | | | commit_hash:f9f1fc53a73feb11cd6633c73df0557e4a6fa327
| | * Logging cosmeticsbabenko2026-07-021-1/+0
| | | | | | | | | | | | commit_hash:e250c532212c54afdc3cd8400d36e0c21111ec63
| | * Change type of attribute test_cwd from list to stringdimdim112026-07-022-2/+2
| | | | | | | | | | | | | | | Change type of attribute test_cwd from list to string commit_hash:ebcc295887c86c716291b6149dca2a37ebb777ac
| | * YT-20235: Secondary index metadata for chaossabdenovch2026-07-0219-116/+413
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: feature Component: dynamic-tables Secondary indices supported in Chaos. commit_hash:faefee3d6afacd05435620730e3de738b4364d1c
| | * Cache RPC handler trace span name per methodpechatnov2026-07-025-2/+11
| | | | | | | | | | | | | | | Cache RPC handler trace span name per method commit_hash:e2505976b20b1ca17440bcee4451683fcd1e616c
| | * Fix boost/graph / boost/xpressive / boost/proto compatibilitythegeorg2026-07-028-517/+46
| | | | | | | | | | | | commit_hash:1ae8faabb2ac04d601e0d9743888684522a2ea81
| | * Automatic release build for os_test_tool, test_tool, os_ya, ya_binrobot-ya-builder2026-07-024-20/+22
| | | | | | | | | | | | | | | Update tools: os_test_tool, test_tool, os_ya, ya_bin commit_hash:88d2002ca5847007c6fb581187459719e1c493a8
| | * Remove unused CMake semanticsdimdim112026-07-021-3/+0
| | | | | | | | | | | | | | | Remove unused CMake semantics commit_hash:68705a7d7623af742860e664a745b1ad495ce0ed
| | * Update yexport docsdimdim112026-07-021-3/+3
| | | | | | | | | | | | | | | Update yexport docs commit_hash:fd7554d02bfd5b80621e47b2d69dba45d6642366
| | * Intermediate changesrobot-piglet2026-07-021-0/+1
| | | | | | | | | | | | commit_hash:9123b1de7db9eab2052b9de441d8f5c85a99c5a3
| | * Added support for YQL receive_message_wait_time and receive_message_delay ↵tesseract2026-07-024-11/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes of the topic shared consumer #### Add support for YQL receive message wait time and delay attributes ✎ - Added support for `receive_message_wait_time` and `receive_message_delay` attributes in YQL topic shared consumer settings - Implemented validation and storage logic for interval-type consumer settings with proper error handling - Extended SQL parsing and translation to handle the new consumer attributes during topic creation and modification - Added unit tests to verify the functionality of the new attributes in both CREATE and ALTER topic statements <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:ff5168f29a3e348820de931e10d2e1d8334a4960
| | * YT-18571: Do not propagate trace context from MakeGuardedCallbackbabenko2026-07-021-1/+1
| | | | | | | | | | | | commit_hash:ba55459d3c140efb6477743b73593c7c793812c4
| | * Revert " fixed Yield generation in switch"imunkin2026-07-012-188/+4
| | | | | | | | | | | | | | | | | | This reverts commit ff476352ebe39ac6796cd501c62bbb1a178bd2fd, reversing changes made to 64437b5c6ae050091a1b137e2feb5c280273aabc. commit_hash:cdef894cb3b7d51b092ca46fc5db7f349a343c8d
| | * YQL-21358: Lineage support for CalcOverWindowGroupmaxkovalev2026-07-012-19/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Lineage support for CalcOverWindowGroup ✎ - Added support for tracking lineage information in CalcOverWindowGroup operations, ensuring proper propagation of data dependencies through windowing functions - Implemented handling for session columns in window group operations, correctly merging lineage from initialization and update handlers - Enhanced lineage collection logic to properly process session window traits and their associated column dependencies - Introduced new test cases covering lineage tracking for window session pushdown scenarios to validate the implementation <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:bb0e1d37e9a97550157088c5579dc9fd1b762898
| | * YT-28547: Use single holder for ASTdtorilov2026-07-011-1/+0
| | | | | | | | | | | | commit_hash:b1f6ed9fb7b286dd55a8c1f19bb5fcdd2f06d095
| | * Support binary YSON encoding for structured logspechatnov2026-07-016-4/+52
| | | | | | | | | | | | | | | Support binary YSON encoding for structured logs commit_hash:87b838445c1e895a21a38ad3687e393240ac57fa
| | * Format integer scalars into a stack buffer in text YSON writerpechatnov2026-07-011-2/+4
| | | | | | | | | | | | commit_hash:7a278e3efcf05cff64387dceb7cb233ec4fbb011
* | | Update muted_ya for release-tsan mainYDBot2026-07-031-4/+13
| | |
* | | Update muted_ya for release-msan mainYDBot2026-07-031-0/+1
| | |
* | | Merge pull request #45383 from ydb-platform/update-muted-ya_main_release-tsanYDBot2026-07-031-5/+0
|\ \ \
| * | | Update muted_ya for release-tsan mainYDBot2026-07-031-5/+0
| |/ /
* | | Merge pull request #45375 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot2026-07-031-33/+4
|\ \ \
| * | | Update muted_ya for relwithdebinfo mainYDBot2026-07-031-33/+4
| |/ /
* / / Update muted_ya for release-asan mainYDBot2026-07-031-16/+1
|/ /
* | Update muted_ya for release-asan mainYDBot2026-07-021-0/+4
| |
* | Merge pull request #45364 from ydb-platform/update-muted-ya_main_release-asanYDBot2026-07-021-0/+3
|\ \
| * | Update muted_ya for release-asan mainYDBot2026-07-021-0/+3
| | |
* | | Update muted_ya for relwithdebinfo mainYDBot2026-07-021-0/+2
|/ /
* | Update muted_ya for release-asan mainYDBot2026-07-021-0/+2
| |
* | YQ-5436 Clear parameters to avoid bloating the saved checkpoint (#45218)kulaad2026-07-021-0/+1
| |
* | Fix hanging SelectGroup command in BSC (#45323)Alexander Rutkovsky2026-07-023-9/+12
| |
* | Update muted_ya for release-asan mainYDBot2026-07-021-0/+9
| |
* | Merge pull request #45225 from ydb-platform/merge-rightlib-260701-1735YDBot2026-07-02889-15612/+33207
|\ \