-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[system test] [doc] bridge package #10225
Merged
Merged
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
scholzj
reviewed
Jun 13, 2024
systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeST.java
Outdated
Show resolved
Hide resolved
systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeCorsST.java
Outdated
Show resolved
Hide resolved
scholzj
reviewed
Jun 26, 2024
development-docs/systemtest-docs/md/io/strimzi/systemtest/bridge/HttpBridgeCorsST.md
Outdated
Show resolved
Hide resolved
scholzj
reviewed
Jun 26, 2024
Frawless
reviewed
Jul 25, 2024
see-quick
force-pushed
the
javadoc-generated
branch
from
September 2, 2024 12:44
6b38abe
to
227c218
Compare
Frawless
approved these changes
Sep 4, 2024
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.
That's exactly how I thought it will looks like. LGTM.
henryZrncik
approved these changes
Sep 4, 2024
jankalinic
approved these changes
Sep 4, 2024
im-konge
approved these changes
Sep 4, 2024
see-quick
force-pushed
the
javadoc-generated
branch
from
September 4, 2024 10:58
5969a25
to
592b926
Compare
Signed-off-by: see-quick <[email protected]> # Conflicts: # systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaNodePoolST.java # Conflicts: # systemtest/pom.xml
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
…for generator Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Co-authored-by: Jakub Stejskal <[email protected]> Signed-off-by: Maros Orsak <[email protected]>
Signed-off-by: see-quick <[email protected]> # Conflicts: # development-docs/systemtests/labels/configuration.md
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
see-quick
force-pushed
the
javadoc-generated
branch
from
September 4, 2024 11:39
592b926
to
9bc0b7a
Compare
scholzj
approved these changes
Sep 4, 2024
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.
Nice work. Thanks.
2 tasks
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.
Type of change
Description
This PR adds documentation for the Bridge package in our tests. I would like to split this into more minor PRs for easier reviews, rather than opening one big PR for all Suites within STs.
Checklist