Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 32 | -128/+652 |
| | |||||
* | GTEST support for tests with YT recipe | eak1mov | 2022-12-15 | 1 | -1/+1 |
| | | | | | Добавил хук `mapreduce/yt/tests/yt_initialize_hook` для вызова `NYT::Initialize`. Перенес `YT_UNITTEST` на использование хука вместо кастомной `main`. Обновил документацию и примеры использования UNITTEST и GTEST для YT. | ||||
* | remove kikimr/driver DEPENDS | qrort | 2022-12-02 | 1 | -5/+0 |
| | |||||
* | validate canons without yatest_common | qrort | 2022-11-30 | 1 | -0/+5 |
| | |||||
* | calc current exception message once | pg | 2022-10-26 | 1 | -3/+3 |
| | |||||
* | 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. - Выглядит неоднородно с соседним кодом, который проверяет на непустые строчки. | ||||
* | [unittest] Add NOLINT for clang-tidy | sobols | 2022-10-05 | 1 | -8/+8 |
| | |||||
* | Add iterations to y_benchmark JSON | baidashkin | 2022-09-08 | 1 | -0/+1 |
| | |||||
* | Update external build system generation utility | robot-ya-builder | 2022-09-01 | 2 | -0/+16 |
| | | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags | ||||
* | temp fix ydb oss sync config to unlock sync on /vendor dependency | alexv-smirnov | 2022-08-18 | 2 | -0/+122 |
| | |||||
* | fix ya.make | monster | 2022-07-07 | 8 | -0/+604 |
| | |||||
* | intermediate changes | arcadia-devtools | 2022-06-01 | 1 | -12/+0 |
| | | | | ref:2df36b497633117a29cc1f8faf1dd4e7be3eff87 | ||||
* | intermediate changes | arcadia-devtools | 2022-05-13 | 1 | -1/+0 |
| | | | | ref:87d2a156fb63ff12b04b203f1e5dc880d9af1585 | ||||
* | Merge pull request #1 from VadimFilimonov/fix-typos | alexv-smirnov | 2022-04-30 | 1 | -1/+1 |
|\ | | | | | Fix typos | ||||
| * | Fix typos | Vadim Filimonov | 2022-04-19 | 1 | -1/+1 |
| | | |||||
* | | intermediate changes | arcadia-devtools | 2022-04-26 | 3 | -2/+65 |
|/ | | | | ref:ba3b994bce107b5d5ed74af8bebe6df02576505a | ||||
* | intermediate changes | arcadia-devtools | 2022-03-16 | 1 | -0/+6 |
| | | | | ref:d483e9e2fc8bfef633904bd3103470d44e8d0eb4 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 16 | -301/+0 |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-01 | 2 | -0/+49 |
| | | | | ref:1bd5d52142d3b1cd797d1dcc1dc7c82ea4a091be | ||||
* | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 6 | -0/+54 |
| | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef | ||||
* | intermediate changes | arcadia-devtools | 2022-02-22 | 1 | -0/+8 |
| | | | | ref:582ed9d2a52706516cc273d3e82d8e3de510b40f | ||||
* | intermediate changes | arcadia-devtools | 2022-02-18 | 6 | -0/+80 |
| | | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 | ||||
* | intermediate changes | arcadia-devtools | 2022-02-15 | 3 | -10/+1 |
| | | | | ref:f793e47d98757e96c541d6d7dd53f8838e72cf3f | ||||
* | Restoring authorship annotation for <dancingqueue@yandex-team.ru>. Commit 2 ↵ | dancingqueue | 2022-02-10 | 4 | -59/+59 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <dancingqueue@yandex-team.ru>. Commit 1 ↵ | dancingqueue | 2022-02-10 | 4 | -59/+59 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <abogutskiy@yandex-team.ru>. Commit 2 of 2. | abogutskiy | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <abogutskiy@yandex-team.ru>. Commit 1 of 2. | abogutskiy | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <dprokoptsev@yandex-team.ru>. Commit 2 of 2. | dprokoptsev | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Restoring authorship annotation for <dprokoptsev@yandex-team.ru>. Commit 1 of 2. | dprokoptsev | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Restoring authorship annotation for <myrrc@yandex-team.ru>. Commit 2 of 2. | myrrc | 2022-02-10 | 2 | -30/+30 |
| | |||||
* | Restoring authorship annotation for <myrrc@yandex-team.ru>. Commit 1 of 2. | myrrc | 2022-02-10 | 2 | -30/+30 |
| | |||||
* | Restoring authorship annotation for <imeln@yandex-team.ru>. Commit 2 of 2. | imeln | 2022-02-10 | 3 | -9/+9 |
| | |||||
* | Restoring authorship annotation for <imeln@yandex-team.ru>. Commit 1 of 2. | imeln | 2022-02-10 | 3 | -9/+9 |
| | |||||
* | Restoring authorship annotation for <sh1zoid@yandex-team.ru>. Commit 2 of 2. | sh1zoid | 2022-02-10 | 2 | -12/+12 |
| | |||||
* | Restoring authorship annotation for <sh1zoid@yandex-team.ru>. Commit 1 of 2. | sh1zoid | 2022-02-10 | 2 | -12/+12 |
| | |||||
* | Restoring authorship annotation for <dekonoplev@yandex-team.ru>. Commit 2 of 2. | dekonoplev | 2022-02-10 | 1 | -11/+11 |
| | |||||
* | Restoring authorship annotation for <dekonoplev@yandex-team.ru>. Commit 1 of 2. | dekonoplev | 2022-02-10 | 1 | -11/+11 |
| | |||||
* | Restoring authorship annotation for <cverutin@yandex-team.ru>. Commit 2 of 2. | cverutin | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Restoring authorship annotation for <cverutin@yandex-team.ru>. Commit 1 of 2. | cverutin | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Restoring authorship annotation for <staroverovad@yandex-team.ru>. Commit 2 ↵ | staroverovad | 2022-02-10 | 2 | -6/+6 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <staroverovad@yandex-team.ru>. Commit 1 ↵ | staroverovad | 2022-02-10 | 2 | -6/+6 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. | amatanhead | 2022-02-10 | 17 | -722/+722 |
| | |||||
* | Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 1 of 2. | amatanhead | 2022-02-10 | 17 | -722/+722 |
| | |||||
* | Restoring authorship annotation for <yoda@yandex-team.ru>. Commit 2 of 2. | yoda | 2022-02-10 | 1 | -25/+25 |
| | |||||
* | Restoring authorship annotation for <yoda@yandex-team.ru>. Commit 1 of 2. | yoda | 2022-02-10 | 1 | -25/+25 |
| | |||||
* | Restoring authorship annotation for <filmih@yandex-team.ru>. Commit 2 of 2. | filmih | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <filmih@yandex-team.ru>. Commit 1 of 2. | filmih | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <vlysenkov@yandex-team.ru>. Commit 2 of 2. | vlysenkov | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Restoring authorship annotation for <vlysenkov@yandex-team.ru>. Commit 1 of 2. | vlysenkov | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Restoring authorship annotation for <wiz@yandex-team.ru>. Commit 2 of 2. | wiz | 2022-02-10 | 1 | -1/+1 |
| |