Actions
Story #6268
closedStory #4762: [Epic] As a user, I can copy content
Issue #6018: As a user, I have an API for copying content between repositories
As a user, I can copy from multiple source repo versions to destination repos at one time
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
This so support a config variable that maps multiple source repo versions to destination repos:
config:=[
{"source_repo_version": "$SRC_REPO_VERS_HREF", "dest_repo": "$DEST_REPO_HREF", "content": [$HREF1, $HREF2]},
{"source_repo_version": "$SRC_REPO_VERS_HREF", "dest_repo": "$DEST_REPO_HREF", "dest_base_version": "$DEST_BASE_VERSION", "content": []},
]
Updated by daviddavis over 4 years ago
In this task we removed the criteria param. To see it in git history, go to commit 974a6d9b43dfec66965b9634498f8df38ab59391.
Updated by dalley over 4 years ago
- Status changed from ASSIGNED to POST
- Parent issue changed from #4762 to #6018
Updated by daviddavis over 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 4caa4a4957bb64e3acbe6c89522312b05019a699.
Added by daviddavis over 4 years ago
Updated by dalley over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Allow copying of multiple sources to destinations in one call
fixes #6268 https://pulp.plan.io/issues/6268
fixes #6018 https://pulp.plan.io/issues/6018