Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Intermediate changes | robot-piglet | 2023-02-20 | 5 | -0/+39 |
| | |||||
* | NO_COMPILER_WARNINGS in cmake msvc builds | svidyuk | 2023-02-18 | 9 | -9/+9 |
| | |||||
* | Fix build using cl.exe | spreis | 2023-02-17 | 1 | -1/+3 |
| | | | | | | | https://en.cppreference.com/w/c/language/array `Zero-length array declarations are not allowed, even though some compilers offer them as extensions (typically as a pre-C99 implementation of flexible array members).` This is needed to build catboost for Windows. | ||||
* | replace pytest.mark.tryfirst in ya.py plugin | nik-bes | 2023-02-17 | 1 | -1/+1 |
| | | | https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers | ||||
* | Перенос yc public yq events api в oss | auzhegov | 2023-02-17 | 7 | -0/+137 |
| | | | Initial version | ||||
* | Fix escaping cgi, according to RFC 3986 standart | andreizdor | 2023-02-16 | 2 | -8/+8 |
| | | | | | https://www.ietf.org/rfc/rfc3986.txt Символ `^` не входит в допустимые символы URI | ||||
* | fix threads count determination for kqp tasks calculation | ivanmorozov | 2023-02-15 | 3 | -13/+22 |
| | | | fix threads count | ||||
* | Migrate black linter on custom_lint pipeline | say | 2023-02-14 | 35 | -0/+5121 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-14 | 3 | -3/+91 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-13 | 4 | -1/+66 |
| | |||||
* | Refactor library/python/pytest and library/python/testing | romakudlakov | 2023-02-10 | 1 | -2/+0 |
| | | | Remove test-started/test-finished events generator in pytest_runner | ||||
* | remove flag ForceWriteParsingErrorsToCerr | ulanovgeorgiy | 2023-02-10 | 2 | -17/+4 |
| | |||||
* | Refactor lib/cpp/testing/unittest | romakudlakov | 2023-02-10 | 1 | -2/+0 |
| | | | Remove test-started/test-finished events generator in utmain.cpp | ||||
* | attempt to stabilize perf test in different environments | xenoxeno | 2023-02-09 | 2 | -47/+48 |
| | |||||
* | Add path to trace message | romakudlakov | 2023-02-09 | 1 | -17/+28 |
| | | | Add path to test_item | ||||
* | Log backend move | hor911 | 2023-02-09 | 44 | -0/+4242 |
| | |||||
* | Correct mem limit detection in mk8s | hor911 | 2023-02-09 | 1 | -7/+12 |
| | |||||
* | tasks calculation improve | ivanmorozov | 2023-02-09 | 1 | -0/+15 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 698 | -2569/+2581 |
| | |||||
* | Add metrics about thread count in pool, | kruall | 2023-02-07 | 5 | -0/+23 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 698 | -2581/+2569 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 1 | -4/+4 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 1 | -1/+1 |
| | |||||
* | [mapreduce/yt]Support HTTPs using http client from yt/yt/core | nadya73 | 2023-02-07 | 1 | -2/+2 |
| | | | Support HTTP client from yt/yt/core and HTTPs via its client. | ||||
* | fix typo | ulanovgeorgiy | 2023-02-02 | 1 | -1/+1 |
| | |||||
* | enabling writing error message to exception in the default | ulanovgeorgiy | 2023-02-02 | 2 | -4/+4 |
| | |||||
* | Use several shards in grpc services for registered requests | snaury | 2023-02-02 | 1 | -18/+43 |
| | |||||
* | Allow using TlsActivationContext inside coroutine | alexvru | 2023-02-02 | 2 | -6/+6 |
| | |||||
* | Add basic yaml config resolver | innokentii | 2023-02-01 | 9 | -0/+3428 |
| | |||||
* | add option to set number of workers per CQ | eivanov89 | 2023-01-31 | 2 | -21/+35 |
| | |||||
* | Parse old IC version record, when new one is not present, | serg-belyakov | 2023-01-31 | 2 | -1/+14 |
| | | | | | | | | | UT initial optional minor tag Initial | ||||
* | Implement Damerau-Levenshtein distance | ilikepugs | 2023-01-31 | 2 | -20/+104 |
| | |||||
* | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 248 | -248/+248 |
| | | | Update tools: yexport | ||||
* | Add UT for IC version control, | serg-belyakov | 2023-01-26 | 2 | -0/+9 |
| | | | initial | ||||
* | Do not start processing reques in case of client disconnect or client timeout. | dcherednik | 2023-01-25 | 2 | -0/+9 |
| | |||||
* | Fix ubsan errors in VDisk | alexvru | 2023-01-25 | 1 | -3/+4 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-01-25 | 1 | -1/+1 |
| | |||||
* | [library/python/pytest/plugins/ya] Added xfaildiff marker | prettyboy | 2023-01-24 | 1 | -6/+17 |
| | |||||
* | Add forgotten return in send method, | kruall | 2023-01-24 | 1 | -1/+1 |
| | |||||
* | Add assert to check empty entry | romakudlakov | 2023-01-24 | 1 | -1/+2 |
| | | | Add assert that entry is not empty | ||||
* | Get rid of IActorVirtual | va-kuznecov | 2023-01-23 | 2 | -11/+3 |
| | |||||
* | Fix serialization for external data channel, | alexvru | 2023-01-23 | 12 | -48/+88 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-01-23 | 1 | -2/+2 |
| | |||||
* | Revert "Support interface part for ExternalDataChannel feature" | gvit | 2023-01-23 | 12 | -81/+43 |
| | | | | This reverts commit 0a05f95e826bc5416a494ba7822d7d7eaa8ce52c, reversing changes made to 1c58d6c48d9dc449c72880696f23217d19595db1. | ||||
* | Refactor and improve TSharedRangeHolder | babenko | 2023-01-20 | 7 | -28/+128 |
| | |||||
* | [library/python/pytest] Better py3 colorization | prettyboy | 2023-01-20 | 9 | -12/+130 |
| | |||||
* | [library/python/pytest/yatest_tools] Fixed unify_path for path that fully ↵ | prettyboy | 2023-01-20 | 2 | -1/+4 |
| | | | | matches module name | ||||
* | Fix valgrind build TRcBuf calls, | innokentii | 2023-01-19 | 1 | -22/+36 |
| | | | fix valgrind build | ||||
* | Use monotonic clock for time interval measurements in Interconnect | alexvru | 2023-01-18 | 6 | -44/+54 |
| | |||||
* | BS version control, Interconnect, | serg-belyakov | 2023-01-18 | 3 | -3/+35 |
| | | | BS version control, Interconnect, |