Project

General

Profile

Feature #9223

Indicate to the user that an incremental update is in progress (API)

Added by Walden Raines about 8 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Category:
Web UI
Target version:
Difficulty:
medium
Triaged:
Yes
Bugzilla link:
Pull request:
Fixed in Releases:
Found in Releases:
Red Hat JIRA:

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.


Related issues

Blocks Katello - Tracker #8176: Errata Management Incremental UpdatesResolved2014-10-29

History

#1 Updated by Walden Raines about 8 years ago

  • Copied from Feature #9166: Indicate to the user that an incremental update is in progress (UI) added

#2 Updated by Walden Raines about 8 years ago

  • Copied from deleted (Feature #9166: Indicate to the user that an incremental update is in progress (UI))

#3 Updated by Walden Raines about 8 years ago

  • Blocks Tracker #8176: Errata Management Incremental Updates added

#4 Updated by Justin Sherrill about 8 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

#5 Updated by Walden Raines about 8 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,      
    }
  ]
}

#6 Updated by Eric Helms about 8 years ago

  • Target version changed from 67 to 66
  • Legacy Backlogs Release (now unused) set to 23

Also available in: Atom PDF