aboutsummaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Add Drain method for TBlockingQueuetytskiy2023-12-112-0/+109
|
* Make support_retries() and get_type() methods of object instead of class ↵say2023-12-0849-6796/+0
| | | | ones. Reduce get_type_name() usage.
* Try enable TSAN on report unit-testsnechda2023-12-082-2/+4
| | | | Включаем TSAN над юнит-тестами репорта + для реализации TLightGuard-ов делаем фолбэк на обычные гарды в режиме сборки с санитайзерами.
* import tracing: tid removed from event keykuzmich3212023-12-071-7/+3
|
* Support for single-threaded backtrace_stateigorbalduev2023-12-072-23/+50
| | | | | | Обнаружилось, что при использовании *libbacktrace* в многопоточном режиме приложение течёт по памяти. Пофиксили утечки мьютексом, но т.к. теперь *libbacktrace* в нашем коде фактически используется в один поток, имеет смысл использовать его с соответствующими опциями в `backtrace_state`. Добавил сбоку к существующему коду `unsafe`-версию `ResolveBacktrace`.
* Fix str/bytes for regexpv-korovin2023-12-061-1/+2
|
* YT-20547: TIncarnationId is strongly typedarkady-e1ppa2023-12-062-1/+41
| | | | First commit
* Fix utinnokentii2023-12-065-4462/+0
| | | | fix ut
* library/yson: Add NodeFromJsonStringIterativeionagamed2023-12-066-2/+92
| | | | AI для
* parsing promosmoroznastya2023-12-053-4/+38
|
* Use volatile TLS in library/cpp/ytlukyan2023-12-058-18/+32
|
* Require EMasterReign to be monotonickvk19202023-12-052-4/+6
|
* YT-20547: OperationId is strongly typedarkady-e1ppa2023-12-054-5/+221
|
* External build system generator release 65robot-ya-builder2023-12-05274-822/+822
| | | | Update tools: yexport, os-yexport
* import tracingkuzmich3212023-12-0512-2/+296
| | | | | | * add argument to parser * add out_path as fn parameter * set necessary env variables for import tracing
* YT-18655 Support prerequisite transactions in dynamic tables writeGrigory Reznikov2023-12-054-0/+223
| | | | | | | | | | We are building a service that uses dynamic tables as a metadata storage. Cypress is used for a leader election and prerequisite transactions are used to prevent races, however prerequisite transactions are not supported for dynamic table operations. This PR fixes that. I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/162
* Copy fyamlcpp to ydb/libraryinnokentii2023-12-058-121/+0
| | | | copy fyamlcpp to ydb/library
* Revert commit rXXXXXX,Fix clashing macrohiddenpath2023-12-0514-22/+22
|
* Intermediate changesrobot-piglet2023-12-05729-85487/+12
|
* Fix clashing macrohiddenpath2023-12-0414-22/+22
|
* Intermediate changesrobot-piglet2023-12-042-6/+4
|
* Change "config.yaml"alexv-smirnov2023-12-031-1/+0
|
* Intermediate changesrobot-piglet2023-12-02155-12/+10621
|
* (no commit message)pg2023-12-0114-90/+24
|
* Intermediate changesrobot-piglet2023-12-01155-10621/+12
|
* Use own copy of actorlib. KIKIMR-20294dcherednik2023-11-301-432/+0
|
* YQ Connector:Use docker-compose in integrational testsvitalyisaev2023-11-30210-0/+17875
|
* fix httpcache error messageai32822023-11-301-2/+6
|
* Intermediate changesrobot-piglet2023-11-291-1/+1
|
* Add SHA224 to library/cpp/openssl/cryptodanibw2023-11-293-0/+75
| | | | Add SHA224 to library/cpp/openssl/crypto
* Intermediate changesrobot-piglet2023-11-291-1/+2
|
* Use own copy of library/grpcdcherednik2023-11-2949-4878/+0
|
* Revert commit rXXXXXX,Decode bytes when reading sanitizer's stderrvitalyisaev2023-11-291-6/+2
|
* library/json: add MaxDepth and iterative parsing into configionagamed2023-11-293-33/+135
| | | | | | | | rationale: у нас была проблема где приезжает пользовательский json небольшой (на пару-тройку кб) и рвет нам стек из-за глубины. Со стороны rapidjson это проще всего поправить включив у них итеративный парсинг, который не будет использовать системный стек. Но это не совсем все — с нашей стороны оно все развалится когда надо будет вызвать рекурсивно деструкторы TJsonValue — и тут уже можно будет покрутить MaxDepth.
* KIKIMR-19979 Fix empty attribute in xml reportgalaxycrab2023-11-281-2/+1
|
* Intermediate changesrobot-piglet2023-11-282-3/+8
|
* Decode bytes when reading sanitizer's stderrvitalyisaev2023-11-281-2/+6
|
* KIKIMR-19979 Remove dependency on libxml of library/cpp/testing/unittestgalaxycrab2023-11-279-163/+390
|
* First implementation is `importlib.resources.files`shadchin2023-11-262-15/+82
|
* More TGuid helpersbabenko2023-11-254-26/+82
|
* Revert commit rXXXXXX,Add env semanticsvidyuk2023-11-24133-0/+2730
|
* Python Import Tracingkuzmich3212023-11-242-4/+14
|
* Add env semanticdimdim112023-11-24133-2730/+0
|
* YT-20547: TJobId is now strongly typedarkady-e1ppa2023-11-244-15/+43
|
* allow multiple equal TYPE in prom metricsvalerybitsoev2023-11-231-2/+4
|
* YQ Connector:test INNER JOINgalaxycrab2023-11-2368-0/+4408
|
* Add import callbacks for import hookkuzmich3212023-11-223-2/+36
| | | | | | * typo-fix * add before and after import callbacks
* Intermediate changesrobot-piglet2023-11-223-0/+11
|
* fix name tag [noci]pperekalov2023-11-213-3/+3
|
* Address issues of rXXXXXXarkady-e1ppa2023-11-212-7/+7
| | | | Some new overloads to better support allocationId as strongly typed entity