Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1320319

Summary: Remove "custom" from certain descriptions in Repository API path descriptions
Product: Red Hat Satellite Reporter: jcallaha
Component: APIAssignee: Zach Huntington-Meath <zhunting>
Status: CLOSED ERRATA QA Contact: jcallaha
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: bbuckingham
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
URL: http://projects.theforeman.org/issues/14382
Whiteboard:
Fixed In Version: rubygem-katello-3.0.0.26-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-27 11:23:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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