Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bind allocator for task transfomers | vvvv | 2023-02-18 | 1 | -0/+1 |
| | |||||
* | NO_COMPILER_WARNINGS in cmake msvc builds | svidyuk | 2023-02-18 | 565 | -575/+575 |
| | |||||
* | Clean all MKQL containers in PassAway() | hor911 | 2023-02-18 | 1 | -0/+3 |
| | |||||
* | Fix libcxx build under cl /std:c++14 needed for CUDA | spreis | 2023-02-18 | 1 | -1/+1 |
| | | | | | static_assert with one argument is added in `C++17`. The code in PR is used in `C++14` mode through CUDA build. This is needed to build catboost on Windows using cl.exe as CUDA host compiler. | ||||
* | Add Guid to dstool device list. | yuryalekseev | 2023-02-17 | 4 | -2/+10 |
| | |||||
* | fix comma | asmyasnikov | 2023-02-17 | 1 | -1/+1 |
| | | | fix comma | ||||
* | test for user libraries | vvvv | 2023-02-17 | 1 | -1/+11 |
| | |||||
* | Fix build using cl.exe | spreis | 2023-02-17 | 1 | -1/+3 |
| | | | | | | | https://en.cppreference.com/w/c/language/array `Zero-length array declarations are not allowed, even though some compilers offer them as extensions (typically as a pre-C99 implementation of flexible array members).` This is needed to build catboost for Windows. | ||||
* | normalize setting name when expand binding in pg syntax | uzhas | 2023-02-17 | 6 | -1/+29 |
| | |||||
* | replace pytest.mark.tryfirst in ya.py plugin | nik-bes | 2023-02-17 | 1 | -1/+1 |
| | | | https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers | ||||
* | Add PDiskId and fill out StorageStatus in dstool device list. | yuryalekseev | 2023-02-17 | 4 | -5/+39 |
| | |||||
* | external data source has been added to scheme shard | hcpp | 2023-02-17 | 52 | -136/+2498 |
| | |||||
* | passthrough string kernels | chertus | 2023-02-17 | 4 | -0/+21 |
| | |||||
* | Fix block aggregation by complex keys | aneporada | 2023-02-17 | 8 | -705/+529 |
| | | | | | 1) Extend BlockReader/BlockBuilder API with save to/restore from string buffer 2) Use this API in mkql_block_agg.cpp 3) Do not try to put final result in single block | ||||
* | Fix unaligned access UB in blob storage, | cthulhu | 2023-02-17 | 3 | -3/+4 |
| | | | Fix unaligned access UB in blob storage, | ||||
* | Remove support for old read table, no server inactivity timer by default | snaury | 2023-02-17 | 3 | -128/+117 |
| | |||||
* | [ydb_topic sdk] fix crash if set ReadSettings.ReadFromTimestamp | alexbogo | 2023-02-17 | 1 | -1/+1 |
| | | | init | ||||
* | DiscoveryResult -> DiscoveryTargetsResult | ilnaz | 2023-02-17 | 6 | -27/+27 |
| | |||||
* | thread safety for arrow udfs and immutable nodes | vvvv | 2023-02-17 | 8 | -20/+92 |
| | |||||
* | Перенос yc public yq events api в oss | auzhegov | 2023-02-17 | 33 | -114/+1025 |
| | | | Initial version | ||||
* | PR from branch users/artem-trof/ydbops-6676-e2e-tools | artem-trof | 2023-02-17 | 5 | -95/+204 |
| | | | Утилита для запуска workload и ее развертывания для ydb-oss кластера (на baremetal и в k8s) | ||||
* | fix unexcepted events | mrlolthe1st | 2023-02-17 | 2 | -38/+27 |
| | | | initial | ||||
* | Refactor for | komels | 2023-02-17 | 2 | -5/+76 |
| | |||||
* | PR from branch users/mzinal/ | mzinal | 2023-02-17 | 19 | -523/+825 |
| | | | | | better bare metal deployment instruction in Russian systemd service file templates for ydbd, TLS certificate generator script sample for YDB | ||||
* | Update fmtlib to 8.1.1 + spdlog to 1.11.0 + jinja2cpp to 1.2.1 | dakovalkov | 2023-02-17 | 50 | -9289/+13169 |
| | |||||
* | Decrease number of validations in ut_testshard test, | serg-belyakov | 2023-02-17 | 1 | -1/+1 |
| | | | Less validations | ||||
* | Fix and simplify constraint for PartitionsByKeys and Condense1. | a-romanov | 2023-02-17 | 3 | -132/+145 |
| | | | Канонизация тут это CSEE одинаковых лямбд с разными констрейнтами. | ||||
* | one more attempt to stabilize perf test in different environments | xenoxeno | 2023-02-17 | 1 | -1/+1 |
| | |||||
* | Add device type to ydb-dstool device list. | yuryalekseev | 2023-02-16 | 3 | -1/+6 |
| | |||||
* | fix test: add missed order by in query | gvit | 2023-02-16 | 15 | -198/+206 |
| | |||||
* | expand tuples for condense | ivanmorozov | 2023-02-16 | 1 | -1/+1 |
| | |||||
* | recanonize failed tests | gvit | 2023-02-16 | 4 | -0/+24 |
| | |||||
* | Replace type node in SafeCast if cast make optional. | a-romanov | 2023-02-16 | 3 | -2/+18 |
| | |||||
* | password prompts via stderr | mzinal | 2023-02-16 | 3 | -6/+6 |
| | |||||
* | Перенос yq credentials provider в oss | auzhegov | 2023-02-16 | 17 | -19/+36 |
| | | | Initial version | ||||
* | Fix AutoSplitMergeQueue test to work with mvcc | snaury | 2023-02-16 | 1 | -6/+16 |
| | |||||
* | Actualize clickbench queries | aidarsamer | 2023-02-16 | 2 | -101/+124 |
| | |||||
* | (refactoring) Basic ISubOperationState, ISubOperationBase -> ISubOperation | ilnaz | 2023-02-16 | 78 | -494/+483 |
| | |||||
* | Add device list to ydb-dstool. | yuryalekseev | 2023-02-16 | 4 | -0/+70 |
| | |||||
* | (no commit message) | abcdef | 2023-02-16 | 3 | -126/+453 |
| | |||||
* | Change API for partition placement group (YDB part) | drbasic | 2023-02-16 | 1 | -1/+4 |
| | |||||
* | Add support for flow and stream in expanding AggregateCombine callable to blocks | aidarsamer | 2023-02-16 | 3 | -15/+38 |
| | | | Add support for flow and stream in expanding AggregateCombine callable to blocks | ||||
* | Fix escaping cgi, according to RFC 3986 standart | andreizdor | 2023-02-16 | 4 | -10/+10 |
| | | | | | https://www.ietf.org/rfc/rfc3986.txt Символ `^` не входит в допустимые символы URI | ||||
* | Update contrib/libs/re2 to 2023-02-01 | robot-contrib | 2023-02-16 | 7 | -34/+66 |
| | |||||
* | [ListingLargeDirectories] Change message format | auzhegov | 2023-02-16 | 12 | -91/+153 |
| | | | Initial implementation | ||||
* | Fix protobuf ubsan error when parsing empty arrays | snaury | 2023-02-16 | 1 | -1/+3 |
| | |||||
* | tx_proxy, tests: remove excess waiting in CheckTableBecome*() | ijon | 2023-02-16 | 1 | -6/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Use TTestActorRuntimeBase::DispatchTimeout manipulation to achieve proper (small) wait times. The reason to this is that timeout value given to CheckTableBecome*() propagates first to Tests:TClient::WaitForTablet*(), then propagates to NActors::TTestActorsRuntimebase::GrabEdgeEvent(). Timeout parameter to GrabEdgeEvent*() is a timeout in a simulated time. Timeout mechanics does not work if time does not get updated during a simulation. And entire time simulation mechanics does not work if TTestActorRuntimeBase is used with UseRealThreads setting set to true (which is the default). And when timeout in a simulated time does not work, the only timeout GrabEdgeEvent*() really obeys is DispatchTimeout which defaults to 60 seconds (or 120 seconds if code runs under some sanitizer). Tests in ydb/core/tx/tx_proxy runs with UseRealThreads set to true, so timeouts in CheckTableBecome*() methods do nothing, and whenever tests wait for something that should never happen (and specify small reasonable timeout value for that) they wait for 60 (or 120) seconds instead. This change cuts run time of the affected tests from 7 minutes to 2. | ||||
* | condense instead of trivial wide combiner | ivanmorozov | 2023-02-16 | 1 | -1/+56 |
| | |||||
* | Fills 'StreamArn' for 'DescribeStream' + test | lpetrov02 | 2023-02-16 | 1 | -1/+1 |
| | | | Fills the 'StreamArn' field for the 'DescribeStream' method + a test that check if the 'DescribeSTream' return same values in fields 'StreamName' and 'StreamArn' | ||||
* | remove set enable mvcc in datashard ut tests | gvit | 2023-02-15 | 17 | -724/+121 |
| |