Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Moved Dor::CleanupService to dor-services-app #637

Merged
merged 1 commit into from Jun 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions config/config_defaults.yml
@@ -1,8 +1,4 @@
---
cleanup:
local_workspace_root: /dor/workspace
local_assembly_root: /dor/assembly
local_export_home: /dor/export
ssl:
cert_file:
key_file:
Expand Down
1 change: 0 additions & 1 deletion lib/dor-services.rb
Expand Up @@ -107,7 +107,6 @@ def logger

# Services
autoload_under 'services' do
autoload :CleanupService
autoload :CollectionService
autoload :CreativeCommonsLicenseService
autoload :EmbargoService
Expand Down
48 changes: 0 additions & 48 deletions lib/dor/services/cleanup_service.rb

This file was deleted.

2 changes: 0 additions & 2 deletions lib/dor/static_config.rb
Expand Up @@ -7,7 +7,6 @@ module Dor
class StaticConfig
extend ActiveSupport::Autoload
eager_autoload do
autoload :CleanupConfig
autoload :SslConfig
autoload :FedoraConfig
autoload :SolrConfig
Expand All @@ -17,7 +16,6 @@ class StaticConfig
end

def initialize(hash)
@cleanup = CleanupConfig.new(hash.fetch(:cleanup))
@ssl = SslConfig.new(hash.fetch(:ssl))
@fedora = FedoraConfig.new(hash.fetch(:fedora))
@solr = SolrConfig.new(hash.fetch(:solr))
Expand Down
27 changes: 0 additions & 27 deletions lib/dor/static_config/cleanup_config.rb

This file was deleted.

203 changes: 0 additions & 203 deletions spec/services/cleanup_service_spec.rb

This file was deleted.