Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Specialize iterator_traits for TIpAddressRange iterator | hiddenpath | 2024-01-24 | 1 | -0/+5 |
| | | | | | | | | | | | ``` In file included from $(SOURCE_ROOT)/contrib/libs/cxxsupp/libcxx/include/__algorithm/copy_move_common.h:12: $(SOURCE_ROOT)/contrib/libs/cxxsupp/libcxx/include/__algorithm/iterator_operations.h:72:3: error: no type named 'value_type' in 'std::iterator_traits<TIpAddressRange::TIterator>' using __value_type = typename iterator_traits<_Iter>::value_type; ^~~~~ $(SOURCE_ROOT)/contrib/libs/cxxsupp/libcxx/include/__algorithm/copy_move_common.h:149:62: note: in instantiation of template type alias '__value_type' requested here using _InValue = typename _IterOps<_AlgPolicy>::template __value_type<_InIter>; ``` | ||||
* | Fix error in TArrayRef constructor for a container: Elements with a ↵ | akhropov | 2024-01-24 | 1 | -0/+3 |
| | | | | different size should not be accepted even if they are convertible to TArrayRef value type. | ||||
* | Automatic release build for ymake, os_ymake | robot-ya-builder | 2024-01-24 | 3 | -10/+20 |
| | | | | | | | | | From hash: [fd641e4355d9e8606780a44aae1e14d19552761f](https://a.yandex-team.ru/arcadia/commit/fd641e4355d9e8606780a44aae1e14d19552761f) From revision: [13268668](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-ymake&version=156) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ymake, os_ymake | ||||
* | (no commit message) | pg | 2024-01-24 | 2 | -1/+3 |
| | |||||
* | (no commit message) | pg | 2024-01-24 | 1 | -1/+1 |
| | |||||
* | Update build documentations for rXXXXXX | robot-codenav | 2024-01-24 | 9 | -84/+205 |
| | | | | | | Task: https://sandbox.yandex-team.ru/task/2130955492/view update build docs | ||||
* | Update contrib/python/types-protobuf to 4.24.0.20240106 | robot-contrib | 2024-01-24 | 3 | -6/+8 |
| | |||||
* | (no commit message) | snermolaev | 2024-01-24 | 1 | -1/+1 |
| | |||||
* | update taxitool rev. 13268634 | robot-tplatform-ci | 2024-01-24 | 3 | -22/+20 |
| | | | | update taxitool; ci_url = https://a.yandex-team.ru/projects/automation_group_backend_mlu/ci/releases/flow?dir=taxi%2Ftaxi_tool&id=my-main-release&version=295 | ||||
* | YDB Import 546 | robot-ydb-importer | 2024-01-24 | 2 | -19/+48 |
| | |||||
* | automation of go yamake update | vyacheslavek | 2024-01-24 | 257 | -17789/+29567 |
| | | | | | | ISSUE: update gen.py and generated yamake | ||||
* | Added point to msku_uploader to trace skus | ayakshibaeva | 2024-01-24 | 4 | -7/+25 |
| | |||||
* | Remove navi_serializable feature | trivias | 2024-01-24 | 6 | -10/+52 |
| | |||||
* | Add range read border to key sampler KIKIMR-20859 (#1253) | Aleksei Borzenkov | 2024-01-24 | 1 | -0/+10 |
| | |||||
* | Remove support for non-scan read columns requests (#1240) | Aleksei Borzenkov | 2024-01-24 | 3 | -183/+32 |
| | |||||
* | CheckCellValue after MakeCell (#1252) | azevaykin | 2024-01-24 | 1 | -5/+5 |
| | |||||
* | ci: run pr checks on a merge commit instead of the PR head, add ↵ | nikita kozlovsky | 2024-01-24 | 3 | -30/+109 |
| | | | | | | | | | | | rebase-and-check label support (#1244) * ci: use merge commit for checks, also warn about merge conflict * ci: add rebase-and-check label support * get merge_commit_sha only once * ci: use only one checkout step | ||||
* | add missing break in formatting code (#1229) | Mikhail Babenko | 2024-01-24 | 1 | -0/+2 |
| | |||||
* | Add shared logic to executor pool (#1236) | kruall | 2024-01-24 | 9 | -57/+242 |
| | |||||
* | move ReportLatencyCounters to common call (#1193) | Sergey Veselov | 2024-01-24 | 1 | -3/+12 |
| | | | | Always report latency counters in serverless proxy | ||||
* | YQL-17542 remove unused abstraction (#1184) | zverevgeny | 2024-01-24 | 1 | -26/+11 |
| | |||||
* | YQL-15941 switch to llvm14 (#1241) | Vitaly Stoyan | 2024-01-23 | 66 | -730/+112 |
| | | | | | | | * init * fix ut, switched to dwarf_backtrace * linux only bt | ||||
* | Check types for pushdown on OLAP level. (#1144) | Tony-Romanov | 2024-01-23 | 5 | -47/+135 |
| | | | | | * Check types for pushdown on OLAP level. * Update test. | ||||
* | fix column build with indexed table (#1239) | Vitalii Gridnev | 2024-01-23 | 2 | -16/+133 |
| | | | | | * fix column build with indexed table * remove useless debug strings | ||||
* | improve switch (#1232) | uzhastik | 2024-01-23 | 1 | -0/+1 |
| | |||||
* | improve switch (#1228) | uzhastik | 2024-01-23 | 1 | -0/+1 |
| | |||||
* | fix break (#1226) | uzhastik | 2024-01-23 | 1 | -0/+2 |
| | |||||
* | remove useless call (#1201) | uzhastik | 2024-01-23 | 1 | -1/+0 |
| | | | | | * remove useless call * fix build | ||||
* | Revert "Choose partition for topic split/merge" (#1243) | AlexSm | 2024-01-23 | 34 | -2130/+760 |
| | |||||
* | Add missing <cstddef> include (#1233) | Mikhnenko Sasha | 2024-01-23 | 2 | -0/+3 |
| | |||||
* | Fix set but unused varibles to fix -Wunused-but-set-variable (#1175) | Ilya Dzenzelyuk | 2024-01-23 | 17 | -47/+1 |
| | | | | | * Fix set but unused varibles to enable -Wunused-but-set-variable in the future * Remove one move variable | ||||
* | fix counters (#1237) | vporyadke | 2024-01-23 | 1 | -1/+1 |
| | |||||
* | YQL-17542 Ensure one allocator in TDqTaskRunner (#1210) | zverevgeny | 2024-01-23 | 1 | -3/+5 |
| | |||||
* | Choose partition for topic split/merge (#1038) | Nikolay Shestakov | 2024-01-23 | 34 | -760/+2130 |
| | |||||
* | Add sleep for metering tests (#1235) | Nikolay Shestakov | 2024-01-23 | 1 | -0/+10 |
| | |||||
* | Remove yt specific alloc monitoring. Ytalloc is not used. (#1202) | Daniil Cherednik | 2024-01-23 | 4 | -327/+0 |
| | |||||
* | YQL-17615: Fixed floats & numerics formatting in pgrun (#1230) | Mars Agliullin | 2024-01-23 | 12 | -12/+621 |
| | |||||
* | Move ReValidateKeys to TKeyValidator (#1217) | azevaykin | 2024-01-23 | 6 | -25/+108 |
| | |||||
* | Correct cleanup policy. Split writeIds list (#1205) | nsofya | 2024-01-23 | 5 | -19/+17 |
| | | | * Correct clenup policy. Split writeIds list | ||||
* | Add use local self heal option to ds tool (#1191) | Robert Drynkin | 2024-01-23 | 1 | -0/+5 |
| | | | Co-authored-by: robdrynkin <robdrynkin@nebius.com> | ||||
* | not null constraint fix for column addition (#1137) | Vitalii Gridnev | 2024-01-23 | 18 | -19/+107 |
| | | | | | | | * not null constraint fix for column addition * fixing tests according to the changes * fix scheme tests | ||||
* | LocalTableWriter skeleton KIKIMR-20673 (#1214) | Ilnaz Nizametdinov | 2024-01-23 | 10 | -30/+272 |
| | |||||
* | Make ydb_root_common use only stderr to avoid command output pollution (#1218) | Innokentii Mokin | 2024-01-23 | 3 | -22/+22 |
| | | | * make ydb_root_common use only stderr to avoid command output pollution | ||||
* | Fixed unit tests fq/s3 + generic (#1120) | Pisarenko Grigoriy | 2024-01-23 | 5 | -7/+13 |
| | | | | | | | | | | | * Unmuted unit tests * Fixed ya make * Removed skip * Fixed test_write_result * Added comment | ||||
* | fix ListUniqStable not working on optional arguments (#1195) | Mikhail Babenko | 2024-01-23 | 8 | -32/+38 |
| | |||||
* | Fix external dep on opentelemetry (#1216) | Innokentii Mokin | 2024-01-23 | 4 | -4/+5 |
| | |||||
* | KIKIMR-19522 BTreeIndex Charge Keys (#1102) | kungurtsev | 2024-01-23 | 7 | -169/+368 |
| | |||||
* | Fix malloc size (#1211) | Alexey Ozeritskiy | 2024-01-23 | 1 | -1/+1 |
| | |||||
* | add waiting for resources snapshot (#1154) | vporyadke | 2024-01-23 | 1 | -12/+24 |
| | |||||
* | Remove inaccessible code from TCompatibilityInfo::CheckCompatibility, #1208 ↵ | Sergey Belyakov | 2024-01-23 | 1 | -4/+0 |
| | | | | (#1209) |