Sha256: d85244e8bb03851fabf7f164aea1797ae562225c1df2a4dbbbb8fcd5679f64c1

Contents?: true

Size: 326 Bytes

Versions: 20

Compression:

Stored size: 326 Bytes

Contents

module Actions
  module Katello
    module Repository
      class RefreshRepository < Actions::Base
        def plan(repo)
          User.as_anonymous_admin do
            repo = ::Katello::Repository.find(repo.id)
            plan_action(Pulp::Repository::Refresh, repo)
          end
        end
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

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