-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add/run create error #410
Add/run create error #410
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.
Looking good. I left one comment.
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.
I want to understand why our IQE tests are not running before we merge this though.
Oh! The pr check is back! Yay! \o/ |
I just thought of something. We need to add the |
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.
I just thought of something. We need to add the message field to the openapi spec:
https://github.com/RedHatInsights/playbook-dispatcher/blob/master/schema/private.openapi.yaml#L246
/retest |
@dscervantes I think this is failing because the api code needs to be regenerated because we changed the openapi spec. Can you run |
This looks related to: golang/go#69361 |
fa16ee9
to
1f733a8
Compare
1f733a8
to
f7946bc
Compare
/retest |
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!
What?
Explain what the change is linking any relevant JIRAs or Issues.
add an error message to the response from the dispatch api call
https://issues.redhat.com/browse/RHCLOUD-35452
Why?
Consider what business or engineering goal does this PR achieves.
https://issues.redhat.com/browse/RHCLOUD-35452
How?
Describe how the change is implemented. Any noteable new libaries, APIs, or features.
Testing
Did you add any tests for the change?
Anything Else?
Any other notes about the PR that would be useful for the reviewer.
Secure Coding Practices Checklist Link
Secure Coding Checklist