Project

General

Profile

Actions

Bug #14382

closed

Remove "custom" from certain descriptions in Repository API path descriptions

Added by Zach Huntington-Meath about 8 years ago. Updated almost 6 years ago.

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

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1320319
Description of problem:
Non-custom repos are now able to be updated and shown. Yet the APi descriptions for those paths specify that only custom repos can use these paths.

Version-Release number of selected component (if applicable):
Satellite 6.2 Beta Snap 4

How reproducible:
Always

Steps to Reproduce:
1. submit a GET request to /api/v2/

Actual results:
"repositories": {
"List of enabled repositories": "/katello/api/repositories",
"Create a custom repository": "/katello/api/repositories",
"Show the available repository types": "/katello/api/repositories/repository_types",
"Show a custom repository": "/katello/api/repositories/:id",
"Sync a repository": "/katello/api/repositories/:id/sync",
"Export a repository": "/katello/api/repositories/:id/export",
"Update a custom repository": "/katello/api/repositories/:id",
"Destroy a custom repository": "/katello/api/repositories/:id",
"Upload content into the repository": "/katello/api/repositories/:id/upload_content",
"Import uploads into a repository": "/katello/api/repositories/:id/import_uploads",
"Return the content of a repo gpg key, used directly by yum": "/katello/api/repositories/:id/gpg_key_content"
},

Expected results:
"repositories": {
"List of enabled repositories": "/katello/api/repositories",
"Create a custom repository": "/katello/api/repositories",
"Show the available repository types": "/katello/api/repositories/repository_types",
"Show a repository": "/katello/api/repositories/:id",
"Sync a repository": "/katello/api/repositories/:id/sync",
"Export a repository": "/katello/api/repositories/:id/export",
"Update a repository": "/katello/api/repositories/:id",
"Destroy a custom repository": "/katello/api/repositories/:id",
"Upload content into the repository": "/katello/api/repositories/:id/upload_content",
"Import uploads into a repository": "/katello/api/repositories/:id/import_uploads",
"Return the content of a repo gpg key, used directly by yum": "/katello/api/repositories/:id/gpg_key_content"
},

Actions #1

Updated by Zach Huntington-Meath about 8 years ago

  • Assignee set to Zach Huntington-Meath
Actions #2

Updated by The Foreman Bot about 8 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/5923 added
Actions #3

Updated by Zach Huntington-Meath about 8 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #4

Updated by Eric Helms about 8 years ago

  • translation missing: en.field_release set to 86
Actions

Also available in: Atom PDF