Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | YTORM-214: Add parsing enum from yson integer | kmokrov | 2023-10-17 | 1 | -5/+21 |
| | |||||
* | Get rid of TClusterResourceLimits::operator+() | kvk1920 | 2023-09-22 | 1 | -12/+12 |
| | |||||
* | YT-18571: Replace NYT::ToUnderlying with ::ToUnderlying from util/generic/cast.h | babenko | 2023-08-19 | 2 | -12/+2 |
| | |||||
* | YT-19686: Add stubs for YT_USE_VANILLA_PROTOBUF | gritukan | 2023-08-13 | 1 | -0/+3 |
| | |||||
* | YT-19210: expose YQL shared library for YT. | max42 | 2023-07-29 | 3 | -0/+375 |
| | | | | After this, a new target libyqlplugin.so appears. in open-source cmake build. Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264 | ||||
* | Revert "YT-19324: move YT provider to ydb/library/yql" | max42 | 2023-06-30 | 3 | -373/+0 |
| | | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12. | ||||
* | YT-19324: move YT provider to ydb/library/yql | max42 | 2023-06-30 | 3 | -0/+373 |
| | | | | | | | | | | | | | | 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. | ||||
* | Strongly typed cell tag | kvk1920 | 2023-06-28 | 1 | -1/+0 |
| | |||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 2 | -0/+44 |
| | |||||
* | YT-19300: Various helpers for TStrongTypedef | kvk1920 | 2023-06-08 | 2 | -1/+57 |
| | |||||
* | 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-03 | 1 | -1/+1 |
| | |||||
* | YT: Fix ParseEnum when custom domain names used | bulatman | 2023-06-01 | 1 | -0/+19 |
| | |||||
* | YT-18571: Drop TStrongTypedef::operator= | babenko | 2023-05-20 | 2 | -22/+0 |
| | |||||
* | YT-17341: Use thread name instead of thread id in error origins. | yuryalekseev | 2023-05-20 | 6 | -0/+65 |
| | |||||
* | Remove extra semicolons in yt | bulatman | 2023-05-16 | 1 | -5/+11 |
| | |||||
* | Support object key serialization | s-berdnikov | 2023-05-07 | 1 | -2/+1 |
| | |||||
* | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 1 | -1/+1 |
| | | | Update tools: yexport | ||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 2 | -43/+0 |
| | |||||
* | 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 | 1 | -3/+3 |
| | | | Update tools: yexport | ||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 2 | -0/+43 |
| | |||||
* | YT-18571: Refactor YT enums to make them Arcadia-friendly | babenko | 2023-03-14 | 3 | -216/+246 |
| | |||||
* | YTORM-666: Fix linear lookups for composite history or watch attributes | dgolear | 2023-03-13 | 1 | -3/+2 |
| | |||||
* | YT: Allow to define enum with custom string represenation | bulatman | 2023-03-10 | 2 | -0/+30 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 2 | -0/+22 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-07 | 3 | -2/+2 |
| | |||||
* | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 1 | -1/+1 |
| | | | Update tools: yexport | ||||
* | Use strong typedefs for TRefCountedTypeCookie and TRefCountedTypeKey | babenko | 2023-03-06 | 2 | -0/+157 |
| | |||||
* | Enable -Wdeprecated-this-capture for all YT projects | babenko | 2023-03-03 | 3 | -0/+9 |
| | |||||
* | RIP DenseMap | babenko | 2023-02-28 | 1 | -26/+0 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -9/+9 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -9/+9 |
| | |||||
* | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 1 | -1/+1 |
| | | | Update tools: yexport | ||||
* | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 4 | -4/+4 |
| | | | Update tools: yexport | ||||
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 4 | -12/+69 |
| | |||||
* | Node maintenance requests | kvk1920 | 2022-12-08 | 2 | -4/+10 |
| | |||||
* | remove kikimr/driver DEPENDS | qrort | 2022-12-02 | 1 | -289/+0 |
| | |||||
* | validate canons without yatest_common | qrort | 2022-11-30 | 1 | -0/+289 |
| | |||||
* | Introduce PP_DEPAREN | babenko | 2022-10-27 | 2 | -0/+17 |
| | |||||
* | Fix of aligned_free on windows | aleexfi | 2022-10-04 | 1 | -2/+2 |
| | |||||
* | Support logic time in ORM | dgolear | 2022-09-23 | 3 | -0/+21 |
| | |||||
* | fix ya.make | monster | 2022-07-07 | 2 | -359/+0 |
| | |||||
* | intermediate changes | arcadia-devtools | 2022-07-04 | 1 | -6/+4 |
| | | | | ref:eb323ed6990ec25c44f6fff39b4c6e695146549d | ||||
* | intermediate changes | arcadia-devtools | 2022-05-31 | 2 | -34/+0 |
| | | | | ref:85306a27df0004d13faf777131d0b092370e6b90 | ||||
* | intermediate changes | arcadia-devtools | 2022-04-20 | 1 | -2/+2 |
| | | | | ref:f2243b78f0917d7ce3c70b9377e96b0489c800c5 | ||||
* | Fix -Wdeprecated-copy errors detected by clang14 | thegeorg | 2022-04-14 | 1 | -0/+1 |
| | | | | ref:7b522d0dad8f0d64dd508e61325124ea9d2ebf30 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-16 | 1 | -1/+0 |
| | | | | ref:d483e9e2fc8bfef633904bd3103470d44e8d0eb4 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-16 | 2 | -93/+0 |
| | | | | ref:38a8ea5b493bef3b2e624055e6a04d33164137a9 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 2 | -44/+0 |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 |