Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to upload data asap without waiting for the zstd-frame to end | ilnaz | 2022-10-26 | 1 | -1/+6 |
| | |||||
* | Fix not forgetting actorid in skeleton, | kruall | 2022-10-26 | 1 | -16/+24 |
| | |||||
* | Instant RUNNING Status | hor911 | 2022-10-26 | 10 | -167/+125 |
| | |||||
* | ydb format support for session actor. | dcherednik | 2022-10-26 | 19 | -50/+115 |
| | |||||
* | ydb/public/api/client/yc_private | alexv-smirnov | 2022-10-26 | 21 | -0/+992 |
| | |||||
* | support custom csv delimiter in writing csv_with_names | uzhas | 2022-10-26 | 5 | -19/+61 |
| | |||||
* | Unicode::Is{Category} | amnosov | 2022-10-26 | 18 | -1/+1481 |
| | | | Unicode::Is{Category} udfs added | ||||
* | [review] [YDB] SelfHeal update | alextarazanov | 2022-10-26 | 3 | -105/+139 |
| | | | > https://5b0a31e1a9f02ce8fbd9b5fdde7f4601168f65ee.testing.docs.yandex-team.ru/ydb-tech/maintenance/manual/selfheal | ||||
* | Remove PDiskLocationMap from BSC | alexvru | 2022-10-26 | 6 | -80/+40 |
| | |||||
* | calc current exception message once | pg | 2022-10-26 | 1 | -3/+3 |
| | |||||
* | Fixed saving user without password | brgayazov | 2022-10-25 | 2 | -2/+9 |
| | |||||
* | Improve ApproximateFreeSpaceShare calculation | alexvru | 2022-10-25 | 6 | -9/+16 |
| | |||||
* | [yql] Library url with optional token | udovichenko-r | 2022-10-25 | 8 | -16/+59 |
| | |||||
* | Close some TODOs. | a-romanov | 2022-10-25 | 1 | -93/+21 |
| | |||||
* | [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. - Выглядит неоднородно с соседним кодом, который проверяет на непустые строчки. | ||||
* | Refactor usage of TScopedAlloc | va-kuznecov | 2022-10-25 | 7 | -27/+54 |
| | |||||
* | [review] [YDB] MicroFix | alextarazanov | 2022-10-25 | 1 | -2/+2 |
| | | | MicroFix | ||||
* | Add ca-file to global root options. | yuryalekseev | 2022-10-25 | 1 | -0/+1 |
| | |||||
* | PR #124 Update topic-consumer-add.md | Logof | 2022-10-25 | 1 | -2/+2 |
| | | | | | Update topic-consumer-add.md Pull Request resolved: #124 | ||||
* | fix for pipe creation errors | alexnick | 2022-10-25 | 4 | -35/+78 |
| | | | progress | ||||
* | Add x-amzn-requestid header to YDS http response | mokhotskii | 2022-10-25 | 3 | -28/+59 |
| | | | Add x-amzn-requestid header to YDS http response | ||||
* | [yql] Extract credentials to a separate lib | udovichenko-r | 2022-10-25 | 22 | -143/+169 |
| | |||||
* | kqp_sort_ut tests use only new engine | gvit | 2022-10-25 | 1 | -297/+184 |
| | |||||
* | support ministat results format, fix queries | gvit | 2022-10-24 | 3 | -40/+49 |
| | |||||
* | rework query issues | uzhas | 2022-10-24 | 2 | -6/+12 |
| | |||||
* | Drop some add_defines=False setting from yamaker projects | thegeorg | 2022-10-24 | 20 | -447/+1104 |
| | |||||
* | Add check for non-empty Handlers in AggregateCombine | aidarsamer | 2022-10-24 | 2 | -1/+20 |
| | | | Add check for input handlers in AggregateCombine. | ||||
* | PR from branch users/andrew-rykov//merge-issues3 | andrew-rykov | 2022-10-24 | 3 | -111/+528 |
| | | | | | | | added count and listed groups unity PR from branch users/andrew-rykov//merge-issues | ||||
* | Delete unused fields for rate limiting from proto | galaxycrab | 2022-10-24 | 1 | -8/+0 |
| | |||||
* | multiple operations for initialization | ivanmorozov | 2022-10-24 | 31 | -396/+631 |
| | | | | prepare for internal requests reusage move tests to appropriate file | ||||
* | Swap ExtractMembers with Iterator. | a-romanov | 2022-10-24 | 1 | -2/+2 |
| | |||||
* | Save left side in mutables in case of multiplexing map join. | a-romanov | 2022-10-24 | 2 | -6/+53 |
| | |||||
* | Add support for SUM pushdown to Column Shard. | aidarsamer | 2022-10-24 | 6 | -88/+138 |
| | | | | Add support for SUM pushdown to Column Shard. Add Cast function to calculate SUM in SSA program to avoid type overflow. | ||||
* | support custom csv delimiter in reading csv_with_names | uzhas | 2022-10-24 | 2 | -42/+48 |
| | |||||
* | Fix TEvDiscoverResult processing. | yuryalekseev | 2022-10-24 | 1 | -0/+1 |
| | |||||
* | Support PROCESS for streams in purecalc | ngc224 | 2022-10-24 | 3 | -13/+13 |
| | |||||
* | Fix BlobDepot blocking logic | alexvru | 2022-10-24 | 1 | -4/+6 |
| | |||||
* | Add cbor to MimeNames array | mokhotskii | 2022-10-24 | 1 | -1/+2 |
| | |||||
* | DQ, async CA, ProcessInit counter | whcrc | 2022-10-24 | 5 | -3/+12 |
| | |||||
* | [library/python/testing] Fixed relaxed mode selection | prettyboy | 2022-10-24 | 1 | -4/+4 |
| | |||||
* | [external_abt]fix uaas 5xx | barkovbg | 2022-10-24 | 1 | -0/+8 |
| | |||||
* | Add OnQuarantine flag to TOwnerData, | serg-belyakov | 2022-10-24 | 2 | -3/+10 |
| | | | Add OnQuarantine flag to TOwnerData | ||||
* | fix some tests | gvit | 2022-10-24 | 5 | -383/+168 |
| | |||||
* | Describe the command ydb yql tail | bazeltsev | 2022-10-24 | 1 | -1/+1 |
| | | | updated | ||||
* | External build system generator release 13 | robot-ya-builder | 2022-10-24 | 1 | -0/+5 |
| | | | Update tools: yexport | ||||
* | [library/python/testing] Added yatest_common_standalone | prettyboy | 2022-10-24 | 1 | -3/+12 |
| | |||||
* | reuse methods for tests and incapsulate in special helpers | ivanmorozov | 2022-10-23 | 9 | -196/+154 |
| | |||||
* | Release opensource 22.4.31 | stunder | 2022-10-23 | 6 | -0/+6 |
| | |||||
* | Update contrib/restricted/aws/aws-c-cal to 0.5.20 | robot-contrib | 2022-10-23 | 1 | -2/+6 |
| |