| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Introduce TLazyMultiValueFormatter | ifsmirnov | 2023-07-06 | 3 | -0/+81 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-06-30 | 2 | -15/+40 |
| | | |||||
| * | Revert "YT-19324: move YT provider to ydb/library/yql" | max42 | 2023-06-30 | 51 | -3680/+0 |
| | | | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12. | ||||
| * | YT-19324: move YT provider to ydb/library/yql | max42 | 2023-06-30 | 51 | -0/+3680 |
| | | | | | | | | | | | | | | | This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits. | ||||
| * | YT: Escape back slash when format string with quotes | bulatman | 2023-06-28 | 2 | -0/+9 |
| | | |||||
| * | Strongly typed cell tag | kvk1920 | 2023-06-28 | 1 | -1/+0 |
| | | |||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 21 | -0/+403 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-06-11 | 1 | -0/+10 |
| | | |||||
| * | YT-19300: Various helpers for TStrongTypedef | kvk1920 | 2023-06-08 | 2 | -1/+57 |
| | | |||||
| * | Copy cached responses in TObjectServiceCache | babenko | 2023-06-06 | 2 | -0/+19 |
| | | |||||
| * | YT-17341: Use TThreadName instead of TString to store thread name in error. | yuryalekseev | 2023-06-05 | 2 | -4/+15 |
| | | |||||
| * | Fix typos in library/cpp/yt | babenko | 2023-06-04 | 1 | -1/+1 |
| | | |||||
| * | Fix typos in library/cpp/yt | babenko | 2023-06-03 | 5 | -5/+5 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-06-02 | 4 | -0/+214 |
| | | |||||
| * | YT: Fix ParseEnum when custom domain names used | bulatman | 2023-06-01 | 3 | -1/+39 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-05-30 | 2 | -0/+113 |
| | | |||||
| * | YT-19191: Support system stl for yt/cpp/mapreduce client | nadya73 | 2023-05-25 | 2 | -3/+3 |
| | | | | Support default stl for yt/cpp/mapreduce client | ||||
| * | Intermediate changes | robot-piglet | 2023-05-23 | 1 | -2/+6 |
| | | |||||
| * | YT: Fix memory leak in New | bulatman | 2023-05-23 | 2 | -2/+19 |
| | | |||||
| * | YT-18571: Drop TStrongTypedef::operator= | babenko | 2023-05-20 | 2 | -22/+0 |
| | | |||||
| * | Enable more tests involving memory tagging | babenko | 2023-05-20 | 1 | -3/+7 |
| | | |||||
| * | YT-17341: Use thread name instead of thread id in error origins. | yuryalekseev | 2023-05-20 | 6 | -0/+65 |
| | | |||||
| * | Extract memory tag API to library | babenko | 2023-05-19 | 8 | -0/+137 |
| | | |||||
| * | Remove extra semicolons in yt | bulatman | 2023-05-16 | 4 | -8/+14 |
| | | |||||
| * | YT-17689: Move TFreeList to library/cpp/yt/memory | aleexfi | 2023-05-10 | 7 | -5/+459 |
| | | | | Iteration no. 2. First one reverted due to YT-18997 | ||||
| * | Support object key serialization | s-berdnikov | 2023-05-07 | 1 | -2/+1 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-05-05 | 2 | -8/+12 |
| | | |||||
| * | YT-18920: Add `TryDecodeEnumValue()` | galtsev | 2023-05-04 | 3 | -23/+49 |
| | | |||||
| * | YT-19007: Implement NewWithOffloadedDtor | babenko | 2023-05-02 | 4 | -112/+120 |
| | | |||||
| * | Statically assert little endian | babenko | 2023-04-29 | 1 | -3/+1 |
| | | |||||
| * | Drop hash_helpers.h | babenko | 2023-04-29 | 5 | -0/+21 |
| | | |||||
| * | YT-18920: Parse unknown enum values | galtsev | 2023-04-19 | 1 | -1/+25 |
| | | |||||
| * | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 10 | -10/+10 |
| | | | | Update tools: yexport | ||||
| * | Revert "YT-17689: Move TFreeList to library/cpp/yt/memory" | aleexfi | 2023-04-17 | 7 | -333/+6 |
| | | | | | This reverts commit 617a1d07971366c19cdf278579ee9b1cbfa53db8, reversing changes made to 27e0312d3842c4e5e3ea6b09611c8f6ff6938dd6. | ||||
| * | Intermediate changes | robot-piglet | 2023-04-17 | 1 | -3/+3 |
| | | |||||
| * | Refactor backtrace cursors | babenko | 2023-04-13 | 8 | -0/+133 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-04-11 | 1 | -7/+0 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-04-11 | 3 | -11/+119 |
| | | |||||
| * | YT-18707: Move LLVM out of ytlib | dtorilov | 2023-04-07 | 1 | -0/+16 |
| | | |||||
| * | YT-18375: Get rid of zero size padding | aleexfi | 2023-04-07 | 2 | -1/+23 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-04-07 | 2 | -0/+7 |
| | | |||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 20 | -384/+0 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-21 | 1 | -1/+2 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-18 | 2 | -2/+17 |
| | | |||||
| * | 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 | 10 | -30/+30 |
| | | | | Update tools: yexport | ||||
| * | YT-17689: Move TFreeList to library/cpp/yt/memory | aleexfi | 2023-03-17 | 8 | -6/+334 |
| | | |||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 20 | -0/+383 |
| | | |||||
| * | YT-18571: Refactor YT enums to make them Arcadia-friendly | babenko | 2023-03-14 | 5 | -233/+257 |
| | | |||||
| * | YTORM-666: Fix linear lookups for composite history or watch attributes | dgolear | 2023-03-13 | 1 | -3/+2 |
| | | |||||
