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
Remove unused pulpcore.plugin objects #421
Conversation
|
pulp_container needs an update replacing its https://github.com/pulp/pulp_container/blob/c924075a7d6817840cf6a58d324680170dd09564/pulp_container/app/viewsets.py#L42 with direct usage of
|
|
@bmbouter ,
Let's coordinate the merge/cherry-pick, so RPM plugin is not broken for long. |
CHANGES/plugin_api/5693.removal
Outdated
| @@ -0,0 +1 @@ | |||
| The ``pulpcore.plugin.models.Model`` is renamed to ``pulpcore.plugin.models.BaseModel``. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better to mention all the objects which are removed from the plugin API, so plugin writers are not surprised that something disappeared.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea! I will add those here.
|
@bmbouter pulp_container uses CharInFilter, since
ok |
Let me back out these changes
Yes I'm going to try to open PRs to fix this before merging this.
👍 |
|
I added back |
|
I also added the removals in release notes. |
pulpcore changed the name of `Model` to `BaseModel`. This PR updated pulp_rpm to do the same. Required PR: pulp/pulpcore#421 https://pulp.plan.io/issues/5693 closes #5693
|
Here's the corresponding pulp_rpm PR: pulp/pulp_rpm#1546 I'm making one for pulp_container now too. |
pulpcore changed the name of `Model` to `BaseModel`. This PR updates pulp-2to3-migration to do the same. Required PR: pulp/pulpcore#421 https://pulp.plan.io/issues/5693 closes #5693
|
I realized pulp_container didn't need an update, but pulp-2to3-migraiton does: pulp/pulp-2to3-migration#53 |
pulpcore changed the name of `Model` to `BaseModel`. This PR updates pulp_ansible to do the same. Required PR: pulp/pulpcore#421 https://pulp.plan.io/issues/5693 closes #5693
This was done by an audit against master for pulp_rpm, pulp_container, pulp_file, pulp_deb, pulp-certguard, and pulp_cookbook. pulp_container will require a small update replacing its CharInFilter usage. https://pulp.plan.io/issues/5693 closes #5693
pulpcore changed the name of `Model` to `BaseModel`. This PR updates pulp-2to3-migration to do the same. Required PR: pulp/pulpcore#421 https://pulp.plan.io/issues/5693 closes #5693
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! ![]()
pulpcore changed the name of `Model` to `BaseModel`. This PR updated pulp_rpm to do the same. Required PR: pulp/pulpcore#421 https://pulp.plan.io/issues/5693 closes #5693 (cherry picked from commit 6692804)
This was done by an audit against master for pulp_rpm, pulp_container,
pulp_file, pulp_deb, pulp-certguard, and pulp_cookbook.
pulp_container will require a small update replacing its CharInFilter
usage.
https://pulp.plan.io/issues/5693
closes #5693