Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add create enclave utils to SDK #1550

Merged
merged 3 commits into from
Oct 16, 2023
Merged

Conversation

victorcolombo
Copy link
Contributor

Description:

A very idiomatic pattern in Go is to use defer and closer functions to cleanup resources, instead of relying on memory to call the correct SDK calls when the test/setup is done. This is very common on our test suit that we have a util, that now is exposed to an external user.

This PR also introduces a single SDK call to get from starlark to enclave, something that was not possible before.

Is this change user facing?

YES

References (if applicable):

#1152

@victorcolombo victorcolombo requested review from leoporoli and h4ck3rk3y and removed request for leoporoli October 13, 2023 12:18
@victorcolombo
Copy link
Contributor Author

It's unclear for me if this makes sense in TypeScript, since it doesn't feel very idiomatic

@victorcolombo victorcolombo added this pull request to the merge queue Oct 13, 2023
@victorcolombo victorcolombo removed this pull request from the merge queue due to a manual request Oct 13, 2023
@victorcolombo victorcolombo added this pull request to the merge queue Oct 13, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 13, 2023
@leeederek leeederek added this pull request to the merge queue Oct 16, 2023
Merged via the queue into main with commit eb952bb Oct 16, 2023
11 checks passed
@leeederek leeederek deleted the vcolombo/sdk-improvement-2 branch October 16, 2023 12:30
github-merge-queue bot pushed a commit that referenced this pull request Oct 16, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.84.7](0.84.6...0.84.7)
(2023-10-16)


### Features

* Add create enclave utils to SDK
([#1550](#1550))
([eb952bb](eb952bb))
* provide granular progress of starlark package run
([#1548](#1548))
([8b20031](8b20031))
* rename kurtosis context "switch" to "set"
([#1537](#1537))
([ccff275](ccff275))


### Bug Fixes

* propagate unexpected test errors via the test framework
([#1559](#1559))
([c463ae2](c463ae2))
* show container status instead of service status in enclave inspect
([#1560](#1560))
([3e1208b](3e1208b)),
closes [#1351](#1351)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants