Sha256: efec7a88f7a901b7539bbef380b58a8a3dc9d9e4d6bec592691b55a189422678

Contents?: true

Size: 525 Bytes

Versions: 137

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

137 entries across 137 versions & 1 rubygems

Version Path
katello-4.5.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.4.0.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.4.0.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.3.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.4.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.4.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.4.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.2.2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.3.0 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.3.0.rc4 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.3.0.rc3 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.3.0.rc2.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.3.0.rc2 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.3.0.rc1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.2.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.2.0.1 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.1.4 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.0.3 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-4.2.0.1.rc3 app/views/katello/api/v2/content_view_histories/show.json.rabl
katello-3.18.5 app/views/katello/api/v2/content_view_histories/show.json.rabl