Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BlockExpandChunked: add forgotten file | aneporada | 2022-12-21 | 3 | -19/+29 |
| | |||||
* | feature: UDF calls syntax sugar | mrlolthe1st | 2022-12-21 | 6 | -18/+282 |
| | | | initial | ||||
* | Improve format auth recipes Node.js | bazeltsev | 2022-12-21 | 20 | -28/+18 |
| | | | | | updated updated | ||||
* | New BlockExpandChunked runtime node. Fix block builder for strings, add tests | aneporada | 2022-12-21 | 10 | -6/+282 |
| | |||||
* | added static credentials man + fix links | asmyasnikov | 2022-12-21 | 3 | -20/+37 |
| | | | added static credentials man + fix links | ||||
* | Added missing content-type to struct in mime library. | zagevalo | 2022-12-21 | 1 | -2/+2 |
| | |||||
* | add test and fix | ivanmorozov | 2022-12-21 | 2 | -4/+31 |
| | |||||
* | [actors/http] Fixed inactivity event handling | uranix | 2022-12-21 | 1 | -8/+8 |
| | | | Проверка `if (ev->Get() == InactiveEvent)` была вложена в проверку `if (ev->Get()->Read)`, но у `InactiveEvent` поля `Read`, `Write` всегда `false`. Вероятно это произошло после рефакторинга. | ||||
* | Log memory state in S3 actor | galaxycrab | 2022-12-21 | 1 | -2/+26 |
| | |||||
* | Refactor BlobDepot agent response processing | alexvru | 2022-12-21 | 10 | -84/+142 |
| | |||||
* | Add sensors about AS, | kruall | 2022-12-21 | 5 | -13/+48 |
| | |||||
* | Send with continuous execution msg after registration, | kruall | 2022-12-21 | 1 | -1/+1 |
| | |||||
* | Add recipes for nodejs sdk auth | Ilya Shevchenko | 2022-12-21 | 23 | -4/+186 |
| | | | | | I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en. Pull Request resolved: #138 | ||||
* | [fs] Remove old code | udovichenko-r | 2022-12-21 | 3 | -12/+0 |
| | |||||
* | initialize snapshot for migrations on start withno constructor | ivanmorozov | 2022-12-21 | 30 | -255/+768 |
| | |||||
* | fix vcs info script after rXXXXXX | chegoryu | 2022-12-21 | 1 | -2/+2 |
| | | | Объяснение вот тут https://a.yandex-team.ru/review/3282791/files/2#comment-4637692 | ||||
* | [pg] support of precision for pginterval | vvvv | 2022-12-20 | 1 | -2/+2 |
| | |||||
* | Update OpenSSL to 1.1.1s | thegeorg | 2022-12-20 | 1 | -1/+1 |
| | |||||
* | Disable VPatch by default, | kruall | 2022-12-20 | 1 | -1/+1 |
| | |||||
* | ColumnTable Alter TTL (SS part) | chertus | 2022-12-20 | 10 | -116/+294 |
| | |||||
* | [library/python/func] Made lazy and lazy_property thread safe | prettyboy | 2022-12-20 | 1 | -5/+17 |
| | |||||
* | Initial support for strings in blocks: BlockReader/BlockBuilder | aneporada | 2022-12-20 | 13 | -468/+886 |
| | |||||
* | parse date/datetime in csv by array | ivanmorozov | 2022-12-20 | 8 | -9/+192 |
| | |||||
* | use default all-users group in general case. not kikimr only. | ivanmorozov | 2022-12-20 | 3 | -4/+9 |
| | |||||
* | Fix buggy path at startup | ilnaz | 2022-12-20 | 1 | -18/+26 |
| | |||||
* | Reset cached path | ilnaz | 2022-12-20 | 2 | -0/+42 |
| | |||||
* | Update contrib/restricted/boost/align to 1.81.0 | robot-contrib | 2022-12-20 | 1 | -1/+1 |
| | |||||
* | Revert deletion of deprecated proxy metrics | mokhotskii | 2022-12-20 | 2 | -5/+111 |
| | | | | Revert "Remove deprecated metrics" This reverts commit 4630b40575f2f0a9d988559b4e4f41f410d96904. | ||||
* | Update contrib/restricted/boost/numeric_conversion to 1.81.0 | robot-contrib | 2022-12-20 | 3 | -15/+15 |
| | |||||
* | Make KqpUpsertRows and KqpDeleteRows suitable for cache | va-kuznecov | 2022-12-20 | 6 | -23/+33 |
| | |||||
* | Implement execution of volatile transactions | snaury | 2022-12-20 | 32 | -100/+1142 |
| | |||||
* | Fix not equal function to use Arrow not_equal function instead of 'not (equal)' | aidarsamer | 2022-12-20 | 2 | -16/+10 |
| | | | Fix not equal function to use Arrow not_equal function instead of 'not (equal)' | ||||
* | Report writes beyond barrier and check them in BlobDepot | alexvru | 2022-12-20 | 11 | -16/+54 |
| | |||||
* | Improve SendWithContinuousExecution, | kruall | 2022-12-20 | 1 | -5/+8 |
| | |||||
* | Resore port of vcs_info.py to pyton3 | svidyuk | 2022-12-20 | 3 | -30/+14 |
| | | | | | * Atomic commit swiching vcs_info.py to py3. * Keeping java build part py2 compatible (it can be dropped when maven-export is switched to new java build engine for all projects). * Last external build system generator release 7 with code assuming that vcs_info.py is py3 compatible redeployed. | ||||
* | add windows platform to ydb github export | alexv-smirnov | 2022-12-20 | 169 | -0/+39001 |
| | |||||
* | Fix for loading multi-module udf in dq | maxkovalev | 2022-12-19 | 1 | -2/+5 |
| | | | Fix for loading multi-module udfs in dq | ||||
* | support of final aggregation by keys (DQ/YT) | vvvv | 2022-12-19 | 17 | -98/+513 |
| | |||||
* | BlobDepot improvements and fixes | alexvru | 2022-12-19 | 13 | -97/+166 |
| | |||||
* | Handle clent timeout in session actor. | dcherednik | 2022-12-19 | 26 | -7/+357 |
| | |||||
* | Add sorted for DqCnMerge. | a-romanov | 2022-12-19 | 6 | -33/+57 |
| | |||||
* | Multiple precompute stats | hor911 | 2022-12-19 | 1 | -9/+10 |
| | |||||
* | schemeshard, drop-extsubdomain: allow nodes to reconnect during operation | ijon | 2022-12-19 | 10 | -47/+130 |
| | | | | | | | | | | | | | | | | | | | | Allow nodes to reconnect to the database during drop-extsubdomain operation by fixing the moment when database path is considered deleted. Database root path is marked as _being deleted_ at the operation start, but it was marked actually _deleted_ also at the start of the operation. Which is too early because path that have the _deleted_ mark becomes unresolvable to any external observer such as compute node that is trying to reconnect to the database. In the case of a dedicated database when its hive tablet has no other place to run but on the dedicated database nodes, losing all database nodes would prevent drop-extsubdomain operation from any chance to complete ever -- -- hive is used by operation to stop all database tablets, it has no place to run if all database nodes had disconnected but no node is able to reconnect again. Databases that hosts serverless databases also suffer from this, they are just much less likely to be removed. | ||||
* | unified agent library fix | andrew-rykov | 2022-12-19 | 1 | -1/+0 |
| | |||||
* | Add api for dstool, | kruall | 2022-12-19 | 21 | -21/+315 |
| | |||||
* | [yql] Avoid heavy checksums calculation in local mode () | mvel | 2022-12-19 | 1 | -1/+14 |
| | | | | | | | | | Суть проблемы: YQL свой файловый сторадж устраивает так: считает от файла md5 и по этому ключу его кладёт. Ключ считается долго и печально, и при запуске в локальном режиме этот самый подсчёт md5 занимает примерно половину времени. Делаем так: в режиме `YQL_LOCAL == "1"` вместо настоящей контрольной суммы подсовываем md5 от имени файла (в локальном сторадже работают хардлинки и дедупликация не болит). При этом возникает неприятность, которую приходится слегка костылить на стыке с YT: нельзя сообщать YT эту фальшивую контрольную сумму. В сам кипарис загружается небольшая часть файлов при запуске тестов, так что подсчёт чексуммы на стороне YT при покладке в свой сторадж уже не сильно жмёт. А вот в YQL-ный сторадж грузится много разных сошек и в некоторых случаях ещё и бинарь `mrproc`, и вот тут мы очень много экономим, не вычисляя md5 много раз. | ||||
* | Some TestShard improvements | alexvru | 2022-12-19 | 1 | -105/+93 |
| | |||||
* | Add DisableEmitAggApply pragma | aidarsamer | 2022-12-19 | 1 | -0/+6 |
| | | | Add DisableEmitAggApply pragma | ||||
* | Add move ctor to TMetricRegistry | chegoryu | 2022-12-19 | 2 | -0/+4 |
| | |||||
* | Revert commit rXXXXXX | svidyuk | 2022-12-19 | 1 | -11/+26 |
| |