-
Notifications
You must be signed in to change notification settings - Fork 365
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: Wasm OCI image #3564
Merged
Merged
feat: Wasm OCI image #3564
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
d7e1e63
support Wasm OCI image
zhaohuabing df6bee1
set up test registry
zhaohuabing e079dc2
add test for registry authn
zhaohuabing d16ca5d
fix lint
zhaohuabing ed5311a
fix e2e
zhaohuabing 689266a
fix e2e
zhaohuabing 409967d
add test for unauthed private image
zhaohuabing f243f54
fix e2e
zhaohuabing 6ff1ac3
fix e2e
zhaohuabing 6ddc332
fix lint
zhaohuabing 0bc5532
refactor
zhaohuabing 1cfccbb
add max failed attempts limit
zhaohuabing 10ce3b9
remove retries
zhaohuabing d84a113
clean up e2e tests
zhaohuabing cad02e1
add e2e test for wrong password
zhaohuabing 0d81b8a
Update api/v1alpha1/authorization_types.go
zhaohuabing 171a937
Update api/v1alpha1/wasm_types.go
zhaohuabing 0b86837
remove unnecessary replace
zhaohuabing d32d325
Merge remote-tracking branch 'upstream/main' into wasm-oci-image
zhaohuabing b4917f9
remove set package
zhaohuabing 8a69562
fix gen check
zhaohuabing fedbe2f
add test for failed attempts
zhaohuabing d6efea3
address comments
zhaohuabing 3c61c51
address comments
zhaohuabing 2e96e1c
Merge remote-tracking branch 'upstream/main' into wasm-oci-image
zhaohuabing e8a3fce
minor wording
zhaohuabing 56aea0e
move sha256 inside code source
zhaohuabing 591b49d
address comments
zhaohuabing 9b8e42c
fix e2e
zhaohuabing 9d71021
fix flaky test
zhaohuabing 9a16d9f
change comments
zhaohuabing 94ed656
address comments
zhaohuabing 8ac7991
Merge remote-tracking branch 'upstream/main' into wasm-oci-image
zhaohuabing 0cdc304
address comments
zhaohuabing 138e978
Merge remote-tracking branch 'upstream/main' into wasm-oci-image
zhaohuabing 86016ee
fail the eep translation if the wasm cache failed to start
zhaohuabing File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldnt this be inside
Image
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's also used for HTTP code source.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ is a little confusing to understand
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If SHA is not specified, we need to know whether the Wasm code need updating when the EEP changes, regardless its code source is HTTP or OCI registry.