-
Notifications
You must be signed in to change notification settings - Fork 56
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
OTA-15: Return 400 Bad Request
for responses that contain an empty graph
#933
base: master
Are you sure you want to change the base?
OTA-15: Return 400 Bad Request
for responses that contain an empty graph
#933
Conversation
Skipping CI for Draft Pull Request. |
/test all |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Davoska The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
91dced7
to
7576bce
Compare
/test all |
Return `400 Bad Request` for responses that contain an empty graph. Such responses are currently only generated when a specified channel and architecture result in an empty update graph due to the filtering. This commit is part of the effort to improve the UX regarding requests that contain invalid query parameters. In the future, more fine-grained return messages will be returned.
7576bce
to
0d7d4ba
Compare
/test all |
7acebf7
to
6152c3e
Compare
/test ci/prow/cargo-test |
@Davoska: The specified target(s) for
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/test cargo-test |
1 similar comment
/test cargo-test |
e528b17
to
d571b89
Compare
/test cargo-test |
1 similar comment
/test cargo-test |
87afb23
to
0d7d4ba
Compare
400 Bad Request
for responses that contain an empty graph
400 Bad Request
for responses that contain an empty graph400 Bad Request
for responses that contain an empty graph
@Davoska: This pull request references OTA-15 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@Davoska: This pull request references OTA-15 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
400 Bad Request
for responses that contain an empty graph400 Bad Request
for responses that contain an empty graph
/test all |
1 similar comment
/test all |
@Davoska: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Return
400 Bad Request
for responses that contain an empty graph. Suchresponses are currently only generated when a specified channel and
architecture result in an empty update graph due to the filtering.
This commit is part of the effort to improve the UX regarding requests
that contain invalid query parameters. In the future, more fine-grained
return messages will be returned.
This pull request references https://issues.redhat.com/browse/OTA-15