Actions
Feature #9223
closedIndicate to the user that an incremental update is in progress (API)
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.
Updated by Walden Raines almost 10 years ago
- Copied from Feature #9166: Indicate to the user that an incremental update is in progress (UI) added
Updated by Walden Raines almost 10 years ago
- Copied from deleted (Feature #9166: Indicate to the user that an incremental update is in progress (UI))
Updated by Walden Raines almost 10 years ago
- Blocks Tracker #8176: Errata Management Incremental Updates added
Updated by Justin Sherrill almost 10 years ago
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
Updated by Walden Raines almost 10 years ago
- 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, } ] }
Updated by Eric Helms almost 10 years ago
- Target version changed from 67 to 66
- Translation missing: en.field_release set to 23
Actions