| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | update roadmap | Andrey Fomichev | 2024-01-12 | 1 | -1/+2 | |
| | | ||||||
| * | added article about goose into docs (#811) | Aleksey Myasnikov | 2024-01-12 | 8 | -0/+742 | |
| | | ||||||
| * | alter table request for metadata modifications (#974) | ivanmorozov333 | 2024-01-12 | 1 | -0/+6 | |
| | | ||||||
| * | Copy locks in observer & SingleObserver (#973) | azevaykin | 2024-01-12 | 5 | -13/+20 | |
| | | ||||||
| * | cancel previous Build Documentation on the same PR (#967) | Aleksey Myasnikov | 2024-01-12 | 1 | -0/+3 | |
| | | ||||||
| * | basic statistics bugfixes KIKIMR-18323 (#915) | Aleksandr Dmitriev | 2024-01-12 | 2 | -0/+6 | |
| | | ||||||
| * | lock for different client versions usage (#961) | ivanmorozov333 | 2024-01-12 | 2 | -21/+8 | |
| | | ||||||
| * | Return --global to git authorship guideline (#963) | AlexSm | 2024-01-12 | 2 | -5/+5 | |
| | | | | | | * Update suggest-change.md * Return --global to git authorship guideline | |||||
| * | Add forgotten file (#969) | Alexander Rutkovsky | 2024-01-12 | 1 | -0/+1 | |
| | | ||||||
| * | make it possible to stop Hive subactors through web ui KIKIMR-20645 (#810) | vporyadke | 2024-01-12 | 10 | -0/+160 | |
| | | ||||||
| * | Create CODEOWNERS (#943) | Ivan Blinkov | 2024-01-12 | 1 | -0/+1 | |
| | | ||||||
| * | sprintf -> snprintf replacement inside ydb code (#952) | Daniil Cherednik | 2024-01-12 | 6 | -10/+10 | |
| | | ||||||
| * | Mute some flaky tests (#962) | Ilnaz Nizametdinov | 2024-01-12 | 1 | -1/+7 | |
| | | ||||||
| * | ci: build docker local-ydb docker image using ya make (#934) | nikita kozlovsky | 2024-01-12 | 3 | -51/+27 | |
| | | | | | | | | * use ya for build local-ydb * fix * add dockerfile_branch variable | |||||
| * | Fix for full join when keys for both sides are identical (#948) | Andrey Kulaga | 2024-01-12 | 2 | -0/+9 | |
| | | | | | | * Fix for full join when keys for both tables are identical * Added missing changes in header file | |||||
| * | TTableId fix (#958) | azevaykin | 2024-01-12 | 1 | -4/+5 | |
| | | ||||||
| * | add missing backtick (#959) | Andrey Neporada | 2024-01-12 | 1 | -1/+1 | |
| | | ||||||
| * | Run OnTieringModified only once on tablet initialization (#951) | nsofya | 2024-01-12 | 3 | -4/+7 | |
| | | ||||||
| * | Tests: Replace EvProposeTransaction with EvWrite (#932) | azevaykin | 2024-01-12 | 8 | -6/+193 | |
| | | ||||||
| * | Forgotten OwnerId in EvWrite (#945) | azevaykin | 2024-01-12 | 10 | -38/+43 | |
| | | ||||||
| * | Mute some flaky tests (#949) | Ilnaz Nizametdinov | 2024-01-11 | 1 | -1/+11 | |
| | | ||||||
| * | fix missed check for usedIndexes. (#947) | Daniil Cherednik | 2024-01-11 | 1 | -4/+6 | |
| | | ||||||
| * | fix upsert overwriting non-default values (#926) | Vitalii Gridnev | 2024-01-11 | 10 | -54/+355 | |
| | | ||||||
| * | Remove TEvColumnShard::TEvRead (#927) | nsofya | 2024-01-11 | 15 | -1098/+3 | |
| | | | | | * Remove TLongTxReadRPC * Remove TEvColumnShard::TEvRead | |||||
| * | Unsupported database type (DataStreams) by 403 http error (#930) | Dmitry Kardymon | 2024-01-11 | 3 | -30/+69 | |
| | | | | | | | | * Remove yexception and add try/catch * Fix by pr comments * Use {} init | |||||
| * | Library import 7 (#937) | AlexSm | 2024-01-11 | 156 | -640/+1292 | |
| | | ||||||
| * | Allow UPDATE ON, UPSERT with partial set of input... (#894) | Daniil Cherednik | 2024-01-11 | 9 | -71/+1105 | |
| | | | | | | | | | | | | | | | | | | | | * Allow UPDATE ON, UPSERT with partial set of input... columns in case of unique index. Example: table: pk, fk1, fk2. Uniq index: fk1, fk2. To perform UPSERT INTO table (pk, fk1) we need to read missed value fk2 from main table to create lookup uniq index key. Right now we have two lookups in to main table - first one has been described above - second we need to make to remove old value from index. It will be fixed in a next step. * fix | |||||
| * | Fix persqueue ut (#940) | niksaveliev | 2024-01-11 | 2 | -4/+6 | |
| | | ||||||
| * | Introduce blobsan (#941) | Alexander Rutkovsky | 2024-01-11 | 2 | -0/+629 | |
| | | ||||||
| * | YQL-15844 fix getting view by symlink (#928) | zverevgeny | 2024-01-11 | 3 | -48/+47 | |
| | | ||||||
| * | added references (#924) | Andrei Rykov | 2024-01-11 | 1 | -3/+3 | |
| | | ||||||
| * | Fix Coordinator::RestoreTenantConfiguration test KIKIMR-20710 (#938) | Aleksei Borzenkov | 2024-01-11 | 1 | -1/+2 | |
| | | ||||||
| * | Add operation estimations for HDD devices, KIKIMR-17759 (#909) | Sergey Belyakov | 2024-01-11 | 3 | -46/+111 | |
| | | | | | | * Add operation esimations for HDD * Add CostModel for ErasureNone, fix formula for write cost | |||||
| * | Fix datashard read traces (#913) | Semyon Danilov | 2024-01-11 | 5 | -30/+108 | |
| | | | | Fixes #916 | |||||
| * | Add shared executor pool, KIKIMR-18440 (#933) | kruall | 2024-01-11 | 12 | -69/+339 | |
| | | | | | | | | | | | | * Move some methods * add shared executor pool * Add config and improve wake ups --------- Co-authored-by: Aleksandr Kriukov <[email protected]> | |||||
| * | Fixed forget operation failure (#781) | Pisarenko Grigoriy | 2024-01-11 | 6 | -16/+161 | |
| | | | | | | | | * Fixed forget operation * Fixed forget operation * Removed temp changes | |||||
| * | Remove change senders upon DROP TABLE KIKIMR-20678 (#901) | Ilnaz Nizametdinov | 2024-01-11 | 4 | -5/+99 | |
| | | ||||||
| * | return up-to-date node stats KIKIMR-20697 (#910) | vporyadke | 2024-01-11 | 6 | -17/+24 | |
| | | ||||||
| * | Introduce InitialAllocation option for storage load actor, KIKIMR-20619 (#806) | Sergey Belyakov | 2024-01-11 | 3 | -110/+383 | |
| | | | | | | | | | | * Introduce InitialAllocation option for storage load actor * Improve write throttling, add delay after initial write * Fix time in UI * Adress comments | |||||
| * | YDBDOCS-188: fix a title that was missed during translation (#904)CLI_2.8.0 | Ivan Blinkov | 2024-01-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fixes clang-format usage (#929) | Konstantin Morozov | 2024-01-10 | 5 | -58/+69 | |
| | | | | | | | | | * up formatting --------- Co-authored-by: kst-morozov <[email protected]> | |||||
| * | Enable distconf by default and fix race issue KIKIMR-19031 (#875) | Alexander Rutkovsky | 2024-01-10 | 2 | -4/+7 | |
| | | ||||||
| * | TRowVersion -> TSnapshot (#921) | nsofya | 2024-01-10 | 9 | -74/+71 | |
| | | ||||||
| * | support optional list in ListIndexOf (#902) | Andrey Neporada | 2024-01-10 | 5 | -1/+71 | |
| | | ||||||
| * | Add YT pragmas for `description` and `started_by` (#918) | Vadim Averin | 2024-01-10 | 3 | -0/+24 | |
| | | ||||||
| * | Add shared executor thread, KIKIMR-18440 (#903) | kruall | 2024-01-10 | 13 | -142/+210 | |
| | | | | | | | | | | | | | | | | * Add shared executor thread * Move some methods * Fix build * fix build * Fix build --------- Co-authored-by: Aleksandr Kriukov <[email protected]> | |||||
| * | Get right TraceId in SessionActor (#908) | Vlad Kuznetsov | 2024-01-10 | 3 | -4/+10 | |
| | | ||||||
| * | Revert "Remove devtools folder (#895)" (#922) | AlexSm | 2024-01-10 | 3 | -0/+16 | |
| | | | | This reverts commit 192598f1bfc2c72a92fb55d5722ab56c4e69585c. | |||||
| * | Mark NYT::TFuture as [[nodiscard]] (#919) | Daniil Cherednik | 2024-01-10 | 3 | -37/+37 | |
| | | ||||||
| * | Test sorting on indexation (#920) | nsofya | 2024-01-10 | 5 | -0/+47 | |
| | | ||||||
