Actions
Task #3225
closedStory #3209: As a user, I have Repository Versions
Update Changeset API to use repository versions
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 31
Quarter:
Description
The ChangeSet interface should accept only the 'repository_version' argument instead of 'old_version' and 'new_version'. The 'repository_version' argument should be the new repository version the ChangeSet is operating on.
Updated by bmbouter almost 7 years ago
The current changeset interface takes a single repo version like:
def __init__(self, importer, repo_version, additions=(), removals=()):
"""
Args:
importer (pulpcore.plugin.models.Importer): An importer.
repo_version (pulpcore.plugin.models.RepositoryVersion): The new version to which
content should be added and removed
The sync interface takes both an old_version
and a new_version
. We should think about if we want to have these interfaces be dissimilar or not.
Updated by jortel@redhat.com almost 7 years ago
We have mostly avoided unnecessary abbreviations in pulp 3. Suggest we use repository_version instead of repo_version. Please!
Updated by amacdona@redhat.com almost 7 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to amacdona@redhat.com
Updated by amacdona@redhat.com almost 7 years ago
- Status changed from ASSIGNED to MODIFIED
This was fixed when the ChangeSet was updated for asyncio.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions