Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brendon/openapi #445

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 0 additions & 7 deletions .github/CODEOWNERS

This file was deleted.

17 changes: 0 additions & 17 deletions .github/sync-repo-settings.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/go.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .gitignore

This file was deleted.

7 changes: 2 additions & 5 deletions COMPILE-PROTOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@
# limitations under the License.
#

go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

protoc -I . -I ./third_party --go_out=. --go_opt=paths=source_relative plugins/*.proto
protoc -I . -I ./third_party --go_out=. --go_opt=paths=source_relative surface/*.proto
protoc -I . -I ./third_party --go_out=. --go_opt=paths=source_relative metrics/*.proto
# go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
cd cmd/protoc-gen-openapi/ && protoc -I . -I ./third_party --go_out=. --go_opt=paths=source_relative openapiv3/*.proto && cd ../..
35 changes: 0 additions & 35 deletions CONTRIBUTING.md

This file was deleted.

11 changes: 3 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@

all:
go generate ./...
go get ./...
go install ./...
cd extensions/sample; make
# TODO brendon specific path here
PATH=/Users/brendon/go/bin:$$PATH ./COMPILE-PROTOS.sh
cd ./cmd/protoc-gen-openapi && go build && cd ../..

test:
# since some tests call separately-built binaries, clear the cache to ensure all get run
go clean -testcache
go test ./... -v
144 changes: 0 additions & 144 deletions README.md

This file was deleted.

37 changes: 0 additions & 37 deletions cmd/disco/README.md

This file was deleted.

Loading