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

Add clear edit log management command #9788 #10837

Merged
merged 9 commits into from
May 1, 2024

Conversation

johnatawnclementawn
Copy link
Member

@johnatawnclementawn johnatawnclementawn commented Apr 26, 2024

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description of Change

Add a management command to purge the edit_log

Issues Solved

Resolves #9788

TODO:

  • Add corresponding documentation PR to update CLI reference docs

Checklist

  • Unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Ticket Background

Further comments

Copy link
Member

@apeters apeters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

passing in the -e flag when removing resources doesn't actually remove the edit-log entries

@johnatawnclementawn
Copy link
Member Author

johnatawnclementawn commented May 1, 2024

passing in the -e flag when removing resources doesn't actually remove the edit-log entries

Fixed in dae5660

@apeters apeters self-requested a review May 1, 2024 16:16
Copy link
Member

@apeters apeters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

@apeters apeters merged commit a4975db into dev/7.6.x May 1, 2024
6 checks passed
@apeters apeters deleted the 9788_add_edit_log_management_command branch May 1, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow command line management of edit_log entries
2 participants