| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Extract TDigest from YQL to library | ifsmirnov | 2022-10-27 | 7 | -0/+281 | |
| | | ||||||
| * | Fix incorrect base class for TEvStateRequest | galaxycrab | 2022-10-26 | 1 | -2/+5 | |
| | | ||||||
| * | Enable linux-arm platform. | dcherednik | 2022-10-26 | 39 | -186/+824 | |
| | | ||||||
| * | ydb format support for session actor. | dcherednik | 2022-10-26 | 2 | -0/+8 | |
| | | ||||||
| * | Unicode::Is{Category} | amnosov | 2022-10-26 | 16 | -0/+1420 | |
| | | | | Unicode::Is{Category} udfs added | |||||
| * | calc current exception message once | pg | 2022-10-26 | 1 | -3/+3 | |
| | | ||||||
| * | [comptrie] Use std::move with TBlob (clang-tidy modernize-pass-by-value) | sobols | 2022-10-25 | 1 | -14/+11 | |
| | | | | TBlob is ref-counted, moving it may be faster than copying. | |||||
| * | add NOLINT for clang-tidy | yakubovskiy03 | 2022-10-25 | 1 | -2/+2 | |
| | | | | | | Сейчас диагностика [readability-container-size-empty](https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/readability-container-size-empty.html) ругается на %%UNIT_ASSERT_EQUAL(s, "")%%. Можно поменять на %%UNIT_ASSERT(s.empty())%%, но у этого изменения есть как минимум 2 недостатка (дальше со слов @sobols): - Если тест сломается и строчка станет непустой, мы не увидим красивого сообщения об ошибке, содержащего новое значение, а будет безликое сообщение про assertion failed. - Выглядит неоднородно с соседним кодом, который проверяет на непустые строчки. | |||||
| * | Add cbor to MimeNames array | mokhotskii | 2022-10-24 | 1 | -1/+2 | |
| | | ||||||
| * | [external_abt]fix uaas 5xx | barkovbg | 2022-10-24 | 1 | -0/+8 | |
| | | ||||||
| * | fix NO_DEBUG_INFO() for OS_DARWIN | snermolaev | 2022-10-23 | 1 | -0/+181 | |
| | | ||||||
| * | fix namespace usage for tls variable | ivanmorozov | 2022-10-21 | 1 | -9/+9 | |
| | | ||||||
| * | actor logs usage simplification | ivanmorozov | 2022-10-21 | 1 | -0/+43 | |
| | | ||||||
| * | event for anything (temporary compatibility with simple events) | ivanmorozov | 2022-10-21 | 3 | -16/+30 | |
| | | ||||||
| * | use context constructor and sender guard instead of method with a lot of ↵ | ivanmorozov | 2022-10-21 | 2 | -5/+41 | |
| | | | | | arguments | |||||
| * | Update contrib/libs/cxxsupp/openmp to 15.0.2 | thegeorg | 2022-10-20 | 2 | -13/+9 | |
| | | ||||||
| * | optimize interfaces | ivanmorozov | 2022-10-19 | 5 | -24/+46 | |
| | | ||||||
| * | Fix spilling UT | va-kuznecov | 2022-10-18 | 3 | -0/+389 | |
| | | ||||||
| * | actors object model | ivanmorozov | 2022-10-18 | 15 | -65/+255 | |
| | | ||||||
| * | Improve TContigousData interface | innokentii | 2022-10-18 | 2 | -78/+227 | |
| | | | | improve TContiguousData interface | |||||
| * | YT: Support multiple literals in YPathJoin | dgolear | 2022-10-18 | 2 | -7/+14 | |
| | | ||||||
| * | Remove redundant TString conversion in blobstorage | innokentii | 2022-10-17 | 1 | -0/+7 | |
| | | | | remove redundant copying | |||||
| * | Allow to pass exception to the coroutine to be cancelled | nocomer | 2022-10-14 | 3 | -0/+50 | |
| | | ||||||
| * | feat: add dlc-ctl package to autocheck | cody0 | 2022-10-13 | 1 | -12/+2 | |
| | | ||||||
| * | [scheme] Allow to create a new null value which shares a pool with the ↵ | sobols | 2022-10-12 | 3 | -1/+99 | |
| | | | | | current value without directly attaching it as child | |||||
| * | Fix wilson uploader event handler | alexvru | 2022-10-12 | 1 | -5/+33 | |
| | | ||||||
| * | [relaxed_escaper] Speed up | sobols | 2022-10-10 | 1 | -15/+19 | |
| | | ||||||
| * | add test to reproduce the bug | gvit | 2022-10-10 | 1 | -4/+10 | |
| | | ||||||
| * | Use TContiguousData rooms interface in vdisk/pdisk | innokentii | 2022-10-10 | 3 | -5/+121 | |
| | | | | | | | | separate concerns add tracing add tracing calls | |||||
| * | Add full message name to error about unknown field in json2proto | bulatman | 2022-10-07 | 1 | -1/+1 | |
| | | ||||||
| * | Memory reference tracking restyling | savrus | 2022-10-07 | 8 | -48/+105 | |
| | | ||||||
| * | health checker tests | andrew-rykov | 2022-10-07 | 1 | -39/+0 | |
| | | ||||||
| * | Introduce serverless names to labeled counters | mokhotskii | 2022-10-06 | 1 | -0/+4 | |
| | | | | | | 1. Move some classes from tablet_counters_aggregator to private folder 2. Move labled counters to a separate proto file 3. Add serverless_names to labeled counters | |||||
| * | [vcs][library][ydb] move TAsyncSemaphore from ydb/library to ↵ | tldr | 2022-10-05 | 5 | -0/+317 | |
| | | | | | | library/cpp/threading Потребовалось для | |||||
| * | [unittest] Add NOLINT for clang-tidy | sobols | 2022-10-05 | 1 | -8/+8 | |
| | | ||||||
| * | Fix of aligned_free on windows | aleexfi | 2022-10-04 | 4 | -14/+26 | |
| | | ||||||
| * | support content-type in GET | uzhas | 2022-10-04 | 2 | -1/+26 | |
| | | ||||||
| * | Use TContiguousData rooms interface in vdisk/pdisk | innokentii | 2022-09-30 | 1 | -0/+8 | |
| | | | | Use TContiguousData rooms interface in vdisk/pdisk/erasure | |||||
| * | Do not enable cuda globally for all platforms | svidyuk | 2022-09-30 | 1 | -0/+3 | |
| | | ||||||
| * | emplace_back() with arguments support + return reference for consistency ↵ | tobo | 2022-09-30 | 2 | -3/+39 | |
| | | | | | with TVector | |||||
| * | Add more params for jemalloc | bugaevskiy | 2022-09-29 | 1 | -1/+40 | |
| | | ||||||
| * | Extend TContiguousData interface | innokentii | 2022-09-29 | 5 | -39/+438 | |
| | | | | extend TContiguousData interface | |||||
| * | Pre resolve self address for discovery | hor911 | 2022-09-29 | 1 | -1/+10 | |
| | | ||||||
| * | External build system generator release 10 | robot-ya-builder | 2022-09-26 | 7 | -8/+8 | |
| | | | | Update tools: yexport | |||||
| * | Add GroupOverseer component for testing | alexvru | 2022-09-24 | 2 | -0/+4 | |
| | | ||||||
| * | spans usage for rpc_long_tx | ivanmorozov | 2022-09-23 | 2 | -2/+10 | |
| | | ||||||
| * | Support logic time in ORM | dgolear | 2022-09-23 | 3 | -0/+21 | |
| | | ||||||
| * | add profile attribute into profile span | ivanmorozov | 2022-09-22 | 2 | -5/+18 | |
| | | ||||||
| * | span with profile | ivanmorozov | 2022-09-21 | 6 | -0/+253 | |
| | | ||||||
| * | remove unused includes | tobo | 2022-09-21 | 5 | -7/+0 | |
| | | ||||||
