Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add KQP Scan Executer coverage | mdartemenko | 2022-08-22 | 2 | -6/+8 |
| | |||||
* | Update contrib/restricted/abseil-cpp to 20220623.0 | thegeorg | 2022-08-22 | 147 | -2717/+4967 |
| | |||||
* | Refactor mirrored topic names | komels | 2022-08-22 | 3 | -32/+33 |
| | |||||
* | [ymq] extend tests for tables format v1 | alexbogo | 2022-08-22 | 9 | -60/+142 |
| | | | init | ||||
* | Query introspection | hor911 | 2022-08-22 | 1 | -1/+113 |
| | |||||
* | Fetcher mon page | hor911 | 2022-08-22 | 2 | -3/+61 |
| | |||||
* | [] Add optimizer for Ensure(..., true) | aneporada | 2022-08-21 | 1 | -0/+16 |
| | | | | | Ensure(..., false) can not automatically converted to error: since expression like If(false, Ensure(1, false), 2) should not fail | ||||
* | result formatter: support type name as string | uzhas | 2022-08-21 | 3 | -8/+44 |
| | |||||
* | Keep HTTP errors with app level errors | hor911 | 2022-08-21 | 1 | -6/+16 |
| | |||||
* | Switch TString and TStringBase to std::reverse_iterator | thegeorg | 2022-08-21 | 3 | -56/+9 |
| | | | At the time an attempt to use e. g. `std::find_if` with `TString::rbegin()` / `TString::rend()` does not compile against `-DUSE_STL_SYSTEM` / modern libstdc++. | ||||
* | [] Fix handling of empty file set in S3 | aneporada | 2022-08-20 | 1 | -7/+6 |
| | |||||
* | Reimport boost/program_options as a separate project | bugaevskiy | 2022-08-20 | 39 | -163/+85 |
| | |||||
* | [] Check for file size / file count limits after S3 paths were pruned | aneporada | 2022-08-20 | 2 | -38/+81 |
| | |||||
* | [] Proper redirect to session pool threads | udovichenko-r | 2022-08-20 | 3 | -0/+55 |
| | |||||
* | Reimport boost/xpressive as a separate project | bugaevskiy | 2022-08-20 | 128 | -2735/+75 |
| | |||||
* | Reimport boost/random as a separate project | bugaevskiy | 2022-08-20 | 76 | -11854/+36 |
| | |||||
* | Reimport boost/parameter as a separate project | bugaevskiy | 2022-08-20 | 35 | -0/+28 |
| | |||||
* | Try to fix s3 source actor fall on destroy | d-mokhnatkin | 2022-08-19 | 3 | -33/+44 |
| | |||||
* | Omit non-strict storage settings in table description | ilnaz | 2022-08-19 | 2 | -4/+115 |
| | |||||
* | Update the pdisk chunk state diagram, | cthulhu | 2022-08-19 | 1 | -110/+387 |
| | |||||
* | move parser_ut to YQ | d-mokhnatkin | 2022-08-19 | 52 | -1562/+2996 |
| | |||||
* | Remove duplicate ut. | dcherednik | 2022-08-19 | 1 | -917/+0 |
| | |||||
* | Let cmake export determine which build/scripts are mandatory | thegeorg | 2022-08-19 | 30 | -3120/+0 |
| | |||||
* | enable viewer in YQ | uzhas | 2022-08-19 | 1 | -0/+1 |
| | |||||
* | Improved clarity columns group | bazeltsev | 2022-08-19 | 3 | -10/+23 |
| | | | updated | ||||
* | [mirrorer] use aync discovery in persqueue client | alexbogo | 2022-08-19 | 1 | -0/+1 |
| | | | init | ||||
* | Add install scripts to ydb tool. | dcherednik | 2022-08-19 | 2 | -0/+406 |
| | |||||
* | [] Fix hadling of tuples in GROUP BY expressions | aneporada | 2022-08-19 | 2 | -5/+58 |
| | |||||
* | Added topic read | bazeltsev | 2022-08-19 | 1 | -1/+60 |
| | | | | | updated initial | ||||
* | Add rope embedded list option | alexvru | 2022-08-19 | 4 | -188/+426 |
| | |||||
* | Fix Wilson verbosity and PipeCache TraceId forwarding | alexvru | 2022-08-19 | 4 | -18/+27 |
| | |||||
* | Library/cpp/actors Activities | hor911 | 2022-08-19 | 15 | -4/+31 |
| | |||||
* | deduplicate internal bindings | ulya-sidorina | 2022-08-19 | 3 | -6/+25 |
| | | | fix(peephole): deduplicate internal bindings | ||||
* | Ignore backup tables when calculating quotas | ilnaz | 2022-08-18 | 13 | -38/+196 |
| | |||||
* | Kill owner while deleting chunk tests, | serg-belyakov | 2022-08-18 | 1 | -0/+132 |
| | | | | | | | | | | | Kill owner while deleting with inflight Fix pdisk chunk state machine, Revert "Fix pdisk chunk state machine," This reverts commit 6a4fe72b1839bb634fb2281c23140ef3f109acdd, reversing changes made to 9b42dc5520a0e18396fee546553322dc71c11131. Kill owner while deleting chunk test | ||||
* | Remove remaining (noop) usage of -DACTORLIB_HUGE_PB_SIZE | thegeorg | 2022-08-18 | 2 | -2/+0 |
| | |||||
* | increase MessageMax to 64kb | shishyando | 2022-08-18 | 1 | -1/+1 |
| | | | increase MessageMax to 64kb | ||||
* | temp fix ydb oss sync config to unlock sync on /vendor dependency | alexv-smirnov | 2022-08-18 | 1028 | -1543/+302710 |
| | |||||
* | Don't break down with more than 65536 mem table iterators, | snaury | 2022-08-17 | 2 | -20/+48 |
| | |||||
* | fix for reserved storage | alexnick | 2022-08-17 | 2 | -1/+14 |
| | |||||
* | [sqs] remove queue for tables format v1 | alexbogo | 2022-08-17 | 18 | -50/+850 |
| | | | init | ||||
* | Update contrib/restricted/aws/aws-c-io to 0.13.1 | robot-contrib | 2022-08-17 | 2 | -9/+21 |
| | |||||
* | fixed presort encoding | vvvv | 2022-08-16 | 2 | -3/+13 |
| | |||||
* | don't use Y_DEFER inside PG_TRY | vvvv | 2022-08-16 | 1 | -10/+18 |
| | |||||
* | Remove obsolete node report type | alexvru | 2022-08-16 | 2 | -16/+1 |
| | |||||
* | BlobDepot work in progress: data decommission and group deletion | alexvru | 2022-08-16 | 19 | -36/+394 |
| | |||||
* | added column group overview | mzinal | 2022-08-16 | 1 | -0/+20 |
| | |||||
* | [] Fix DqJoin type annotation for PG or NULL types | aneporada | 2022-08-16 | 1 | -1/+1 |
| | |||||
* | allow trivial execution deadline value | uzhas | 2022-08-16 | 1 | -0/+3 |
| | |||||
* | fixup move(const&) | asorotsky | 2022-08-16 | 1 | -1/+1 |
| |