summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ci: add make as a dependency, also use clang-14 for docker buildsNikita Kozlovskiy2023-08-085-6/+8
| | | | | | ci: add make as a dependency, also use clang-14 for docker builds Pull Request resolved: #325
* Make OSS build happydcherednik2023-08-0812-32/+32
|
* YQ Connector: optionally enable TLS connections between Connector and the ↵vitalyisaev2023-08-088-8/+26
| | | | | | data source Теперь клиент сервиса Коннектора может указывать, должен ли он организовать защищённое или обычное соединение с источником данных. YQ всегда будет требовать TLS между Коннектором и источниками.
* Move core ut to common place.a-romanov2023-08-0830-32/+6586
|
* Add logging of actor names and events to test actor systemtarum2023-08-083-1/+63
|
* Use clang-14 for build, update instructiondcherednik2023-08-083-28/+12
|
* YQL-16247 Limit for time spent in hybrid.a-romanov2023-08-084-4/+24
|
* Support static node list change subscriptions in Dynamic Nameservice and use ↵alexvru2023-08-086-11/+37
| | | | them in BSC KIKIMR-13309
* Intermediate changesrobot-piglet2023-08-081-0/+236
|
* Ci pytest xdistNikita Kozlovskiy2023-08-085-43/+56
| | | | | | Ci pytest xdist Pull Request resolved: #323
* Better C++ coroutine lifetime in actors KIKIMR-18962snaury2023-08-0820-438/+724
|
* pin for yqv2hcpp2023-08-0816-20/+71
|
* Set PutUnitsSize for produce requesttesseract2023-08-084-7/+20
|
* Add shuffling candidates, KIKIMR-18973kruall2023-08-081-0/+3
|
* Get Ydb result straight without conversionmakostrov2023-08-083-13/+67
| | | | KIKIMR-17490
* fix(conf): add package.json of tested module to the graph cache keyzaverden2023-08-081-3/+5
|
* First version of cost based optimizerpavelvelikhov2023-08-0832-0/+1632
| | | | | | | | | | Added feature flags and moved debug output to logger Working version, moved stats to type ann Updated CBO Initial commit of CBO
* Add disk time consumption metrics, KIKIMR-17759serg-belyakov2023-08-083-1/+11
| | | | | | | | Fix -11 crash code Get data about slots via the OSS tracker Add EstimatedDiskConsumptionNs
* Fix TTablesManager::Clearnsofya2023-08-082-2/+14
|
* [blockstore]Replace FillToken with FillGenerationbarkovbg2023-08-083-9/+12
|
* Fix build dq task with channels and sourcegalaxycrab2023-08-083-13/+106
|
* Update bison version in conan in yexportignat2023-08-082-2/+2
|
* Support planning of volatile transactions KIKIMR-18580snaury2023-08-0815-131/+605
|
* Fix BlockExpandChunked optimizersaneporada2023-08-084-25/+40
|
* Intermediate changesrobot-piglet2023-08-083-1/+4
|
* Alloc S3 Read Buffer with explicit quotahor9112023-08-087-21/+59
|
* TopicIDkomels2023-08-085-2/+7
|
* Support partial decommission KIKIMR-17288alexvru2023-08-089-13/+133
|
* Style fixespogorelov2023-08-081-3/+3
|
* Explicit session support for ExecuteQuery call. KIKIMR-18968dcherednik2023-08-0732-33/+72
|
* Add ORDER BY in to ut to avoid undetermined order in case of sharded table.dcherednik2023-08-071-7/+7
|
* Check AUTOCHECK explicitly when using libeatmydatathegeorg2023-08-071-1/+1
|
* [performance - q22] Implement BlockExtend. Support wide flow in plain ↵aneporada2023-08-0719-4/+365
| | | | Extend. Fix transport of null-only arrays
* Support nameservice table update through ConfigsDispatcher KIKIMR-13309alexvru2023-08-075-24/+58
|
* Report actor usage activity KIKIMR-11082alexvru2023-08-0710-43/+208
|
* YT-19686: Introduce efficient proto conversions for TStringBufgritukan2023-08-071-0/+27
|
* Fixed second usage of arrow executor, rewritten block Coalescevvvv2023-08-075-121/+125
|
* enable compute selection based on FolderIdauzhegov2023-08-0710-57/+147
|
* Dart images and peerdir runtimegle6ru3812023-08-071-5/+2
| | | | | | update first commit
* Support UNAUTHORIZED errortesseract2023-08-073-22/+35
|
* Optimize q21aozeritsky2023-08-071-76/+40
|
* Move "How it works" section from website front page to docsIvan Blinkov2023-08-074-0/+122
| | | | | | Move "How it works" section from website front page to docs Pull Request resolved: #313
* Use relaxed memory order in TPercentileTracker[Lg] KIKIMR-18953va-kuznecov2023-08-074-41/+61
|
* YQL-12228 Fix plan for hybrid.a-romanov2023-08-071-3/+9
|
* Fix missed peerdir for non x86 build. KIKIMR-18966dcherednik2023-08-078-1/+71
|
* erm: move project out of nots directorykhoden2023-08-071-1/+1
|
* YT-19686: Support building TRef from std::stringgritukan2023-08-073-0/+9
|
* [kqp] delete table resolver actor KIKIMR-18803makostrov2023-08-0712-339/+404
| | | | KIKIMR-18803
* Respond to requests in the order they are receivedtesseract2023-08-0716-124/+255
| | | | | | + extract request handlers and move its to actors directory + check incomming correlation id + use correlationId instead cookie in kafka requests
* Fix return invalid pointer in FTS_NOSTAT modedimdim112023-08-071-0/+2
| | | | Fix return invalid pointer in FTS_NOSTAT mode