Actions
Issue #4794
closedPulp handles incompatible plugins poorly
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Master
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Quarter:
Description
As I was discussing with dkilban on IRC, Pulp does not handle plugins being incompatible with its current version very well.
Here is a partial snippet of logs from my container for pulp-api (which calls makemigrations and migrate before starting pulp-api), and a complete snippet:
https://pastebin.com/nmhNdHAd
https://pastebin.com/My1ZSBwj
When this error occurs, I can access /pulp/api/v3/, but not /pulp/api/v3/status/ . It yields HTTP 500 error.
Related issues
Updated by amacdona@redhat.com over 5 years ago
- Related to Issue #4562: Source installs should fail if a plugin requires a newer version of pulpcore-plugin or pulpcore than is checked out added
Updated by amacdona@redhat.com over 5 years ago
- Status changed from NEW to ASSIGNED
- Triaged changed from No to Yes
Updated by dkliban@redhat.com over 5 years ago
- Has duplicate Issue #4829: Can't access API docs added
Added by dkliban@redhat.com over 5 years ago
Updated by dkliban@redhat.com over 5 years ago
- Status changed from ASSIGNED to MODIFIED
Applied in changeset pulpcore|8d80fc9f2b5c06a783712ae64929be6bf6348e1b.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Problem: OpenAPI schema can't be generated for some plugins
Solution: generate schema from Views without querysets
This patch also skips generating schema for views without models associated with them.
fixes: #4794 https://pulp.plan.io/issues/4794