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.15.3.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.15.3 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.15.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.15.1.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.15.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.15.0.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.15.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.15.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.15.0.rc1.3 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.15.0.rc1.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.15.0.rc1.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.15.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.14.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.13.4 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.14.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.13.3 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.14.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.13.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.14.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.13.1 app/views/katello/api/v2/content_view_histories/show.json.rabl