Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not raise additional exception when failed to decode protoc output | somov | 2024-09-03 | 1 | -1/+1 |
| | | | | ba7df0e549915def70c0b6d303aa625ddc636db9 | ||||
* | fix finding output for windows | snermolaev | 2024-07-22 | 1 | -1/+2 |
| | | | | f716810a9fedbb4497a907fd542cb5d7f54be0f9 | ||||
* | `build/scripts` ya style --py | iaz1607 | 2023-11-30 | 1 | -6/+10 |
| | |||||
* | fix misspell in go_proto_wrapper.py | griddic | 2023-07-13 | 1 | -1/+1 |
| | |||||
* | Support for new progotobuf/grpc Go generators | mialinx | 2023-06-23 | 1 | -18/+38 |
| | | | | | | | | | | | | | | | | | Какие проблему решаем: 1) Текущий генератор (https://github.com/golang/protobuf/) - устаревший, и его рекомендуют заменить на новый (https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go) 2) Новый генератор использует интерфейсы в сгенерированных stubах ``` func RegisterTestAgentServiceServer(s grpc.ServiceRegistrar, srv TestAgentServiceServer) { // grpc.ServiceRegistrar - интерфейс ``` Вместо ``` func RegisterTestAgentServiceServer(s *grpc.Server, srv TestAgentServiceServer) { // *grpc.Server - конкретный тип ``` что необходимо нам для https://st.yandex-team.ru/ 3) чтобы не было попыток писать вот такое https://a.yandex-team.ru/arcadia/taxi/graph/fleet-tracking-system/grpc-gateway/go_lib/ya.make?rev=11743497#L25 | ||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 1 | -0/+81 |
| | |||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 1 | -82/+0 |
| | |||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 1 | -0/+82 |
| | |||||
* | fix ya.make | monster | 2022-07-07 | 1 | -82/+0 |
| | |||||
* | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | buglloc | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | buglloc | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | snermolaev | 2022-02-10 | 1 | -81/+81 |
| | |||||
* | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | snermolaev | 2022-02-10 | 1 | -81/+81 |
| | |||||
* | intermediate changes | Devtools Arcadia | 2022-02-07 | 1 | -0/+82 |
ref:cde9a383711a11544ce7e107a78147fb96cc4029 |