-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added a docker-compose spec that uses an openapitools image for codegen - Reran client gen, which added a missing file for the alternate AddAllowListEntry binding - Renamed 'ccloud' dir to 'openapi-generator'
- Loading branch information
1 parent
0133736
commit f84bc0c
Showing
9 changed files
with
522 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: '3' | ||
|
||
services: | ||
openapi-generator: | ||
image: openapitools/openapi-generator-cli:v6.2.0 | ||
volumes: | ||
- ./:/go/src/github.com/cockroachdb/cockroach-cloud-sdk-go | ||
working_dir: /go/src/github.com/cockroachdb/cockroach-cloud-sdk-go |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6.2.0 |
590 changes: 366 additions & 224 deletions
590
internal/ccloud/api/openapi.yaml → internal/openapi-generator/api/openapi.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.