-
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
SD-20 Enhancement to OVS Conformance checks #219
Conversation
Hi @preetamnpr, I just checked what SD-17 actually is, and I see: "OVS - write the Dev Portal implementation guide" |
I realized it later that the SD-17 was for the developer portal rather than the OVS checks enhancement. |
No problem, please just update the title of this PR, so it matches reality. If you squash merge it, the used commit messages don't care! |
ovs/src/main/java/org/dcsa/conformance/standards/ovs/checks/OvsChecks.java
Outdated
Show resolved
Hide resolved
ovs/src/main/java/org/dcsa/conformance/standards/ovs/action/SupplyScenarioParametersAction.java
Outdated
Show resolved
Hide resolved
ovs/src/main/java/org/dcsa/conformance/standards/ovs/checks/QueryParameterSchemaCheck.java
Outdated
Show resolved
Hide resolved
ovs/src/main/java/org/dcsa/conformance/standards/ovs/party/OvsPublisher.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/dcsa/conformance/core/party/CustomJsonPointer.java
Show resolved
Hide resolved
ovs/src/main/java/org/dcsa/conformance/standards/ovs/checks/OvsChecks.java
Outdated
Show resolved
Hide resolved
ovs/src/main/java/org/dcsa/conformance/standards/ovs/checks/OvsChecks.java
Outdated
Show resolved
Hide resolved
…ram condition and checks title.
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.
Looking good, from the Java perspective. Thanks Preetam!
Please wait for merging on the others (different perspectives).
200, | ||
Map.of(API_VERSION, List.of(apiVersion)), | ||
new ConformanceMessageBody(jsonResponseBody)); | ||
ArrayNode filteredArray = OBJECT_MAPPER.createArrayNode(); |
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.
Is this for dynamically generating the response from the static file according to the filter params?
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.
Yes, indeed.. The publisher is created such a way that it exhibits real behavior.
Please note this story actually belongs to SD-20 of OVS. Please refer the story in the JIRA. https://dcsa.atlassian.net/browse/SD-20 .