Actions
Task #8480
closedStory #8383: [EPIC] As a plugin writer I have the `repository`, `publication`, and `repository_version` fields on Distribution MasterModel
Rename `NewDistributionFilter` to `DistributionFilter`.
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
The name DistributionFilter
is the name we want, but unfortunately that name is take as part of machinery which will be deprecated with 3.12 but not actually removed until 3.13 at the earlier as part of this ticket. Because the name was taken we had to introduce NewDistribtionFilter
as the name instead.
This ticket is to do two things:
- Introduce the object named
pulpcore.plugin.viewset.NewDistributionFilter
aspulpcore.plugin.viewset.DistributionFilter
. - Deprecate the object named
pulpcore.plugin.viewset.NewDistributionFilter
. This will later be removed with Issue 8479.
Related issues
Updated by bmbouter over 3 years ago
- Blocked by Task #8385: Deprecate `BaseDistribution` and associated objects, in favor of new `Distribution` model with 3.12 added
Updated by bmbouter over 3 years ago
- Blocked by Story #8384: As a plugin, writer I have a new `Distribution` MasterModel replacing `BaseDistribution` added
Updated by bmbouter over 3 years ago
- Blocks Task #8479: Remove the deprecated `NewDistributionFilter` added
Updated by bmbouter over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by bmbouter over 3 years ago
Updated by bmbouter over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|96a36179359217b28e2e2d0a533dfe57235b5ff0.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Adds DistributionFilter
This add
pulpcore.plugin.viewsets.DistributionFilter
to replacepulpcore.plugin.viewsets.NewDistributionFilter
. Thepulpcore.plugin.viewsets.NewDistributionFilter
is now deprecated and will emit warnings if used.closes #8480