These 14 commits are when the Protocol Buffers files have changed:
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