summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring. Move common retry operation stuff out of table client.dcherednik2023-08-1122-83/+248
|
* Kafka auth part 2savnik2023-08-1114-132/+294
|
* Do not use global readId in the kqp stream lookup actor. KIKIMR-19010dcherednik2023-08-111-2/+3
|
* Update contrib/libs/flatbuffers to 23.5.9reshilkin2023-08-11114-9535/+23128
|
* KIKIMR-18909 Rework log cache usagesenya0x5f2023-08-1111-109/+177
|
* Fix a state detach race on slower coordinator restart KIKIMR-18580snaury2023-08-111-0/+3
|
* Always initialize yatest lib for goiaz16072023-08-116-0/+364
| | | | | | @snermolaev предложил в тикете вынести инициализацию окружения в отдельный модуль и для каждого модуля импортировать его, чтобы не делать лишней работы. Но кажется, что при таком подходе, потом нужно будет либо повторно считывать и парсить контекстный файл, либо сохранять его контент внутри нового модуля и тоже заново парсить. Учитывая, что для инициализации переменных окружения нам все равно придется считать и распарсить контекстный файл, предлагаю оставить инициализацию как есть и вместе с переменными окружния, практически за бесплатно инициализировать весь контекст.
* KIKIMR-19019: temporary fix before remove splitting into CSivanmorozov2023-08-114-2/+14
|
* fix thread sanitizer panicivanmorozov2023-08-111-1/+14
|
* Increase MaxReadSizePerQueryauzhegov2023-08-111-0/+1
|
* show hive warmup in developer web uizalyalov2023-08-113-3/+13
|
* Check NodeId in TEvClientConnectedazevaykin2023-08-114-27/+46
|
* External build system generator release 45robot-ya-builder2023-08-111-1/+1
| | | | Update tools: yexport
* KIKIMR-18932: counters and stats usage for splittingivanmorozov2023-08-1128-69/+422
|
* Do not fail to initialize C++ job when user name is not provided in the ↵melkov2023-08-111-0/+4
| | | | | | system for the job's user id * simply set the user name to 'u' + euid
* (no commit message)pg2023-08-111-1/+2
|
* Fixed typo: static credentionsrnyazh2023-08-112-4/+4
| | | | Fixed typo: static credentions
* YT-19688: export exports.symlist to OSmax422023-08-112-1/+990
|
* Update contrib/libs/xxhash to 0.8.2robot-contrib2023-08-117-1406/+3474
|
* Rollback: rXXXXXXrobot-srch-releaser2023-08-111-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
* Use more aggressive resizing when hash table is relatively smallaneporada2023-08-101-1/+9
| | | | initial
* YT-19688: Move mrjob to ydb/library/yql/toolsmax422023-08-1013-0/+285
|
* YQL-16206 Fix sorted constraint by single item tuple.a-romanov2023-08-105-50/+244
|
* fix prewarm cache and docker build, also add ubuntu-toolchain-r/test …Nikita Kozlovskiy2023-08-105-7/+14
| | | | | | fix prewarm cache and docker build, also add ubuntu-toolchain-r/test … Pull Request resolved: #326
* TString: improve `operator+` rvalue overloadsignatloskutov2023-08-101-2/+7
| | | | The missing `(TCharType, TBasicString&&)` overload added, so no allocation is performed if the string has spare capacity.
* fix usage for non NActors namespace usingivanmorozov2023-08-101-1/+1
|
* PR from branch users/makostrov/ydb_result_tx_datashardmakostrov2023-08-104-12/+13
|
* KIKIMR-18932: splitting methods libraryivanmorozov2023-08-1016-0/+809
|
* fix bug with LastKey handling KIKIMR-18887gvit2023-08-102-0/+124
|
* fix async_http_mon raceshmel1k2023-08-101-2/+2
|
* add ydb/tests/oss/ci/ci.py as additionalPathToCopynkozlovskiy2023-08-103-0/+139
|
* KIKIMR-13960: changes for out of space scenariosdebnatkh2023-08-104-4/+33
|
* Remove needless template argument, KIKIMR-18950kruall2023-08-104-17/+16
|
* YQL-16215: support escaping in JsonPathdebnatkh2023-08-1010-8/+27
| | | | ![](https://arcanum.s3.mds.yandex.net/files/debnatkh/1dsO8d4Jyq9tQXenVi3xN)
* Remove empty policy filethegeorg2023-08-101-1/+0
|
* Refactor topic DDL docskomels2023-08-109-234/+256
| | | | | | updated updated
* YQL-16280: Make fast way check before estimating statsmrlolthe1st2023-08-1011-103/+135
|
* Check user permissions for PRODUCE requeststesseract2023-08-107-76/+139
|
* YQL-16280: Fix ExtendOverDqWrap optmrlolthe1st2023-08-101-5/+19
| | | | YQL-16280: Fix ExtendOverDqWrap opt
* fix_main_status_hc_promwint2023-08-101-17/+15
|
* YT-17268: Address review comments.yuryalekseev2023-08-107-23/+25
|
* GO_EMBED_BINDIR macrosnermolaev2023-08-102-6/+41
|
* Extended allowed symbols for secret nameauzhegov2023-08-101-1/+2
|
* YQL-15949: Support skip of complex typesmrlolthe1st2023-08-1013-102/+426
| | | | YQL-15949: Support skip of complex types
* YQL-16186 Both MATCH_RECOGNIZE and SAMPLE are not allowedzverevgeny2023-08-102-0/+18
|
* Changed data type from hdd to rot in column groups settingsrnyazh2023-08-102-4/+4
| | | | Changed data type from hdd to rot in column groups settings
* Fix unsafe QueueScan during or immediately after a split/merge KIKIMR-18986snaury2023-08-104-2/+211
|
* remove use of MACRO_ALIASsnermolaev2023-08-104-20/+61
|
* Implement rvalue AsyncVia and Via for TExtendedCallbackpogorelov2023-08-103-17/+60
|
* Intermediate changesrobot-piglet2023-08-101-1/+1
|