Feature #9223
closed
Indicate to the user that an incremental update is in progress (API)
Added by Walden Raines almost 10 years ago.
Updated over 6 years ago.
Description
As a user I want to know that there is already an incremental update in progress. Need to decide how we show this information as part of this issue.
- Copied from Feature #9166: Indicate to the user that an incremental update is in progress (UI) added
- Copied from deleted (Feature #9166: Indicate to the user that an incremental update is in progress (UI))
- Blocks Tracker #8176: Errata Management Incremental Updates added
So this should include:
- An api to list running/pending incremental updates and errata installation tasks
- Task details should show content view version, environment, and errata information
- Status changed from New to Closed
This is not needed as we can do the following instead.
POST /foreman_tasks/api/tasks/bulk_search
"searches" : [
{
"type": "all",
"resource_type": "Organization",
"resource_id": 1,
"action_types": "Actions::Katello::ContentView::IncrementalUpdates",
"active_only" : true,
}
]
}
- Target version changed from 67 to 66
- Translation missing: en.field_release set to 23
Also available in: Atom
PDF