Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move contrib/tools/jdk to build/platform/java/jdk/testing | thegeorg | 2023-10-03 | 567 | -2/+410843 |
| | |||||
* | Use partition mapping in 1st class by default | komels | 2023-10-03 | 2 | -1/+2 |
| | |||||
* | Change ".yfm" | blinkov | 2023-10-03 | 1 | -0/+1 |
| | |||||
* | [docs] add GTM script | Ivan Blinkov | 2023-10-03 | 2 | -0/+27 |
| | | | | | | [docs] add GTM script Pull Request resolved: https://github.com/ydb-platform/ydb/pull/383 | ||||
* | Update contrib/python/botocore/py3 to 1.31.50 | robot-contrib | 2023-10-03 | 396 | -85/+608 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.50 | robot-contrib | 2023-10-03 | 3 | -4/+4 |
| | |||||
* | "open-source" -> "open source" for consistency | blinkov | 2023-10-03 | 1 | -1/+1 |
| | |||||
* | trigger docs release on push | blinkov | 2023-10-03 | 1 | -1/+10 |
| | |||||
* | Flake8 migrations clean up | arcadia-devtools | 2023-10-03 | 1 | -4/+0 |
| | | | | | | | | From hash: [cf2f925129e3cd0a5d0fb26b14901987687b2191](https://a.yandex-team.ru/arcadia/commit/cf2f925129e3cd0a5d0fb26b14901987687b2191) From revision: [12570745](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) Sandbox task: https://sandbox.yandex-team.ru/task/1958044313 Clean migrations config | ||||
* | [docs] run build check only if there are changes in the docs folder | blinkov | 2023-10-03 | 1 | -0/+2 |
| | |||||
* | Refactor txs in console | innokentii | 2023-10-02 | 8 | -156/+68 |
| | | | | refactor txs in console | ||||
* | Запретить использование отличной от ↵ | pazus | 2023-10-02 | 1 | -0/+71 |
| | | | | | | единой версии Kotlin https://clubs.at.yandex-team.ru/java/1397 | ||||
* | Fix issue codes | ssmike | 2023-10-02 | 1 | -3/+8 |
| | |||||
* | refactoring of pgwire kqp proxy | xenoxeno | 2023-10-02 | 7 | -277/+301 |
| | | | | | | refactoring of pgwire kqp proxy KIKIMR-19430 fixing behaviour of rollback with no transaction and begin with transaction KIKIMR-19430 | ||||
* | YT-20103: Support setting initial tablet trimmed row count on reshard and ↵ | ifsmirnov | 2023-10-02 | 2 | -0/+3 |
| | | | | creation | ||||
* | Fix bug in arrow integer column serialization | nadya73 | 2023-10-02 | 2 | -19/+21 |
| | |||||
* | Fix TotalDurationMs in query stats KIKIMR-18823 | va-kuznecov | 2023-10-02 | 3 | -5/+12 |
| | | | | | | | | | | | | | Fix TotalDurationMs in query stats KIKIMR-18823 KIKIMR-18823 fixed time spent statistics For some queries(literal or kpi) tasks do not have any input/output channels. And time statistics count time from lowest row start in these channels. For case, when we don't have any channel, firstRowMs will be MAX_INT and in this case we take stage start as lowest time. | ||||
* | [docs] do not use a subdir for GitHub workflows | blinkov | 2023-10-02 | 3 | -2/+2 |
| | |||||
* | Fix uninitialized SnapshotTime KIKIMR-19504 | ilnaz | 2023-10-02 | 1 | -14/+9 |
| | |||||
* | Remove pragma yt.CostBasedOptimizer | aozeritsky | 2023-10-02 | 11 | -42/+43 |
| | |||||
* | YQL-16773 + test and get rid of some TODOs. | a-romanov | 2023-10-02 | 4 | -24/+58 |
| | |||||
* | oss ydb: fix dstool building and test run | nkozlovskiy | 2023-10-02 | 121 | -0/+30154 |
| | |||||
* | BlobDepot decommit fixes KIKIMR-14867 | alexvru | 2023-10-02 | 5 | -18/+59 |
| | |||||
* | Add BulkUpsert counters | nsofya | 2023-10-02 | 2 | -0/+58 |
| | |||||
* | Move .github/actions/docs to .github/workflows/docs | blinkov | 2023-10-02 | 3 | -2/+2 |
| | |||||
* | Add new docs deployment method | blinkov | 2023-10-02 | 3 | -0/+48 |
| | |||||
* | Change "muted_test.txt" | alexv-smirnov | 2023-10-02 | 1 | -8/+1 |
| | |||||
* | YT-19578: Move user_job_statistics to yt/cpp/mapreduce/library | ermolovd | 2023-10-02 | 17 | -28/+28 |
| | |||||
* | Change "muted_test.txt" | alexv-smirnov | 2023-10-02 | 1 | -0/+2 |
| | |||||
* | Fix: почему InsertTo и EmplaceTo ограничиваются ↵ | tema-m | 2023-10-02 | 1 | -0/+12 |
| | | | | | | | | | | определёнными контейнерами? InsertTo -- столкнулся с проблемой, что я не могу им пользоваться, если мой THashSet имеет кастомный хэш. Решил эту проблемы более общим способом -- сделал так, что InsertTo принимает любой контенер, который может делать insert. EmplaceTo -- почему-то умел работать только с TVector -- поэтому поддерживает тоже любой контейнер UPD: поменял методы, чтобы они могли работать с любыми контейнерами, но в некотором коде кто-то зачем-то явно указывал тип T, поэтому мой код это ломал. Так что я просто добавил перегрузку | ||||
* | KIKIMR-19213: speed up insert data meta serialization | ivanmorozov | 2023-10-02 | 12 | -84/+59 |
| | | | | | | additional logging cleaning correct signals | ||||
* | Removed optional cost from statistics | pavelvelikhov | 2023-10-02 | 10 | -62/+20 |
| | | | | Removed optional cost from statistics | ||||
* | Made sticky pages logic consistent for loading and compactions | kungasc | 2023-10-02 | 6 | -26/+399 |
| | |||||
* | Export YQL test data | alexv-smirnov | 2023-10-02 | 6432 | -0/+91816 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-02 | 3 | -11/+90 |
| | |||||
* | Support "path hasn't been resolved" issue | auzhegov | 2023-10-02 | 1 | -1/+2 |
| | |||||
* | Split cryptography on py2/py3 | shadchin | 2023-10-02 | 185 | -119/+76184 |
| | |||||
* | KIKIMR-19216: new granules conflict resolving temporary. improve cleanup ↵ | ivanmorozov | 2023-10-02 | 7 | -130/+129 |
| | | | | setup method | ||||
* | KIKIMR-19006: pg insert without target columns | qrort | 2023-10-02 | 15 | -59/+404 |
| | |||||
* | YQL-16727 initial support of materialized set_of functions | vvvv | 2023-10-02 | 6 | -11/+149 |
| | | | | Изменения в ydb/library/yql/sql/pg/ut PgOptimizer - веса зависят от work_mem | ||||
* | YQL-16773 Fix unique by key tuple with size 1. | a-romanov | 2023-10-02 | 1 | -6/+7 |
| | |||||
* | Use Sum (not Count) for sensors | hor911 | 2023-10-02 | 1 | -1/+1 |
| | |||||
* | Create statistics transformer base class | aozeritsky | 2023-10-02 | 10 | -165/+217 |
| | |||||
* | fix repeatable loads usage for some objects | ivanmorozov | 2023-10-02 | 1 | -31/+46 |
| | |||||
* | Added computation of predicate selectivities | pavelvelikhov | 2023-10-02 | 8 | -9/+152 |
| | | | | Added computation of selectivity of predicates | ||||
* | Automatic release build for ymake, os_ymake | robot-ya-builder | 2023-10-02 | 3 | -30/+30 |
| | | | | | | | | | From hash: [b5469d87303cb148dd374f4c84c5d402fdcf7707](https://a.yandex-team.ru/arcadia/commit/b5469d87303cb148dd374f4c84c5d402fdcf7707) From revision: [12549766](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-ymake&version=121) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ymake, os_ymake | ||||
* | remove unused ytest2.py | snermolaev | 2023-10-02 | 1 | -58/+0 |
| | |||||
* | KIKIMR-19505: store blob into TInsertedData for reuse in future in ↵ | ivanmorozov | 2023-10-01 | 7 | -41/+110 |
| | | | | indexation changes | ||||
* | KIKIMR-19215: additional counters for external blob storages | ivanmorozov | 2023-10-01 | 52 | -170/+674 |
| | |||||
* | KIKIMR-19215: dont use fallback. only bs for blobcache | ivanmorozov | 2023-10-01 | 3 | -67/+19 |
| |