aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* headers into sysview (#21199)ivanmorozov3332025-07-1617-55/+256
| | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru>
* Move bridge pile name to node location for convenience (#21176)Alexander Rutkovsky2025-07-1623-131/+94
|
* Bridge Mode in SB: unmute scheme board reconfiguration stress test (#21205)Daniil Demin2025-07-167-29/+86
|
* Sort by name unconditionally in html report (#21236)Maxim Yurchuk2025-07-161-4/+2
|
* Fix `PASSWORD` & `PASSWORD_SECRET_NAME` check (#21215)Ilnaz Nizametdinov2025-07-162-8/+32
|
* Fix race condition in harmonozer stats (#20853)kruall2025-07-161-2/+6
|
* Shared Cache: add tests for page moving between tiers (#21178)Ivan Nikolaev2025-07-162-6/+150
|
* Compat tests fixes (#21227)Maxim Yurchuk2025-07-163-0/+8
|
* ci: unscheduled regression-run (#21214)Pavel2025-07-161-2/+3
|
* Revert "Finish LocalRecovery with error if ChunkReadResult is erroneous" ↵Sergey Belyakov2025-07-165-164/+27
| | | | (#21228)
* Add pdisk error handler for NoDevice(ENODEV) (#21191)Vlad Kuznetsov2025-07-162-1/+3
|
* Self-heal state storage (#20789)Evgenik22025-07-1613-65/+556
|
* fix bad request in describe (#21192)Alexey Efimov2025-07-161-0/+5
|
* Bridge Mode in CMS: testing nodes limits (#21190)stanislav_shchetinin2025-07-164-3/+97
|
* Check TPC-C path and print HR errors (#17333) (#21211)Evgeniy Ivanov2025-07-167-0/+273
|
* docs: fix "библиотека" (#21181)Aleksey Myasnikov2025-07-161-2/+2
| | | lgtm
* Finish LocalRecovery with error if ChunkReadResult is erroneous (#20519)Sergey Belyakov2025-07-165-27/+164
|
* fix datamarts (#21210)Олег2025-07-162-21/+75
|
* Unmute hive bridge disconnect test (#21209)vporyadke2025-07-161-1/+0
|
* ci: sync prestable with merge (#21197)Pavel2025-07-161-2/+2
|
* Update CHANGELOG.md for main:2025-05-11 (#18168)YDBot2025-07-161-6/+40
| | | | Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Natasha Pirogova <galnat@ydb.tech>
* Report inferred PDisk SlotCount in metrics (#21115)Yaroslav Dynnikov2025-07-167-46/+161
| | | | | | 1. Add inferred PDisk settings `SlotCount` and `SlotSizeInUnits` to PDiskMetrics so it can be inspected with `dstool` + ut 2. Respect explicit values provided in `PDiskConfig` (don't override them with inferred values) + ut 3. Account reported metrics in `TGroupFitter` when creating new groups 4. Fix scoring formula to account the case `MaxSlots = 0`
* fix timeout on serverless database healthcheck with enabled metadata … ↵Alexey Efimov2025-07-161-2/+2
| | | | (#21187)
* Fix accidentally added verify (#21186)Alexander Rutkovsky2025-07-161-1/+0
|
* add database allowed sids - for database users only (#20991)Alexey Efimov2025-07-1617-64/+524
|
* [KQP] Remove debug cout (#21142)pilik2025-07-161-1/+0
|
* Add YDB CLI interactive mode greetings and connectivity check (#21177)Nikolay Perfilov2025-07-158-74/+122
|
* Fix distconf stucking queries bug (#21167)Alexander Rutkovsky2025-07-153-26/+45
|
* Stress tests: endpoint and database as fixture field (#21173)Maxim Yurchuk2025-07-1512-21/+23
|
* Add fingerprint for bridge (#21110)mregrock2025-07-154-0/+16
|
* Tpcc tui logs improvements (#17333) (#21169)Evgeniy Ivanov2025-07-1511-77/+319
|
* Fix distconf tests (#21166)Evgenik22025-07-151-0/+1
|
* Remove cloud events format (#20651)flown4qqqq2025-07-151-1/+0
|
* CI: support ydb down for test upload (#21179)Kirill Rysin2025-07-151-50/+57
|
* Improve BSC reporting for Bridge mode (#21141)Alexander Rutkovsky2025-07-157-133/+302
|
* ydb tools restore: fix db path resolution on windows (#21140)Daniil Demin2025-07-151-7/+13
|
* Export encryption documentation (#19514)Vasily Gerasimov2025-07-156-74/+322
| | | | | Co-authored-by: ElenaAfina <144937430+ElenaAfina@users.noreply.github.com> Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> Co-authored-by: Alexander Smirnov <alex@ydb.tech>
* Add test for pulling stats when threads were blocked (#21144)kruall2025-07-153-2/+97
|
* Fix multiple sequential incremental backups (#21123)Ilia Shakhov2025-07-1542-71/+1515
|
* Remove connector proto dependency leak (#20961)Alexey Pozdniakov2025-07-1514-42/+72
|
* Disable by default RENAME for column table (#21078)zverevgeny2025-07-157-3/+25
|
* Reset arenas on retries (#21138)Nikolay Perfilov2025-07-151-3/+11
|
* Do not fix ff on ss start (#21136)zverevgeny2025-07-153-3/+1
|
* Support C++ coroutines as actor event handlers (#19935)Aleksei Borzenkov2025-07-1551-33/+8954
|
* fix issue in stream lookup when all reads are finished for tablet (#21135)Vitalii Gridnev2025-07-151-1/+4
|
* Add more attributes to DSProxy and VDisk spans (#21010)Sergey Belyakov2025-07-154-8/+37
|
* ci: add prestable branches to scheduled workflows (#21133)Pavel2025-07-158-7/+9
|
* fix json requests (#21114)ivanmorozov3332025-07-157-18/+109
| | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru>
* Set account type in ticket parser response (#21122)Vasily Gerasimov2025-07-155-1/+154
|
* local variable move to tablet (#20629)ivanmorozov3332025-07-156-31/+62
| | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru>