Sha256: 57e9b5e3b00af4b30b1cfc9a965a11af2ef1ed57bbcb3c4a06652570eb98b954

Contents?: true

Size: 389 Bytes

Versions: 81

Compression:

Stored size: 389 Bytes

Contents

module Katello
  class OstreeBranch < Katello::Model
    include Concerns::PulpDatabaseUnit

    scoped_search :on => :name, :complete_value => true
    scoped_search :on => :version, :complete_value => true
    scoped_search :on => :commit, :complete_value => true
    scoped_search :on => :pulp_id, :complete_value => true, :rename => :uuid

    CONTENT_TYPE = "ostree".freeze
  end
end

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
katello-3.16.0.rc4 app/models/katello/ostree_branch.rb
katello-3.16.0.rc3.1 app/models/katello/ostree_branch.rb
katello-3.15.2 app/models/katello/ostree_branch.rb
katello-3.16.0.rc3 app/models/katello/ostree_branch.rb
katello-3.16.0.rc2.1 app/models/katello/ostree_branch.rb
katello-3.16.0.rc2 app/models/katello/ostree_branch.rb
katello-3.15.1.1 app/models/katello/ostree_branch.rb
katello-3.16.0.rc1.1 app/models/katello/ostree_branch.rb
katello-3.15.1 app/models/katello/ostree_branch.rb
katello-3.16.0.rc1 app/models/katello/ostree_branch.rb
katello-3.15.0.1 app/models/katello/ostree_branch.rb
katello-3.15.0 app/models/katello/ostree_branch.rb
katello-3.15.0.rc2 app/models/katello/ostree_branch.rb
katello-3.15.0.rc1.3 app/models/katello/ostree_branch.rb
katello-3.15.0.rc1.2 app/models/katello/ostree_branch.rb
katello-3.15.0.rc1.1 app/models/katello/ostree_branch.rb
katello-3.15.0.rc1 app/models/katello/ostree_branch.rb
katello-3.14.1 app/models/katello/ostree_branch.rb
katello-3.14.0 app/models/katello/ostree_branch.rb
katello-3.14.0.rc2 app/models/katello/ostree_branch.rb