Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add yaml config support to console | innokentii | 2023-03-29 | 75 | -98/+3648 |
| | | | | | fix add yaml config support to console | ||||
* | Supported of AVG (Bool) for blocks | vvvv | 2023-03-29 | 2 | -2/+3 |
| | |||||
* | Don't use EmitAggApply for session window or hopping | vvvv | 2023-03-29 | 3 | -24/+37 |
| | |||||
* | Change "pr_check.yml" | alexv-smirnov | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | YQL-15415 YQL-15435 Support Top in Dq/Kqp. | a-romanov | 2023-03-29 | 8 | -26/+123 |
| | |||||
* | Reduce noticeable log events | ilnaz | 2023-03-29 | 1 | -1/+1 |
| | |||||
* | long tx shards writing decomposition | ivanmorozov | 2023-03-29 | 2 | -149/+209 |
| | |||||
* | size calcer | ivanmorozov | 2023-03-29 | 8 | -80/+198 |
| | | | split batch for packet limit control | ||||
* | Intermediate changes | robot-piglet | 2023-03-29 | 1 | -5/+4 |
| | |||||
* | calls to SetSelfPredicate and SetSelfPredicate | abcdef | 2023-03-29 | 1 | -2/+2 |
| | | | При вызове методов передаётся код принятого решения вместо логического значения. Транзакции всегда сохраняются с предикатами равными `true` | ||||
* | PERSQUEUE_READ_SPEED_LIMITER actors are leaking | abcdef | 2023-03-29 | 5 | -160/+92 |
| | | | Перенесены изменения из задачи | ||||
* | Fixed type check for SUM over Interval & better check of supported arrow types | vvvv | 2023-03-29 | 3 | -37/+74 |
| | |||||
* | Fix is starved with no working threads, | kruall | 2023-03-29 | 1 | -2/+5 |
| | |||||
* | Add info about as14 and autoconfig, | kruall | 2023-03-29 | 1 | -3/+38 |
| | |||||
* | Add burst metrics, | kruall | 2023-03-29 | 10 | -25/+209 |
| | |||||
* | solve recursion problem | xenoxeno | 2023-03-29 | 1 | -3/+3 |
| | |||||
* | fix(doc): logo url | martyanov-av | 2023-03-29 | 1 | -0/+3 |
| | |||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 11725 | -2042391/+0 |
| | |||||
* | (no commit message) | pg | 2023-03-28 | 14 | -101/+101 |
| | |||||
* | github pr check flow | alexv-smirnov | 2023-03-28 | 1 | -0/+15 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-28 | 1 | -5/+15 |
| | |||||
* | schemeshard: refactor ISubOperationState::DebugReply() to template | ijon | 2023-03-28 | 2 | -11/+15 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-28 | 1 | -2/+16 |
| | |||||
* | , support for clang-format-14 style tests | pg | 2023-03-28 | 1 | -0/+6 |
| | |||||
* | schemeshard: simplify TTxOperationReply<>::Execute | ijon | 2023-03-28 | 1 | -29/+36 |
| | |||||
* | update embedded ui | andrew-rykov | 2023-03-28 | 171 | -260/+250 |
| | |||||
* | Added mp4 and avi types to mime detector and some counters fixes in dns-proxy | zagevalo | 2023-03-28 | 2 | -0/+7 |
| | |||||
* | Add go 1.20 sources | psydvl | 2023-03-28 | 1 | -0/+3 |
| | | | Updated with: arcadia:[junk/psydvl/contrib/go/Makefile](https://a.yandex-team.ru/arcadia/junk/psydvl/contrib/go/Makefile) | ||||
* | Удалять из SS статистику удаленных топиков | tesseract | 2023-03-28 | 1 | -0/+1 |
| | |||||
* | schemeshard: replace TTxOperationReply generation-by-macro with proper templates | ijon | 2023-03-28 | 3 | -79/+102 |
| | | | | | Let templates do their work. Use SCHEMESHARD_INCOMING_EVENTS only to make explicit template instantiations (for TTxOperationReply and CreateTxOperationReply()). | ||||
* | Intermediate changes | robot-piglet | 2023-03-28 | 1 | -0/+1 |
| | |||||
* | functions for creating PQ configs | abcdef | 2023-03-28 | 1 | -39/+75 |
| | | | Выделил функции для создания конфигов PQ. Они понадобятся позже для события `TEvPersQueue::TEvProposeTransaction` | ||||
* | revert light events | xenoxeno | 2023-03-28 | 442 | -2744/+1661 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-28 | 2 | -0/+20 |
| | |||||
* | schemeshard: add out-of-operation-scope event handling | ijon | 2023-03-28 | 1 | -4/+64 |
| | | | | | | | | | Schemeshard should serve datashard a reply to TEvDataShard::TEvSchemaChanged even if that event come at the very peculiar moment when responsible suboperation goes from active to done in-between TSchemeShard::Handle() and TTxOperationReply<>::Execute(). Not doing so leaves datashard in some transitional state which will prevent datashard from being deleted until next schemeshard or datashard restart. | ||||
* | Add cluster and version to remove volatile config | innokentii | 2023-03-28 | 3 | -3/+13 |
| | | | add cluster and version to remove volatile config | ||||
* | YQL-15555 Add Distinct to Aggregate. | a-romanov | 2023-03-28 | 1 | -0/+1 |
| | |||||
* | Fix memory leakage in TSyncPageCacheFileLogBackend | srx64 | 2023-03-28 | 1 | -4/+10 |
| | | | | Memleak occurred when the storage was running out of space and a TFileError exception was thrown. In this case, the buffer was not cleared after writing. | ||||
* | one request for many blobs | ivanmorozov | 2023-03-28 | 3 | -29/+169 |
| | | | | additional stat infos 100Mb for data in flight | ||||
* | reserve data for builders | ivanmorozov | 2023-03-28 | 4 | -10/+34 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-28 | 1 | -1/+0 |
| | |||||
* | add federation discovery service protos draft | ildar-khisam | 2023-03-28 | 18 | -2/+171 |
| | | | add federation discovery service protos draft | ||||
* | Fix decommit initiation bug | alexvru | 2023-03-28 | 2 | -6/+6 |
| | |||||
* | Fix bits multiplier | aakulaga | 2023-03-28 | 1 | -2/+2 |
| | | | Fix bits multiplier | ||||
* | Update contrib/restricted/aws/s2n to 1.3.39 | robot-contrib | 2023-03-28 | 26 | -76/+185 |
| | |||||
* | Update contrib/libs/grpc to 1.45.2 | thegeorg | 2023-03-28 | 1073 | -40405/+61731 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-28 | 1 | -4/+0 |
| | |||||
* | YQL-15756 Rename NothingFrom -> EmptyFrom. | a-romanov | 2023-03-27 | 9 | -19/+19 |
| | |||||
* | fix missinformation in SelectInfo portions | chertus | 2023-03-27 | 3 | -2/+6 |
| | |||||
* | on-demand build | alexv-smirnov | 2023-03-27 | 7 | -79/+276 |
| |