Project

Profile

Help

Story #3504

closed

As a user, I can publish any repository version

Added by dalley almost 6 years ago. Updated about 3 years ago.

Status:
MODIFIED
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
3.0.0
Target Release - Python:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

The publish REST API needs to accept a repository or a repository_version parameter. When the repository_version is specified, the publisher should publish that repository version. When only the repository is specified, the latest repository version for that repository should be published.

The repository and repository_version cannot be used together. When submitted together, an exception should be raised. I think the most appropriate HTTP error response for this is a 400 Bad Request.

Actions #1

Updated by dalley almost 6 years ago

This basically clones https://pulp.plan.io/issues/3324 from pulp_file

PR here: https://github.com/pulp/pulp_file/pull/53

Most can be copied.

Actions #2

Updated by daviddavis almost 6 years ago

Adding checklist item to do a bit of refactoring to create a shared method which can get the repo version from the options.

Added by dalley almost 6 years ago

Revision e4ef2d97 | View on GitHub

Support publishing any repository version, not just the latest one

  • Able to publish any version of the repo, not just the latest one
  • Refactoring and cleanup

closes #3504 https://pulp.plan.io/issues/3504

Actions #4

Updated by dalley almost 6 years ago

  • Status changed from NEW to POST
Actions #5

Updated by dalley almost 6 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #6

Updated by bmbouter almost 5 years ago

  • Tags deleted (Pulp 3, Pulp 3 MVP)
Actions #7

Updated by dalley about 3 years ago

  • Platform Release set to 3.0.0

Also available in: Atom PDF