Sha256: 437489e33289adc9d8a03e3b708df21129d434e141e4835a0b904e6993407749

Contents?: true

Size: 404 Bytes

Versions: 7

Compression:

Stored size: 404 Bytes

Contents

module Actions
  module Katello
    module Repository
      class IndexContent < Actions::EntryAction
        middleware.use Actions::Middleware::KeepCurrentUser

        input_format do
          param :id, Integer
          param :dependency, Hash
        end

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
katello-2.4.5 app/lib/actions/katello/repository/index_content.rb
katello-2.4.4 app/lib/actions/katello/repository/index_content.rb
katello-2.4.3 app/lib/actions/katello/repository/index_content.rb
katello-2.4.2 app/lib/actions/katello/repository/index_content.rb
katello-2.4.1 app/lib/actions/katello/repository/index_content.rb
katello-2.4.0 app/lib/actions/katello/repository/index_content.rb
katello-2.4.0.rc3 app/lib/actions/katello/repository/index_content.rb