Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kernel for String::LevensteinDistance + BinaryKernel helper | vvvv | 2023-06-09 | 8 | -42/+142 |
| | |||||
* | Add ReadRows handling into workload KV UT | va-kuznecov | 2023-06-09 | 1 | -8/+15 |
| | |||||
* | YQL-16041: support ParamRef in parser | fedor-miron | 2023-06-09 | 3 | -1/+129 |
| | |||||
* | Added YDB CLI realese notes | bazeltsev | 2023-06-09 | 13 | -31/+58 |
| | | | updated | ||||
* | signals and composite on + tests | ivanmorozov | 2023-06-09 | 34 | -14/+310 |
| | |||||
* | yqv2 fetcher | hcpp | 2023-06-09 | 56 | -128/+2585 |
| | | | | | cleanup the first version of yqv2 | ||||
* | Properly process dead leases for script execution operations | galaxycrab | 2023-06-09 | 7 | -113/+384 |
| | |||||
* | Fix Aggregate over Aggregate optimizer (was broken on SessionWindow) | aneporada | 2023-06-09 | 1 | -1/+2 |
| | | | initial | ||||
* | Add additional counters | aozeritsky | 2023-06-09 | 1 | -5/+8 |
| | |||||
* | storage handler filter with nodeid poorly | andrew-rykov | 2023-06-09 | 1 | -5/+8 |
| | | | | | | подправил момент, из-за которого (видимо) не фильтровалось по nodeid на слайсе проверил что возвращает ожидаемые группы. целевой сценарий, как на больших кластерах не проверял node id filter storage handler fix | ||||
* | Update contrib/restricted/fast_float to 5.0.0 | robot-contrib | 2023-06-09 | 9 | -186/+378 |
| | |||||
* | (refactoring) TWalleTaskInfo -> TTaskInfo | ilnaz | 2023-06-09 | 5 | -8/+8 |
| | |||||
* | Update groups for static credentials tickets | molotkov-and | 2023-06-09 | 4 | -1/+199 |
| | |||||
* | More idiomatic vcs info generation for go | buglloc | 2023-06-08 | 1 | -4/+5 |
| | | | | 1. Добавил стандартный для go коммент про кодген (на него завязаны линтеры и всякие тулы) 2. Выпилил глобальную переменную, кажется в ней нет смысла | ||||
* | Simple private cache | kungasc | 2023-06-08 | 5 | -412/+328 |
| | |||||
* | ci: clean muted test list | Nikita Kozlovskiy | 2023-06-08 | 2 | -13/+14 |
| | | | | | ci: clean muted test list Pull Request resolved: #248 | ||||
* | Require semicolon after saveload macroses | bulatman | 2023-06-08 | 7 | -11/+22 |
| | |||||
* | Refactor and fix constructors TString as std::string | dimdim11 | 2023-06-08 | 3 | -22/+115 |
| | | | Fix move constructors when used std::string instead of TString | ||||
* | YT-19300: Various helpers for TStrongTypedef | kvk1920 | 2023-06-08 | 2 | -1/+57 |
| | |||||
* | Workload topic percentile | azevaykin | 2023-06-08 | 8 | -15/+66 |
| | |||||
* | Detailed channel statistics | hor911 | 2023-06-08 | 14 | -54/+205 |
| | |||||
* | Move ctors for versioned ABI interfaces to .cpp | vvvv | 2023-06-08 | 12 | -29/+178 |
| | |||||
* | Add TPC-H to YDB CLI workload | aidarsamer | 2023-06-08 | 11 | -148/+777 |
| | |||||
* | Added intergration of python CI with testmo | Bulat Gayazov | 2023-06-08 | 7 | -96/+75 |
| | | | | | Added intergration of python CI with testmo Pull Request resolved: #237 | ||||
* | add aggregation signals | ivanmorozov | 2023-06-08 | 9 | -32/+151 |
| | |||||
* | CLI added progress bar for import command | Maksim Kita | 2023-06-08 | 17 | -93/+116 |
| | | | | | CLI added progress bar for import command Pull Request resolved: #243 | ||||
* | Any join attribute added | aakulaga | 2023-06-08 | 4 | -59/+386 |
| | | | | | Any join attribute added First versin of Any | ||||
* | added extra parameters for KikimrConfigGenerator | auzhegov | 2023-06-08 | 3 | -6/+38 |
| | |||||
* | consider tablets alive only after they signal active | zalyalov | 2023-06-08 | 5 | -8/+32 |
| | | | | | Local no longer counts tablets as alive until they connect to pipe and actually start operating. This way, if a tablet is stuck reading its state on restart, it will not be incorrectly reported as alive. This is achieved by adding a new event, TEvReady, that is similar to previously used TEvRestored, but is only sent when the tablet receives TEvTabletActive from itself. This way, the only change in general tablet behavior is the addition of a new event, that may need to be handled. | ||||
* | Restrict direct usages of google benchmarking library | thegeorg | 2023-06-08 | 83 | -232/+244 |
| | | | Forbid PEERDIR-ing Google Benchmark from modules other than G_BENCHMARK. | ||||
* | support pgtimestamp from parquet | uzhas | 2023-06-08 | 1 | -0/+5 |
| | |||||
* | Revert "Add description how iam roles are mapping to YDB permissions" | molotkov-and | 2023-06-08 | 2 | -213/+0 |
| | | | | This reverts commit 78f4f7ca05f03f2727a5f3d1ee78a415c6561c05, reversing changes made to c5ecef13f6ba38316a6c165639dc43b737a292e4. | ||||
* | cluster handler tenants size fix | andrew-rykov | 2023-06-08 | 1 | -9/+15 |
| | | | | | changed cluster handler to TViewerPipeClient tenants size cluster handler fix | ||||
* | Fix filemode on stdout open | ilyasiluyanov | 2023-06-08 | 1 | -10/+3 |
| | | | Set binary mode as default, use `str` (aka unicode) on demand | ||||
* | Fix some wide channels bugs if pragma dq.UseWideChannels is set | aneporada | 2023-06-08 | 3 | -22/+24 |
| | | | initial | ||||
* | GetTestTopic | azevaykin | 2023-06-08 | 1 | -1/+1 |
| | |||||
* | test and fix for out of bound array accessing | alexnick | 2023-06-08 | 2 | -1/+8 |
| | | | test and fix for accessing out of bound array values | ||||
* | Test StartsWith kernel | nsofya | 2023-06-08 | 1 | -14/+87 |
| | | | Test StartsWith kernel | ||||
* | Alow drop table in schemeshard | nsofya | 2023-06-08 | 7 | -28/+222 |
| | | | Alow drop table in schemeshard | ||||
* | Support read iterator repeatable read on followers | snaury | 2023-06-08 | 23 | -382/+741 |
| | |||||
* | Flaky test RetryPolicy::TWriteSession_SeqNoShift | azevaykin | 2023-06-08 | 4 | -73/+122 |
| | |||||
* | Add description how iam roles are mapping to YDB permissions | molotkov-and | 2023-06-08 | 2 | -0/+213 |
| | |||||
* | Update contrib/restricted/googletest to 1.13.0 | thegeorg | 2023-06-07 | 30 | -292/+804 |
| | |||||
* | Added YDB Corp | bazeltsev | 2023-06-07 | 1 | -2/+2 |
| | | | updated | ||||
* | fix stupid | ivanmorozov | 2023-06-07 | 5 | -27/+20 |
| | |||||
* | Revert "Unify checking in CMS" | ilnaz | 2023-06-07 | 21 | -1241/+513 |
| | | | | This reverts commit e7dd9f1e07897af53a5fa4875fdd76b96a6cc4a6, reversing changes made to da4de01e86ba5540671187f7ad0a8d3a8f0b78fd. | ||||
* | Imported PG clickbench queries | vvvv | 2023-06-07 | 11 | -16/+89 |
| | |||||
* | Move apache projects configuration to contrib roots | thegeorg | 2023-06-07 | 1 | -1/+1 |
| | |||||
* | Add separate file for version control UT helper to use it in other tests, | serg-belyakov | 2023-06-07 | 6 | -18/+32 |
| | | | Add separate file for version control UT helper to use it in other tests | ||||
* | Fix memory leak in TActorSystem | a-sumin | 2023-06-07 | 20 | -91/+138 |
| |