These 17 commits are when the Protocol Buffers files have changed:
| Commit: | 786ddad | |
|---|---|---|
| Author: | Alex Eagle | |
| Committer: | GitHub | |
cleanup: remove hand-crafted buf toolchain example (#495) it predates rules_buf which is supported by buf.build
| Commit: | 585d24e | |
|---|---|---|
| Author: | Toby Thomas | |
| Committer: | GitHub | |
Add example showing Protobuf and Buf generating code for Go and TypeScript (#494) * Add example showing Protobuf and Buf generating code for Go and TypeScript * refactor: move files into Bazel monorepo locations Add buf to gazelle prebuilt (https://github.com/aspect-build/aspect-gazelle/pull/155) And run gazelle to generate BUILD files * use released aspect-gazelle prebuild * fix: remove nested go.mod * buf generate works again BUT it deletes BUILD files so you have to run gazelle again after * revert bad delta * reorg a bit * bazel run nodejs_apps/buf_printer * cleanup folder * clean=false * protoc-gen-go is newer, accept golden files * fix gazelle_check langs * fixup! protoc-gen-go is newer, accept golden files --------- Co-authored-by: Alex Eagle <alex@aspect.dev> Co-authored-by: Alex Eagle <alex@aspect.build>
| Commit: | 731b7b8 | |
|---|---|---|
| Author: | Alex Eagle | |
cleanup: remove hand-crafted buf toolchain example it predates rules_buf which is supported by buf.build
| Commit: | e321aa3 | |
|---|---|---|
| Author: | Alex Eagle | |
| Committer: | GitHub | |
chore: remove protobufjs example (#336) This predates the ts_proto_library rule, instead it has a clumsy macro to emulate it with pbjs and pbts. We no longer recommend doing it this way.
The documentation is generated from this commit.
| Commit: | b9ccc65 | |
|---|---|---|
| Author: | Alex Eagle | |
| Committer: | Alex Eagle | |
feat: port logger/client java code from codelab
| Commit: | 182e136 | |
|---|---|---|
| Author: | Alex Eagle | |
feat: port backend from codelabs repo
| Commit: | 19a95f2 | |
|---|---|---|
| Author: | Alex Eagle | |
feat: port logger frontend from codelabs repo
| Commit: | 1ce2123 | |
|---|---|---|
| Author: | Alex Eagle | |
| Committer: | GitHub | |
chore: redirect java-oci example (#292)
| Commit: | 82a4adb | |
|---|---|---|
| Author: | Alex Eagle | |
| Committer: | Alex Eagle | |
chore: redirect java-oci example
| Commit: | c1737f5 | |
|---|---|---|
| Author: | Alex Eagle | |
| Committer: | GitHub | |
WIP: show gRPC working in Angular app (#275) * WIP: show gRPC working in Angular app * chore: update to rules_ts 2.x * update/re-format generated grps files * forms fixes * add karma .server target * fix demo app root component * disable broken test assertion * create separate grpc app * restore original demo app, create new grpc app * upgrade to rules_js 1.32.1 * implement grpc app, update eliza .proto to the latest from the go examples: https://github.com/connectrpc/examples-go/blob/8763fef9c3accf04a4534350c287c724144ed951/proto/connectrpc/eliza/v1/eliza.proto * add grpc app readme * add notes --------- Co-authored-by: Jason Bedard <jason@aspect.dev>
| Commit: | 2ca56c8 | |
|---|---|---|
| Author: | thesayyn | |
| Committer: | Alex Eagle | |
feat: add buf.build example
| Commit: | 9ad01fe | |
|---|---|---|
| Author: | Alex Eagle | |
feat: initial code for integration testing example This is a 'kitchen sink' with a bunch of languages exposing containers which can all be loaded as a fixture
| Commit: | 8d386c0 | |
|---|---|---|
| Author: | Alex Eagle | |
| Committer: | Alex Eagle | |
feat: java oci example
| Commit: | 09b5047 | |
|---|---|---|
| Author: | Alex Eagle | |
| Committer: | Alex Eagle | |
feat: java oci example
| Commit: | c97813c | |
|---|---|---|
| Author: | Sahin Yort | |
| Committer: | GitHub | |
feat: add example for protobuf.js (#23)
| Commit: | 69aa8cb | |
|---|---|---|
| Author: | thesayyn | |
feat: add example for protobuf.js
| Commit: | c5caca6 | |
|---|---|---|
| Author: | Greg Magolan | |
| Committer: | Greg Magolan | |
Add write_source_files example with go_proto_library wired up through default_info_files