Uploaded image for project: 'Insights Experiences'
  1. Insights Experiences
  2. HMS-4963

return summary in rpm presence api

    • Icon: Task Task
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • None
    • Content
    • None

      Goal: 

      • Currently the rpm presence api does not include an rpm description, but its needed by the image builder UI

      Acceptance Criteria:

      Currently the api response looks like this:

       
      {
      found: ["packagea"],
      missing: ["packagec"]
      }
      

      we could change it to include:

       

       

      {
      found: ["packagea"],
      missing: ["packagec"]
      found_packages: [{name: "packagea", summary:"some great package"}]
      }
      

       

       

              rhn-engineering-jsherrill Justin Sherrill
              rhn-engineering-jsherrill Justin Sherrill
              Stephen Wadeley Stephen Wadeley
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: