Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-01-23 | 1 | -3/+1 |
| | |||||
* | Specialize iterator_traits for TIpAddressRange iterator | hiddenpath | 2024-01-22 | 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>; ``` | ||||
* | Revert | zenoyan | 2024-01-19 | 1 | -1/+1 |
| | | | | Note: mandatory check (NEED_CHECK) was skipped | ||||
* | Up tld list | zenoyan | 2024-01-19 | 1 | -1/+1 |
| | | | | Note: mandatory check (NEED_CHECK) was skipped | ||||
* | feat contrib: aiogram 3 | armenqa | 2024-01-19 | 1650 | -38644/+284 |
| | | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/ | ||||
* | Library import 8 (#1074) | AlexSm | 2024-01-18 | 24 | -64/+316 |
| | | | | | * Library import 8 * Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort | ||||
* | Library import 7 (#937) | AlexSm | 2024-01-11 | 11 | -10/+80 |
| | |||||
* | Library import 6 (#888) | AlexSm | 2024-01-09 | 5 | -4/+117 |
| | |||||
* | Library import 5, delete go dependencies (#832) | AlexSm | 2024-01-04 | 248 | -399944/+43 |
| | | | | | * Library import 5, delete go dependencies * Fix yt client | ||||
* | Import libs 4 (#758) | AlexSm | 2023-12-27 | 13 | -60/+131 |
| | |||||
* | Import libs 3 (#679) | AlexSm | 2023-12-22 | 6 | -11/+55 |
| | |||||
* | Import libs 1 (#590) | AlexSm | 2023-12-21 | 5 | -32/+33 |
| | | | | | | | * Import libs 1 * Add new file without extension * Add file missed in export config | ||||
* | fix tests after | pg | 2023-12-18 | 1 | -0/+10 |
| | |||||
* | Fix modernize-use-emplace reported by clang-tidy16 | thegeorg | 2023-12-14 | 1 | -1/+1 |
| | |||||
* | Better relational operators for TStrongTypedef | babenko | 2023-12-13 | 2 | -31/+32 |
| | |||||
* | Support override `distutils` from `setuptools` | shadchin | 2023-12-12 | 1 | -0/+26 |
| | |||||
* | Add Drain method for TBlockingQueue | tytskiy | 2023-12-11 | 2 | -0/+109 |
| | |||||
* | Make support_retries() and get_type() methods of object instead of class ↵ | say | 2023-12-08 | 49 | -6796/+0 |
| | | | | ones. Reduce get_type_name() usage. | ||||
* | Try enable TSAN on report unit-tests | nechda | 2023-12-08 | 2 | -2/+4 |
| | | | | Включаем TSAN над юнит-тестами репорта + для реализации TLightGuard-ов делаем фолбэк на обычные гарды в режиме сборки с санитайзерами. | ||||
* | import tracing: tid removed from event key | kuzmich321 | 2023-12-07 | 1 | -7/+3 |
| | |||||
* | Support for single-threaded backtrace_state | igorbalduev | 2023-12-07 | 2 | -23/+50 |
| | | | | | | Обнаружилось, что при использовании *libbacktrace* в многопоточном режиме приложение течёт по памяти. Пофиксили утечки мьютексом, но т.к. теперь *libbacktrace* в нашем коде фактически используется в один поток, имеет смысл использовать его с соответствующими опциями в `backtrace_state`. Добавил сбоку к существующему коду `unsafe`-версию `ResolveBacktrace`. | ||||
* | Fix str/bytes for regexp | v-korovin | 2023-12-06 | 1 | -1/+2 |
| | |||||
* | YT-20547: TIncarnationId is strongly typed | arkady-e1ppa | 2023-12-06 | 2 | -1/+41 |
| | | | | First commit | ||||
* | Fix ut | innokentii | 2023-12-06 | 5 | -4462/+0 |
| | | | | fix ut | ||||
* | library/yson: Add NodeFromJsonStringIterative | ionagamed | 2023-12-06 | 6 | -2/+92 |
| | | | | AI для | ||||
* | parsing promos | moroznastya | 2023-12-05 | 3 | -4/+38 |
| | |||||
* | Use volatile TLS in library/cpp/yt | lukyan | 2023-12-05 | 8 | -18/+32 |
| | |||||
* | Require EMasterReign to be monotonic | kvk1920 | 2023-12-05 | 2 | -4/+6 |
| | |||||
* | YT-20547: OperationId is strongly typed | arkady-e1ppa | 2023-12-05 | 4 | -5/+221 |
| | |||||
* | External build system generator release 65 | robot-ya-builder | 2023-12-05 | 274 | -822/+822 |
| | | | | Update tools: yexport, os-yexport | ||||
* | import tracing | kuzmich321 | 2023-12-05 | 12 | -2/+296 |
| | | | | | | * add argument to parser * add out_path as fn parameter * set necessary env variables for import tracing | ||||
* | YT-18655 Support prerequisite transactions in dynamic tables write | Grigory Reznikov | 2023-12-05 | 4 | -0/+223 |
| | | | | | | | | | | We are building a service that uses dynamic tables as a metadata storage. Cypress is used for a leader election and prerequisite transactions are used to prevent races, however prerequisite transactions are not supported for dynamic table operations. This PR fixes that. 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/162 | ||||
* | Copy fyamlcpp to ydb/library | innokentii | 2023-12-05 | 8 | -121/+0 |
| | | | | copy fyamlcpp to ydb/library | ||||
* | Revert commit rXXXXXX,Fix clashing macro | hiddenpath | 2023-12-05 | 14 | -22/+22 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-12-05 | 729 | -85487/+12 |
| | |||||
* | Fix clashing macro | hiddenpath | 2023-12-04 | 14 | -22/+22 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-12-04 | 2 | -6/+4 |
| | |||||
* | Change "config.yaml" | alexv-smirnov | 2023-12-03 | 1 | -1/+0 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-12-02 | 155 | -12/+10621 |
| | |||||
* | (no commit message) | pg | 2023-12-01 | 14 | -90/+24 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-12-01 | 155 | -10621/+12 |
| | |||||
* | Use own copy of actorlib. KIKIMR-20294 | dcherednik | 2023-11-30 | 1 | -432/+0 |
| | |||||
* | YQ Connector:Use docker-compose in integrational tests | vitalyisaev | 2023-11-30 | 210 | -0/+17875 |
| | |||||
* | fix httpcache error message | ai3282 | 2023-11-30 | 1 | -2/+6 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-11-29 | 1 | -1/+1 |
| | |||||
* | Add SHA224 to library/cpp/openssl/crypto | danibw | 2023-11-29 | 3 | -0/+75 |
| | | | | Add SHA224 to library/cpp/openssl/crypto | ||||
* | Intermediate changes | robot-piglet | 2023-11-29 | 1 | -1/+2 |
| | |||||
* | Use own copy of library/grpc | dcherednik | 2023-11-29 | 49 | -4878/+0 |
| | |||||
* | Revert commit rXXXXXX,Decode bytes when reading sanitizer's stderr | vitalyisaev | 2023-11-29 | 1 | -6/+2 |
| | |||||
* | library/json: add MaxDepth and iterative parsing into config | ionagamed | 2023-11-29 | 3 | -33/+135 |
| | | | | | | | | rationale: у нас была проблема где приезжает пользовательский json небольшой (на пару-тройку кб) и рвет нам стек из-за глубины. Со стороны rapidjson это проще всего поправить включив у них итеративный парсинг, который не будет использовать системный стек. Но это не совсем все — с нашей стороны оно все развалится когда надо будет вызвать рекурсивно деструкторы TJsonValue — и тут уже можно будет покрутить MaxDepth. |