Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [fetcher] support unistat | kgershov | 2023-08-28 | 2 | -0/+14 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-08-27 | 3 | -0/+96 |
| | |||||
* | Put library/python/resource under ya style | shadchin | 2023-08-27 | 9 | -73/+59 |
| | |||||
* | Remove unused code | shadchin | 2023-08-26 | 1 | -57/+0 |
| | |||||
* | Remove excessive PEERDIR to contrib/python/requests | thegeorg | 2023-08-25 | 1 | -1/+0 |
| | | | | contrib/python/requests/py2 depends on LGPL-licensed chardet module, we do not want this. | ||||
* | Add exception about HS_DB_VERSION_ERROR | shadchin | 2023-08-25 | 1 | -0/+2 |
| | |||||
* | (no commit message) | pg | 2023-08-25 | 1 | -1/+1 |
| | |||||
* | simplify, prepare for more than one listener thread | kulikov | 2023-08-24 | 2 | -32/+45 |
| | | | | | | | | - move out listener and thread pools initialization stage from listener thread (no actual changes, this part of code was awaited via ListenStartEvent anyway) ; - remove ListenerStartEvent and ListenerRunningOK flag, no use now; - make Reqs list of listening sockets class member; - leave Reqs list destruction in listener thread (it should happen just after Shutdown but after polling loop stopped to prevent races); - ut for server startup fail. | ||||
* | move yql connector to ydb | uzhas | 2023-08-24 | 100 | -0/+7880 |
| | | | | move code | ||||
* | ydb: support go code in OSS | uzhas | 2023-08-24 | 5 | -5/+5 |
| | |||||
* | Fix some style issues in library/python/pytest | thegeorg | 2023-08-24 | 4 | -28/+91 |
| | | | | | | | | Two issues remain unfixed: ``` [fail] library/python/pytest/rewrite.py:96: [PLW0122] Use of exec (exec-used) [fail] library/python/pytest/yatest_tools.py:49: [F821] undefined name 'unicode' ``` | ||||
* | Enable recipe to run with test env file name in the command line | alexv-smirnov | 2023-08-23 | 2 | -2/+4 |
| | |||||
* | one shot poller | kulikov | 2023-08-22 | 3 | -40/+60 |
| | | | | | | | | With WaitReadOneShot: - there is no need to do Unwait on connection activation, one less syscall per request; - this allows to make several listener threads over one epoll poller. Turn option on for search daemons (check it turned on by default here https://a.yandex-team.ru/review/4372795/details). | ||||
* | [yql/udfs/string] Add base32 | daredevil2002 | 2023-08-22 | 13 | -0/+506 |
| | | | | Добавил в String UDF поддержку base32 | ||||
* | make has method const | jansenin | 2023-08-21 | 2 | -2/+2 |
| | |||||
* | Add yt into autobuild | aozeritsky | 2023-08-21 | 27 | -0/+1152 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-08-21 | 1 | -1/+49 |
| | |||||
* | unified-agent: add log for SeqNo | aleksei-le | 2023-08-20 | 1 | -1/+1 |
| | |||||
* | YT-18571: Replace NYT::ToUnderlying with ::ToUnderlying from util/generic/cast.h | babenko | 2023-08-19 | 2 | -12/+2 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-08-18 | 1 | -0/+118 |
| | |||||
* | Minor cosmetic changes | sabdenovch | 2023-08-18 | 1 | -1/+1 |
| | | | | | | | | Minor cosmetic changes space after for space after if | ||||
* | Fix yatest.common.process stdout/stderr redirection on macOS | somov | 2023-08-16 | 1 | -1/+1 |
| | |||||
* | Support StoreResult to std::optional in LastGetopt | melkov | 2023-08-16 | 1 | -0/+6 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-08-16 | 1 | -99/+68 |
| | |||||
* | Support BS autoconfig KIKIMR-19031 | alexvru | 2023-08-15 | 24 | -0/+737 |
| | |||||
* | Introduce distributed configuration KIKIMR-19031 | alexvru | 2023-08-14 | 1 | -1/+4 |
| | |||||
* | Fix transfer env vars from parent to a forked test | galaxycrab | 2023-08-14 | 1 | -10/+0 |
| | |||||
* | add Map.Has(TString) | jansenin | 2023-08-14 | 3 | -0/+8 |
| | |||||
* | Enable recipe to run with test context options in the command line | alexv-smirnov | 2023-08-14 | 1 | -1/+4 |
| | | | | It allows to start recipes outside ya make without creating a context file | ||||
* | Virtual destructor libraries | jack239 | 2023-08-14 | 2 | -2/+3 |
| | | | | Virtual destructor in cpp library | ||||
* | YT-19686: Add stubs for YT_USE_VANILLA_PROTOBUF | gritukan | 2023-08-13 | 1 | -0/+3 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-08-11 | 2 | -6/+5 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-08-11 | 2 | -0/+9 |
| | |||||
* | Always initialize yatest lib for go | iaz1607 | 2023-08-11 | 4 | -0/+361 |
| | | | | | | @snermolaev предложил в тикете вынести инициализацию окружения в отдельный модуль и для каждого модуля импортировать его, чтобы не делать лишней работы. Но кажется, что при таком подходе, потом нужно будет либо повторно считывать и парсить контекстный файл, либо сохранять его контент внутри нового модуля и тоже заново парсить. Учитывая, что для инициализации переменных окружения нам все равно придется считать и распарсить контекстный файл, предлагаю оставить инициализацию как есть и вместе с переменными окружния, практически за бесплатно инициализировать весь контекст. | ||||
* | (no commit message) | pg | 2023-08-11 | 1 | -1/+2 |
| | |||||
* | Rollback: rXXXXXX | robot-srch-releaser | 2023-08-11 | 1 | -2/+0 |
| | | | | | | | | [diff-resolver:chay-chitsd] Sandbox task: https://sandbox.yandex-team.ru/task/1874033895/view Task author: andrew-iv@ Description: пробуем откатить 12083786 для Note: mandatory check (NEED_CHECK) was skipped | ||||
* | fix usage for non NActors namespace using | ivanmorozov | 2023-08-10 | 1 | -1/+1 |
| | |||||
* | Remove needless template argument, KIKIMR-18950 | kruall | 2023-08-10 | 4 | -17/+16 |
| | |||||
* | KIKIMR-18932:special verification for formatted stream writing | ivanmorozov | 2023-08-10 | 2 | -3/+51 |
| | |||||
* | comment that FeaturesRecommended and FeaturesRobot are deprecated | socialgraph | 2023-08-09 | 1 | -0/+2 |
| | | | | message about deprecated | ||||
* | Check stop flag before getting activation, KIKIMr-18950 | kruall | 2023-08-09 | 1 | -2/+2 |
| | |||||
* | Make OSS build happy | dcherednik | 2023-08-08 | 12 | -32/+32 |
| | |||||
* | Support static node list change subscriptions in Dynamic Nameservice and use ↵ | alexvru | 2023-08-08 | 2 | -0/+16 |
| | | | | them in BSC KIKIMR-13309 | ||||
* | Better C++ coroutine lifetime in actors KIKIMR-18962 | snaury | 2023-08-08 | 20 | -438/+724 |
| | |||||
* | Report actor usage activity KIKIMR-11082 | alexvru | 2023-08-07 | 10 | -43/+208 |
| | |||||
* | Use relaxed memory order in TPercentileTracker[Lg] KIKIMR-18953 | va-kuznecov | 2023-08-07 | 3 | -26/+46 |
| | |||||
* | YT-19686: Support building TRef from std::string | gritukan | 2023-08-07 | 3 | -0/+9 |
| | |||||
* | Support running C++ coroutines as actors KIKIMR-18962 | snaury | 2023-08-07 | 24 | -0/+1783 |
| | |||||
* | fix after | pg | 2023-08-06 | 5 | -13/+3 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-08-06 | 1 | -0/+9 |
| |