Skip to content

Commit

Permalink
remove quickfiles comments and delete scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Mar 21, 2022
1 parent 623317c commit a995f30
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 235 deletions.
4 changes: 2 additions & 2 deletions osf/management/commands/export_user_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def export_resource(node, user, current_dir):
def export_resources(nodes_to_export, user, dir, nodes_type):
"""
Creates appropriate directory structure and exports a given set of resources
(projects, registrations, quickfiles or preprints) by calling export helper functions.
(projects, registrations, or preprints) by calling export helper functions.
"""
progress = Progress()
Expand All @@ -161,7 +161,7 @@ def export_resources(nodes_to_export, user, dir, nodes_type):
progress.stop()

def get_usage(user):
# includes nodes, registrations, quickfiles
# includes nodes and registrations
nodes = user.nodes.filter(is_deleted=False).exclude(type='osf.collection').values_list('id', flat=True)
node_ctype = ContentType.objects.get_for_model(AbstractNode)
node_files = get_resource_files(nodes, node_ctype)
Expand Down
140 changes: 0 additions & 140 deletions osf/management/commands/fix_quickfiles_waterbutler_logs.py

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions website/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ class CeleryConfig:
'website.archiver.tasks',
'scripts.add_missing_identifiers_to_preprints',
'osf.management.commands.approve_pending_schema_response',
'osf.management.commands.fix_quickfiles_waterbutler_logs'
}

try:
Expand Down Expand Up @@ -516,8 +515,6 @@ class CeleryConfig:
'osf.management.commands.archive_registrations_on_IA',
'osf.management.commands.populate_initial_schema_responses',
'osf.management.commands.approve_pending_schema_responses',
'osf.management.commands.delete_legacy_quickfiles_nodes',
'osf.management.commands.fix_quickfiles_waterbutler_logs',
'api.providers.tasks'
)

Expand Down

0 comments on commit a995f30

Please sign in to comment.