summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #41723 from ydb-platform/update-muted-ya_main_release-asanYDBot13 days1-0/+23
|\ \
| * | Update muted_ya for release-asan mainYDBot13 days1-0/+23
| | |
* | | Option to disable replication for load actor, #39757 (#41666)Evgeniy Ivanov13 days7-37/+113
| | |
* | | ci: up actions version (#41574)Pavel13 days48-91/+91
| | |
* | | [JI] Support all TCoSqlIn containers (#41622)Daniil Timižev13 days3-56/+543
| | |
* | | YQ-5231 Fix skip data on new queries(force refresh) (#41673)Dmitry Kardymon13 days6-14/+64
|/ /
* | Remove unused code (#41679)Nikolay Shestakov13 days8-71/+0
| |
* | Do not read ca options from profile when no TLS is needed (#41616)Nikolay Perfilov13 days4-0/+110
| |
* | Заменяем недокументированный и ↵Max13 days1-1/+1
| | | | | | | | | | некорректный запрос (hopppingwindow без watermark) на hop. (#41699) Co-authored-by: Max Martinevsky <[email protected]>
* | enable InheritPortionStorage (#41669)xyliganSereja13 days1-0/+4
| | | | | | Co-authored-by: Matveev Sergei <[email protected]>
* | Reorder check on pending request before binding (#41573)mregrock13 days1-4/+6
| |
* | Fix deleted tablets in viewer state (#41395)Alexey Efimov13 days4-2/+138
| |
* | Add permissions and read rules to describe path result (#41618)Artem Mashin13 days1-25/+35
| |
* | Fix build for darwin-arm64 (#41659)mregrock13 days1-2/+2
| |
* | Refactor result accumulation in YDBWrapper to use extend method for better ↵Kirill Rysin13 days1-1/+1
| | | | | | | | performance (#41682)
* | Merge pull request #41672 from ydb-platform/update-muted-ya_main_release-asanYDBot14 days1-0/+2
|\ \
| * | Update muted_ya for release-asan mainYDBot14 days1-0/+2
| | |
* | | Merge pull request #41671 from ydb-platform/update-muted-ya_main_release-tsanYDBot14 days1-0/+1
|\ \ \
| * | | Update muted_ya for release-tsan mainYDBot14 days1-0/+1
| |/ /
* / / Fix BSController SelectGroups for empty groups (#41656)Alexey Efimov14 days3-4/+25
|/ /
* | Avoid hardcoded mnc patch targets in tests (#41655)kruall14 days2-29/+31
| |
* | [NBS-7303] Fix nbs2 unaligned requests handling (#41619)Maksim14 days5-5/+774
| |
* | Allow to create invalid VIEW during import (#41265)Ilnaz Nizametdinov14 days5-77/+137
| |
* | Merge pull request #41654 from ydb-platform/update-muted-ya_main_release-asanYDBot14 days1-0/+1
|\ \
| * | Update muted_ya for release-asan mainYDBot14 days1-0/+1
| | |
* | | Merge pull request #41630 from ydb-platform/merge-rightlib-260528-0118YDBot14 days113-500/+2214
|\ \ \ | |/ / |/| |
| * | Sync branches 260528-0118YDBot14 days113-500/+2214
| |\|
| | * Intermediate changesrobot-piglet2026-05-271-1/+1
| | | | | | | | | | | | commit_hash:ccc305321c0846172d334cf50124f7a8152d31bc
| | * Intermediate changesrobot-piglet2026-05-275-11/+50
| | | | | | | | | | | | commit_hash:fe0f760ce1e1bc10a09e0830e07f4f99c11aa114
| | * YQL-21270 allow prefix for custom python udfvvvv2026-05-272-11/+12
| | | | | | | | | | | | commit_hash:de018319aec8147802e30fb07107ffd2a224d899
| | * YQL-21246: Propagate ExtractMembers over TableSourceimunkin2026-05-279-6/+84
| | | | | | | | | | | | commit_hash:048f5c5f1cf2f507a91c2f4cdb24aec0cc71a004
| | * Intermediate changesrobot-piglet2026-05-2720-19/+142
| | | | | | | | | | | | commit_hash:0cd6fc0bf2710bf89ee654ef4c3771c74fb493a6
| | * Intermediate changesrobot-piglet2026-05-274-5/+51
| | | | | | | | | | | | commit_hash:e937c0b8832283016645c562e6b0b0200505f10b
| | * YQL-20855: Support NULL as a type namevitya-smirnov2026-05-2712-16/+126
| | | | | | | | | | | | commit_hash:e420d2d62e3a77af79abbec946f1008c1fa359c6
| | * Intermediate changesrobot-piglet2026-05-271-0/+1
| | | | | | | | | | | | commit_hash:37d1800ad8e30edd5266c471cf9d9aa53eee5c28
| | * Release gdb17 #2robot-brewer2026-05-272-2/+6
| | | | | | | | | | | | | | | https://github.com/yandex/toolchain-registry/releases/tag/gdb17-v2 commit_hash:c80ef7d53551ae9ea43b4cbddaed0e94aec42567
| | * YQL-21111: Introduce feature registryvitya-smirnov2026-05-2723-329/+631
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A feature registry lets us to reference features by name, rather than a concrete langver. It makes easier to find feature references and releasing incubating features (under max langver during the development). Features are described at `yql/essentials/data/language/features.json` and the C++ code is generated. The unit `feature.h` also introduces a convenience functions to check a feature availability and emit a standard error message. All features in the translator where replaced with named. commit_hash:c47f540536212a65f7bc5e8dc6051e73d006be8d
| | * YQL-21152: Support implicit USING at YqlSelectvitya-smirnov2026-05-2740-100/+1110
| | | | | | | | | | | | commit_hash:958a606c2956a1155a487070452acc770455bf66
* | | Merge pull request #41627 from ydb-platform/update-muted-ya_main_release-asanYDBot14 days1-77/+2
|\ \ \
| * | | Update muted_ya for release-asan mainYDBot14 days1-77/+2
| | | |
* | | | Update muted_ya for relwithdebinfo mainYDBot14 days1-0/+1
|/ / /
* | | Merge pull request #41639 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot14 days1-4/+0
|\ \ \
| * | | Update muted_ya for relwithdebinfo mainYDBot14 days1-4/+0
| | | |
* | | | Update muted_ya for release-msan mainYDBot14 days1-65/+0
|/ / /
* / / Update muted_ya for relwithdebinfo mainYDBot14 days1-0/+2
|/ /
* | Update muted_ya for release-asan mainYDBot14 days1-0/+2
| |
* | Update muted_ya for release-asan mainYDBot2026-05-271-0/+3
| |
* | tsan has been suppressed for source (#41531)Oleg Doronin2026-05-271-0/+6
| |
* | Retry logic for YDB_QA test_monitor scan errors (#40983)Kirill Rysin2026-05-271-11/+30
| |
* | Add run webform for NBS-like load, minor fixes #39757 (#41444)Evgeniy Ivanov2026-05-277-58/+557
| |