Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add waiters queue + refactoring | robdrynkin | 2023-06-12 | 28 | -1740/+2947 |
| | |||||
* | list instead of deque for signals | ivanmorozov | 2023-06-11 | 8 | -48/+48 |
| | |||||
* | additional logging | ivanmorozov | 2023-06-11 | 5 | -0/+17 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-06-11 | 1 | -0/+10 |
| | |||||
* | ci: pr check fix | Nikita Kozlovskiy | 2023-06-10 | 1 | -11/+23 |
| | | | | | ci: pr check fix Pull Request resolved: #250 | ||||
* | Move backward compatibility define to libcxx's own wrappers_config | thegeorg | 2023-06-10 | 1 | -0/+7 |
| | | | So this define will not be applied when building with `-DUSE_STL_SYSTEM`. | ||||
* | util/saveload: implement default saveload for std::optional | ionagamed | 2023-06-10 | 2 | -0/+43 |
| | |||||
* | Remove extra semicolon (library) | bulatman | 2023-06-10 | 55 | -99/+88 |
| | |||||
* | fix followers | gvit | 2023-06-10 | 15 | -62/+176 |
| | |||||
* | Add syntax selection support to ExecuteQuery. () | spuchin | 2023-06-09 | 19 | -128/+208 |
| | |||||
* | [grpc] support again GET http requests | gotocoding | 2023-06-09 | 1 | -1/+2 |
| | | | | | Оригинальный PR с удалением поддежки экспериментальных фичей `idempotent/cacheble` : https://github.com/grpc/grpc/pull/28922/files#diff-ecfb39bf6f4efc0bacabfded858c2346ef3b07c91babb8cbc5d4f286b28b70deR108 Старые grpc-клиенты используют `idempotent` флаг и ломаются при походах на новый grpc-server, который уже не поддеживает эту фичу | ||||
* | 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 |