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.11.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.11.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.10.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.9.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.10.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.10.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.8.4 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.9.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.8.3 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.9.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.7.6 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.8.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.9.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.9.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.8.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.7.5 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.8.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.8.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.7.4 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.8.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl