aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add waiters queue + refactoringrobdrynkin2023-06-1228-1740/+2947
|
* list instead of deque for signalsivanmorozov2023-06-118-48/+48
|
* additional loggingivanmorozov2023-06-115-0/+17
|
* Intermediate changesrobot-piglet2023-06-111-0/+10
|
* ci: pr check fixNikita Kozlovskiy2023-06-101-11/+23
| | | | | ci: pr check fix Pull Request resolved: #250
* Move backward compatibility define to libcxx's own wrappers_configthegeorg2023-06-101-0/+7
| | | So this define will not be applied when building with `-DUSE_STL_SYSTEM`.
* util/saveload: implement default saveload for std::optionalionagamed2023-06-102-0/+43
|
* Remove extra semicolon (library)bulatman2023-06-1055-99/+88
|
* fix followersgvit2023-06-1015-62/+176
|
* Add syntax selection support to ExecuteQuery. ()spuchin2023-06-0919-128/+208
|
* [grpc] support again GET http requestsgotocoding2023-06-091-1/+2
| | | | | Оригинальный PR с удалением поддежки экспериментальных фичей `idempotent/cacheble` : https://github.com/grpc/grpc/pull/28922/files#diff-ecfb39bf6f4efc0bacabfded858c2346ef3b07c91babb8cbc5d4f286b28b70deR108 Старые grpc-клиенты используют `idempotent` флаг и ломаются при походах на новый grpc-server, который уже не поддеживает эту фичу
* Kernel for String::LevensteinDistance + BinaryKernel helpervvvv2023-06-098-42/+142
|
* Add ReadRows handling into workload KV UTva-kuznecov2023-06-091-8/+15
|
* YQL-16041: support ParamRef in parserfedor-miron2023-06-093-1/+129
|
* Added YDB CLI realese notesbazeltsev2023-06-0913-31/+58
| | | updated
* signals and composite on + testsivanmorozov2023-06-0934-14/+310
|
* yqv2 fetcherhcpp2023-06-0956-128/+2585
| | | | | cleanup the first version of yqv2
* Properly process dead leases for script execution operationsgalaxycrab2023-06-097-113/+384
|
* Fix Aggregate over Aggregate optimizer (was broken on SessionWindow)aneporada2023-06-091-1/+2
| | | initial
* Add additional countersaozeritsky2023-06-091-5/+8
|
* storage handler filter with nodeid poorlyandrew-rykov2023-06-091-5/+8
| | | | | | подправил момент, из-за которого (видимо) не фильтровалось по nodeid на слайсе проверил что возвращает ожидаемые группы. целевой сценарий, как на больших кластерах не проверял node id filter storage handler fix
* Update contrib/restricted/fast_float to 5.0.0robot-contrib2023-06-099-186/+378
|
* (refactoring) TWalleTaskInfo -> TTaskInfoilnaz2023-06-095-8/+8
|
* Update groups for static credentials ticketsmolotkov-and2023-06-094-1/+199
|
* More idiomatic vcs info generation for gobuglloc2023-06-081-4/+5
| | | | 1. Добавил стандартный для go коммент про кодген (на него завязаны линтеры и всякие тулы) 2. Выпилил глобальную переменную, кажется в ней нет смысла
* Simple private cachekungasc2023-06-085-412/+328
|
* ci: clean muted test listNikita Kozlovskiy2023-06-082-13/+14
| | | | | ci: clean muted test list Pull Request resolved: #248
* Require semicolon after saveload macrosesbulatman2023-06-087-11/+22
|
* Refactor and fix constructors TString as std::stringdimdim112023-06-083-22/+115
| | | Fix move constructors when used std::string instead of TString
* YT-19300: Various helpers for TStrongTypedefkvk19202023-06-082-1/+57
|
* Workload topic percentileazevaykin2023-06-088-15/+66
|
* Detailed channel statisticshor9112023-06-0814-54/+205
|
* Move ctors for versioned ABI interfaces to .cppvvvv2023-06-0812-29/+178
|
* Add TPC-H to YDB CLI workloadaidarsamer2023-06-0811-148/+777
|
* Added intergration of python CI with testmoBulat Gayazov2023-06-087-96/+75
| | | | | Added intergration of python CI with testmo Pull Request resolved: #237
* add aggregation signalsivanmorozov2023-06-089-32/+151
|
* CLI added progress bar for import commandMaksim Kita2023-06-0817-93/+116
| | | | | CLI added progress bar for import command Pull Request resolved: #243
* Any join attribute addedaakulaga2023-06-084-59/+386
| | | | | Any join attribute added First versin of Any
* added extra parameters for KikimrConfigGeneratorauzhegov2023-06-083-6/+38
|
* consider tablets alive only after they signal activezalyalov2023-06-085-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 librarythegeorg2023-06-0883-232/+244
| | | Forbid PEERDIR-ing Google Benchmark from modules other than G_BENCHMARK.
* support pgtimestamp from parquetuzhas2023-06-081-0/+5
|
* Revert "Add description how iam roles are mapping to YDB permissions"molotkov-and2023-06-082-213/+0
| | | | This reverts commit 78f4f7ca05f03f2727a5f3d1ee78a415c6561c05, reversing changes made to c5ecef13f6ba38316a6c165639dc43b737a292e4.
* cluster handler tenants size fixandrew-rykov2023-06-081-9/+15
| | | | | changed cluster handler to TViewerPipeClient tenants size cluster handler fix
* Fix filemode on stdout openilyasiluyanov2023-06-081-10/+3
| | | Set binary mode as default, use `str` (aka unicode) on demand
* Fix some wide channels bugs if pragma dq.UseWideChannels is setaneporada2023-06-083-22/+24
| | | initial
* GetTestTopicazevaykin2023-06-081-1/+1
|
* test and fix for out of bound array accessingalexnick2023-06-082-1/+8
| | | test and fix for accessing out of bound array values
* Test StartsWith kernelnsofya2023-06-081-14/+87
| | | Test StartsWith kernel
* Alow drop table in schemeshardnsofya2023-06-087-28/+222
| | | Alow drop table in schemeshard