Bug 1320319 - Remove "custom" from certain descriptions in Repository API path descriptions
Summary: Remove "custom" from certain descriptions in Repository API path descriptions
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: API
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
low vote
Target Milestone: Unspecified
Assignee: Zach Huntington-Meath
QA Contact: jcallaha
URL: http://projects.theforeman.org/issues...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-22 20:21 UTC by jcallaha
Modified: 2019-09-25 21:17 UTC (History)
1 user (show)

Fixed In Version: rubygem-katello-3.0.0.26-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-07-27 11:23:58 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 14382 0 None None None 2016-04-22 16:22:41 UTC

Description jcallaha 2016-03-22 20:21:06 UTC
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"
    },

Comment 2 Zach Huntington-Meath 2016-03-29 17:49:32 UTC
Created redmine issue http://projects.theforeman.org/issues/14382 from this bug

Comment 3 Bryan Kearney 2016-04-06 14:05:31 UTC
Moving to POST since upstream bug http://projects.theforeman.org/issues/14382 has been closed
-------------
Zach Huntington-Meath
Applied in changeset commit:katello|1449c65267b51cf484993427cd63211543bfa296.

Comment 4 jcallaha 2016-06-14 19:51:21 UTC
Verified in Satellite 6.2 Beta Snap 15.2

The api/v2 documentation is now updated to reflect the latest changes.

"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"
}

Comment 5 Bryan Kearney 2016-07-27 11:23:58 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2016:1501


Note You need to log in before you can comment on or make changes to this bug.