aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace Y_ABORT_UNLESS #2 (#603)Nikolay Shestakov2023-12-211-2/+7
|
* KIKIMR-20533 Implemented conversion from OTEL header to traceId (#607)Oleg Shatov2023-12-212-6/+67
| | | * KIKIMR-20533 Implemented conversion from OTEL header to traceId
* KIKIMR-20081: add grant/revoke permissions to query service (#522)VPolka2023-12-2017-162/+484
| | | | | | | * add grant/revore permissions to query service * fix rebase * fix issues
* Add grpc request proxy wilson span and trace id on the request context. (#606)Daniil Cherednik2023-12-206-8/+60
|
* YQ-2323: YQ Connector: use Connector docker image for YQL Generic provider ↵Vitaly Isaev2023-12-2012-86/+155
| | | | | | | integration tests (#604) * YQ Connector: use Connector docker image instead of building it from scratch * YQ Connector: tune performance of Generic provider integration tests
* Update README.md (#602)Ivan Blinkov2023-12-201-1/+1
|
* YQL-17434 Ignore TEvStatistics (#598)Alexey Ozeritskiy2023-12-201-0/+1
|
* Mutetests1 (#578)AlexSm2023-12-204-44/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove good test from muted list * Adjust muted test shards * Adjust muted functional tests * Update muted_shard.txt * Update muted_test.txt * Update muted_functest.txt * Update muted_shard.txt * Update muted_test.txt * Update muted_test.txt * Update muted_functest.txt * Update muted_test.txt * Update muted_test.txt * Update muted_test.txt * Update muted_functest.txt * Update transform-ya-junit.py * Update muted_test.txt * Update muted_test.txt * Update muted_functest.txt * Update muted_functest.txt
* YQL-9853: add documentation for WalkFolders (#585)Fiodar Miron2023-12-202-0/+229
|
* [dq] Peephole integration + some transform helpers (YQL-17386) (#572)rvu10242023-12-205-23/+102
| | | | | | | * [dq] Peephole integration + some transform helpers * Integrate providers ph into dq exec * Change interface
* YQL-17087: Move DqChannelStorage to separate file and use interface (#591)Aidar Samerkhanov2023-12-204-206/+256
|
* Implement CREATE/DROP EXTERNAL DATA SOURCE/EXTERNAL TABLE in QueryService. ↵Vasily Gerasimov2023-12-2047-312/+1061
| | | | Without IF NOT EXISTS/IF EXISTS support yet (#524)
* Disable YQL YT plugin under non-linux platforms (#588)Maxim Akhmedov2023-12-191-1/+7
|
* Flush queue and end Final message immidiately on full result writer error (#582)Alexey Ozeritskiy2023-12-191-0/+2
|
* TaskRunnerActor accepts unknown events (#576)Alexey Ozeritskiy2023-12-191-9/+17
|
* YQL-17393: Fix Dq tests (#560)Maxim Kovalev2023-12-194-4/+6
|
* ci: run CheckAllowedDirs on all branches (#581)nikita kozlovsky2023-12-191-3/+0
|
* ci: start testmo run before starting tests (#580)nikita kozlovsky2023-12-191-65/+70
|
* Update pr_check.yml (#583)AlexSm2023-12-191-1/+0
|
* KIKIMR-16087 Replace Y_ABORT_UNLESS (#569)Nikolay Shestakov2023-12-191-12/+41
|
* added GetOpenTelemetryTraceParent() to IRequestCtxBaseMtSafe (#577)Aleksey Myasnikov2023-12-193-0/+17
|
* fix sequence requests lost and add debugging tools to sequence proxy (#570)Vitalii Gridnev2023-12-196-19/+76
|
* KIKIMR-20042 Added table with statistics to LoadActor html report (#565)Oleg Shatov2023-12-191-37/+107
|
* Mote YT plugin to ydb/library/yql (#573)AlexSm2023-12-1938-407/+35
|
* KIKIMR-20042 Enchanced VDisk tracing (#571)Oleg Shatov2023-12-197-16/+36
| | | | | * KIKIMR-20042 Enchanced VDisk tracing * Fix of TString creation
* Optimize TSpan methods to prevent unneeded object construction KIKIMR-15449 ↵Alexander Rutkovsky2023-12-194-14/+29
| | | | (#575)
* Report nodeId with create session response. (#562)Daniil Cherednik2023-12-194-6/+13
|
* Optimize heartbeats emission KIKIMR-20392 (#557)Ilnaz Nizametdinov2023-12-198-79/+262
|
* Optimize TString creation in TSpan ctor (#568)Alexander Rutkovsky2023-12-191-5/+14
|
* Fix missed subscription for non local request cancelation. (#527)Daniil Cherednik2023-12-191-3/+4
|
* Fix plans and cannonize tests with aggr functions. (#550)Tony-Romanov2023-12-1963-85/+85
| | | * Fix plans and cannonize test with aggr functions.
* Refactored CBO interface for DQ (#558)Pavel Velikhov2023-12-196-147/+251
| | | | | * Refactored CBO interface for DQ * Added the new interface on the side, without breaking existing code
* GetSubmatrix (#556)azevaykin2023-12-196-21/+54
|
* KIKIMR-20042 KeyValue tablet toplevel tracing (#526)Oleg Shatov2023-12-1915-46/+78
| | | | | | | * KIKIMR-20042 KeyValue tablet toplevel tracing * Get rid of TWilson::Tablet * Remove useless explicit parent constructor
* Remove unused include (#559)azevaykin2023-12-193-4/+2
| | | | | | | * Revert "Do not include data_events/events.h in do datashard.h. Ydb import fix. (#552)" This reverts commit 1a5147ce287376cb4ab08d3575f881ad73ecb7f9. * Remove #include "write_data.h"
* ci: put build results to cache for PR checks and fix log extraction in the ↵nikita kozlovsky2023-12-182-2/+2
| | | | | | | transform-ya-junit script (#561) * skip non existing files * ci: put build results to cache on PR builds
* KIKIMR-20079: create/alter/drop group (#501)VPolka2023-12-1834-58/+819
| | | | | | | | | * KIKIMR-20079: create/alter/drop group * fix test * fix mistake * resolve issues
* Add tstool and tsserver into ydb/tools (#545)Alexander Rutkovsky2023-12-189-0/+393
|
* KIKIMR-20042 Wilson enchancements (#540)Oleg Shatov2023-12-183-8/+23
|
* YQL-17393: Fix dq tests (#551)Maxim Kovalev2023-12-181-0/+1
|
* YQL-17145: fix autoparametrization of null values and refactor settings (#555)Fiodar Miron2023-12-184-19/+34
| | | | | | | | | * fix autoparametrization of null values and refactor settings * fix ut --------- Co-authored-by: Fiodar Miron <fedor-miron@qavm-62398eed.qemu>
* Do not include data_events/events.h in do datashard.h. Ydb import fix. (#552)Daniil Cherednik2023-12-182-1/+1
|
* Refactor DQ Channel Storage to accept external actor system (#547)Aidar Samerkhanov2023-12-188-21/+64
|
* Test error delivery in result receiver (#548)Alexey Ozeritskiy2023-12-181-3/+15
|
* support api proto files in go (#543)Aleksandr Rigachnyy2023-12-189-12/+6
|
* Enhance error message (#539)Alexander Rutkovsky2023-12-181-1/+2
|
* ci: add defalut for put_build_results_to_cache (#546)nikita kozlovsky2023-12-181-1/+4
|
* add uniq node id validation to ydb cfg (#538)Sergey J2023-12-181-0/+11
| | | Co-authored-by: Sergey J <wint@yandex-team.ru>
* do not use adaptive thread pool (#536)alexnick882023-12-181-0/+1
| | | Co-authored-by: Alekseii Nikolaevskii <alexnick@ydb.tech>
* Add KDevelop (#495)Tony-Romanov2023-12-181-0/+3
|