-
Notifications
You must be signed in to change notification settings - Fork 16
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: Contract Termination #996
Conversation
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.
update
...ain/java/de/sovity/edc/extension/contacttermination/ContractAgreementTerminationService.java
Outdated
Show resolved
Hide resolved
...ain/java/de/sovity/edc/extension/contacttermination/ContractAgreementTerminationService.java
Outdated
Show resolved
Hide resolved
...ain/java/de/sovity/edc/extension/contacttermination/ContractAgreementTerminationService.java
Outdated
Show resolved
Hide resolved
...n/src/main/java/de/sovity/edc/extension/contacttermination/ContractTerminationExtension.java
Outdated
Show resolved
Hide resolved
.../edc/ext/wrapper/api/ui/pages/contract_agreements/services/ContractAgreementDataFetcher.java
Outdated
Show resolved
Hide resolved
extensions/postgres-flyway/src/main/resources/db/migration/V10__add_contract_termination.sql
Outdated
Show resolved
Hide resolved
...ess/src/main/java/de/sovity/edc/extension/db/directaccess/DatabaseDirectAccessExtension.java
Outdated
Show resolved
Hide resolved
...c/test/java/de/sovity/edc/extension/contacttermination/query/TerminateContractQueryTest.java
Outdated
Show resolved
Hide resolved
...ntract-termination/src/main/java/de/sovity/edc/extension/contacttermination/MapperUtils.java
Outdated
Show resolved
Hide resolved
...n/src/main/java/de/sovity/edc/extension/contacttermination/ContractTerminationExtension.java
Outdated
Show resolved
Hide resolved
...n/src/main/java/de/sovity/edc/extension/contacttermination/ContractTerminationExtension.java
Outdated
Show resolved
Hide resolved
...tion/src/main/java/de/sovity/edc/extension/contacttermination/ContractTerminationMapper.java
Outdated
Show resolved
Hide resolved
...ination/src/main/java/de/sovity/edc/extension/contacttermination/TransferProcessBlocker.java
Outdated
Show resolved
Hide resolved
extensions/wrapper/wrapper/src/main/java/de/sovity/edc/ext/wrapper/api/ui/UiResourceImpl.java
Outdated
Show resolved
Hide resolved
.../test/java/de/sovity/edc/ext/wrapper/api/ui/pages/policy/PolicyDefinitionApiServiceTest.java
Outdated
Show resolved
Hide resolved
.../test/java/de/sovity/edc/ext/wrapper/api/ui/pages/policy/PolicyDefinitionApiServiceTest.java
Outdated
Show resolved
Hide resolved
extensions/wrapper/wrapper/src/main/java/de/sovity/edc/ext/wrapper/utils/ValidatorUtils.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.
LGTM
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.
LGTM
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.
LGTM
Updated in #1001 |
https://github.com/sovity/PMO-Software/issues/1107
https://github.com/sovity/PMO-Software/issues/1153
https://github.com/sovity/PMO-Software/issues/1165
https://github.com/sovity/PMO-Software/issues/1163
https://github.com/sovity/PMO-Software/issues/1243
The
Scenario
class was added as a helper class for e2e tests.Its goal is to group all the common operations that are not user test in the e2e test cases.
The tests cases were changed to all use dynamic ports
E2e tests are now init with
E2eTestExtension
that groups all the e2e test boilerplateThe copyright headers were fixed to match the one in checkstyle
the ports allocation was changed, I think I made an off-by-one error in the previous implementation when a port was not available
Checklist