Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove CMakeLists from main (#2032) | AlexSm | 2024-02-16 | 6 | -241/+0 |
| | |||||
* | External build system generator release 65 | robot-ya-builder | 2023-12-05 | 1 | -3/+3 |
| | | | | Update tools: yexport, os-yexport | ||||
* | add darwin-arm64 CMakeLists | dcherednik | 2023-11-20 | 2 | -0/+46 |
| | |||||
* | Y_FAIL->Y_ABORT at '^li' | ilnurkh | 2023-10-17 | 1 | -3/+3 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb' | ilnurkh | 2023-10-16 | 5 | -9/+9 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Y_VERIFY->Y_ABORT_UNLESS at ^l | ilnurkh | 2023-10-09 | 1 | -1/+1 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Reduce the number of copies of the vector | tesseract | 2023-09-26 | 1 | -1/+1 |
| | |||||
* | Fix input variable missprint | svidyuk | 2023-08-30 | 4 | -0/+24 |
| | |||||
* | All .ll files support in LLVM_BC | svidyuk | 2023-08-30 | 4 | -24/+0 |
| | |||||
* | metrics input: compress number hist buckets | aleksei-le | 2023-07-13 | 4 | -7/+153 |
| | |||||
* | [begemot] monlib: fix alignment for 32-bit arch / | gluk47 | 2023-06-22 | 1 | -1/+1 |
| | | | | | | `pair<..., ui64>` is aligned by 8 bytes, whereas `TExplicitHistogramSnapshot` contains only ui32 which does not have to be 8-byte-aligned. This patch fixes a static assert from the line 203: `alignof(TExplicitHistogramSnapshot) == alignof(TBucket)` | ||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 2 | -0/+53 |
| | |||||
* | Remove extra semicolon (library) | bulatman | 2023-06-10 | 2 | -2/+2 |
| | |||||
* | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 1 | -1/+1 |
| | | | Update tools: yexport | ||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 2 | -53/+0 |
| | |||||
* | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 1 | -3/+3 |
| | | | Update tools: yexport | ||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 2 | -0/+53 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 2 | -0/+46 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-07 | 3 | -2/+2 |
| | |||||
* | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 4 | -1/+19 |
| | | | Update tools: yexport | ||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -48/+48 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -48/+48 |
| | |||||
* | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 1 | -1/+1 |
| | | | Update tools: yexport | ||||
* | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 4 | -4/+4 |
| | | | Update tools: yexport | ||||
* | Add move ctor to TMetricRegistry | chegoryu | 2022-12-19 | 2 | -0/+4 |
| | |||||
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 4 | -30/+123 |
| | |||||
* | Fix static type hints for LazyIntGauge: GAUGE -> IGAUGE | borman | 2022-12-09 | 2 | -11/+25 |
| | | | | | | This would previously break repeated metric access. Should not affect production code, since the static type hint is only used for checking against an already-present metric at creation time. Also, added idempotency checks to registry unit tests. | ||||
* | fix ya.make | monster | 2022-07-07 | 1 | -40/+0 |
| | |||||
* | intermediate changes | arcadia-devtools | 2022-06-28 | 6 | -49/+52 |
| | | | | ref:08d0f6ebc75701201720c15ba8b41bfbdf780a37 | ||||
* | intermediate changes | arcadia-devtools | 2022-06-21 | 4 | -0/+79 |
| | | | | ref:98c26ee2d3cd643aba98b8222f9f8a4c1773449a | ||||
* | library: Flatten RECURSEs in actors, containers, monlib | thegeorg | 2022-06-01 | 1 | -0/+1 |
| | | | | ref:f5f98dd504e52bf85fbe9fe8adf428011df1d814 | ||||
* | KIKIMR-14646: aggregate tablet histograms; avoid overflow in hist buckets | Evgeniy Ivanov | 2022-04-15 | 5 | -5/+5 |
| | | | | ref:e2fc7b63e94a6f21fc05b425213586bd6c4d0115 | ||||
* | Copy metrics while accept | k-vukolov | 2022-03-29 | 4 | -14/+21 |
| | | | | ref:e23a9eb7d1d1bc875bdf136ed30b9605db304bb8 | ||||
* | switch metrics registry to shared_ptr KIKIMR-14218 | Alexey Efimov | 2022-03-24 | 2 | -0/+7 |
| | | | | ref:5ef16c21e373b05982980dcd3016950f15a884e8 | ||||
* | Do not create buckets on each metric access | k-vukolov | 2022-03-17 | 6 | -0/+33 |
| | | | | ref:23778046ec41d633f28df9e49ac776b31db22afe | ||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 2 | -58/+0 |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
* | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 1 | -0/+9 |
| | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef | ||||
* | intermediate changes | arcadia-devtools | 2022-02-18 | 1 | -0/+28 |
| | | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 | ||||
* | intermediate changes | arcadia-devtools | 2022-02-11 | 3 | -8/+40 |
| | | | | ref:23d75af30a9649405a1b3643fbbd9810cf9f1987 | ||||
* | Restoring authorship annotation for <pavel-belikov@yandex-team.ru>. Commit 2 ↵ | pavel-belikov | 2022-02-10 | 1 | -3/+3 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <pavel-belikov@yandex-team.ru>. Commit 1 ↵ | pavel-belikov | 2022-02-10 | 1 | -3/+3 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <k-vukolov@yandex-team.ru>. Commit 2 of 2. | k-vukolov | 2022-02-10 | 3 | -29/+29 |
| | |||||
* | Restoring authorship annotation for <k-vukolov@yandex-team.ru>. Commit 1 of 2. | k-vukolov | 2022-02-10 | 3 | -29/+29 |
| | |||||
* | Restoring authorship annotation for <malovb@yandex-team.ru>. Commit 2 of 2. | malovb | 2022-02-10 | 1 | -6/+6 |
| | |||||
* | Restoring authorship annotation for <malovb@yandex-team.ru>. Commit 1 of 2. | malovb | 2022-02-10 | 1 | -6/+6 |
| | |||||
* | Restoring authorship annotation for Vladimir Gordiychuk <folyga@gmail.com>. ↵ | Vladimir Gordiychuk | 2022-02-10 | 7 | -276/+276 |
| | | | | Commit 2 of 2. | ||||
* | Restoring authorship annotation for Vladimir Gordiychuk <folyga@gmail.com>. ↵ | Vladimir Gordiychuk | 2022-02-10 | 7 | -276/+276 |
| | | | | Commit 1 of 2. | ||||
* | Restoring authorship annotation for <danibw@yandex-team.ru>. Commit 2 of 2. | danibw | 2022-02-10 | 8 | -55/+55 |
| | |||||
* | Restoring authorship annotation for <danibw@yandex-team.ru>. Commit 1 of 2. | danibw | 2022-02-10 | 8 | -55/+55 |
| | |||||
* | Restoring authorship annotation for <halin-george@yandex-team.ru>. Commit 2 ↵ | halin-george | 2022-02-10 | 1 | -116/+116 |
| | | | | of 2. |