10up / wp-scrubber

BETA: This plugin provides a command-line interface for scrubbing sensitive user and comment data from a WordPress installation.
GNU General Public License v2.0
14 stars 3 forks source link

Feature/json config support #13

Open csloisel opened 2 months ago

csloisel commented 2 months ago

Description of the Change

Closes #11

How to test the Change

Changelog Entry

Added - New feature Changed - Existing functionality Deprecated - Soon-to-be removed feature Removed - Feature Fixed - Bug fix Security - Vulnerability

Credits

Props @username, @username2, ...

Checklist:

csloisel commented 1 month ago

@darylldoyle Could you do an initial review here, and let me know if you have any feedback?

csloisel commented 3 weeks ago

@darylldoyle I believe I've address all of the code-related feedback. I am getting started on implementing some unit tests for this functionality.

csloisel commented 2 weeks ago

@darylldoyle I've pushed up tests that cover most, if not all, of the JSON configuration functionality added in this branch.

However, at the moment this isn't integrated into any sort of CI. Do you have any thoughts on if you might want something like that setup, or if this should be a locally run thing for now?