theodorerose
ae41e72dd3
Sync from Piper @456510836
...
PROTOBUF_SYNC_PIPER
2 years ago
Dennis Shao
a9d9c00bff
Update options.md
...
https://github.com/protocolbuffers/protobuf/issues/10153
2 years ago
Jorg Brown
a3e1de0113
Sync from Piper @455586341
...
PROTOBUF_SYNC_PIPER
2 years ago
Dilan Sachintha Nayanajith
92ac51fd43
Update options.md ( #10137 )
2 years ago
Sandy Zhang
f138d5de25
Sync from Piper @452551755
...
PROTOBUF_SYNC_PIPER
3 years ago
David L. Jones
bd85edfbd9
[Bazel] Add a doc explaining our C++ build systems and distribution archives. ( #10073 )
3 years ago
Chan Wen Xu
30f6c7851b
Add protoc-gen-xo to global extension registry ( #9997 )
3 years ago
Vegard Storheil Eriksen
b23ab61719
Reserve extension id for Protonium
3 years ago
Joshua Haberman
dc4aad931e
Sync from Piper @444600173
...
PROTOBUF_SYNC_PIPER
3 years ago
cui fliter
ac25235fa7
fix some typos ( #9771 )
...
* fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com>
* fix typo
Signed-off-by: cuishuang <imcusg@gmail.com>
3 years ago
Elliotte Rusty Harold
e41cecf72d
Rewrite for clarity
...
@logophile
3 years ago
Neakxs
654c25352e
Apply registration for `protoc-gen-authz` extension ( #9807 )
3 years ago
noahdietz
5abf802bc2
Replace master with main in URLs & docs
3 years ago
Vasiliy Tolstov
7ffe9402db
Add micro Registered Extension Number ( #9767 )
...
unistack-org/micro (microservices framework) uses protoc-gen-go-micro generator that has extension support for additional framework related options.
It is currently not using any registered extension number, so i want to stabilise this and i think that this is a good thing.
See here for an example of the extenstion in action.
Co-authored-by: Adam Cozzette <acozzette@google.com>
3 years ago
Jeff Sawatzky
e3b00bb58a
Add Google Gnostic Registered Extension Number ( #9754 )
...
google/gnostic's protoc-gen-openapi generator has extension support for additional openapi options.
It is [currently using `1042`](https://github.com/google/gnostic/blob/master/openapiv3/annotations.proto ) which is registered with grpc-gateway's protoc-gen-openapiv2 extension which probably isn't a good thing.
See [here](https://github.com/google/gnostic/blob/master/cmd/protoc-gen-openapi/examples/tests/openapiv3annotations/message.proto ) for an example of the extenstion in action.
3 years ago
Mike Kruskal
a29e0e3f44
Sync from Piper @439400376
...
PROTOBUF_SYNC_PIPER
3 years ago
Gary Peck
eb8976a56d
Add pbandk to list of 3rd-party Kotlin libraries ( #9712 )
3 years ago
Darly Paredes
a4c9effec1
Sync from Piper @436517178
...
PROTOBUF_SYNC_PIPER
3 years ago
yeqown
a69354f31b
apply a registration for `protoc-gen-fieldmask` extension ( #9646 )
...
* Update options.md
* add one blank line
3 years ago
Adam Cozzette
b20209f321
Sync from Piper @acozzette/proto_github_202203101748
...
PROTOBUF_SYNC_PIPER
3 years ago
Martin Schröder
75554b80a1
Replace gradle plugin with a live project ( #9611 )
...
Replace the link for the gradle plugin with a project that's alive.
3 years ago
idodod
2a2a9b6e64
Update third_party.md ( #9505 )
3 years ago
BartH
2495d220fa
Added Embedded Proto to options.md to reserve the extenion number for the custom options. ( #9493 )
3 years ago
Gregory Haskins
3d995aaf98
Update protojure link ( #9389 )
3 years ago
Elliotte Rusty Harold
ee648b76a7
Update, fix, or delete an assortment of broken links ( #9381 )
...
* fix a few broken links and remove some dead ones
* new github repo
3 years ago
Dane Harrigan
29b3d01572
Add protoc-gen-go-svc to options.md ( #9280 )
3 years ago
JongChan Choi
c4c7e2b8f9
Add pbkit to third_party.md ( #9177 )
3 years ago
Upils
1e1c1cd884
Reserve extension id range for protoc-gen-checker ( #9133 )
3 years ago
Nils
6b0a1c2407
Add prost and quick-protobuf to third_party.md ( #9104 )
3 years ago
Adam Cozzette
1f66b1b032
Sync from Piper @402594188
...
PROTOBUF_SYNC_PIPER
3 years ago
Alexey Solodkiy
fd5202b6cd
Add twirp to RPC Implementations list ( #9085 )
3 years ago
Oleg Golberg
cb7be38519
Add Protokt to the list of 3rd party implementations ( #7169 )
3 years ago
Prawn
8c39a1c4fd
An additional range so we can have FieldOptions, MessageOptions, EnumOptions, FileOptions, and OneOfOptions ( #9012 )
3 years ago
Prawn
e9b977fdce
Adding an extension number for protoc-gen-jsonschema ( #8999 )
3 years ago
Mitchell Macpherson
c9dffbf3f4
Update field_presence.md
3 years ago
Joshua Haberman
e5c570bb57
Sync from Piper @395706834
...
PROTOBUF_SYNC_PIPER
3 years ago
Mitchell Macpherson
a52e00ed97
Update Field Presence doc
...
Updated information surrounding the usage of `optional` and the `--experimental_allow_proto3_optional` flag with relevant information between v3.12 & 3.15.
Since release v3.15:
> Optional fields for proto3 are enabled by default, and no longer require
> the --experimental_allow_proto3_optional flag.
3 years ago
Adam Cozzette
0b0e404be9
Allocate 10 descriptor.proto extension numbers for COSI ( #8921 )
...
Fixes #8553 .
3 years ago
Adam Cozzette
562fc946c7
Sync from Piper @388508285
...
PROTOBUF_SYNC_PIPER
3 years ago
Andrew Parmet
18b1b21aba
update protokt options reference ( #8834 )
3 years ago
Bu Sun Kim
6e0a456c77
Fix comment syntax for Ruby and Python
3 years ago
Bu Sun Kim
c9baf39caa
Add syntax highlighting for code blocks
3 years ago
Damien Neil
3588a77a86
field_presence.md: fix Go example ( #8788 )
...
Go generated code does not have Has methods.
Remove extraneous parentheses and semicolons.
3 years ago
Marcel Lanz
01ac995c94
I've requested a block of 5 extension numbers. We already have two concrete extensions that we need ids for. Our project is under active development and we can imagine a number of other extensions that we will want in future, so we thought we'd start by registering a block of 5, instead of raising a new PR here each time we need a new one ( #8772 )
3 years ago
Petr Jediný
3737676d83
Reserve 1109 for Glitchdot ( #8662 )
4 years ago
Sahin Yort
29152fbc06
Update third_party.md ( #8511 )
...
* Update third_party.md
add https://github.com/thesayyn/protoc-gen-ts as a community maintained protoc typescript compiler.
* sort
4 years ago
Joshua Haberman
ce560630bf
Sync from Piper @368734211
...
PROTOBUF_SYNC_PIPER
4 years ago
Kanro
3f5fc4df1d
Add intelliJ protobuf plugin and sisyphus ( #8482 )
4 years ago
Joshua Haberman
96307d28f6
Sync from Piper @364389596
...
PROTOBUF_SYNC_PIPER
4 years ago
Maxim Reznik
b4cddb71d6
Add protobuf for Ada
4 years ago