Allow users to specify distribution and component when modifying content - #1492
Open
daviddavis wants to merge 1 commit into
Open
Allow users to specify distribution and component when modifying content#1492daviddavis wants to merge 1 commit into
daviddavis wants to merge 1 commit into
Conversation
daviddavis
marked this pull request as draft
July 29, 2026 15:37
daviddavis
force-pushed
the
repository-modify-structure
branch
4 times, most recently
from
July 29, 2026 18:49
77c51ac to
80bb31b
Compare
daviddavis
marked this pull request as ready for review
July 29, 2026 18:58
daviddavis
force-pushed
the
repository-modify-structure
branch
4 times, most recently
from
July 30, 2026 12:13
72f3350 to
251cab2
Compare
daviddavis
marked this pull request as draft
July 30, 2026 12:13
daviddavis
force-pushed
the
repository-modify-structure
branch
from
July 30, 2026 18:10
251cab2 to
9f78c10
Compare
daviddavis
marked this pull request as ready for review
July 30, 2026 19:36
Allow repositories/deb/apt/{pulp_id}/modify/ requests to add/remove
packages using optional distribution and component parameters. The task
will create or remove matching release structure content while
preserving package-only behavior when both parameters are omitted.
fixes pulp#1491
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
daviddavis
force-pushed
the
repository-modify-structure
branch
from
July 30, 2026 19:40
9f78c10 to
ca95206
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow
repositories/deb/apt/{pulp_id}/modify/requests to add/remove packages using optionaldistributionandcomponentparameters. The task will create or remove matching release structure content while preserving package-only behavior when both parameters are omitted.fixes #1491