Sha256: 5ca642f0e563e6775fb82504b8246df93fd2a7835ffada77f892620dfbf9c2bf

Contents?: true

Size: 943 Bytes

Versions: 16

Compression:

Stored size: 943 Bytes

Contents

child :content_facet => :content_facet_attributes do
  extends 'katello/api/v2/content_facet/base'

  node do |content_facet|
    version = content_facet.content_view_version
    {
      :content_view_version => version.version,
      :content_view_version_id => version.id,
      :content_view_version_latest => version.latest?
    }
  end

  node :content_view_default? do |content_facet|
    content_facet.content_view.default?
  end

  node :lifecycle_environment_library? do |content_facet|
    content_facet.lifecycle_environment.library?
  end

  node :katello_agent_installed do |content_facet|
    content_facet.katello_agent_installed?
  end

  node :katello_tracer_installed do |content_facet|
    content_facet.tracer_installed?
  end

  node :katello_agent_enabled do
    Katello.with_katello_agent?
  end

  node :remote_execution_by_default do
    Katello.remote_execution_by_default?
  end
end

attributes :description, :facts

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
katello-4.4.2.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.4.2.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.4.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.4.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.5.0.rc1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.4.0.2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.4.0.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.3.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.4.0 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.4.0.rc2 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.4.0.rc1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.3.0 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.3.0.rc4 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.3.0.rc3 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.3.0.rc2.1 app/views/katello/api/v2/content_facet/show.json.rabl
katello-4.3.0.rc2 app/views/katello/api/v2/content_facet/show.json.rabl