Sha256: 9831cfe636a0c2dc6156fd94be9df0bd03f1c247a37bc5bec1757ba2b1880fe6

Contents?: true

Size: 397 Bytes

Versions: 179

Compression:

Stored size: 397 Bytes

Contents

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

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

Version data entries

179 entries across 179 versions & 1 rubygems

Version Path
katello-4.15.0.rc2 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.15.0.rc1 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.14.1 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.14.0 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.14.0.rc3 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.14.0.rc2 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.14.0.rc1.1 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.14.0.rc1 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.13.1 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.13.0 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.12.1 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.13.0.rc1 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.12.0 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.12.0.rc3 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.12.0.rc2 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.12.0.rc1 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.11.1 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.11.0 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.11.0.rc2 app/lib/actions/katello/repository/index_module_streams.rb
katello-4.11.0.rc1 app/lib/actions/katello/repository/index_module_streams.rb