Actions
Issue #7306
closedopenapi v3 schema endpoint does not respect the 'plugin' query parameter
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
The schema generation is supposed to take a 'plugin' parameter that limits which endpoints are included in the schema.
This was handled using the code here before[0].
[0] https://github.com/pulp/pulpcore/blob/3.5/pulpcore/app/openapigenerator.py#L123-L135
Updated by fao89 over 4 years ago
This is the point where I tried to implement it: https://github.com/pulp/pulpcore/blob/master/pulpcore/openapi/__init__.py#L268-L277
Updated by mdellweg over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
Updated by pulpbot over 4 years ago
- Status changed from ASSIGNED to POST
Updated by pulpbot over 4 years ago
Added by mdellweg over 4 years ago
Updated by mdellweg over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|fb776ed7c99d724d2f87e391b7c54147e7d83bc3.
Updated by pulpbot over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Decouple plugin filter apidoc from "bindings"
fixes #7306 https://pulp.plan.io/issues/7306