aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/protobuf
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2025-01-123-134/+2
| | | | commit_hash:c22996bdb687071c04e1da70d88db88ae9e3448a
* publishFullContrib: true for ydbmaxim-yurchuk2024-10-0919-0/+1211
| | | | | <HIDDEN_URL> commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
* Update cpp-protobuf to 22.5nechda2024-08-3063-1212/+2339
| | | | | | | | | | | | | | Привет!\ Этот PR переключат cpp & python библиотеки protobuf на версию 22.5 Если у вас возникли проблемы после влития этого PR: 1. Если начали падать канон тесты, то проведите их переканонизацию 2. Прочитайте <https://wiki.yandex-team.ru/users/nechda/obnovlenie-cpp-protobuf-22.5/> страничку с основными изменениями 3. Если страничка в вики не помогла, то пишите в [DEVTOOLSSUPPORT](https://st.yandex-team.ru/DEVTOOLSSUPPORT) 7fecade616c20a841b9e9af7b7998bdfc8d2807d
* Intermediate changesrobot-piglet2024-08-141-0/+2
|
* Update py-protobuf to 3.21.7nechda2024-07-1121-52/+763
| | | | | | Привет! Этот PR обновляет python-protobuf библиотеку до версии 3.21.7 Если у вас возникают какие-то проблемы, пишите в [DEVTOOLSSUPPORT](https://st.yandex-team.ru/DEVTOOLSSUPPORT) fa476305c5613976658b9ae7392f36a086aa0a9f
* Update protobuf to 3.20.2 and pyprotobuf to 3.20.3mikhnenko2024-06-2541-2291/+2667
| | | | | | | | Если это pull-request что-то сломал, то: - если это тест с канонизацией и еще нет pr с переканонизацией, то переканонизируйте пожалуйста сами - проверьте, что тест не флапает - приходите в [DEVTOOLSSUPPORT](https://st.yandex-team.ru/createTicket?queue=DEVTOOLSSUPPORT) - там вам обязательно помогут 987be5ed151f827f7f292f32420470b04b71a91d
* Import upstream 74056a0e2834577ad590d023ee73cc20cf103d38mikhnenko2024-06-121-1/+1
| | | | ef4420043d69b575e894d62b4a77946a51cc4c1b
* Import fake signature of private function from futuremikhnenko2024-06-041-1/+1
| | | | dc54e7eba29148c2780ac317d35c79b12fa3bd36
* Update py-protobuf to 3.19.0mikhnenko2024-05-2923-693/+173
| | | | dda7c66445e788f38ea676a1713aeca30e370f6a
* Re-enable separation of protobufs for Python 2 and Python 3spreis2024-03-292-37/+50
| | | | | | | | Это откат коммита https://a.yandex-team.ru/arcadia/commit/rXXXXXX И соответственно возврат коммитов https://a.yandex-team.ru/arcadia/commit/rXXXXXX и https://a.yandex-team.ru/arcadia/commit/rXXXXXX Починка причины отката влилась здесь: https://a.yandex-team.ru/arcadia/commit/rXXXXXX ae529e54d3ef7992b0e9f152373bc300061c1293
* Revertcommitsspreis2024-03-282-50/+37
| | | | | | | | | | | | | | Эта история про второй питон подразнесла нам графогенерацию . Нам придется этот коммит откатить. Суть проблемы в том, что генерация для 2го и 3го раньше была одной и той же командой. Ты сделал так, что команда стала разной, но аутпут этих двух команд одинаковый. Имя результата команды является ключом и сейчас берётся какая-то рандомная команда из двух. При этом команда влияет на UID и все UIDы питонячей протогенерации мигают. От фатальных проблем нас спасает только то, что protobuf-ы на самом деле одинаковые. И даже это не факт - сейчас ты патчишь какие-то рандомные либы включая таковые для 3го питона. Мы тут конечно редиски - мы в целом контролируем клэши аутпутов, но не в мультимодулях - там часто бывает что одна и та же команда оказывается в нескольких вариантах мультимодуля (потому что оно по дефолту сейчас так себя ведёт). Мы хотим это зачинить (сделать отдельный подмодуль под кодген и отселить всякие RUN_PROGRAM туда) - но это много работы и мы не успели. План такой: 1. мы откатываем твой фикс 2. отдельно стабилизируем раздельные команды генерации для 2го и 3го питона 3. накатываем обратно отревеченные тут правки. 916a5456c4e901ab2cda0841b4167e16397e83c4
* Intermediate changesrobot-piglet2024-03-281-0/+2
|
* 2594c64e637fd7028000c2f6e9c69b8554b86a5bpg2024-03-272-37/+48
|
* Library import 5, delete go dependencies (#832)AlexSm2024-01-042-1/+5
| | | | | * Library import 5, delete go dependencies * Fix yt client
* add ydb depsnkozlovskiy2023-09-29129-0/+55141
|
* fix ya.makemonster2022-07-07134-55515/+0
|
* intermediate changesarcadia-devtools2022-06-218-457/+118
| | | | ref:c7577ae41288ba1544a9cd1f00cdeff854fe2994
* Remove protobuf patch as it does nothingthegeorg2022-06-161-4/+0
| | | | | | Also bump nixpkgs revision in both protobufs. ref:cf53af88fa34b1a2f8cf6ce41ba0ca68fa616c50
* Update protobuf to 3.18.1heretic2022-06-1422-233/+254
| | | | ref:4846abb21711ea0dc148d4c5df7b5edd3d1bdc69
* intermediate changesarcadia-devtools2022-04-202-25/+0
| | | | ref:7b5e8260f011390fe345327d8f5ee1c7938e601a
* intermediate changesarcadia-devtools2022-04-124-0/+50
| | | | ref:5cd03e14d9aa55d1fec7a1ad38339021b48a72f1
* intermediate changesarcadia-devtools2022-03-153-206/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* Restoring authorship annotation for <dmamylin@yandex-team.ru>. Commit 2 of 2.dmamylin2022-02-102-4/+4
|
* Restoring authorship annotation for <dmamylin@yandex-team.ru>. Commit 1 of 2.dmamylin2022-02-102-4/+4
|
* Restoring authorship annotation for <kdmitriy@yandex-team.ru>. Commit 2 of 2.kdmitriy2022-02-102-4/+4
|
* Restoring authorship annotation for <kdmitriy@yandex-team.ru>. Commit 1 of 2.kdmitriy2022-02-102-4/+4
|
* Restoring authorship annotation for <grok@yandex-team.ru>. Commit 2 of 2.grok2022-02-102-96/+96
|
* Restoring authorship annotation for <grok@yandex-team.ru>. Commit 1 of 2.grok2022-02-102-96/+96
|
* Restoring authorship annotation for <wsnk@yandex-team.ru>. Commit 2 of 2.wsnk2022-02-102-10/+10
|
* Restoring authorship annotation for <wsnk@yandex-team.ru>. Commit 1 of 2.wsnk2022-02-102-10/+10
|
* Restoring authorship annotation for <paxakor@yandex-team.ru>. Commit 2 of 2.paxakor2022-02-102-2/+2
|
* Restoring authorship annotation for <paxakor@yandex-team.ru>. Commit 1 of 2.paxakor2022-02-102-2/+2
|
* Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 2 of 2.spreis2022-02-102-34/+34
|
* Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 1 of 2.spreis2022-02-102-34/+34
|
* Restoring authorship annotation for <sobols@yandex-team.ru>. Commit 2 of 2.sobols2022-02-108-8/+8
|
* Restoring authorship annotation for <sobols@yandex-team.ru>. Commit 1 of 2.sobols2022-02-108-8/+8
|
* Restoring authorship annotation for Ruslan Kovalev ↵Ruslan Kovalev2022-02-1096-37134/+37134
| | | | <ruslan.a.kovalev@gmail.com>. Commit 2 of 2.
* Restoring authorship annotation for Ruslan Kovalev ↵Ruslan Kovalev2022-02-1096-37134/+37134
| | | | <ruslan.a.kovalev@gmail.com>. Commit 1 of 2.
* Restoring authorship annotation for <akastornov@yandex-team.ru>. Commit 2 of 2.akastornov2022-02-102-2/+2
|
* Restoring authorship annotation for <akastornov@yandex-team.ru>. Commit 1 of 2.akastornov2022-02-102-2/+2
|
* Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 2 of 2.cerevra2022-02-102-4/+4
|
* Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 1 of 2.cerevra2022-02-102-4/+4
|
* Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.thegeorg2022-02-10118-15004/+15004
|
* Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.thegeorg2022-02-10118-15004/+15004
|
* Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.orivej2022-02-1066-3888/+3888
|
* Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.orivej2022-02-1066-3888/+3888
|
* Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 of 2.shadchin2022-02-108-54/+54
|
* Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 1 of 2.shadchin2022-02-108-54/+54
|
* intermediate changesarcadia-devtools2022-02-082-0/+4
| | | | ref:fe861bc3674df2541917fa13025b2658af891e35
* intermediate changesDevtools Arcadia2022-02-07134-0/+56014
ref:cde9a383711a11544ce7e107a78147fb96cc4029