Skip to content

Commit

Permalink
Use Console as proxy for share object logic (#3284)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesnietor authored Apr 10, 2024
1 parent 144904f commit ceee83f
Show file tree
Hide file tree
Showing 13 changed files with 839 additions and 26 deletions.
2 changes: 2 additions & 0 deletions api/configure_console.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ func configureAPI(api *operations.ConsoleAPI) http.Handler {

registerReleasesHandlers(api)

registerPublicObjectsHandlers(api)

api.PreServerShutdown = func() {}

api.ServerShutdown = func() {}
Expand Down
70 changes: 70 additions & 0 deletions api/embedded_spec.go

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

13 changes: 13 additions & 0 deletions api/operations/console_api.go

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

73 changes: 73 additions & 0 deletions api/operations/public/download_shared_object.go

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

88 changes: 88 additions & 0 deletions api/operations/public/download_shared_object_parameters.go

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

Loading

0 comments on commit ceee83f

Please sign in to comment.