-
Notifications
You must be signed in to change notification settings - Fork 22
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
Include constraintID #1249
Include constraintID #1249
Conversation
a66518c
to
707d94f
Compare
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.
Looks good to me! A couple of non-blocking things. I'll approve once the type
comment has been resolved.
e2e-tests/src/test/java/gov/nasa/jpl/aerie/e2e/ConstraintsTests.java
Outdated
Show resolved
Hide resolved
e2e-tests/src/test/java/gov/nasa/jpl/aerie/e2e/types/ConstraintResult.java
Outdated
Show resolved
Hide resolved
merlin-server/src/main/java/gov/nasa/jpl/aerie/merlin/server/http/ResponseSerializers.java
Outdated
Show resolved
Hide resolved
This is valuable information for associating each response with its corresponding constraint, especially in cases where a compile error might not capture the constraint ID.
…he ResponseSerializer.
707d94f
to
b3c1940
Compare
@Mythicaeda Thank you for reviewing. I made the requested changes and updated the e2e test to also check for |
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! Thanks!
Description
The UI needs
constraintId
to be able to know which constraint has violations, compile errors, or no violations within the Constraint View.Verification
Updated the e2e test