Sha256: efec7a88f7a901b7539bbef380b58a8a3dc9d9e4d6bec592691b55a189422678

Contents?: true

Size: 525 Bytes

Versions: 136

Compression:

Stored size: 525 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|
  h.triggered_by&.name
end

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

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

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

Version data entries

136 entries across 136 versions & 1 rubygems

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