Sha256: a283153b5337d82d8ae9866c82bb99097e594d98127d6a0647c3a6d603ab1341

Contents?: true

Size: 579 Bytes

Versions: 55

Compression:

Stored size: 579 Bytes

Contents

object @resource

attributes :user, :status, :description, :action

child :environment => :environment do |_h|
  attributes :id, :name
end

node :version do |h|
  h.content_view_version.version
end

node :publish do |h|
  h.environment.nil?
end

node :version_id do |h|
  h.content_view_version.id
end

node :triggered_by do |h|
  if h.triggered_by
    h.triggered_by.name
  end
end

node :triggered_by_id do |h|
  if h.triggered_by
    h.triggered_by.id
  end
end

child :task => :task do
  extends 'foreman_tasks/api/tasks/show'
end

extends 'katello/api/v2/common/timestamps'

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
katello-3.13.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.13.0.rc2.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.13.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.12.3 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.12.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.13.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.12.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.11.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.10.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.12.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.12.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.10.1.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.12.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.10.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.11.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.11.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.11.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.11.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.10.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.10.0.rc1.1 app/views/katello/api/v2/content_view_histories/show.json.rabl