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.7.3 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.7.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.7.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.6.2.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.6.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.7.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.6.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.7.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.7.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.4.2.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.4.2.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.4.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.5.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.6.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.6.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.6.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.5.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.5.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.4.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.5.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl