Sha256: 43275b644be4cd92a7e38f63c6df91c59112a1e7ac55aaa385ec83006142c30d

Contents?: true

Size: 359 Bytes

Versions: 16

Compression:

Stored size: 359 Bytes

Contents

module Actions
  module Katello
    module Repository
      class IndexErrata < Actions::EntryAction
        def plan(repository)
          plan_self(:user_id => ::User.current.id, :id => repository.id)
        end

        def run
          repo = ::Katello::Repository.find(input[:id])
          repo.index_db_errata
        end
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
katello-3.2.1.1 app/lib/actions/katello/repository/index_errata.rb
katello-3.2.1 app/lib/actions/katello/repository/index_errata.rb
katello-3.2.0 app/lib/actions/katello/repository/index_errata.rb
katello-3.2.0.rc3 app/lib/actions/katello/repository/index_errata.rb
katello-3.2.0.rc2 app/lib/actions/katello/repository/index_errata.rb
katello-3.2.0.rc1.1 app/lib/actions/katello/repository/index_errata.rb
katello-3.2.0.rc1 app/lib/actions/katello/repository/index_errata.rb
katello-3.1.0.1 app/lib/actions/katello/repository/index_errata.rb
katello-3.1.0 app/lib/actions/katello/repository/index_errata.rb
katello-3.1.0.rc2.1 app/lib/actions/katello/repository/index_errata.rb
katello-3.0.2 app/lib/actions/katello/repository/index_errata.rb
katello-3.1.0.rc1 app/lib/actions/katello/repository/index_errata.rb
katello-3.0.1 app/lib/actions/katello/repository/index_errata.rb
katello-3.0.0 app/lib/actions/katello/repository/index_errata.rb
katello-3.0.0.rc7 app/lib/actions/katello/repository/index_errata.rb
katello-3.0.0.rc5 app/lib/actions/katello/repository/index_errata.rb