aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2023-10-03564-410821/+1
|
* Fix the testkomels2023-10-031-1/+1
|
* Change "ya.make"gvit2023-10-031-1/+1
|
* YT-19762: Discombobulate observers commanddanilalexeev2023-10-0315-0/+85
|
* Remap non-int valueshor9112023-10-031-4/+18
|
* do not process statistics for serverless dbs KIKIMR-18323monster2023-10-031-1/+3
|
* YQL-16789: Fix division by zero in TopSortmaxkovalev2023-10-031-1/+2
| | | | YQL-16789: Fix division by zero in TopSort
* Intermediate changesrobot-piglet2023-10-038-448/+212
|
* Address post-commit comments for rXXXXXXachulkov22023-10-031-7/+5
|
* YT-20065: Remove unnecessary validation in TQueueAutoTrimConfigachulkov22023-10-031-9/+0
|
* KIKIMR-19041: Add support to read OLAP tables using Generic Queriesaidarsamer2023-10-038-316/+482
|
* PR from branch users/jansenin/static-config-validation2jansenin2023-10-0319-58/+1481
| | | | | | tests for static validator add static validator builder part and make make enums case-insensitive
* Added static authenticationilyakharev2023-10-036-6/+62
|
* Move contrib/tools/jdk to build/platform/java/jdk/testingthegeorg2023-10-03567-2/+410843
|
* Use partition mapping in 1st class by defaultkomels2023-10-032-1/+2
|
* Change ".yfm"blinkov2023-10-031-0/+1
|
* [docs] add GTM scriptIvan Blinkov2023-10-032-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.50robot-contrib2023-10-03396-85/+608
|
* Update contrib/python/boto3/py3 to 1.28.50robot-contrib2023-10-033-4/+4
|
* "open-source" -> "open source" for consistencyblinkov2023-10-031-1/+1
|
* trigger docs release on pushblinkov2023-10-031-1/+10
|
* Flake8 migrations clean uparcadia-devtools2023-10-031-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 folderblinkov2023-10-031-0/+2
|
* Refactor txs in consoleinnokentii2023-10-028-156/+68
| | | | refactor txs in console
* Запретить использование отличной от ↵pazus2023-10-021-0/+71
| | | | | | единой версии Kotlin https://clubs.at.yandex-team.ru/java/1397
* Fix issue codesssmike2023-10-021-3/+8
|
* refactoring of pgwire kqp proxyxenoxeno2023-10-027-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 ↵ifsmirnov2023-10-022-0/+3
| | | | creation
* Fix bug in arrow integer column serializationnadya732023-10-022-19/+21
|
* Fix TotalDurationMs in query stats KIKIMR-18823va-kuznecov2023-10-023-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 workflowsblinkov2023-10-023-2/+2
|
* Fix uninitialized SnapshotTime KIKIMR-19504ilnaz2023-10-021-14/+9
|
* Remove pragma yt.CostBasedOptimizeraozeritsky2023-10-0211-42/+43
|
* YQL-16773 + test and get rid of some TODOs.a-romanov2023-10-024-24/+58
|
* oss ydb: fix dstool building and test runnkozlovskiy2023-10-02121-0/+30154
|
* BlobDepot decommit fixes KIKIMR-14867alexvru2023-10-025-18/+59
|
* Add BulkUpsert countersnsofya2023-10-022-0/+58
|
* Move .github/actions/docs to .github/workflows/docsblinkov2023-10-023-2/+2
|
* Add new docs deployment methodblinkov2023-10-023-0/+48
|
* Change "muted_test.txt"alexv-smirnov2023-10-021-8/+1
|
* YT-19578: Move user_job_statistics to yt/cpp/mapreduce/libraryermolovd2023-10-0217-28/+28
|
* Change "muted_test.txt"alexv-smirnov2023-10-021-0/+2
|
* Fix: почему InsertTo и EmplaceTo ограничиваются ↵tema-m2023-10-021-0/+12
| | | | | | | | | | определёнными контейнерами? InsertTo -- столкнулся с проблемой, что я не могу им пользоваться, если мой THashSet имеет кастомный хэш. Решил эту проблемы более общим способом -- сделал так, что InsertTo принимает любой контенер, который может делать insert. EmplaceTo -- почему-то умел работать только с TVector -- поэтому поддерживает тоже любой контейнер UPD: поменял методы, чтобы они могли работать с любыми контейнерами, но в некотором коде кто-то зачем-то явно указывал тип T, поэтому мой код это ломал. Так что я просто добавил перегрузку
* KIKIMR-19213: speed up insert data meta serializationivanmorozov2023-10-0212-84/+59
| | | | | | additional logging cleaning correct signals
* Removed optional cost from statisticspavelvelikhov2023-10-0210-62/+20
| | | | Removed optional cost from statistics
* Made sticky pages logic consistent for loading and compactionskungasc2023-10-026-26/+399
|
* Export YQL test dataalexv-smirnov2023-10-026432-0/+91816
|
* Intermediate changesrobot-piglet2023-10-023-11/+90
|
* Support "path hasn't been resolved" issueauzhegov2023-10-021-1/+2
|
* Split cryptography on py2/py3shadchin2023-10-02185-119/+76184
|