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-4.2.2 app/models/katello/ostree_branch.rb
katello-4.3.0.rc1 app/models/katello/ostree_branch.rb
katello-4.2.1 app/models/katello/ostree_branch.rb
katello-4.2.0.1 app/models/katello/ostree_branch.rb
katello-4.1.4 app/models/katello/ostree_branch.rb
katello-4.0.3 app/models/katello/ostree_branch.rb
katello-4.2.0.1.rc3 app/models/katello/ostree_branch.rb
katello-3.18.5 app/models/katello/ostree_branch.rb
katello-4.2.0.1.rc2 app/models/katello/ostree_branch.rb
katello-4.2.0.rc2 app/models/katello/ostree_branch.rb
katello-4.1.3 app/models/katello/ostree_branch.rb
katello-4.2.0.rc1 app/models/katello/ostree_branch.rb
katello-4.0.2.1 app/models/katello/ostree_branch.rb
katello-4.1.2.1 app/models/katello/ostree_branch.rb
katello-4.0.2 app/models/katello/ostree_branch.rb
katello-4.1.2 app/models/katello/ostree_branch.rb
katello-3.18.4 app/models/katello/ostree_branch.rb
katello-4.1.1 app/models/katello/ostree_branch.rb
katello-4.1.0 app/models/katello/ostree_branch.rb
katello-4.0.1.2 app/models/katello/ostree_branch.rb