Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CheckVersionTag() now fails only on release branches, | serg-belyakov | 2022-07-14 | 1 | -2/+2 |
| | | | CheckVersionTag() now fails only on release branches | ||||
* | [] Fix _yql_injoin_column name selection | aneporada | 2022-07-14 | 1 | -5/+15 |
| | |||||
* | Update contrib/libs/sqlite3 to 3.39.1 | robot-contrib | 2022-07-14 | 3 | -64/+125 |
| | |||||
* | Per format S3 file limits | hor911 | 2022-07-14 | 4 | -1/+37 |
| | |||||
* | Change "default_yaml.yml": add kv | gvit | 2022-07-13 | 1 | -0/+1 |
| | |||||
* | BlobDepot work in progress | alexvru | 2022-07-13 | 14 | -148/+322 |
| | |||||
* | add execution time limit | bbiff | 2022-07-13 | 11 | -30/+110 |
| | |||||
* | Add topic | bazeltsev | 2022-07-13 | 25 | -43/+70 |
| | | | | | updated ydb docs topic in concepts | ||||
* | Load newest source id info upon migration | ilnaz | 2022-07-13 | 1 | -3/+6 |
| | |||||
* | Comment for uncompressed size | rekby | 2022-07-13 | 1 | -1/+3 |
| | |||||
* | CheckVersionTag() now uses GetBranch() to resolve branch name, | serg-belyakov | 2022-07-13 | 1 | -15/+15 |
| | | | CheckVersionTag() now uses GetBranch() to resolve branch name | ||||
* | fix topic service | ildar-khisam | 2022-07-13 | 5 | -32/+83 |
| | | | | | fix topic service [] enable 'topic' by default | ||||
* | fix issues from code review | va-kuznecov | 2022-07-13 | 2 | -3/+2 |
| | |||||
* | Fix race in S3 read actor during its bootstrap | galaxycrab | 2022-07-13 | 1 | -3/+3 |
| | | | Fix race in S3 read actor during its bootstrap | ||||
* | remove experimental include | mdartemenko | 2022-07-13 | 3 | -3/+0 |
| | |||||
* | Always publish own DC (especially if is is not used) | hor911 | 2022-07-13 | 3 | -3/+9 |
| | |||||
* | Remove duplicates from stable ydb config | thegeorg | 2022-07-13 | 1 | -2/+2 |
| | |||||
* | Add MIME_CBOR content type | mokhotskii | 2022-07-13 | 2 | -0/+2 |
| | | | Add MIME_CBOR content type | ||||
* | Fix compatibility issues | komels | 2022-07-13 | 3 | -9/+29 |
| | |||||
* | UseDataCenter feature flag | hor911 | 2022-07-12 | 3 | -3/+4 |
| | |||||
* | fix flaky tests | eivanov89 | 2022-07-12 | 2 | -4/+12 |
| | |||||
* | Add smoke and simple tests for cache | va-kuznecov | 2022-07-12 | 1 | -0/+228 |
| | |||||
* | healthcheck API c++ sdk support. | dcherednik | 2022-07-12 | 23 | -105/+327 |
| | |||||
* | attempt to fix flaky test | xenoxeno | 2022-07-12 | 1 | -17/+27 |
| | |||||
* | Fix includes | spreis | 2022-07-12 | 3 | -315/+2 |
| | |||||
* | use proper readtable in write handlers | ssmike | 2022-07-12 | 1 | -53/+39 |
| | |||||
* | [] add topic service to default grpc servicea | shmel1k | 2022-07-12 | 1 | -0/+1 |
| | |||||
* | Fix typos in http proxy json2proto convertions | mokhotskii | 2022-07-12 | 9 | -18/+205 |
| | | | Fix typos in http proxy json2proto convertions | ||||
* | Set enable_proto_source_id_info: true by default | mokhotskii | 2022-07-12 | 3 | -1/+3 |
| | | | Set enable_proto_source_id_info: true by default | ||||
* | Remove fast split support, | snaury | 2022-07-12 | 5 | -154/+0 |
| | |||||
* | speedup many column shards tests | gvit | 2022-07-12 | 1 | -9/+13 |
| | |||||
* | Fix early poller registration bug | alexvru | 2022-07-12 | 1 | -3/+4 |
| | |||||
* | Suppress DC locality | hor911 | 2022-07-12 | 1 | -2/+2 |
| | |||||
* | Use grpc::Status::details | hor911 | 2022-07-12 | 10 | -42/+162 |
| | |||||
* | Change queue metrics | ilnaz | 2022-07-12 | 8 | -36/+57 |
| | |||||
* | Update contrib/libs/curl to 7.84.0 | robot-contrib | 2022-07-12 | 304 | -1014/+2831 |
| | |||||
* | Tidy up storage stats stuff. | yuryalekseev | 2022-07-12 | 1 | -17/+12 |
| | |||||
* | shrink RetentionBorderReading test | ildar-khisam | 2022-07-12 | 1 | -72/+0 |
| | | | shrink RetentionBorderReading test to avoid oom | ||||
* | resend EvYardInit if there is no pdisk actor | monster | 2022-07-12 | 1 | -12/+24 |
| | |||||
* | Fix create table format | bazeltsev | 2022-07-12 | 3 | -6/+5 |
| | | | fixed | ||||
* | guid generation has been added for each GetTask | hcpp | 2022-07-12 | 1 | -7/+8 |
| | |||||
* | Fix create table format | bazeltsev | 2022-07-12 | 1 | -10/+9 |
| | | | fixed | ||||
* | Fix handling of ALREADY result in ResetTablet, | snaury | 2022-07-11 | 1 | -7/+13 |
| | |||||
* | Per node computation pattern cache (LiteralExecuter) | va-kuznecov | 2022-07-11 | 11 | -56/+249 |
| | | | | | use Singleton Implement ComputationPattern cache in literal executer | ||||
* | Move storage stats calculation to coro actor. | yuryalekseev | 2022-07-11 | 6 | -69/+106 |
| | |||||
* | Issue TEvBlock with consistent IssuerGuid to make BlobDepot work correctly | alexvru | 2022-07-11 | 1 | -4/+10 |
| | |||||
* | BlobDepot work in progress | alexvru | 2022-07-11 | 18 | -277/+305 |
| | |||||
* | SerializeFormat first draft. | a-romanov | 2022-07-11 | 9 | -35/+610 |
| | |||||
* | Fix TTableRange::IsFullRange check. () | spuchin | 2022-07-11 | 1 | -1/+1 |
| | |||||
* | Avoid Ydb::NMonitoring and NMonitoring conflict. | dcherednik | 2022-07-11 | 372 | -1660/+1660 |
| |