-
Notifications
You must be signed in to change notification settings - Fork 196
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
Modify the fedmsgs to handle multiple content types #1326
Labels
Milestone
Comments
bowlofeggs
added
API
Issues related to Bodhi's REST API
Gibson
Refactor
Issues that are a refactor to improve maintainability for Bodhi
RFE
Requests for Enhancement
labels
Mar 3, 2017
ralphbean
added a commit
to ralphbean/bodhi
that referenced
this issue
May 24, 2017
This should fix fedora-infra#1325 and fedora-infra#1326. As mentioned in fedora-infra#1325, this: - Expands the GET api to return the `content_type` of a given update. - Expands the search api to allow filtering on the `content_type` of updates. - Enhances the submission api to *infer* the content_type from the given NVR, which should have minimal impact on users. To this last point, we have to add an additional call to koji during module submission to get the `extra` info back from the `koji.getBuild()` API. Certain markers live in that block that can help us figure out what kind of build this is. Containers built in OSBS and Modules from the MBS will have identifying keys there. The code should have full coverage. I introduced some unit tests of new functions and methods I added and I also tested full request/reply paths through the affected cornice services.
ralphbean
added a commit
to ralphbean/bodhi
that referenced
this issue
May 30, 2017
This should fix fedora-infra#1325 and fedora-infra#1326. As mentioned in fedora-infra#1325, this: - Expands the GET api to return the `content_type` of a given update. - Expands the search api to allow filtering on the `content_type` of updates. - Enhances the submission api to *infer* the content_type from the given NVR, which should have minimal impact on users. To this last point, we have to add an additional call to koji during module submission to get the `extra` info back from the `koji.getBuild()` API. Certain markers live in that block that can help us figure out what kind of build this is. Containers built in OSBS and Modules from the MBS will have identifying keys there. The code should have full coverage. I introduced some unit tests of new functions and methods I added and I also tested full request/reply paths through the affected cornice services.
ralphbean
added a commit
to ralphbean/bodhi
that referenced
this issue
May 30, 2017
This should fix fedora-infra#1325 and fedora-infra#1326. As mentioned in fedora-infra#1325, this: - Expands the GET api to return the `content_type` of a given update. - Expands the search api to allow filtering on the `content_type` of updates. - Enhances the submission api to *infer* the content_type from the given NVR, which should have minimal impact on users. To this last point, we have to add an additional call to koji during module submission to get the `extra` info back from the `koji.getBuild()` API. Certain markers live in that block that can help us figure out what kind of build this is. Containers built in OSBS and Modules from the MBS will have identifying keys there. The code should have full coverage. I introduced some unit tests of new functions and methods I added and I also tested full request/reply paths through the affected cornice services.
I think this is fixed by #1543. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to redesign our fedmsgs so they can handle multiple content types.
The text was updated successfully, but these errors were encountered: