-
Notifications
You must be signed in to change notification settings - Fork 0
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(impl):[TRI-1664] new batch api endpoints impl #561
feat(impl):[TRI-1664] new batch api endpoints impl #561
Conversation
irs-api/src/main/java/org/eclipse/tractusx/irs/services/IrsItemGraphQueryService.java
Fixed
Show fixed
Hide fixed
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.
Some minor changes requested and a couple of questions.
Tests are failing and Sonar found some issues.
irs-api/src/main/java/org/eclipse/tractusx/irs/controllers/BatchController.java
Outdated
Show resolved
Hide resolved
irs-api/src/main/java/org/eclipse/tractusx/irs/controllers/BatchController.java
Outdated
Show resolved
Hide resolved
...els/src/main/java/org/eclipse/tractusx/irs/component/RegisterBpnInvestigationBatchOrder.java
Outdated
Show resolved
Hide resolved
...api/src/test/java/org/eclipse/tractusx/irs/services/validation/JsonValidatorServiceTest.java
Outdated
Show resolved
Hide resolved
irs-api/src/main/java/org/eclipse/tractusx/irs/ess/service/BpnInvestigationJob.java
Show resolved
Hide resolved
…chController.java Co-authored-by: Jaro Hartmann <[email protected]>
…chController.java Co-authored-by: Jaro Hartmann <[email protected]>
…gisterBpnInvestigationBatchOrder.java Co-authored-by: Jaro Hartmann <[email protected]>
…e/TRI-1664-new-batch-api-endpoint
Duplications on RegisterBpnInvestigationBatchOrder class is expected here - own model |
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.
Please update changelog
irs-api/src/test/java/org/eclipse/tractusx/irs/ess/service/EssServiceTest.java
Outdated
Show resolved
Hide resolved
irs-api/src/main/java/org/eclipse/tractusx/irs/controllers/IrsController.java
Show resolved
Hide resolved
SonarCloud Quality Gate failed. 0 Bugs 81.6% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
No description provided.