aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Login helper refactoring (#12083)azevaykin2024-11-283-27/+55
|
* Added the Troubleshooting section (#10888)anton-bobkov2024-11-2869-1/+1049
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* Fix CompareRanges (#12043)Nikita Vasilev2024-11-284-2/+150
|
* Sanitized token for login audit logs (#12031)Vasily Gerasimov2024-11-2810-7/+40
|
* Write last record with the same key from batch (#12048)Alexander Avdonkin2024-11-282-3/+7
|
* mon page has been added for rd read actors (#12074)Oleg Doronin2024-11-284-1/+87
|
* test followers with different ydb versions + fixes based on it (#12024)vporyadke2024-11-286-18/+180
|
* [yt provider] Don't run operation input if sections have nodes to calculate ↵Roman Udovichenko2024-11-281-2/+21
| | | | (#11947)
* Remove share body logic (#11987)kungurtsev2024-11-287-140/+33
|
* Fixes dqrun with enabled row dispatcher (#12068)yumkam2024-11-286-17/+33
|
* Add verify for wrong StartOffset and EndOffset. Fix copy of blob. (#12049)Nikolay Shestakov2024-11-288-45/+79
|
* DQ fix rope creation (#12073)Pisarenko Grigoriy2024-11-281-1/+1
|
* Print the heap stats when tcmalloc memory limit is hit (#11968)Ivan2024-11-282-11/+97
|
* ydb(d) cli: add commands for setting interrupt-inheritance flag in acl (#3776)ijon2024-11-277-0/+179
| | | | | | | | Add `ydb scheme permissions {clear,set}-inheritance` commands. Add `ydbd db schema access {clear,set}-inheritance` commands. `InterruptInheritance` is a special flag that blocks permission inheritance for a target path. There are a variance of inheritance type modifiers which effect how inheritance works for an individual access control entry, but InterruptInheritance flag have a global effect for a path. InterruptInheritance was a part of the public api for a while now (and it was used internally), but there was no cli commands to actually manipulate it.
* schemeshard: remove schemeshard_utils.h from common dependencies (#12012)ijon2024-11-2743-302/+402
| | | | | | Remove `schemeshard_utils.h` from `schemeshard_impl.h` includes. Move `TShardDeleter` and `TSelfPinger` out of `schemeshard_utils.*`. This is part of "improve schemeshard operation build-time" effort (#10633).
* fix tpcds s100 q39 canonical result (#12069)Олег2024-11-271-0/+0
|
* add tiering info to TTL in public api (#11390)Semyon2024-11-2722-161/+700
|
* Simply request all pages in Scan from Shared Cache (#12055)kungurtsev2024-11-273-75/+2
|
* Remove passing part pages on part switch (#11952)kungurtsev2024-11-278-68/+16
|
* Improvements to the transaction list (#12060)Alek5andr-Kotov2024-11-271-3/+12
|
* Fix hanging control (#12051)ivanmorozov3332024-11-2716-51/+101
|
* YDBDOCS-122: Новые метрики использования диска ↵Natasha2024-11-272-3/+25
| | | | | [Part 1] (#11812) Co-authored-by: anton-bobkov <anton-bobkov@yandex-team.ru>
* Fix tpcds s10 and s100 canonical results (#12063)Олег2024-11-278-0/+0
|
* Regression wf fix (#12062)Kirill Rysin2024-11-271-3/+3
|
* Improvments for regression tests workflow (#12059)Kirill Rysin2024-11-271-13/+4
|
* Regression run workflow (#12054)Kirill Rysin2024-11-271-0/+58
|
* Add EREMOTEIO to known errors into pdisk_aio library (#12041)Vlad Kuznetsov2024-11-272-2/+4
|
* Disentangle SS operation traits (#11972)Innokentii Mokin2024-11-2726-285/+683
|
* Fix scenario tests launch (#12044)Artem Alekseev2024-11-272-10/+13
|
* Pass compacted pages directly to Shared Cache (#11779)kungurtsev2024-11-2715-194/+474
|
* refactor(kqp_table_resolver): add table path to scheme error message (#12027)Iuliia Sidorina2024-11-272-3/+67
|
* additional coredumps info (#11960)ivanmorozov3332024-11-271-1/+1
|
* fix simple reading with accessors fetching (#12000)ivanmorozov3332024-11-279-43/+67
|
* Fix: vector index description wasn't persisted (#11969)Valery Mironov2024-11-2715-78/+155
|
* Support read from timestamp for topics autopartitioning (#11882)Nikolay Shestakov2024-11-2721-65/+347
|
* blob writing error processing for portion-write-mode (#12029)ivanmorozov3332024-11-2714-33/+155
|
* Drop yql embedded (#12035)Vitaly Stoyan2024-11-278-851/+0
|
* Merge pull request #12017 from ydb-platform/mergelibs-241126-1510Maxim Yurchuk2024-11-262864-22505/+80261
|\ | | | | Library import 241126-1510
| * Missing bits from Arcadia (YQL embedded and YT provider) (#12023)Andrey Neporada2024-11-26150-13489/+121
| |
| * Import libraries 241126-1510Alexander Smirnov2024-11-261-1/+1
| |
| * Merge branch 'rightlib' into mergelibs-241126-1510Alexander Smirnov2024-11-262755-12029/+83153
| |\
| | * Fix YT provider direct dependency on DQ via CBOaneporada2024-11-2612-12/+95
| | | | | | | | | | | | commit_hash:134201d428f9541bb6990e2d65a7bbcf65d74e25
| | * YT-23568: `create` attribute in RichYPathermolovd2024-11-263-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Add support for `create` attribute in RichYPath. Don't create paths explicitly if `create` attribute is specified. commit_hash:52e77ce4cf5e21fae6d6e510ffb0edba35ec2a1d
| | * Intermediate changesrobot-piglet2024-11-262391-10063/+68194
| | | | | | | | | | | | commit_hash:aff487dca81f60c9c0d8987ab87c614d8edba48d
| | * Better logging for delivery fenced writer and actual exception safety of ↵arkady-e1ppa2024-11-261-23/+34
| | | | | | | | | | | | | | | | | | PerformIO method commit_hash:6420854eada61659e5d217fdbe73705d5715e0fa
| | * YQL-19264 relaxed check for assume order byvvvv2024-11-266-2/+48
| | | | | | | | | | | | commit_hash:29ee6c53b63771357492cc2e4f7ceac15c5a86b1
| | * Fix performance metrics calculationgryzlov-ad2024-11-262-2/+9
| | | | | | | | | | | | commit_hash:76c815f99ca3dbc4d6a0cdb71dc49d3082446f62
| | * Moved yql/public/purecalc YQL-19206vvvv2024-11-26107-7/+10946
| | | | | | | | | | | | | | | init commit_hash:abf729827c312980464da21824f86ea1defe094c
| | * Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2024-11-264-20/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From hash: [3a57af846199e87f6b122ed2239e4337b7cb5f19](HIDDEN_URL From revision: [15387534](HIDDEN_URL [CI flow](HIDDEN_URL Flow triggered by user: [zhukoff-pavel](HIDDEN_URL Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:6fd2cf996aab084c977484614597f8d47aeb2dd5
| | * Delete CPP_STYLE_TEST_16 macroalevitskii2024-11-261-6/+0
| | | | | | | | | | | | | | | Delete CPP_STYLE_TEST_16 macro commit_hash:88dc34a844ce8004b9f9fc45ed9e5c5e6be04df6