| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | switch JSON→proto parsing to NProtobufJson::Json2Proto | ibratchik | 7 days | 3 | -5/+132 |
| | | | | | | Replace google::protobuf::util::JsonStringToMessage with NProtobufJson::Json2Proto in incut_search request parsing and helpers/proto.h::ConvertFromString. commit_hash:ccd17f46188ef0fd0253e146d9df2e6a8e7ba1b0 | ||||
| * | add ParseTextFormatFromString | ilnurkh | 14 days | 3 | -0/+37 |
| | | | | | commit_hash:1156b3325b874f25124c2e535b63ae714d348818 | ||||
| * | Intermediate changes | robot-piglet | 2026-05-22 | 2 | -26/+8 |
| | | | | | commit_hash:521dab2ac8a1582612ccc7734797e8bab9180714 | ||||
| * | Intermediate changes | robot-piglet | 2026-01-27 | 2 | -1/+12 |
| | | | | | commit_hash:297b5880340725ec9a28608c1af7a50742ef4995 | ||||
| * | Remove static from function definitions. | akhropov | 2025-12-22 | 1 | -9/+9 |
| | | | | | commit_hash:c5e17f1bff649a73283b9f5f637dca41588aa54f | ||||
| * | Add line breaks. | akhropov | 2025-12-22 | 1 | -2/+2 |
| | | | | | commit_hash:3ff4cf2b1bf87dced872a6cf9b4aae22ddedf8a9 | ||||
| * | Support GetStringReference in SimpleProtobufReflection | bulatman | 2025-12-05 | 2 | -0/+25 |
| | | | | | commit_hash:f4cebea4a1e97ab52be1c0d3c91ec4a1a0de6a39 | ||||
| * | Fix protobuf text serialization error handling | mag1str0 | 2025-12-02 | 1 | -3/+3 |
| | | | | | commit_hash:7aa64b77859b5f8f830901df680f57049ccd30ac | ||||
| * | Intermediate changes | robot-piglet | 2025-10-07 | 1 | -4/+4 |
| | | | | | commit_hash:750c9e900f9b56e84ebbac73a0dd8b987d76cb47 | ||||
| * | Set default value for TJson2ProtoConfig fields | mishatag | 2025-09-22 | 1 | -2/+2 |
| | | | | | commit_hash:fdec34dfe80bd9706dd05dd54307986dc99abaa5 | ||||
| * | Intermediate changes | robot-piglet | 2025-08-08 | 7 | -0/+2214 |
| | | | | | commit_hash:0723a1f77acac11c7a51d04edfadaeb1fe12915d | ||||
| * | Support google::protobuf::Struct and google::protobuf::Value in Json2Proto | timuratshin | 2025-06-17 | 2 | -0/+132 |
| | | | | | | | | Добавляем поддержку парсинга TJsonValue в google::protobuf::Struct и google::protobuf::Value Сериализация в пути… commit_hash:0815499b09ba8eeaf77dbda5ab5aced91f1e2474 | ||||
| * | Intermediate changes | robot-piglet | 2025-04-16 | 1 | -2/+2 |
| | | | | | commit_hash:f16769226fca7335d2bcf5fb633bf82f06011d96 | ||||
| * | Fix bug in proto2json map empty keys serialization | voevodskiy | 2025-04-16 | 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 | ||||
| * | Intermediate changes | robot-piglet | 2025-04-11 | 2 | -0/+9 |
| | | | | | commit_hash:3ca33ca3ca1c17f83267938f846bee0cb3c3461b | ||||
| * | change orm | athene-grey | 2025-03-19 | 2 | -2/+3 |
| | | | | | commit_hash:9c93eed6009f6341594f2c67190e2c9574947f8e | ||||
| * | Intermediate changes | robot-piglet | 2025-01-09 | 2 | -2/+25 |
| | | | | | commit_hash:c97917e5fe0a2f094b8f7a50cf183357e8d07096 | ||||
| * | 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 | 4 | -3/+12 |
| | | | | | | Fix build with system protoc, std::string and system stl 8b5b81b2d7855f6b0dcb4bb0583a6408e5b7d3f7 | ||||
| * | Intermediate changes | robot-piglet | 2024-07-19 | 5 | -0/+5 |
| | | |||||
| * | Implement number stringification for repeated fields as well | sashashkov | 2024-06-12 | 4 | -5/+242 |
| | | | | | 4ab5908e416439366466d984fc08db7254401884 | ||||
| * | Intermediate changes | robot-piglet | 2024-05-20 | 1 | -0/+2 |
| | | |||||
| * | support Any in Proto2Json | lavv17 | 2024-02-15 | 5 | -4/+79 |
| | | | | | 31e18f04efdf8642428d4ab8ec8c87b4101f5ff2 | ||||
| * | feat contrib: aiogram 3 | armenqa | 2024-01-19 | 43 | -1175/+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 | 7 | -21/+21 |
| | | | | | Update tools: yexport, os-yexport | ||||
| * | add darwin-arm64 CMakeLists | dcherednik | 2023-11-20 | 14 | -0/+217 |
| | | |||||
| * | 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 | ||||
| * | Clone protobuf_udf to ydb/library | alexv-smirnov | 2023-09-19 | 24 | -0/+930 |
| | | |||||
| * | (no commit message) | pg | 2023-09-08 | 1 | -1/+1 |
| | | |||||
| * | Fix input variable missprint | svidyuk | 2023-08-30 | 8 | -0/+96 |
| | | |||||
| * | All .ll files support in LLVM_BC | svidyuk | 2023-08-30 | 8 | -96/+0 |
| | | |||||
| * | MARKETRECOM-8673_json_enum_value | malkovskynv | 2023-08-03 | 20 | -5/+329 |
| | | |||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 7 | -0/+125 |
| | | |||||
| * | Remove extra semicolon (library) | bulatman | 2023-06-10 | 1 | -2/+2 |
| | | |||||
| * | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 4 | -4/+4 |
| | | | | Update tools: yexport | ||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 7 | -125/+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 | 4 | -12/+12 |
| | | | | Update tools: yexport | ||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 7 | -0/+125 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-09 | 8 | -0/+125 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-07 | 12 | -8/+8 |
| | | |||||
