Feature #8306
API for selecting multiple *packages*, and 'apply them' to multiple content views in multiple environments.
Related issues
Associated revisions
Merge pull request #4844 from jlsherrill/inc_update
fixes #8306,8177,8180 - adding incremnetal update api
History
#1
Updated by Walden Raines over 8 years ago
- Blocks Tracker #8176: Errata Management Incremental Updates added
#2
Updated by Walden Raines over 8 years ago
- translation missing: en.field_story_points set to 3.0
- Triaged changed from No to Yes
Add this to the existing incremental update API as a parameter.
#3
Updated by Justin Sherrill over 8 years ago
- Assignee set to Justin Sherrill
- Target version set to 62
- Difficulty set to medium
#4
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/4844 added
- Pull request deleted (
)
#5
Updated by Justin Sherrill over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|981dac777fd1d9ee7c15c2ed220bef7e16f64605.
#6
Updated by Eric Helms about 8 years ago
- Legacy Backlogs Release (now unused) set to 23
fixes #8306,8177,8180 - adding incremnetal update api
example api call:
POST /katello/api/v2/content_view_versions/incremental_update
{
"content_view_version_environments": [{"content_view_version_id": 5, "environment_ids": [1,2,3]}],
"add_content": {"errata_ids": ["3068d8b3-5546-4ad7-90ea-8df0c0af5792"] },
"environment_ids": [1],
"resolve_dependencies": true
}