aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat(TS_TEST): implement extract_node_modules recipezaverden2023-03-242-1/+5
|
* Fix bugalexvru2023-03-241-1/+1
|
* Fix issuealexvru2023-03-242-11/+18
|
* Use StatusCode from Precomputeshor9112023-03-241-7/+13
|
* Make local directory resources same to distbuilddskor2023-03-242-3/+9
| | | better
* Disable external compression for parquethor9112023-03-245-11/+27
|
* Do not modify permissions for dirsdskor2023-03-241-4/+1
|
* Docs: recursive rmdirilnaz2023-03-241-5/+55
|
* Move TopicOperations outside of SessionActorva-kuznecov2023-03-243-102/+116
|
* Test cancellation of enqueued snapshot readssnaury2023-03-242-9/+122
|
* Optimizers for provider's support in KQPgalaxycrab2023-03-2477-278/+1530
| | | | | | Поддержал провайдеры как в прототипе (но более обобщённым кодом): https://a.yandex-team.ru/review/3230514/details Пока поддержка коннекшенов и биндингов захардкожена, она будет делаться отдельно Скорее всего, после понадобится перетаскивать dqs expr-nodes в dq. Хочется сделать это отдельным ревью
* Fix DOCS_INCLUDE_SOURCES for generated filesspreis2023-03-241-8/+8
|
* Intermediate changesrobot-piglet2023-03-241-10/+0
|
* Changefeed attrs apiilnaz2023-03-245-14/+93
|
* Fix called job namealexv-smirnov2023-03-231-2/+2
|
* fix retry counterssmike2023-03-231-1/+1
|
* run with sanitizersalexv-smirnov2023-03-232-14/+50
|
* better background tasks activationchertus2023-03-239-77/+124
|
* Don't ignore cancellations for reads that are stuck in queuessnaury2023-03-235-15/+76
|
* Upload logs to S3alexv-smirnov2023-03-231-5/+19
|
* Move contrib java rules from contrib_python.policydarkkeks2023-03-233-10/+10
|
* Intermediate changesrobot-piglet2023-03-231-0/+1
|
* Better std::to_string replacement in grpcthegeorg2023-03-2314-35/+35
| | | | grpc 1.45.2 introduced `ToString()` method in certain classes. We want to use global `::ToString()` as `std::to_string()` replacement.
* Changefeed attrs core supportilnaz2023-03-2312-3/+190
|
* limit portions to drop in StartCleanup()chertus2023-03-237-12/+30
|
* Follow up to rXXXXXX: Fix builds on MACs that are not in autоbuildosidorkin2023-03-231-2/+1
| | | | | | https://paste.yandex-team.ru/804bf63f-d433-481e-945b-b555fb15be21 не светилось на CI'ных сборках. Разбираться с автосборкой будут в
* fix for several continuation tokensalexnick2023-03-234-6/+10
| | | fix for double continuation token
* Intermediate changesrobot-piglet2023-03-231-0/+2
|
* Fix leaks on fyamlcpp misuseinnokentii2023-03-233-16/+81
| | | fix possible leaks on misuse
* pg_syntax create table in ydbqrort2023-03-236-11/+125
|
* Update MaxPaths & MaxConsistentCopyTargets limit in docilnaz2023-03-232-4/+4
|
* Move ParseParameters into TQueryDatava-kuznecov2023-03-233-32/+31
|
* support coercion for pg array typesmonster2023-03-232-35/+137
|
* Фетчинг ресурсов из тулчейна, выбор ↵khoden2023-03-231-2/+3
| | | | | | | | | соответствующего Sandbox-ресурса Задача пока решена не полностью, но влить уже можно, чтобы не копить дифф. В рамках PR я часть кода вытащил в отдельный независимый таргет erm.api. Его можно импортировать в каких-нибудь других пакетах для получения основной функциональности - информации об инструментах в тулчейне, а также выборе соответствующей версии и  Sandbox-ресурса
* Mandate sdk_version 11.0 when targeting MacOSthegeorg2023-03-23361-362/+361
|
* util: Add constexpr int to string conversion class. This will allow us not ↵osidorkin2023-03-233-70/+80
| | | | to have heap allocations when joining ints to string
* Intermediate changesrobot-piglet2023-03-23202-32665/+6
|
* Fixed too many dashes in YDB CLI commandrnyazh2023-03-231-1/+1
| | | fixed
* faster single batch deduplicationchertus2023-03-233-31/+51
|
* do not save dups in Inserted portionschertus2023-03-233-3/+13
|
* update python ydb sdk to 3.0.1b13rekby2023-03-238-18/+123
|
* enable strict check for DupSrc: REPORT_ALL_DUPSRC=yessnermolaev2023-03-232-0/+16
|
* Intermediate changesrobot-piglet2023-03-231-70/+0
|
* disable token refresh for IAM signature authenticationsxenoxeno2023-03-231-7/+9
|
* Add checks for SSA_RUNTIME_VERSION for LIKE filter pushdown in OLAPaidarsamer2023-03-233-14/+28
|
* Do not emit unused _ANDROID_API_LESS_THEN_29 variablethegeorg2023-03-231-3/+0
|
* do not use glibcasm with thinltogemtmp2023-03-231-1/+6
| | | https://bugs.llvm.org/show_bug.cgi?id=46488
* fix clangd warningsvvvv2023-03-222-33/+34
| | | fix
* fix cli disable version check + fix check stderr_fileasmyasnikov2023-03-221-1/+1
| | | fix cli disable version check + fix check stderr_file
* update ydb python sdk to 3.0.1b12rekby2023-03-2210-225/+112
|