Bug 1392595
Summary: | API should not declare HTTP DELETE verb on blueprints collection | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | abellott | |
Component: | API | Assignee: | Gregg Tanzillo <gtanzill> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Kourim <mkourim> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 5.7.0 | CC: | cpelland, jhardy, obarenbo | |
Target Milestone: | GA | Keywords: | TestOnly | |
Target Release: | 5.8.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 5.8.0.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1393120 (view as bug list) | Environment: | ||
Last Closed: | 2017-06-12 17:38:31 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1393120 |
Description
abellott
2016-11-07 21:13:10 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/0649fdc86fd6fff37a8a398fbf2487aac890776a commit 0649fdc86fd6fff37a8a398fbf2487aac890776a Author: Alberto Bellotti <abellott> AuthorDate: Fri Nov 4 13:12:31 2016 -0400 Commit: Alberto Bellotti <abellott> CommitDate: Mon Nov 7 16:13:43 2016 -0500 Should not be declaring DELETE HTTP verb on collection - Remove DELETE HTTP verb declaration on /api/blueprints https://bugzilla.redhat.com/show_bug.cgi?id=1392595 config/api.yml | 3 --- 1 file changed, 3 deletions(-) New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/88319933622edc9ed54c9b631284ebf355388aab commit 88319933622edc9ed54c9b631284ebf355388aab Author: Jason Frey <fryguy9> AuthorDate: Tue Nov 8 16:27:23 2016 -0500 Commit: Oleg Barenboim <chessbyte> CommitDate: Tue Nov 8 16:40:09 2016 -0500 Merge pull request #12444 from abellotti/api_delete_blueprint_collection Should not be declaring DELETE HTTP verb on collection (cherry picked from commit 97a2520ad8a2b8580ff21e2ca3163ef0357de1ec) https://bugzilla.redhat.com/show_bug.cgi?id=1392595 config/api.yml | 3 --- 1 file changed, 3 deletions(-) Verified on 5.8.0.9-alpha2 that the HTTP DELETE is no longer present for blueprints collection. |