-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Get Starlark Run APIC endpoint (#1455)
## Description: We need a way to retrieve the latest Starlark run info: package id, serialized params... The same parameters that are passed to the RunStarlark* APIC methods. ## Is this change user facing? YES ## References (if applicable): https://www.notion.so/kurtosistech/Run-Config-07b2dbdab74d45d59be76061500ee435 --------- Co-authored-by: Anders Schwartz <[email protected]>
- Loading branch information
1 parent
39e94d9
commit 503cb8d
Showing
25 changed files
with
1,474 additions
and
258 deletions.
There are no files selected for viewing
690 changes: 447 additions & 243 deletions
690
api/golang/core/kurtosis_core_rpc_api_bindings/api_container_service.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
41 changes: 40 additions & 1 deletion
41
api/golang/core/kurtosis_core_rpc_api_bindings/api_container_service_grpc.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
...e_rpc_api_bindings/kurtosis_core_rpc_api_bindingsconnect/api_container_service.connect.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
2 changes: 1 addition & 1 deletion
2
api/golang/engine/kurtosis_engine_rpc_api_bindings/engine_service.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
api/golang/engine/kurtosis_engine_rpc_api_bindings/engine_service_grpc.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.