Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exclude google.proto.Struct from validator (#800) | Innokentii Mokin | 2023-12-29 | 1 | -0/+4 |
| | |||||
* | Better test result normalization YQL-17397 (#804) | Alexey Ozeritskiy | 2023-12-29 | 1 | -0/+6 |
| | |||||
* | LOGBROKER-8840: add CreateTopics endpoint to KafkaAPI (#747) | siarheivesialou | 2023-12-29 | 10 | -0/+1907 |
| | |||||
* | Add default copy assignment operator (#733) | Artem Alperin | 2023-12-29 | 1 | -0/+1 |
| | |||||
* | Add feature flag for exclusive dynamic nodes KIKIMR-20562 (#748) | Ilia Shakhov | 2023-12-29 | 11 | -16/+106 |
| | | | Add feature flag for exclusive dynamic nodes KIKIMR-20562 | ||||
* | Enhance monitoring for serverless tenants in Hive KIKIMR-19289 (#710) | Ilia Shakhov | 2023-12-29 | 7 | -3/+67 |
| | | | * Enhance monitoring for serverless tenants in Hive KIKIMR-19289 | ||||
* | Sync config documentation with implementation (#797) | Innokentii Mokin | 2023-12-29 | 2 | -19/+20 |
| | |||||
* | Do not skip index update if index has non equatable types as data column. (#787) | Daniil Cherednik | 2023-12-29 | 2 | -17/+110 |
| | | | YQL has no implementation to check those values are equal. | ||||
* | Add docs for fluent-bit (#541) | Artem | 2023-12-29 | 10 | -0/+487 |
| | | | | | | | * feat: add docs for fluent-bit * fix: path to asset * feat: add docs (en) | ||||
* | Sys view full for columnshards (#786) | ivanmorozov333 | 2023-12-29 | 9 | -185/+290 |
| | | | | | | | | | | | | | | | | | | | | | | | * !!GitHub_Desktop<sys_view_full> extend information for sys view table * extend information for sys view table * fix * fix * fix * fix * fix * fix * fix tests * fix test | ||||
* | Predictable test: order dicts YQL-17384 (#793) | Alexey Ozeritskiy | 2023-12-29 | 42 | -272/+286 |
| | |||||
* | Fail when reading parquets with complex types (#785) | Hor911 | 2023-12-29 | 3 | -4/+53 |
| | |||||
* | Use optimize_for = CODE_SIZE in sql protobuf (#794) | Andrey Neporada | 2023-12-29 | 1 | -0/+1 |
| | |||||
* | self holder has been added YQ-2588 (#783) | Oleg Doronin | 2023-12-28 | 1 | -24/+36 |
| | | | | | | | * self holder has been added * cleanup * cleanup | ||||
* | Revert "KQP computation pattern cache serialized program (#634)" (#750) | Maksim Kita | 2023-12-28 | 4 | -78/+28 |
| | | | This reverts commit d4ee658c51f9acfdd591e5b2dc65182e3c076955. | ||||
* | Introduce strategy test KIKIMR-20527 (#779) | Alexander Rutkovsky | 2023-12-28 | 4 | -0/+223 |
| | |||||
* | Russian translation for GitHub dev docs (#790) | AlexSm | 2023-12-28 | 3 | -7/+343 |
| | | | | | * Russian translation for GitHub dev docs * Fixes | ||||
* | unused-but-set-variable fix (#789) | azevaykin | 2023-12-28 | 1 | -4/+0 |
| | |||||
* | Fix missed root/ya on library import (#784) | AlexSm | 2023-12-28 | 2 | -12/+12 |
| | |||||
* | EvWrite locks (#774) | azevaykin | 2023-12-28 | 5 | -232/+126 |
| | |||||
* | [hybrid] Substitute prev operation tables in peephole. Move FillSecureParams ↵ | Roman Udovichenko | 2023-12-28 | 2 | -4/+4 |
| | | | | | | | after peephole (YQL-17473) (#769) * [hybrid] Fix subst prev operation tables in peephole (YQL-17473) * Move FillSecureParams after peephole | ||||
* | Enable APPLE_LOCAL_SDK, disable USE_OPENSOURCE_TEST_TOOL (#777) | AlexSm | 2023-12-28 | 1 | -1/+2 |
| | |||||
* | Revert "Session actor perf (#724)" (#782) | Nikita Vasilev | 2023-12-28 | 17 | -458/+275 |
| | | | This reverts commit a196e8b0d1f48975fb37752166de389970b53a42. | ||||
* | KIKIMR-20522: Tests for vdisks balancing 2 (#751) | Robert Drynkin | 2023-12-28 | 5 | -1/+372 |
| | | | Co-authored-by: robdrynkin <robdrynkin@nebius.com> | ||||
* | [yql] Fix query cache for UDFs (YQL-17478) (#778) | Roman Udovichenko | 2023-12-28 | 2 | -2/+6 |
| | |||||
* | Predictable test: order select result YQL-17397 (#776) | Alexey Ozeritskiy | 2023-12-28 | 4 | -25/+25 |
| | |||||
* | graph backend KIKIMR-18277 (#745) | Alexey Efimov | 2023-12-28 | 72 | -49/+2413 |
| | |||||
* | Untie Keep/DoNotKeep flags from blackboard KIKIMR-20527 (#773) | Alexander Rutkovsky | 2023-12-28 | 4 | -25/+24 |
| | |||||
* | YQ Connector: YQ-2323: remove Golang implementaion from YDB (#772) | Vitaly Isaev | 2023-12-28 | 142 | -13402/+1 |
| | | | * YQ Connector: drop Golang implementation from YDB repo | ||||
* | Implement double/int -> pg numeric conversion YQL-16767 (#727) | Alexey Ozeritskiy | 2023-12-28 | 5 | -0/+215 |
| | |||||
* | YQL-17087. Fix work with actor system in case of async compute actors. (#757) | Aidar Samerkhanov | 2023-12-28 | 3 | -4/+20 |
| | | | | Fix response result field set for reads without spilling. Add enable-spilling flag to worker node. | ||||
* | Add TPC-DS Queries (Postgres variant) (#771) | Alexey Ozeritskiy | 2023-12-28 | 99 | -0/+4965 |
| | |||||
* | Move size checks to the parse phase (#767) | azevaykin | 2023-12-28 | 8 | -78/+57 |
| | |||||
* | ci: new config for ya tests muting (#601) | nikita kozlovsky | 2023-12-28 | 3 | -33/+47 |
| | | | | * ci: new config for ya tests muting * mute test_postgres.py.TestPostgresSuite.test_postgres_suite* | ||||
* | Fix poller compatibility mode KIKIMR-20604 (#765) | Alexander Rutkovsky | 2023-12-28 | 1 | -13/+13 |
| | |||||
* | Add ring activation queue (#695) | kruall | 2023-12-28 | 5 | -2/+439 |
| | | | Co-authored-by: Aleksandr Kriukov <kruall@ydb.ru> | ||||
* | to change the configuration, skip the step CALCULATING (#743) | Alek5andr-Kotov | 2023-12-28 | 1 | -3/+7 |
| | |||||
* | add monitoring info for tables_manager (#764) | ivanmorozov333 | 2023-12-28 | 1 | -0/+3 |
| | |||||
* | style has been fixed (#763) | Oleg Doronin | 2023-12-28 | 2 | -2/+1 |
| | |||||
* | YDBDOCS-559 add parquet format to docs (#761) | Олег | 2023-12-28 | 10 | -55/+155 |
| | | | | | | | | | * YDBDOCS-559 Refactoring. Lists now formated by markdown instead html. Use include for deduplicate text. * YDBDOCS-559 add parquet format to docs * YDBDOCS-559 Добавил описание формата parquet в документацию * fix typo | ||||
* | [yt provider] Don't omit YtMerge with KeepSorted setting (YQL-17413) (#755) | Roman Udovichenko | 2023-12-28 | 10 | -3/+158 |
| | | | | | * [yt provider] Don't omit YtMerge with KeepSorted setting * More fixes + tests | ||||
* | Incremented YDB CLI version to 2.8.0 (#762) | Bulat | 2023-12-28 | 1 | -1/+1 |
| | |||||
* | Import libs 4 (#758) | AlexSm | 2023-12-27 | 400 | -26399/+17112 |
| | |||||
* | normalize test (#759) | Andrey Neporada | 2023-12-27 | 4 | -15/+15 |
| | |||||
* | Support IF NOT EXISTS/IF EXISTS for tables, external tables and external ↵ | Vasily Gerasimov | 2023-12-27 | 24 | -245/+576 |
| | | | | data sources (#694) | ||||
* | Added import s3 to directory (#678) | Bulat | 2023-12-27 | 5 | -5/+125 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added directory import in ydb import s3 cmd * Added path "." handling * Fixed bugs * Reverted ya make * Fixed issues * Fixed diff * Replaced emplace_back to push_back * Fixed issue * Fixed leak in help * Fixed issues * Remove dump.h include * Fixed excess space * Fixed issue | ||||
* | Add library increment script (#760) | AlexSm | 2023-12-27 | 1 | -0/+25 |
| | |||||
* | Common TChangeRecord in ydb/core/change_exchange (#737) | Ilnaz Nizametdinov | 2023-12-27 | 7 | -176/+252 |
| | |||||
* | Fixed TItem in-place creation under clang14 (#752) | Oleg Shatov | 2023-12-27 | 1 | -0/+5 |
| | |||||
* | ut_read_iterator + EvWrite (#742) | azevaykin | 2023-12-27 | 4 | -38/+84 |
| | | | ut_read_iterator + EvWrite |