Project

General

Profile

Actions

Bug #31996

closed

Remove deprecated API params

Added by Jeremy Lenz about 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
API
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

The toolbelt tool for deprecation tracking doesn't find deprecated API params marked with :deprecated => true. (It only finds deprecations where ::Foreman::Deprecation.api_deprecation_warning or Foreman::Deprecation.deprecation_warning is called.)

Therefore, this issue is being raised manually to remind us to remove these deprecated API params in Katello 4.1:

app/controllers/katello/api/v2/errata_controller.rb#L65

api :GET, "/content_view_versions/:id/available_errata", N_("Return errata that can be added to the Content View Version via an Incremental Update. Will be removed in Katello 4.1."), :deprecated => true

app/controllers/katello/api/v2/host_errata_controller.rb#L54

param :errata_ids, Array, :desc => N_("List of Errata ids to install. Will be removed in Katello 4.1."), :required => false, :deprecated => true

Actions #1

Updated by Chris Roberts about 3 years ago

  • Triaged changed from No to Yes
Actions #2

Updated by Chris Roberts almost 3 years ago

  • Category set to API
  • Status changed from New to Assigned
  • Assignee set to Chris Roberts
Actions #3

Updated by The Foreman Bot almost 3 years ago

  • Status changed from Assigned to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/9367 added
Actions #4

Updated by The Foreman Bot almost 3 years ago

  • Fixed in Releases Katello 4.2.0 added
Actions #5

Updated by Chris Roberts almost 3 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF