Sha256: 113f116514c1fd71db72824b288477e578e56815ae81eb5c307966f6ce16a861

Contents?: true

Size: 764 Bytes

Versions: 171

Compression:

Stored size: 764 Bytes

Contents

object @resource

attributes :id, :pulp_id, :title, :errata_id
attributes :issued, :updated, :version, :status, :release
attributes :severity, :description, :solution, :summary, :reboot_suggested
attributes :_href
attributes :pulp_id => :uuid

child :cves => :cves do
  attributes :cve_id, :href
end

child :bugzillas => :bugs do
  attributes :bug_id, :href
end

attributes :title => :name
attributes :errata_type => :type

unless @disable_counts
  node(:hosts_available_count) { |m| m.hosts_available(params[:organization_id]).count }
  node(:hosts_applicable_count) { |m| m.hosts_applicable(params[:organization_id]).count }
end

node :packages do |e|
  e.packages.non_module_stream_packages.pluck(:nvrea)
end

node :module_streams do |e|
  e.module_streams
end

Version data entries

171 entries across 171 versions & 1 rubygems

Version Path
katello-4.14.2 app/views/katello/api/v2/errata/show.json.rabl
katello-4.15.0 app/views/katello/api/v2/errata/show.json.rabl
katello-4.15.0.rc2 app/views/katello/api/v2/errata/show.json.rabl
katello-4.15.0.rc1 app/views/katello/api/v2/errata/show.json.rabl
katello-4.14.1 app/views/katello/api/v2/errata/show.json.rabl
katello-4.14.0 app/views/katello/api/v2/errata/show.json.rabl
katello-4.14.0.rc3 app/views/katello/api/v2/errata/show.json.rabl
katello-4.14.0.rc2 app/views/katello/api/v2/errata/show.json.rabl
katello-4.14.0.rc1.1 app/views/katello/api/v2/errata/show.json.rabl
katello-4.14.0.rc1 app/views/katello/api/v2/errata/show.json.rabl
katello-4.13.1 app/views/katello/api/v2/errata/show.json.rabl
katello-4.13.0 app/views/katello/api/v2/errata/show.json.rabl
katello-4.12.1 app/views/katello/api/v2/errata/show.json.rabl
katello-4.13.0.rc1 app/views/katello/api/v2/errata/show.json.rabl
katello-4.12.0 app/views/katello/api/v2/errata/show.json.rabl
katello-4.12.0.rc3 app/views/katello/api/v2/errata/show.json.rabl
katello-4.12.0.rc2 app/views/katello/api/v2/errata/show.json.rabl
katello-4.12.0.rc1 app/views/katello/api/v2/errata/show.json.rabl
katello-4.11.1 app/views/katello/api/v2/errata/show.json.rabl
katello-4.11.0 app/views/katello/api/v2/errata/show.json.rabl