diff --git a/osf/management/commands/force_archive.py b/osf/management/commands/force_archive.py index b844f520526..725d53172fa 100644 --- a/osf/management/commands/force_archive.py +++ b/osf/management/commands/force_archive.py @@ -58,10 +58,13 @@ # Ignorable NodeLogs LOG_WHITELIST = { 'affiliated_institution_added', + 'category_updated', 'comment_added', 'comment_removed', 'comment_restored', 'comment_updated', + 'confirm_ham', + 'confirm_spam', 'contributor_added', 'contributor_removed', 'contributors_reordered', @@ -72,7 +75,10 @@ 'embargo_completed', 'embargo_initiated', 'embargo_terminated', + 'external_ids_added', 'file_tag_added', + 'flag_spam', + 'guid_metadata_updated', 'license_changed', 'made_contributor_invisible', 'made_private', @@ -80,6 +86,8 @@ 'made_wiki_private', 'made_wiki_public', 'node_removed', + 'node_access_requests_disabled', + 'node_access_requests_enabled', 'permissions_updated', 'pointer_created', 'pointer_removed', @@ -92,6 +100,7 @@ 'registration_initiated', 'retraction_approved', 'retraction_initiated', + 'subjects_updated', 'tag_added', 'tag_removed', 'wiki_deleted',