aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Specialize iterator_traits for TIpAddressRange iteratorhiddenpath2024-01-241-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 ↵akhropov2024-01-241-0/+3
| | | | different size should not be accepted even if they are convertible to TArrayRef value type.
* Automatic release build for ymake, os_ymakerobot-ya-builder2024-01-243-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)pg2024-01-242-1/+3
|
* (no commit message)pg2024-01-241-1/+1
|
* Update build documentations for rXXXXXXrobot-codenav2024-01-249-84/+205
| | | | | | Task: https://sandbox.yandex-team.ru/task/2130955492/view update build docs
* Update contrib/python/types-protobuf to 4.24.0.20240106robot-contrib2024-01-243-6/+8
|
* (no commit message)snermolaev2024-01-241-1/+1
|
* update taxitool rev. 13268634robot-tplatform-ci2024-01-243-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 546robot-ydb-importer2024-01-242-19/+48
|
* automation of go yamake updatevyacheslavek2024-01-24257-17789/+29567
| | | | | | ISSUE: update gen.py and generated yamake
* Added point to msku_uploader to trace skusayakshibaeva2024-01-244-7/+25
|
* Remove navi_serializable featuretrivias2024-01-246-10/+52
|
* Add range read border to key sampler KIKIMR-20859 (#1253)Aleksei Borzenkov2024-01-241-0/+10
|
* Remove support for non-scan read columns requests (#1240)Aleksei Borzenkov2024-01-243-183/+32
|
* CheckCellValue after MakeCell (#1252)azevaykin2024-01-241-5/+5
|
* ci: run pr checks on a merge commit instead of the PR head, add ↵nikita kozlovsky2024-01-243-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 Babenko2024-01-241-0/+2
|
* Add shared logic to executor pool (#1236)kruall2024-01-249-57/+242
|
* move ReportLatencyCounters to common call (#1193)Sergey Veselov2024-01-241-3/+12
| | | | Always report latency counters in serverless proxy
* YQL-17542 remove unused abstraction (#1184)zverevgeny2024-01-241-26/+11
|
* YQL-15941 switch to llvm14 (#1241)Vitaly Stoyan2024-01-2366-730/+112
| | | | | | | * init * fix ut, switched to dwarf_backtrace * linux only bt
* Check types for pushdown on OLAP level. (#1144)Tony-Romanov2024-01-235-47/+135
| | | | | * Check types for pushdown on OLAP level. * Update test.
* fix column build with indexed table (#1239)Vitalii Gridnev2024-01-232-16/+133
| | | | | * fix column build with indexed table * remove useless debug strings
* improve switch (#1232)uzhastik2024-01-231-0/+1
|
* improve switch (#1228)uzhastik2024-01-231-0/+1
|
* fix break (#1226)uzhastik2024-01-231-0/+2
|
* remove useless call (#1201)uzhastik2024-01-231-1/+0
| | | | | * remove useless call * fix build
* Revert "Choose partition for topic split/merge" (#1243)AlexSm2024-01-2334-2130/+760
|
* Add missing <cstddef> include (#1233)Mikhnenko Sasha2024-01-232-0/+3
|
* Fix set but unused varibles to fix -Wunused-but-set-variable (#1175)Ilya Dzenzelyuk2024-01-2317-47/+1
| | | | | * Fix set but unused varibles to enable -Wunused-but-set-variable in the future * Remove one move variable
* fix counters (#1237)vporyadke2024-01-231-1/+1
|
* YQL-17542 Ensure one allocator in TDqTaskRunner (#1210)zverevgeny2024-01-231-3/+5
|
* Choose partition for topic split/merge (#1038)Nikolay Shestakov2024-01-2334-760/+2130
|
* Add sleep for metering tests (#1235)Nikolay Shestakov2024-01-231-0/+10
|
* Remove yt specific alloc monitoring. Ytalloc is not used. (#1202)Daniil Cherednik2024-01-234-327/+0
|
* YQL-17615: Fixed floats & numerics formatting in pgrun (#1230)Mars Agliullin2024-01-2312-12/+621
|
* Move ReValidateKeys to TKeyValidator (#1217)azevaykin2024-01-236-25/+108
|
* Correct cleanup policy. Split writeIds list (#1205)nsofya2024-01-235-19/+17
| | | * Correct clenup policy. Split writeIds list
* Add use local self heal option to ds tool (#1191)Robert Drynkin2024-01-231-0/+5
| | | Co-authored-by: robdrynkin <robdrynkin@nebius.com>
* not null constraint fix for column addition (#1137)Vitalii Gridnev2024-01-2318-19/+107
| | | | | | | * not null constraint fix for column addition * fixing tests according to the changes * fix scheme tests
* LocalTableWriter skeleton KIKIMR-20673 (#1214)Ilnaz Nizametdinov2024-01-2310-30/+272
|
* Make ydb_root_common use only stderr to avoid command output pollution (#1218)Innokentii Mokin2024-01-233-22/+22
| | | * make ydb_root_common use only stderr to avoid command output pollution
* Fixed unit tests fq/s3 + generic (#1120)Pisarenko Grigoriy2024-01-235-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 Babenko2024-01-238-32/+38
|
* Fix external dep on opentelemetry (#1216)Innokentii Mokin2024-01-234-4/+5
|
* KIKIMR-19522 BTreeIndex Charge Keys (#1102)kungurtsev2024-01-237-169/+368
|
* Fix malloc size (#1211)Alexey Ozeritskiy2024-01-231-1/+1
|
* add waiting for resources snapshot (#1154)vporyadke2024-01-231-12/+24
|
* Remove inaccessible code from TCompatibilityInfo::CheckCompatibility, #1208 ↵Sergey Belyakov2024-01-231-4/+0
| | | | (#1209)