-
Notifications
You must be signed in to change notification settings - Fork 61
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
refactor: revisit transfer samples #140
refactor: revisit transfer samples #140
Conversation
# Conflicts: # transfer/transfer-00-prerequisites/connector/build.gradle.kts # transfer/transfer-06-consumer-pull-http/README.md # transfer/transfer-07-provider-push-http/README.md
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.
generally speaking I think this structure will be more understandable for newjoiners, great job
system-tests/src/test/java/org/eclipse/edc/samples/transfer/HttpRequestLoggerUtil.java
Outdated
Show resolved
Hide resolved
...va/org/eclipse/edc/samples/advanced/advanced00opentelemetry/Advanced00openTelemetryTest.java
Outdated
Show resolved
Hide resolved
|
||
> Before starting with these samples, be sure to check out the [basic](../basic/README.md) and [transfer](../transfer/README.md) samples! | ||
|
||
## Samples |
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.
note: Also other/custom-runtime
could be moved here, better in a subsequent PR
...va/org/eclipse/edc/samples/advanced/advanced00opentelemetry/Advanced00openTelemetryTest.java
Outdated
Show resolved
Hide resolved
.../test/java/org/eclipse/edc/samples/transfer/transfer00prerequisites/PrerequisitesCommon.java
Outdated
Show resolved
Hide resolved
...va/org/eclipse/edc/samples/transfer/transfer00prerequisites/Transfer00prerequisitesTest.java
Outdated
Show resolved
Hide resolved
...va/org/eclipse/edc/samples/advanced/advanced00opentelemetry/Advanced00openTelemetryTest.java
Outdated
Show resolved
Hide resolved
This pull request is stale because it has been open for 7 days with no activity. |
system-tests/src/test/java/org/eclipse/edc/samples/transfer/HttpRequestLoggerUtil.java
Outdated
Show resolved
Hide resolved
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.
just a little refactoring missing, then when checks will pass I will merge this
system-tests/src/test/java/org/eclipse/edc/samples/util/HttpRequestLoggerUtil.java
Outdated
Show resolved
Hide resolved
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.
🚀
* extracting negotiation tests * implementing Transfer02consumerPullTest * implementing Transfer03providerPushTest.java * implementing Transfer04eventConsumerTest.java * moving open telemetry to 'advanced' directory * reworking download of open telemetry jar inside gradle build file * checkStyle fixes * fix: clean up and merge * fix: added libs.edc.control.plane.api to build file * fix: fixed event consumer test * fix: resolving pr comments * refactor: move http-request-logger-wrapper.yaml to test directory * refactor: using docker image instead of docker compose for http request logger container * fix: fixing check style issues * fix: removing unnecessary stuff * refactor: removing HttpRequestLoggerUtil.java * fix: setting http-request-logger.jar archiveFilename explicitly
What this PR changes/adds
Closes #62