| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | YQL-17264 [pg][yt] fix drop table, commit, rollbackmai | vvvv | 2023-12-08 | 10 | -32/+89 |
| | | |||||
| * | YDB SDK Sync from git | robot-kikimr-dev | 2023-12-08 | 8 | -46/+134 |
| | | |||||
| * | YT-19441: Shared write locks post-commit fixes. | ponasenko-rs | 2023-12-08 | 4 | -26/+38 |
| | | |||||
| * | Revert commit rXXXXXX, Automatic release build for ya_bin3, os_ya, ya_bin, ↵ | iaz1607 | 2023-12-08 | 3 | -24/+20 |
| | | | | | test_tool, os_test_tool_3, test_tool3 | ||||
| * | host_os.ya.make.inc support | iaz1607 | 2023-12-08 | 1 | -1/+7 |
| | | |||||
| * | Try enable TSAN on report unit-tests | nechda | 2023-12-08 | 2 | -2/+4 |
| | | | | | Включаем TSAN над юнит-тестами репорта + для реализации TLightGuard-ов делаем фолбэк на обычные гарды в режиме сборки с санитайзерами. | ||||
| * | fix OSS compile | vvvv | 2023-12-08 | 1 | -0/+2 |
| | | |||||
| * | KIKIMR-20072: fix tests | ivanmorozov | 2023-12-08 | 4 | -18/+41 |
| | | |||||
| * | Support OffsetFetch endpoint for KafkaAPI in Logbroker | sergeyveselov | 2023-12-08 | 6 | -18/+368 |
| | | |||||
| * | Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, ↵ | robot-ya-builder | 2023-12-08 | 3 | -20/+24 |
| | | | | | | | | | | | | os_test_tool_3, test_tool3 From hash: [91f90dd98ba27486b06e4cc9560a045490c926c3](https://a.yandex-team.ru/arcadia/commit/91f90dd98ba27486b06e4cc9560a045490c926c3) From revision: [13047561](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=299) Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy) Update tools: ya_bin3, os_ya, ya_bin, test_tool, os_test_tool_3, test_tool3 | ||||
| * | Partition direct read | komels | 2023-12-08 | 73 | -405/+4565 |
| | | |||||
| * | YT-20651: codestyle edits | alexmipt | 2023-12-08 | 2 | -3/+1 |
| | | | | | simple codestyle edits | ||||
| * | [util] Store policy should preserve constructor's is_constructible trait | swarmer | 2023-12-07 | 2 | -7/+34 |
| | | | | | Without constraints on the types of arguments, it is possible that creating an instance of `Policy<T>{}` leads to a compilation error, although immediately before that, checking `std::is_default_constructible_v<TPolicy<T>>` returned `true` value | ||||
| * | Remove UnitedPool, KIKIMR-18440 | kruall | 2023-12-07 | 29 | -2912/+14 |
| | | |||||
| * | YQ Connector:export ydb/library/yql/providers/generic/connector/debug to github | vitalyisaev | 2023-12-07 | 34 | -0/+785 |
| | | |||||
| * | Add access control to query tracker and queries APIs #175 | Aleksandr Gaev | 2023-12-07 | 3 | -1/+19 |
| | | | | | | | | | | | Implementing access control for query tracker according to #175 proposal I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/190 | ||||
| * | Intermediate changes | robot-piglet | 2023-12-07 | 1 | -1/+57 |
| | | |||||
| * | Handle long-lasting Put queries in DS proxy correctly -- part 1 KIKIMR-9016 | alexvru | 2023-12-07 | 4 | -124/+167 |
| | | |||||
| * | correctly handle the case with MaxInFlight > MaxMovements | vporyadke | 2023-12-07 | 1 | -4/+2 |
| | | | | | | | correctly handle the case with MaxInFlight > MaxMovements Pull Request resolved: https://github.com/ydb-platform/ydb/pull/476 | ||||
| * | import tracing: tid removed from event key | kuzmich321 | 2023-12-07 | 1 | -7/+3 |
| | | |||||
| * | fix too deep recursion detect in match_recognize pattern | zverevgeny | 2023-12-07 | 3 | -1/+16 |
| | | |||||
| * | preserve newlines before binary operators | areredify | 2023-12-07 | 3 | -128/+370 |
| | | |||||
| * | Revert Y_DEBUG_ABORT_UNLESS | azevaykin | 2023-12-07 | 1 | -4/+0 |
| | | |||||
| * | Fix elapsed microsec, KIKIMR-18440 | kruall | 2023-12-07 | 1 | -9/+9 |
| | | |||||
| * | Change "ya.conf" | alexv-smirnov | 2023-12-07 | 1 | -0/+15 |
| | | |||||
| * | efficiency comparision for dict encoding in case different compressors | ivanmorozov | 2023-12-07 | 1 | -21/+100 |
| | | |||||
| * | AddObserver in ut_upload_rows | azevaykin | 2023-12-07 | 1 | -25/+22 |
| | | | | | | | AddObserver in ut_upload_rows Pull Request resolved: https://github.com/ydb-platform/ydb/pull/484 | ||||
| * | move http api tests to ydb | uzhas | 2023-12-07 | 7 | -0/+805 |
| | | |||||
| * | YQL-17296 [lineage] fix for inner lambdas | vvvv | 2023-12-07 | 4 | -4/+60 |
| | | |||||
| * | Fix wrong naming of Parquet | Maxim Akhmedov | 2023-12-07 | 1 | -1/+16 |
| | | | | | | | | | | | | | It is `parquet`, not `parquete`. Let's fix the naming until it is too late. I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/214 Co-authored-by: nadya02 <[email protected]> | ||||
| * | added ttl for lease table | grigoriypisar | 2023-12-07 | 1 | -22/+38 |
| | | | | | Added ttl for lease table | ||||
| * | generic query auto detection | grigoriypisar | 2023-12-07 | 13 | -21/+299 |
| | | | | | Added generic query detection | ||||
| * | Add executor thread ctx, KIKIMR-18440 | kruall | 2023-12-07 | 8 | -208/+221 |
| | | |||||
| * | Remove the observer before return from function | azevaykin | 2023-12-07 | 1 | -2/+8 |
| | | |||||
| * | Ignore zero (empty) metrics in aggregated stats | hor911 | 2023-12-07 | 1 | -12/+16 |
| | | |||||
| * | public_metrics | hcpp | 2023-12-07 | 7 | -2/+227 |
| | | | | | | | public metrics connector ua has been fixed | ||||
| * | YQ Connector: move rdbms dir into datasource | vitalyisaev | 2023-12-07 | 25 | -12/+15 |
| | | |||||
| * | KIKIMR-19582: dont merge in case fully empty intervals | ivanmorozov | 2023-12-07 | 2 | -1/+17 |
| | | |||||
| * | Avoid duplication of "original_error_depth" attribute during deep error ↵ | Grigory Reznikov | 2023-12-07 | 2 | -2/+50 |
| | | | | | | | | | | | reserialization I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/218 | ||||
| * | YQ Connector:ch datetime overflow | tsmax2004 | 2023-12-07 | 21 | -341/+573 |
| | | | | | Переработана логика аксепторов, в них теперь инкапсулированы конвертации значений для вставки в arrow builder. Тем самым добавлена возможность задавать определенные конвертеры типов для различных источников. | ||||
| * | Intermediate changes | robot-piglet | 2023-12-07 | 1 | -1/+1 |
| | | |||||
| * | External build system generator release 68 | robot-ya-builder | 2023-12-07 | 3 | -12/+18 |
| | | | | | Update tools: yexport, os-yexport | ||||
| * | Update contrib/python/boto3/py3 to 1.29.6 | robot-contrib | 2023-12-07 | 3 | -4/+4 |
| | | |||||
| * | YT-20519: Do not use atomic for last usage time | lukyan | 2023-12-07 | 1 | -4/+5 |
| | | |||||
| * | YT-18346: Enhancing journals io rate monitoring | capone212 | 2023-12-07 | 2 | -0/+8 |
| | | |||||
| * | Make async query abort for YQL | gritukan | 2023-12-07 | 21 | -110/+219 |
| | | |||||
| * | Add option --evict-vdisks KIKIMR-20254 | ilnaz | 2023-12-07 | 1 | -0/+6 |
| | | |||||
| * | Support for single-threaded backtrace_state | igorbalduev | 2023-12-07 | 2 | -23/+50 |
| | | | | | | | Обнаружилось, что при использовании *libbacktrace* в многопоточном режиме приложение течёт по памяти. Пофиксили утечки мьютексом, но т.к. теперь *libbacktrace* в нашем коде фактически используется в один поток, имеет смысл использовать его с соответствующими опциями в `backtrace_state`. Добавил сбоку к существующему коду `unsafe`-версию `ResolveBacktrace`. | ||||
| * | Change primary marker KIKIMR-10864 | ssmike | 2023-12-06 | 4 | -6/+6 |
| | | |||||
| * | YQL-9853: implement WalkFolders | fedor-miron | 2023-12-06 | 30 | -141/+1265 |
| | | |||||
