Skip to content

Commit

Permalink
Merge branch 'hotfix/24.05.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Sep 2, 2024
2 parents 940a005 + 97cba74 commit 6718a6d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions osf/management/commands/force_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -72,14 +75,19 @@
'embargo_completed',
'embargo_initiated',
'embargo_terminated',
'external_ids_added',
'file_tag_added',
'flag_spam',
'guid_metadata_updated',
'license_changed',
'made_contributor_invisible',
'made_private',
'made_public',
'made_wiki_private',
'made_wiki_public',
'node_removed',
'node_access_requests_disabled',
'node_access_requests_enabled',
'permissions_updated',
'pointer_created',
'pointer_removed',
Expand All @@ -92,6 +100,7 @@
'registration_initiated',
'retraction_approved',
'retraction_initiated',
'subjects_updated',
'tag_added',
'tag_removed',
'wiki_deleted',
Expand Down

0 comments on commit 6718a6d

Please sign in to comment.