Skip to content

Commit

Permalink
feat: replication bucket name (#440)
Browse files Browse the repository at this point in the history
* chore: gofmt

* chore: update openapi gen files

* feat: add replication-bucket-name flag

* fix: fix tests

* chore: rename to replication-bucket

* feat: show remote bucket name or id

* chore: fmt fixup

* chore: update openapi to master

* chore: fix openapi generation
  • Loading branch information
jeffreyssmith2nd committed Aug 18, 2022
1 parent 051a6aa commit 5c7c34f
Show file tree
Hide file tree
Showing 22 changed files with 420 additions and 218 deletions.
152 changes: 141 additions & 11 deletions api/api_buckets.gen.go

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

2 changes: 1 addition & 1 deletion api/contract/openapi
Submodule openapi updated 48 files
+31 −9 contracts/cloud-diff.yml
+535 −61 contracts/cloud.json
+943 −45 contracts/cloud.yml
+903 −41 contracts/common.yml
+2 −2 contracts/invocable-scripts.yml
+2 −0 contracts/legacy.yml
+42 −10 contracts/oss-diff.yml
+541 −60 contracts/oss.json
+947 −45 contracts/oss.yml
+25 −6 contracts/priv/cloud-priv.yml
+949 −48 contracts/ref/cloud.yml
+951 −46 contracts/ref/oss.yml
+2 −2 contracts/svc/invocable-scripts.yml
+1 −1 src/cloud.yml
+2 −2 src/cloud/paths/tasks.yml
+38 −2 src/cloud/tags.yml
+2 −0 src/common/parameters/Limit.yml
+3 −0 src/common/parameters/Offset.yml
+164 −8 src/common/paths/buckets.yml
+79 −5 src/common/paths/buckets_bucketID_members.yml
+23 −3 src/common/paths/buckets_bucketID_members_userID.yml
+1 −1 src/common/paths/buckets_bucketID_owners.yml
+1 −1 src/common/paths/delete.yml
+1 −1 src/common/paths/query.yml
+1 −1 src/common/paths/query_analyze.yml
+1 −1 src/common/paths/query_ast.yml
+1 −1 src/common/paths/query_suggestions.yml
+1 −1 src/common/paths/query_suggestions_name.yml
+109 −6 src/common/paths/stacks.yml
+1 −1 src/common/paths/tasks.yml
+291 −12 src/common/paths/templates_apply.yml
+26 −0 src/common/responses/example-responses/GetBucketsIDMembersSuccessResponse.yml
+33 −0 src/common/responses/example-responses/GetBucketsSuccessResponse.yml
+10 −0 src/common/responses/example-responses/PostBucketsIDMembersSuccessResponse.yml
+26 −0 src/common/responses/example-responses/PostBucketsSuccessResponse.yml
+4 −0 src/common/schemas/AddResourceMemberRequestBody.yml
+2 −0 src/common/schemas/Links.yml
+27 −1 src/common/schemas/PostBucketRequest.yml
+18 −3 src/common/schemas/RetentionRule.yml
+115 −0 src/common/schemas/TemplateApply.yml
+39 −1 src/common/schemas/TemplateEntry.yml
+6 −3 src/common/schemas/UserResponse.yml
+2 −2 src/oss.yml
+2 −1 src/oss/schemas/Replication.yml
+2 −1 src/oss/schemas/ReplicationCreationRequest.yml
+2 −0 src/oss/schemas/ReplicationUpdateRequest.yml
+36 −0 src/oss/tags.yml
+2 −2 src/svc/invocable-scripts/paths/scripts.yml
4 changes: 3 additions & 1 deletion api/model_add_resource_member_request_body.gen.go

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

2 changes: 1 addition & 1 deletion api/model_links.gen.go

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

49 changes: 32 additions & 17 deletions api/model_post_bucket_request.gen.go

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

0 comments on commit 5c7c34f

Please sign in to comment.