Allow content to be uploaded into multiple repos
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 598
- Forks
- 168
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 86
Description
Is your feature request related to a problem? Please describe.
Currently, pulp_rpm signs a package when it's uploaded. This means if you want to upload a package and add it to multiple repos, you have to upload it multiple times. This is not great for large rpms--we have ones as large as 2GB.
Describe the solution you'd like
Perhaps the repository field on upload could accept a single repo id or a list of repo ids?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the upload API handling and the repository field described in the issue. Determine how uploads are signed and associated with repositories, then define the behavior for accepting one repository ID or multiple IDs and verify that a large package is uploaded and signed only once.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100