-
Notifications
You must be signed in to change notification settings - Fork 28
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
Multiple improvements and fixes #507
Merged
christophd
merged 10 commits into
citrusframework:main
from
christophd:chore/bind-secrets-to-test
Jun 17, 2024
Merged
Multiple improvements and fixes #507
christophd
merged 10 commits into
citrusframework:main
from
christophd:chore/bind-secrets-to-test
Jun 17, 2024
Conversation
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
- Make sure to use number type for trait values that do not use quotes - Enable the user to set trait values as numbers in modeline trait config (e.g. container.port)
…el K integrations - Add steps to set environment variables for a Camel K integration - Environment variables get set as trait configuration
- Adds stop on error setting (default=true) so the Camel K integration verification stops immediately once the integration is set to `Error` phase - Avoids retry mechanism to hit timeout on integrations that do not recover from error state, which is the usual situation
- Allow to bind multiple secrets to a test - Bind secrets by its name to the test via runtime configuration or command line argument - Only add secret content as test variables for .properties files - Add secret content to test classpath so test is able to load the content on demand - Update Golang 1.22 - Update codegen and controller_gen versions - Update dependencies versions
christophd
force-pushed
the
chore/bind-secrets-to-test
branch
from
June 13, 2024 18:00
8134237
to
6620103
Compare
christophd
force-pushed
the
chore/bind-secrets-to-test
branch
from
June 13, 2024 20:36
6620103
to
0bb71ed
Compare
christophd
force-pushed
the
chore/bind-secrets-to-test
branch
2 times, most recently
from
June 17, 2024 19:30
5d36614
to
d87dce3
Compare
christophd
force-pushed
the
chore/bind-secrets-to-test
branch
from
June 17, 2024 20:01
d87dce3
to
59795a5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #503
Fixes #504
Fixes #505
Fixes #506
Fixes #508
Fixes #509