Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Intermediate changes | robot-piglet | 12 days | 1 | -2/+2 |
| | | | | commit_hash:f16769226fca7335d2bcf5fb633bf82f06011d96 | ||||
* | Fix bug in proto2json map empty keys serialization | voevodskiy | 12 days | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `<library/cpp/protobuf/json/proto2json.h>` неправильно сериализует пустой ключ protobuf'ной map'ы ``` message TMyMessage { map<string, string> Fields = 1; } ``` При таком протобуфе ``` Fields { key: "" value: "1" } ``` Сейчас получается json ``` { "value": "1" } ``` Хотя должен получаться такой ``` { "": 1 } ``` commit_hash:e678bffbda1a062fa0fcaaba65c2e5f6bf13d558 | ||||
* | change orm | athene-grey | 2025-03-19 | 2 | -2/+3 |
| | | | | commit_hash:9c93eed6009f6341594f2c67190e2c9574947f8e | ||||
* | SortMapKeys in proto2json for deterministic seriarialization | dimastark | 2024-09-30 | 3 | -2/+43 |
| | | | | commit_hash:e64dedae589fa2d16347be4d80e2596f46566b38 | ||||
* | Поддержка автопартиционирования топиков ↵ | tesseract | 2024-09-09 | 1 | -1/+9 |
| | | | | | | | | | | | | | | в MVP (перенос из mvp/stable-2024-07) fix create stream without autopartitioning Add topics autopartitioning for MVP fix add support apply datastreams patch Fix empty result of datastreams if kinesisEndpoint is not set 2a51beea2bab550e743f19ec7ee8c5c5eb27ed15 | ||||
* | [yt/cpp/mapreduce]Fix build with system protoc, std::string and system stl | nadya73 | 2024-07-30 | 1 | -1/+1 |
| | | | | | Fix build with system protoc, std::string and system stl 8b5b81b2d7855f6b0dcb4bb0583a6408e5b7d3f7 | ||||
* | Intermediate changes | robot-piglet | 2024-07-19 | 1 | -0/+1 |
| | |||||
* | Implement number stringification for repeated fields as well | sashashkov | 2024-06-12 | 4 | -5/+242 |
| | | | | 4ab5908e416439366466d984fc08db7254401884 | ||||
* | support Any in Proto2Json | lavv17 | 2024-02-15 | 5 | -4/+79 |
| | | | | 31e18f04efdf8642428d4ab8ec8c87b4101f5ff2 | ||||
* | feat contrib: aiogram 3 | armenqa | 2024-01-19 | 12 | -412/+0 |
| | | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/ | ||||
* | Import libs 4 (#758) | AlexSm | 2023-12-27 | 2 | -7/+7 |
| | |||||
* | Import libs 3 (#679) | AlexSm | 2023-12-22 | 5 | -10/+53 |
| | |||||
* | External build system generator release 65 | robot-ya-builder | 2023-12-05 | 2 | -6/+6 |
| | | | | Update tools: yexport, os-yexport | ||||
* | add darwin-arm64 CMakeLists | dcherednik | 2023-11-20 | 4 | -0/+78 |
| | |||||
* | Optimize Json2Proto | vadim-xd | 2023-10-24 | 1 | -8/+12 |
| | |||||
* | Remove copy of json map | vadim-xd | 2023-10-18 | 1 | -1/+1 |
| | |||||
* | Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb' | ilnurkh | 2023-10-16 | 2 | -3/+3 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Add missed #include <functional> | mikhnenko | 2023-10-12 | 1 | -0/+2 |
| | | | | В новой версии libcxx functional перестает подключаться вместе с algorithm, map и другими. Добавил явную зависимость. | ||||
* | Y_VERIFY->Y_ABORT_UNLESS at ^l | ilnurkh | 2023-10-09 | 1 | -4/+4 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Add basic unknown fields collector | innokentii | 2023-09-29 | 5 | -2/+249 |
| | | | | add basic unknown fields collector | ||||
* | (no commit message) | pg | 2023-09-08 | 1 | -1/+1 |
| | |||||
* | Fix input variable missprint | svidyuk | 2023-08-30 | 4 | -0/+48 |
| | |||||
* | All .ll files support in LLVM_BC | svidyuk | 2023-08-30 | 4 | -48/+0 |
| | |||||
* | MARKETRECOM-8673_json_enum_value | malkovskynv | 2023-08-03 | 20 | -5/+329 |
| | |||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 2 | -0/+49 |
| | |||||
* | 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 | -49/+0 |
| | |||||
* | fixup: now AllowComments worked prepertly when using non-stream prototype of ↵ | yurial | 2023-03-20 | 1 | -4/+5 |
| | | | | Json2Proto | ||||
* | Intermediate changes | robot-piglet | 2023-03-20 | 1 | -1/+4 |
| | |||||
* | 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/+49 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 2 | -0/+31 |
| | |||||
* | 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 | ||||
* | Add StringifyInt64Always mode | dddlatyshev | 2023-02-22 | 3 | -47/+56 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -27/+27 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -27/+27 |
| | |||||
* | 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 | ||||
* | . move strings instead of copy | alex-ersh | 2022-12-23 | 1 | -2/+2 |
| | |||||
* | Add settings for converting float to string in TProto2JsonConfig | maxfed | 2022-12-22 | 3 | -0/+51 |
| | | | init | ||||
* | Do not print missing oneof field in proto2json even MissingKeyDefault is ↵ | bulatman | 2022-12-16 | 3 | -3/+27 |
| | | | | specified | ||||
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 4 | -21/+96 |
| | |||||
* | Add full message name to error about unknown field in json2proto | bulatman | 2022-10-07 | 1 | -1/+1 |
| | |||||
* | support duration and timestamp as string in json2proto | bbiff | 2022-09-11 | 7 | -0/+165 |
| | |||||
* | add more details to error message when parsing json to protobuf | gvit | 2022-07-19 | 1 | -2/+1 |
| | |||||
* | intermediate changes | arcadia-devtools | 2022-05-26 | 1 | -0/+0 |
| | | | | ref:053341dde4c25aa65918f21eb765fc97232e55cb | ||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 2 | -48/+0 |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
* | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 1 | -0/+9 |
| | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef | ||||
* | intermediate changes | arcadia-devtools | 2022-02-18 | 1 | -0/+20 |
| | | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 |