Sha256: 1547f9ff765e59d7e43f5cd2a41fe9ee3324b308b3c46ed664ee8fa0a6078f5c
Contents?: true
Size: 555 Bytes
Versions: 34
Compression:
Stored size: 555 Bytes
Contents
module Actions module Katello module Repository class IndexContent < Actions::EntryAction middleware.use Actions::Middleware::KeepCurrentUser middleware.use Actions::Middleware::ExecuteIfContentsChanged input_format do param :id, Integer param :dependency, Hash param :contents_changed param :full_index end def run repo = ::Katello::Repository.find(input[:id]) repo.index_content(input[:full_index]) end end end end end
Version data entries
34 entries across 34 versions & 1 rubygems