| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Intermediate changes | robot-piglet | 2023-03-18 | 2 | -2/+17 |
| | | |||||
| * | fix idle checker in kqp proxy | gvit | 2023-03-18 | 3 | -10/+63 |
| | | |||||
| * | HTTP DELETE support | hor911 | 2023-03-17 | 3 | -6/+30 |
| | | |||||
| * | YT-18571: fix YT enums' uniqueness check | ignatloskutov | 2023-03-17 | 1 | -9/+1 |
| | | | | | | | | | | | | Otherwise, enums like this compile successfully: ``` DEFINE_ENUM(ENonUnique, ((Foo1) (0)) ((Foo2) (0)) ((Foo3) (0)) ((Foo4) (0)) ); ``` | ||||
| * | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 1580 | -4751/+4822 |
| | | | | Update tools: yexport | ||||
| * | Support BlobDepot thru dstool | alexvru | 2023-03-17 | 16 | -101/+332 |
| | | |||||
| * | YT-17689: Move TFreeList to library/cpp/yt/memory | aleexfi | 2023-03-17 | 9 | -94/+342 |
| | | |||||
| * | YSON docs it.2 | bazeltsev | 2023-03-17 | 3 | -3/+4 |
| | | | | updated | ||||
| * | Add actor system config | bazeltsev | 2023-03-17 | 1 | -13/+21 |
| | | | | | | updated initial | ||||
| * | another yet fix | shumkovnd | 2023-03-17 | 1 | -31/+37 |
| | | |||||
| * | Updated ydb on prem install docs | bazeltsev | 2023-03-17 | 19 | -523/+835 |
| | | | | | | | | update dynnode start commands for 22-5+ PR from branch users/mzinal/ better bare metal deployment instruction in Russian systemd service file templates for ydbd, TLS certificate generator script sample for YDB | ||||
| * | Intermediate changes | robot-piglet | 2023-03-17 | 1 | -0/+1 |
| | | |||||
| * | Add YSON and YPath docs | iliashev | 2023-03-17 | 5 | -3/+450 |
| | | |||||
| * | add cookie to navigation api | gvit | 2023-03-17 | 3 | -0/+14 |
| | | |||||
| * | Remove redundant BrokerLeaseHolder resets, fix SIGSEGV in huge_cluster tests, | serg-belyakov | 2023-03-17 | 3 | -48/+35 |
| | | | | Remove redundant LeaseHolder resets | ||||
| * | Fit group on sanitizing request, | serg-belyakov | 2023-03-17 | 4 | -7/+18 |
| | | | | Fir group on sanitizing request, | ||||
| * | one more fix | chertus | 2023-03-17 | 1 | -1/+3 |
| | | |||||
| * | Добавить тесты на обработку в partition ↵ | tesseract | 2023-03-17 | 5 | -5/+155 |
| | | | | | | | | ситуации, когда закончилось место в SubDomain Reserve test intermediate | ||||
| * | rewrite merge dups logic in TIndexedReadData | chertus | 2023-03-17 | 2 | -96/+101 |
| | | |||||
| * | Refactor parameters code in SessionActor | va-kuznecov | 2023-03-17 | 5 | -65/+74 |
| | | |||||
| * | fix crash in columnshard scan | chertus | 2023-03-17 | 1 | -1/+2 |
| | | |||||
| * | Additional ReadTopic test | ilnaz | 2023-03-17 | 1 | -13/+82 |
| | | |||||
| * | Fix logging in vdisk tracing, | kruall | 2023-03-17 | 1 | -1/+1 |
| | | |||||
| * | Don't repeat drain messages in DEBUG logs | hor911 | 2023-03-17 | 3 | -1/+4 |
| | | |||||
| * | Report retries as transient issues | hor911 | 2023-03-17 | 1 | -1/+5 |
| | | |||||
| * | external source plugin has been added | hcpp | 2023-03-17 | 38 | -6/+1072 |
| | | |||||
| * | add pytest.ini to launch tests via native pytest | qrort | 2023-03-17 | 3 | -2/+7 |
| | | |||||
| * | Fix leaks in schemeshard tests | snaury | 2023-03-17 | 1 | -5/+5 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-17 | 1 | -1/+1 |
| | | |||||
| * | Sync ydb python sdk from git 2.13.2 | rekby | 2023-03-17 | 23 | -93/+579 |
| | | |||||
| * | schemeshard: add test for index table's split-by-load behavior | ijon | 2023-03-17 | 6 | -10/+454 |
| | | | | | | | - add test to verify that split-by-load for index tables adopts main table's current partition count as index table's MaxPartitionsCount (but only if it isn't explicitly set) - remove unconditional setting of MaxPartitionsCount for any index table on creation | ||||
| * | change oss import (because of rXXXXXX) | qrort | 2023-03-17 | 2 | -2/+13 |
| | | |||||
| * | fix writing to junitxml set by an env var from a forked test | alexv-smirnov | 2023-03-17 | 2 | -10/+22 |
| | | |||||
| * | feat(TS_TEST): do not build on TS_TEST | zaverden | 2023-03-17 | 2 | -18/+20 |
| | | | | | | Отключил сборку перед запуском тестов Проверил на `devtools/dummy_arcadia/ts/packages/with_test` - пиры нормально собираются | ||||
| * | Fix slay bug | alexvru | 2023-03-17 | 4 | -22/+31 |
| | | |||||
| * | decouple kqp session actor state into the separate file and introduce ↵ | gvit | 2023-03-17 | 17 | -635/+582 |
| | | | | | cookies to differentiate events; get rid of compile request actor | ||||
| * | external queries directory and variables for testing | ivanmorozov | 2023-03-17 | 2 | -11/+78 |
| | | |||||
| * | Temporary switch off Y_UNITTEST_OUTPUT to junitxml as it does not work | alexv-smirnov | 2023-03-17 | 1 | -1/+1 |
| | | |||||
| * | rename core/yq to core/fq | uzhas | 2023-03-16 | 1097 | -46511/+46510 |
| | | |||||
| * | don't allocate last processed key each time | eivanov89 | 2023-03-16 | 3 | -54/+113 |
| | | |||||
| * | redirect stdin,stdout,stderr to files, update run script, collect test report | qrort | 2023-03-16 | 10 | -37/+86 |
| | | |||||
| * | Use ParquetException for Parquet Exceptions | hor911 | 2023-03-16 | 1 | -6/+12 |
| | | |||||
| * | Support wide streams in FromFlow/ToFlow | aneporada | 2023-03-16 | 6 | -11/+266 |
| | | |||||
| * | Fix blob depot bug | alexvru | 2023-03-16 | 1 | -8/+19 |
| | | |||||
| * | fix a glitch (extra copying) | eivanov89 | 2023-03-16 | 1 | -1/+1 |
| | | |||||
| * | Update contrib/restricted/aws/s2n to 1.3.38 | robot-contrib | 2023-03-16 | 49 | -161/+271 |
| | | |||||
| * | Refactor commit logic in SessionActor | va-kuznecov | 2023-03-16 | 1 | -22/+28 |
| | | |||||
| * | extract index from json | ivanmorozov | 2023-03-16 | 32 | -197/+637 |
| | | |||||
| * | Topic reader | ilnaz | 2023-03-16 | 13 | -11/+200 |
| | | |||||
| * | Fix coroutine actor destructor | alexvru | 2023-03-16 | 2 | -2/+9 |
| | | |||||
