Skip to content

Commit

Permalink
Bump versions of buf files and update readme (#140)
Browse files Browse the repository at this point in the history
* Bump versions of buf files and update readme

* Move validate out of lib

* Remove validate_pb from proto file

* Remove buf.gen.yaml from proto folder

* Add proto module to buf.gen.yaml

* Regenerate validate_pb

* Remove generation instructions

* Get rid of push as trigger

* Try moving validate into its own folder

* Move validate file

* Regenerate file

* Remove the proto file temporarily

* Use include_imports to bring in validate proto

* Remove unnecessary bits

* Add other files brought in by include_imports
  • Loading branch information
tstirrat15 authored Nov 22, 2024
1 parent f5c6e3c commit bc90e30
Show file tree
Hide file tree
Showing 12 changed files with 127 additions and 909 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
---
name: "build"
on:
push:
branches:
- "!dependabot/*"
- "*"
pull_request:
branches:
- "*"
branches: ["*"]
jobs:
test:
name: "Test Clients"
Expand Down
1 change: 1 addition & 0 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
version: "v2"
plugins:
- remote: "buf.build/protocolbuffers/ruby:v28.3"
include_imports: true
out: "lib"
- remote: "buf.build/grpc/ruby:v1.67.1"
out: "lib"
Expand Down
19 changes: 19 additions & 0 deletions lib/google/api/annotations_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions lib/google/api/http_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions lib/google/rpc/status_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions lib/protoc-gen-openapiv2/options/annotations_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bc90e30

Please sign in to comment.