Project

General

Profile

Actions

Feature #9223

closed

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

Added by Walden Raines about 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Web UI
Target version:
Difficulty:
medium
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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 1 (0 open1 closed)

Blocks Katello - Tracker #8176: Errata Management Incremental UpdatesResolved10/29/2014

Actions
Actions #1

Updated by Walden Raines about 9 years ago

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

Updated by Walden Raines about 9 years ago

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

Updated by Walden Raines about 9 years ago

  • Blocks Tracker #8176: Errata Management Incremental Updates added
Actions #4

Updated by Justin Sherrill about 9 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
Actions #5

Updated by Walden Raines about 9 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,      
    }
  ]
}
Actions #6

Updated by Eric Helms about 9 years ago

  • Target version changed from 67 to 66
  • translation missing: en.field_release set to 23
Actions

Also available in: Atom PDF