-
-
Notifications
You must be signed in to change notification settings - Fork 15
fix!: Make fields on S3 structs mandatory, add S3 helpers #863
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
557845f
refactor!: Add Host type. Fix S3 structs to have mandatory fields
sbernauer e25c9e0
TLS verification struct now reside top-level in the `commons` module
sbernauer be75dc2
WIP
sbernauer 68dc317
fix: Use String for Host JsonSchema
sbernauer 4b761eb
changelog
sbernauer d07bd55
changelog
sbernauer d97a601
Add unique identifier to avoid clashing volumes and mounts
sbernauer 1f271dd
move identifier to front
sbernauer decfb05
clippy
sbernauer 20fa37e
Merge branch 'main' into refactor/add-host-struct
sbernauer 5969711
Apply suggestions from code review
sbernauer 687141c
Remove RetrieveS3Bucket error
sbernauer 72417ff
Add some error details
sbernauer ad89d3f
typo
sbernauer 7dc2394
Add docs for unique_identifier
sbernauer 34d6db8
Apply suggestions from code review
sbernauer 6a27c54
Merge branch 'main' into refactor/add-host-struct
sbernauer 92f09b8
Rename NotAHost -> NotAHost
sbernauer 4fb9d50
Add invalid host to error message
sbernauer acb84d8
Move to HostParseError
sbernauer 90f9271
Rename Host -> HostName
sbernauer 006e37a
Update crates/stackable-operator/src/commons/networking.rs
sbernauer 5ba4522
Update crates/stackable-operator/CHANGELOG.md
sbernauer 152ee94
Update crates/stackable-operator/CHANGELOG.md
sbernauer 064cc13
Merge branch 'main' into refactor/add-host-struct
sbernauer 9dcd445
changelog
sbernauer d4e673b
Bump to 0.76.0
sbernauer 16016dc
Merge branch 'main' into refactor/add-host-struct
sbernauer 9e73900
Update crates/stackable-operator/src/commons/networking.rs
sbernauer 87ca305
fix domain names
sbernauer 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ pub mod resources; | |
pub mod s3; | ||
pub mod secret; | ||
pub mod secret_class; | ||
pub mod tls_verification; |
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.
Uh oh!
There was an error while loading. Please reload this page.