aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2023-12-131-3/+23
|
* Fix comparison keyssmike2023-12-131-2/+2
| | | | KIKIMR-10864
* Print time in shutdown logginglukyan2023-12-135-22/+43
|
* KIKIMR-20482: Remove duplicates on schema versionsnsofya2023-12-1312-45/+52
|
* YQL-16196 Move internal link into internal docs (PRAGMA FileOptions)avevad2023-12-132-5/+1
|
* [yql] test auto partitionudovichenko-r2023-12-1331-30/+132
|
* Better relational operators for TStrongTypedefbabenko2023-12-132-31/+32
|
* Intermediate changesrobot-piglet2023-12-134-7/+7
|
* Remove excessive EOL spaces in blobstorage codeAlexander Rutkovsky2023-12-1345-123/+123
| | | | | | Remove excessive EOL spaces in blobstorage code Pull Request resolved: https://github.com/ydb-platform/ydb/pull/468
* Intermediate changesrobot-piglet2023-12-132-7/+36
|
* ci: use ya from repo, fix memory sanitizer run, always try generate summarynkozlovskiy2023-12-132-7/+2
|
* add a whitelist for pooltrees pragmaareredify2023-12-137-6/+67
|
* Handle long-lasting Put queries in DS proxy correctly -- part 3alexvru2023-12-1316-668/+415
|
* ci: testmo-proxy use RequestException instead of ConnectionErrornkozlovskiy2023-12-131-2/+2
|
* serial execution in simple write sessionildar-khisam2023-12-1311-134/+179
| | | | copy changes in topic write sdk to pqv1
* KIKIMR-20179: remove deprecated reader from testsivanmorozov2023-12-1335-942/+904
|
* Intermediate changesrobot-piglet2023-12-131-0/+10
|
* Pass DiscoveryEndpoint in to DiscoveryMutatorDaniil Cherednik2023-12-134-10/+21
| | | | | | Pass DiscoveryEndpoint in to DiscoveryMutator Pull Request resolved: https://github.com/ydb-platform/ydb/pull/504
* ci: quote log file pathnkozlovskiy2023-12-131-2/+3
|
* YT-20686: Fix TResponseKeeperignat2023-12-131-9/+13
|
* Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, ↵robot-ya-builder2023-12-134-31/+37
| | | | | | | | | | | os_test_tool_3, test_tool3 From hash: [75c28c9833f58ba7e1c44a7495e53314d0d9e1d2](https://a.yandex-team.ru/arcadia/commit/75c28c9833f58ba7e1c44a7495e53314d0d9e1d2) From revision: [13073294](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=303) Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy) Update tools: ya_bin3, ya_bin, os_ya, test_tool, os_test_tool_3, test_tool3
* Support Python 3.12 for `tornado-4`shadchin2023-12-131-1/+4
|
* not found behaviour has been changed for get script executionhcpp2023-12-131-1/+3
|
* updated roadmap for 2024fomichev2023-12-131-64/+115
|
* fix return code UNSUPPORTED to UNAVILABLEtesseract2023-12-131-1/+1
|
* drop unused MaxDPccpDPTableSizeuzhas2023-12-131-1/+0
|
* Support Python 3.12 for `cffi`shadchin2023-12-131-0/+1
|
* Intermediate changesrobot-piglet2023-12-131-1/+1
|
* Support Python 3.12 for `future`shadchin2023-12-131-3/+2
|
* Add GO_MOCKGEN_CONTRIB_FROM macro to generate mockgens from contribssomov2023-12-131-1/+8
|
* Update Python 3 to 3.11.7shadchin2023-12-1363-1649/+2382
|
* ci: don't fail to fast on test run, add POST suffix for push checksnkozlovskiy2023-12-131-1/+8
|
* feat setuptools: revert/fix UnionProvidera11ax2023-12-131-5/+4
|
* Support std::filesystem::path in TFile and TFileHandlethegeorg2023-12-132-9/+94
|
* Introduce convenient _B literal for bytesthegeorg2023-12-131-0/+4
|
* Intermediate changesrobot-piglet2023-12-131-2/+29
|
* Test for duplicate data in anyjoinaakulaga2023-12-1210-0/+164
| | | | | | Files for the test of duplicate data in anyjoin Test for duplicate data in anyjoin
* YQ Connector: prepare code base for S3 integrationvitalyisaev2023-12-12812-742/+180785
| | | | | 1. Кодовая база Коннектора переписана с помощью Go дженериков так, чтобы добавление нового источника данных (в частности S3 + csv) максимально переиспользовало имеющийся код (чтобы сохранялась логика нарезания на блоки данных, учёт трафика и пр.) 2. API Connector расширено для работы с S3, но ещё пока не протестировано.
* Support override `distutils` from `setuptools`shadchin2023-12-123-3/+29
|
* Add build support for cortex-m23 platformrmishchenko2023-12-121-1/+5
|
* fix typo in port number section + add note on ports for multiple dynnodes ↵Ivan Blinkov2023-12-122-3/+7
| | | | | | | | per server fix typo in port number section + add note on ports for multiple dynnodes per server Pull Request resolved: https://github.com/ydb-platform/ydb/pull/502
* Fix build problem KIKIMR-9016alexvru2023-12-121-7/+0
|
* YQL-17352 YQL-17356 YQL-17347 more pg_catalog tablesvvvv2023-12-1212-7/+284
|
* Consider used columns in index chooserssmike2023-12-122-7/+17
| | | | KIKIMR-10864
* Create postcommit.ymlAlexSm2023-12-122-0/+28
| | | | | | Create postcommit.yml Pull Request resolved: https://github.com/ydb-platform/ydb/pull/499
* Rewrite switching pools for executor thread, KIKIMR-18440kruall2023-12-1211-69/+135
|
* YQL-16196 Add docs for FileOption pragmaavevad2023-12-121-0/+15
|
* KIKIMR-19861: fix compaction task volume limitivanmorozov2023-12-121-1/+2
|
* Intermediate changesrobot-piglet2023-12-121-61/+0
|
* Update contrib/python/s3transfer/py3 to 0.8.0robot-contrib2023-12-127-164/+882
|