Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into buf-experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Feb 1, 2024
2 parents 00ab086 + 09578d1 commit c554f61
Show file tree
Hide file tree
Showing 8 changed files with 548 additions and 552 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ build:
jobs:
post_install:
- conda-lock install --name $READTHEDOCS_VERSION monodocs-environment.lock.yaml
- pip install ./flyteidl
- conda info
- conda env list
- conda list
Expand Down
23 changes: 0 additions & 23 deletions docs/.readthedocs.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions flyteidl/gen/pb-go/flyteidl/service/admin.pb.go

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

6 changes: 3 additions & 3 deletions flyteidl/gen/pb-go/gateway/flyteidl/service/admin.pb.gw.go

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

106 changes: 53 additions & 53 deletions flyteidl/gen/pb-go/gateway/flyteidl/service/admin.swagger.json

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

4 changes: 2 additions & 2 deletions flyteidl/gen/pb_python/flyteidl/service/admin_pb2.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flyteidl/protos/flyteidl/service/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ service AdminService {
option (google.api.http) = {
get: "/api/v1/data/executions/{id.project}/{id.domain}/{id.name}"
additional_bindings {
get: "/api/v1/data/executions/org/{id.org}/{id.project}/{id.domain}/{id.name}"
get: "/api/v1/data/org/{id.org}/executions/{id.project}/{id.domain}/{id.name}"
}
};
// option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
Expand Down
Loading

0 comments on commit c554f61

Please sign in to comment.