aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/json
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet12 days1-2/+2
| | | | commit_hash:f16769226fca7335d2bcf5fb633bf82f06011d96
* Fix bug in proto2json map empty keys serializationvoevodskiy12 days1-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 ormathene-grey2025-03-192-2/+3
| | | | commit_hash:9c93eed6009f6341594f2c67190e2c9574947f8e
* SortMapKeys in proto2json for deterministic seriarializationdimastark2024-09-303-2/+43
| | | | commit_hash:e64dedae589fa2d16347be4d80e2596f46566b38
* Поддержка автопартиционирования топиков ↵tesseract2024-09-091-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 stlnadya732024-07-301-1/+1
| | | | | Fix build with system protoc, std::string and system stl 8b5b81b2d7855f6b0dcb4bb0583a6408e5b7d3f7
* Intermediate changesrobot-piglet2024-07-191-0/+1
|
* Implement number stringification for repeated fields as wellsashashkov2024-06-124-5/+242
| | | | 4ab5908e416439366466d984fc08db7254401884
* support Any in Proto2Jsonlavv172024-02-155-4/+79
| | | | 31e18f04efdf8642428d4ab8ec8c87b4101f5ff2
* feat contrib: aiogram 3armenqa2024-01-1912-412/+0
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* Import libs 4 (#758)AlexSm2023-12-272-7/+7
|
* Import libs 3 (#679)AlexSm2023-12-225-10/+53
|
* External build system generator release 65robot-ya-builder2023-12-052-6/+6
| | | | Update tools: yexport, os-yexport
* add darwin-arm64 CMakeListsdcherednik2023-11-204-0/+78
|
* Optimize Json2Protovadim-xd2023-10-241-8/+12
|
* Remove copy of json mapvadim-xd2023-10-181-1/+1
|
* Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb'ilnurkh2023-10-162-3/+3
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Add missed #include <functional>mikhnenko2023-10-121-0/+2
| | | | В новой версии libcxx functional перестает подключаться вместе с algorithm, map и другими. Добавил явную зависимость.
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-091-4/+4
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Add basic unknown fields collectorinnokentii2023-09-295-2/+249
| | | | add basic unknown fields collector
* (no commit message)pg2023-09-081-1/+1
|
* Fix input variable missprintsvidyuk2023-08-304-0/+48
|
* All .ll files support in LLVM_BCsvidyuk2023-08-304-48/+0
|
* MARKETRECOM-8673_json_enum_valuemalkovskynv2023-08-0320-5/+329
|
* add ymake export to ydbalexv-smirnov2023-06-132-0/+49
|
* External build system generator release 29robot-ya-builder2023-04-191-1/+1
| | | Update tools: yexport
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-282-49/+0
|
* fixup: now AllowComments worked prepertly when using non-stream prototype of ↵yurial2023-03-201-4/+5
| | | | Json2Proto
* Intermediate changesrobot-piglet2023-03-201-1/+4
|
* External build system generator release 21robot-ya-builder2023-03-171-3/+3
| | | Update tools: yexport
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-152-0/+49
|
* Intermediate changesrobot-piglet2023-03-092-0/+31
|
* Intermediate changesrobot-piglet2023-03-073-2/+2
|
* External build system generator release 17robot-ya-builder2023-03-061-1/+1
| | | Update tools: yexport
* Add StringifyInt64Always modedddlatyshev2023-02-223-47/+56
|
* Intermediate changesrobot-piglet2023-02-073-27/+27
|
* Intermediate changesrobot-piglet2023-02-073-27/+27
|
* External build system generator release 12robot-ya-builder2023-01-311-1/+1
| | | Update tools: yexport
* External build system generator release 8robot-ya-builder2023-01-174-4/+4
| | | Update tools: yexport
* . move strings instead of copyalex-ersh2022-12-231-2/+2
|
* Add settings for converting float to string in TProto2JsonConfigmaxfed2022-12-223-0/+51
| | | init
* Do not print missing oneof field in proto2json even MissingKeyDefault is ↵bulatman2022-12-163-3/+27
| | | | specified
* Sync linux-headers instead of using system onesthegeorg2022-12-154-21/+96
|
* Add full message name to error about unknown field in json2protobulatman2022-10-071-1/+1
|
* support duration and timestamp as string in json2protobbiff2022-09-117-0/+165
|
* add more details to error message when parsing json to protobufgvit2022-07-191-2/+1
|
* intermediate changesarcadia-devtools2022-05-261-0/+0
| | | | ref:053341dde4c25aa65918f21eb765fc97232e55cb
* intermediate changesarcadia-devtools2022-03-152-48/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* Improve SystemCommand check in YDB CLI, KIKIMR-14321pnv12022-03-011-0/+9
| | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef
* intermediate changesarcadia-devtools2022-02-181-0/+20
| | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3