aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-05Add protobuf-team to CODEOWNERS (#183)upstream-masterIvo List
Adding protobuf team and removing lberki
2023-10-02Merge pull request #180 from alexeagle:patch-2Ivo List
PiperOrigin-RevId: 570088600
2023-09-26docs: explain the roadmapAlex Eagle
Closes #176
2023-09-20Wrap proto_lang_toolchain into a macro creating a toolchainA Googler
Issue: https://github.com/bazelbuild/rules_proto/issues/179 PiperOrigin-RevId: 566975629
2023-09-18Create proto_toolchain rule and macroA Googler
The proto_toolchain rule serves to define what protoc is used and to generate descriptor sets by proto_library. This is a stripped down version of proto_lang_toolchain. It's not possible to set plugins or runtime libraries on it. Steps in migration: - this and other changes to proto_lang_toolchain - release rules_proto, rules_java, rules_cc, rules_python - use new version and define toolchains in protobuf repo Issue: https://github.com/bazelbuild/rules_proto/issues/179 PiperOrigin-RevId: 566390506
2023-09-18Create toolchain types for proto_library and lang_proto_libraryA Googler
This handles only lang_proto_libraries defined in Bazel: Java, Java lite, Python, C++. Design doc: https://docs.google.com/document/d/1CE6wJHNfKbUPBr7-mmk_0Yo3a4TaqcTPE0OWNuQkhPs/edit#heading=h.5mcn15i0e1ch Issue: https://github.com/bazelbuild/rules_proto/issues/179 PiperOrigin-RevId: 566380737
2023-08-30Format MODULE.bazelA Googler
PiperOrigin-RevId: 561266893
2023-08-29Fix proto_descriptor_set_test.ccA Googler
PiperOrigin-RevId: 561044521
2023-04-25Internal changeA Googler
PiperOrigin-RevId: 527024233
2023-03-01add default applicable_licensesA Googler
PiperOrigin-RevId: 513432755
2023-02-28Internal changeA Googler
PiperOrigin-RevId: 512924375
2023-02-20Internal changeA Googler
PiperOrigin-RevId: 510961630
2022-12-27Remove building of tests on bcrupstream/5.3.0-21.7Ivo List
2022-12-27Make rules_cc a proper dependencyIvo List
2022-12-27Fix typo in metadata.template.jsonIvo List
2022-12-27Merge pull request #161 from comius:update-versionsBlaze Rules Copybara
PiperOrigin-RevId: 497946174
2022-12-27Remove rules_javaIvo List
2022-12-23Update versions of protobuf, rules_java, add repository to ↵Ivo List
metadata.template.json
2022-11-15Changing bazel skylib version from 1.1.1 to 1.3.0 (#158)Clément Jean
* Changing bazel skylib version from 1.1.1 to 1.3.0 * Changing bazel skylib version from 1.1.1 to 1.3.0 * update sha256 for bazel skylib
2022-10-18Merge pull request #154 from neumann-nico:protobuf-21.7Blaze Rules Copybara
PiperOrigin-RevId: 481915517
2022-10-18Update protobuf to v21.7Nico Neumann
2022-10-18Merge pull request #156 from comius:workspace-with-mainBlaze Rules Copybara
PiperOrigin-RevId: 481905618
2022-10-18Replace __main__ with _mainIvo List
2022-10-18Make WORKSPACE.bzlmod emptyIvo List
2022-10-18Revert "Revert "Address different handling of runfiles in bzlmod.""Ivo List
This reverts commit 8fa4805757a913f035315be8e26cd81df5abc4c3.
2022-10-17Add protobuf_lite target to protobuf_workspace (#131)Charles OuGuo
2022-10-10Merge pull request #149 from aspect-build:readmeBlaze Rules Copybara
PiperOrigin-RevId: 480026574
2022-10-07Merge branch 'master' into readmeAlex Eagle
2022-09-30Internal changeA Googler
PiperOrigin-RevId: 478010418
2022-09-29Merge pull request #150 from perezd:masterNevena Kotlaja
PiperOrigin-RevId: 477676078
2022-09-29Internal changeNevena Kotlaja
PiperOrigin-RevId: 477673442
2022-09-28Fixing shasums for java jarsDerek Perez
2022-09-23fix: bad json syntaxAlex Eagle
2022-09-23doc: point users to the release pageAlex Eagle
Otherwise the README has stale install instructions as it's not updated as part of the release process.
2022-09-22Merge pull request #146 from bazelbuild:kotlaja-patch-2Nevena Kotlaja
PiperOrigin-RevId: 476141339
2022-09-22Merge pull request #147 from comius:bzlmod-rules_protokotlaja
PiperOrigin-RevId: 475781487
2022-09-21FixesIvo List
2022-09-21Optimise dependencies.Ivo List
2022-09-21Remove remote_coverage_tools - it builds without themIvo List
2022-09-21BuildifierIvo List
2022-09-21BuildifierIvo List
2022-09-21Add repo_nameIvo List
2022-09-21Revert "Address different handling of runfiles in bzlmod."Ivo List
This reverts commit 940e468b9401b3b2c17e4d7e3d8d43ff04784249.
2022-09-20Address different handling of runfiles in bzlmod.Ivo List
2022-09-20add copyright and module docstringIvo List
2022-09-20Buildifier.Ivo List
2022-09-20Fix presubmit configs.Ivo List
2022-09-20missing fileIvo List
2022-09-20Fixing coverage import and cc toolchainsIvo List
2022-09-20Fix presubmit scriptIvo List