Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra note on the canonical bucket operations when moderating a package. #7995

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/lib/admin/actions/moderate_package.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ final moderatePackage = AdminAction(
summary: 'Set the moderated flag on a package (making it not visible).',
description: '''
Set the moderated flag on a package (updating the flag and the timestamp).

Note: the action may take a longer time to complete as the public archive bucket
will be updated: on moderation the files will be deleted, on restore the
archive files will be copied over from the (private) canonical archive bucket.
''',
options: {
'case': 'The ModerationCase.caseId that this action is part of.',
Expand Down
Loading