Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix DOCS_INCLUDE_SOURCES for generated files | spreis | 2023-03-24 | 1 | -8/+8 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-24 | 1 | -10/+0 |
| | |||||
* | Changefeed attrs api | ilnaz | 2023-03-24 | 5 | -14/+93 |
| | |||||
* | Fix called job name | alexv-smirnov | 2023-03-23 | 1 | -2/+2 |
| | |||||
* | fix retry counter | ssmike | 2023-03-23 | 1 | -1/+1 |
| | |||||
* | run with sanitizers | alexv-smirnov | 2023-03-23 | 2 | -14/+50 |
| | |||||
* | better background tasks activation | chertus | 2023-03-23 | 9 | -77/+124 |
| | |||||
* | Don't ignore cancellations for reads that are stuck in queues | snaury | 2023-03-23 | 5 | -15/+76 |
| | |||||
* | Upload logs to S3 | alexv-smirnov | 2023-03-23 | 1 | -5/+19 |
| | |||||
* | Move contrib java rules from contrib_python.policy | darkkeks | 2023-03-23 | 3 | -10/+10 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-23 | 1 | -0/+1 |
| | |||||
* | Better std::to_string replacement in grpc | thegeorg | 2023-03-23 | 14 | -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 support | ilnaz | 2023-03-23 | 12 | -3/+190 |
| | |||||
* | limit portions to drop in StartCleanup() | chertus | 2023-03-23 | 7 | -12/+30 |
| | |||||
* | Follow up to rXXXXXX: Fix builds on MACs that are not in autоbuild | osidorkin | 2023-03-23 | 1 | -2/+1 |
| | | | | | | https://paste.yandex-team.ru/804bf63f-d433-481e-945b-b555fb15be21 не светилось на CI'ных сборках. Разбираться с автосборкой будут в | ||||
* | fix for several continuation tokens | alexnick | 2023-03-23 | 4 | -6/+10 |
| | | | fix for double continuation token | ||||
* | Intermediate changes | robot-piglet | 2023-03-23 | 1 | -0/+2 |
| | |||||
* | Fix leaks on fyamlcpp misuse | innokentii | 2023-03-23 | 3 | -16/+81 |
| | | | fix possible leaks on misuse | ||||
* | pg_syntax create table in ydb | qrort | 2023-03-23 | 6 | -11/+125 |
| | |||||
* | Update MaxPaths & MaxConsistentCopyTargets limit in doc | ilnaz | 2023-03-23 | 2 | -4/+4 |
| | |||||
* | Move ParseParameters into TQueryData | va-kuznecov | 2023-03-23 | 3 | -32/+31 |
| | |||||
* | support coercion for pg array types | monster | 2023-03-23 | 2 | -35/+137 |
| | |||||
* | Фетчинг ресурсов из тулчейна, выбор ↵ | khoden | 2023-03-23 | 1 | -2/+3 |
| | | | | | | | | | соответствующего Sandbox-ресурса Задача пока решена не полностью, но влить уже можно, чтобы не копить дифф. В рамках PR я часть кода вытащил в отдельный независимый таргет erm.api. Его можно импортировать в каких-нибудь других пакетах для получения основной функциональности - информации об инструментах в тулчейне, а также выборе соответствующей версии и Sandbox-ресурса | ||||
* | Mandate sdk_version 11.0 when targeting MacOS | thegeorg | 2023-03-23 | 361 | -362/+361 |
| | |||||
* | util: Add constexpr int to string conversion class. This will allow us not ↵ | osidorkin | 2023-03-23 | 3 | -70/+80 |
| | | | | to have heap allocations when joining ints to string | ||||
* | Intermediate changes | robot-piglet | 2023-03-23 | 202 | -32665/+6 |
| | |||||
* | Fixed too many dashes in YDB CLI command | rnyazh | 2023-03-23 | 1 | -1/+1 |
| | | | fixed | ||||
* | faster single batch deduplication | chertus | 2023-03-23 | 3 | -31/+51 |
| | |||||
* | do not save dups in Inserted portions | chertus | 2023-03-23 | 3 | -3/+13 |
| | |||||
* | update python ydb sdk to 3.0.1b13 | rekby | 2023-03-23 | 8 | -18/+123 |
| | |||||
* | enable strict check for DupSrc: REPORT_ALL_DUPSRC=yes | snermolaev | 2023-03-23 | 2 | -0/+16 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-23 | 1 | -70/+0 |
| | |||||
* | disable token refresh for IAM signature authentications | xenoxeno | 2023-03-23 | 1 | -7/+9 |
| | |||||
* | Add checks for SSA_RUNTIME_VERSION for LIKE filter pushdown in OLAP | aidarsamer | 2023-03-23 | 3 | -14/+28 |
| | |||||
* | Do not emit unused _ANDROID_API_LESS_THEN_29 variable | thegeorg | 2023-03-23 | 1 | -3/+0 |
| | |||||
* | do not use glibcasm with thinlto | gemtmp | 2023-03-23 | 1 | -1/+6 |
| | | | https://bugs.llvm.org/show_bug.cgi?id=46488 | ||||
* | fix clangd warnings | vvvv | 2023-03-22 | 2 | -33/+34 |
| | | | fix | ||||
* | fix cli disable version check + fix check stderr_file | asmyasnikov | 2023-03-22 | 1 | -1/+1 |
| | | | fix cli disable version check + fix check stderr_file | ||||
* | update ydb python sdk to 3.0.1b12 | rekby | 2023-03-22 | 10 | -225/+112 |
| | |||||
* | Some minor BSC fixes | alexvru | 2023-03-22 | 7 | -16/+12 |
| | |||||
* | fix2fix | chertus | 2023-03-22 | 1 | -1/+7 |
| | |||||
* | fix query in QP load actor | eivanov89 | 2023-03-22 | 1 | -1/+1 |
| | |||||
* | restriction: no empty batches in TMergingSortedInputStream result | chertus | 2023-03-22 | 2 | -4/+7 |
| | |||||
* | Allow (ignore) issues in SUCCESS, do not fail query if StatusCode is not set | hor911 | 2023-03-22 | 1 | -9/+5 |
| | |||||
* | hotfix | chertus | 2023-03-22 | 1 | -1/+4 |
| | |||||
* | the state of the tablet did not change after applying the new config | abcdef | 2023-03-22 | 2 | -14/+19 |
| | | | Не изменялось состояние таблетки после применения нового конфига. В результате не обрабатывались новые команды от SchemeShard | ||||
* | Intermediate changes | robot-piglet | 2023-03-22 | 1 | -0/+11 |
| | |||||
* | Fix pp results parse in pmusca | zagevalo | 2023-03-22 | 2 | -0/+2 |
| | |||||
* | Add diagnostic information about GroupLayoutSanitizer to SelfHeal actor HTTP ↵ | serg-belyakov | 2023-03-22 | 15 | -136/+331 |
| | | | | | | | page, Check group layout on updating group info in SelfHeal Add GroupWithInvalidLayout diagnostics in self heal http page | ||||
* | YQL-15759 format unary operations | vvvv | 2023-03-22 | 2 | -13/+42 |
| |