summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix stable-24-4-4-hotfix brunch name in stable_nightly_branches.json (#21774)oidc-1.2.4Олег2025-07-281-2/+2
|
* Do not create a block kernel for binary op with same column (#19087)Denis Khalikov2025-07-282-0/+20
|
* Add X-Forwarded-For http header to keep source address (#21649)Andrei Rykov2025-07-283-1/+59
|
* Update muted_ya.txt in main (#21770)YDBot2025-07-281-5/+0
|
* Fix disconnect/connect pile command in workload (#21753)kruall2025-07-282-7/+17
|
* Update muted_ya.txt in main (#21567)YDBot2025-07-281-137/+141
|
* async ca: mon page: dump more channel state and add basic test (#21689)yumkam2025-07-284-7/+109
| | | Co-authored-by: Copilot <[email protected]>
* remove extra timeout handler call (#21746)Alexey Efimov2025-07-281-1/+0
|
* Analytics: Additional loging in mute (#21719)Kirill Rysin2025-07-281-4/+36
|
* Fixes in s3_backups compatibility tests (#21747)stanislav_shchetinin2025-07-281-21/+86
|
* Removed unused BalancerTabletID (#21648)Nikolay Shestakov2025-07-287-19/+12
|
* compaction priorities weight (#21675)ivanmorozov3332025-07-282-2/+28
| | | Co-authored-by: ivanmorozov333 <[email protected]>
* Never use scientific notation for TPC-C efficiency (#17333) (#21742)Evgeniy Ivanov2025-07-281-1/+1
|
* date64 test skip for 24-4 (#21609)Iurii Kravchenko2025-07-282-19/+42
|
* User-defined Certificate Authority (CA) in asynchronous replication (#21458)Ilnaz Nizametdinov2025-07-284-0/+30
|
* Mention `ydb admin database/cluster dump/restore` more in docs (#21157)Ilia Shakhov2025-07-288-19/+35
| | | Co-authored-by: ElenaAfina <[email protected]>
* increase test timings (#21733)Alexey Efimov2025-07-281-1/+1
|
* Sync branches 250728-0051YDBot2025-07-289-46/+42
|\
| * Intermediate changesrobot-piglet2025-07-278-40/+42
| | | | | | | | commit_hash:f52a543082ebbfceb217aa858510084bd9a96c06
| * Remove additional peerdirs for clangXX-rtmikhnenko2025-07-271-6/+0
| | | | | | | | commit_hash:92d96fd2625980cfee68aff66b01e830bd9d2dca
* | support single partitioned reads if stage program is empty (#21720)Vitalii Gridnev2025-07-2733-1102/+851
| |
* | Drop multiple cdc streams at once fixes (#21694)Innokentii Mokin2025-07-275-8/+128
| |
* | Sync branches 250727-0051oidc-1.2.3YDBot2025-07-271-0/+5
|\|
| * YDB Import 823robot-ydb-importer2025-07-261-0/+5
| | | | | | | | commit_hash:0eb3eaed23ace7bae5157c3bfe95401278deafd1
* | Add argument --iam-token-file in ydb-dstool (#20303)kruall2025-07-261-17/+51
| |
* | KIKIMR-26698 topics doc fixes (#21099)Timofey Koolin2025-07-262-70/+14
| | | | | | | | | | Co-authored-by: ElenaAfina <[email protected]> Co-authored-by: Ivan Blinkov <[email protected]> Co-authored-by: anton-bobkov <[email protected]>
* | update docs (#21415)xyliganSereja2025-07-264-3/+4
| | | | | | Co-authored-by: Matveev Sergei <[email protected]>
* | Sync branches 250726-0050YDBot2025-07-26114-1174/+2460
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-07-261-1/+1
| | | | | | | | commit_hash:d2036ea45221f334bcf82d57a77ae458acee8aac
| * YT-25354: Add "dynamic" signature generators & validatorspavook2025-07-262-5/+4
| | | | | | | | | | These are needed to correctly reconfigure signature validators from inside TSignatureComponents: once the real validator has been released to the user, we can't really reset it back to an always throwing one. commit_hash:63b8f40add5209a368f661d9fd3ed713e89e0695
| * Fix issues in rXXXXXX and rXXXXXXapollo13212025-07-256-8/+8
| | | | | | | | commit_hash:5e99020327f98fd69c1ebbef7708ed277a226069
| * Auto detect resource sets from source setsdimdim112025-07-251-17/+36
| | | | | | | | | | Auto detect resource sets from source sets commit_hash:5019d1bdf5d2597ddbd42a61846e1ebc8eccb7e2
| * Create platform for clang20 with clang18 in resourcesmikhnenko2025-07-252-1/+750
| | | | | | | | commit_hash:7fbc24d5cc201a52688335838cabca84fe4ba663
| * YQL-20132: Block compress rewriteatarasov52025-07-258-222/+425
| | | | | | | | | | Для более простого Review можно смотреть по коммитам / патчам commit_hash:ab2aa7e49035c55216017186e1989c8ddcd62e4f
| * Update Lombok gradle plugin.nogert2025-07-251-1/+1
| | | | | | | | commit_hash:956d54bd3ecfdf0f6f4caa8ec93b8d8138874d0b
| * Add clang20-rtmikhnenko2025-07-251-0/+1
| | | | | | | | commit_hash:13ac51648c9c19e74024b8c759caf58bd22773a7
| * YQL-20231: Validate map keys for json serializationatarasov52025-07-257-3/+57
| | | | | | | | commit_hash:307dbfb3413e806ce09a36736e79a5c7b80fd4ec
| * YQL-19200: Return persistable expression from FLATTEN BY clauselambda-delta2025-07-2519-5/+180
| | | | | | | | | | Return persistable expression from FLATTEN BY clause commit_hash:8b19ad7f7ddf436c2741f9aa1c5402732fc31f06
| * YQL-20241: Use ASCIIZ strings for UdfTerminate (essential udfs)imunkin2025-07-2524-158/+158
| | | | | | | | commit_hash:1a11133ec66e71b6c798178453a5ab43cdc6761c
| * YQL-20229: Fix BlockExpandChunked depsatarasov52025-07-251-1/+3
| | | | | | | | | | Тестов не будет, это будет тестироваться после переписывания `WideMap` на `Stream` commit_hash:4c029736154fb91366cbf0e7ab64fbf04fb300ac
| * Cosmetics (missing/extra newlines, mutated object pass as ptr, duplicate ↵sabdenovch2025-07-251-4/+4
| | | | | | | | | | | | constexpr declarations) commit_hash:966772f0af32663da2237cecada517c1648477d0
| * Cosmetics for ACOsh0pless2025-07-251-10/+12
| | | | | | | | commit_hash:bec9113035a0605fb46ae4ab19c84f0ee5d36754
| * ignore DECLARE_IN_DIRS in PACKAGEsnermolaev2025-07-251-0/+1
| | | | | | | | commit_hash:33ec67cc822dbddb261fdb05e510f2b818458826
| * Update contrib/restricted/aws/aws-c-common to 0.12.4robot-contrib2025-07-2539-737/+818
| | | | | | | | commit_hash:ea7110924b0cfd20fc533efd6531a7ce715370f8
| * PY_SRCS conf part signature compatible with py implementationsvidyuk2025-07-251-1/+1
| | | | | | | | commit_hash:d85630d007690b6ffd755844b1a9c0af80732ba0
* | add config comporator and workflow for release reports (#21709)Олег2025-07-255-33/+236
| |
* | Increment YDB CLI version to 2.24.1 (#21708)CLI_2.24.1Nikolay Perfilov2025-07-252-1/+4
| |
* | [Olap projection] Do not push projection for the same column (#21702)Denis Khalikov2025-07-262-13/+36
| |
* | Show error message on dumping unsupported entry type (i.e. column table) ↵Nikolay Perfilov2025-07-252-10/+10
| | | | | | | | (#21704)
* | schemeshard: add http action to force-drop-unsafe a path (#21700)ijon2025-07-251-32/+161
| | | | | | | | Add ability to make force-drop-unsafe for a path from schemeshard devui. There is no other way to cancel create operation that cannot reach completion.