Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [review] [YDB] Check "fixed paths and commands for YDB TLS certificate ↵ | alextarazanov | 2022-11-03 | 1 | -93/+93 | |
| | | | | | generation" translate Лог локальной сборки без ошибок | |||||
* | fix hang on invalid url | xenoxeno | 2022-11-03 | 1 | -3/+3 | |
| | ||||||
* | Make stlog a bit better | alexvru | 2022-11-03 | 8 | -78/+243 | |
| | ||||||
* | Introduce aligned_malloc; drop more YTAlloc dependencies | babenko | 2022-11-03 | 8 | -38/+37 | |
| | ||||||
* | Update vendor/golang.org/x/net to 0.1.0 | robot-contrib | 2022-11-03 | 3 | -22/+28 | |
| | ||||||
* | Remove engine selection flags from configs. () | spuchin | 2022-11-02 | 33 | -559/+86 | |
| | ||||||
* | State Storage counting improvement in CMS | t1mursadykov | 2022-11-02 | 10 | -119/+355 | |
| | ||||||
* | Added international includes | bazeltsev | 2022-11-02 | 5 | -145/+86 | |
| | | | updated | |||||
* | add simple document to clickhouse benchmark | gvit | 2022-11-02 | 4 | -0/+74 | |
| | ||||||
* | Proxy grpc python runtime from contrib/python/grpcio | thegeorg | 2022-11-02 | 24 | -1059/+0 | |
| | | | | | | | | * [grpcio](https://pypi.org/project/grpcio/) is the official package for using grpc from python * grpcio itself remains in `contrib/libs/grpc/src/python/grpcio` while `contrib/python/grpcio` is a public proxy that should be used by everyone * `grpcio-status` and `grpcio-reflection` were put under yamaker pypi * certain unused parts of grpc/src/python have been removed Make precommit hook happy: | |||||
* | support csv_delimiter in binding | uzhas | 2022-11-02 | 2 | -5/+12 | |
| | ||||||
* | checked integral arithmeric | vvvv | 2022-11-02 | 5 | -23/+220 | |
| | ||||||
* | fix table scheme init | gvit | 2022-11-02 | 1 | -104/+104 | |
| | ||||||
* | [review] [YDB] Check "add recipes for driver init and go's database/sql" ↵ | alextarazanov | 2022-11-02 | 90 | -1318/+2325 | |
| | | | | | translate Лог локальной сборки без ошибок | |||||
* | Enhance load actor docs | va-kuznecov | 2022-11-02 | 2 | -12/+116 | |
| | ||||||
* | [review] [YDB] "TTL run internal" check translate | alextarazanov | 2022-11-02 | 1 | -2/+1 | |
| | ||||||
* | Bug fix for PQ allocate | komels | 2022-11-02 | 2 | -1/+2 | |
| | ||||||
* | fix | a-romanov | 2022-11-02 | 2 | -6/+11 | |
| | ||||||
* | Change "ydb_workload.cpp" | gvit | 2022-11-02 | 1 | -1/+1 | |
| | ||||||
* | Cleanup unused grpc targets | thegeorg | 2022-11-02 | 63 | -3268/+3534 | |
| | | | | | * Merge grpc (core), grpc++ and gpr libraries into contrib/libs/grpc * Drop unused grpc_unsecure, grpc++_unsecure and grpc++_error_details * Remove abundance of hacks from import routine | |||||
* | Add TableService flag for switching pattern cache | va-kuznecov | 2022-11-02 | 3 | -2/+19 | |
| | ||||||
* | Report space flags and free space share to BlobDepot clients | alexvru | 2022-11-02 | 10 | -2/+81 | |
| | ||||||
* | Add comment about necessary nanny settings | skorodumov-s | 2022-11-02 | 1 | -0/+5 | |
| | ||||||
* | Include schema in empty read table result sets | snaury | 2022-11-01 | 5 | -21/+80 | |
| | ||||||
* | Remove InfoCollector creation for each walle task | t1mursadykov | 2022-11-01 | 4 | -9/+57 | |
| | ||||||
* | Remove engine selection code from kqp_worker. () | spuchin | 2022-11-01 | 14 | -1963/+41 | |
| | ||||||
* | Report group metrics to whiteboard | alexvru | 2022-11-01 | 8 | -19/+46 | |
| | ||||||
* | remove experimental service from ydb | gvit | 2022-11-01 | 24 | -649/+28 | |
| | ||||||
* | path id usage in cold-storage-key construction as prefix | ivanmorozov | 2022-11-01 | 10 | -82/+123 | |
| | ||||||
* | [review] [YDB] Check translate changelog | alextarazanov | 2022-11-01 | 1 | -30/+30 | |
| | ||||||
* | [review] [YDB] Check translate ydb yql | alextarazanov | 2022-11-01 | 7 | -7/+285 | |
| | | | Clear log | |||||
* | Replaced config.ParseResult->Has/Get to .StoreResult | brgayazov | 2022-11-01 | 2 | -253/+257 | |
| | ||||||
* | Rework TTimer in SessionActor | va-kuznecov | 2022-11-01 | 1 | -17/+44 | |
| | ||||||
* | Add TABLESTORE support | pnv1 | 2022-11-01 | 16 | -80/+688 | |
| | ||||||
* | fix datashard unit tests, use public api protobuf format | gvit | 2022-11-01 | 2 | -26/+14 | |
| | ||||||
* | fix disabled provider case | ivanmorozov | 2022-11-01 | 1 | -0/+3 | |
| | ||||||
* | [review] [YDB] "Added ydb operation docs" check translate | alextarazanov | 2022-11-01 | 6 | -7/+166 | |
| | ||||||
* | idle partitions implementation | d-mokhnatkin | 2022-11-01 | 17 | -112/+363 | |
| | ||||||
* | Fix TTimer usage in SessionActor, rev. 2 | va-kuznecov | 2022-11-01 | 1 | -3/+6 | |
| | ||||||
* | Fix TTimer usage in SessionActor | va-kuznecov | 2022-11-01 | 1 | -7/+4 | |
| | ||||||
* | [review] [YDB] Check translate ydb cli profile update/replace | alextarazanov | 2022-11-01 | 6 | -44/+144 | |
| | ||||||
* | [review] [YDB] Check translate about columns | alextarazanov | 2022-11-01 | 3 | -10/+9 | |
| | ||||||
* | [review] [YDB] Check translate cdc changefeed | alextarazanov | 2022-11-01 | 2 | -5/+5 | |
| | ||||||
* | Remove WorkerActor code path | va-kuznecov | 2022-11-01 | 4 | -13/+5 | |
| | ||||||
* | External build system generator release 4 | robot-ya-builder | 2022-11-01 | 1 | -2/+5 | |
| | | | Update tools: yexport | |||||
* | Missing deps to generated headers | svidyuk | 2022-11-01 | 4 | -6/+4 | |
| | | | | * Always add ARCHIVE output to cmake sorces as it's intendend to be used as header generator * Precise port of ragel output file name from ya.make to generated cmake | |||||
* | fixed ubuntu version hardcode;; | qkrorlqr | 2022-10-31 | 1 | -3/+3 | |
| | ||||||
* | Revert changes from | aneporada | 2022-10-31 | 5 | -59/+55 | |
| | ||||||
* | move datashard tests to rpc actor usage: step 1 | gvit | 2022-10-31 | 5 | -212/+199 | |
| | ||||||
* | avoid serialization of source location in MKQL_MEM_TAKE | vvvv | 2022-10-31 | 3 | -14/+33 | |
| |