wp-cli / search-replace-command

Searches/replaces strings in the database.
MIT License
57 stars 45 forks source link

Replacement callback & row-based filtering #128

Closed drzraf closed 1 year ago

drzraf commented 5 years ago
schlessera commented 5 years ago

@drzraf Is this still a work-in-progress ? If not, can you do the necessary style changes to make PHPCS happy? Running vendor/bin/phpcbf should already fix a large portion of them.

See here: https://travis-ci.org/wp-cli/search-replace-command/jobs/586606309#L591-L709

drzraf commented 4 years ago

Just did^

drzraf commented 4 years ago

Could you please have a look. It was a huge MR update and I'll hardly find the motivation to further rework/update it again if merge-conflicts arised. It's also rare to have an opportunity window to test changes.

drzraf commented 3 years ago

ping

schlessera commented 3 years ago

@drzraf The code looks good so far, and I'd love to merge this. However, for merging it, we'll need tests as well that cover all the main code paths. Are you able to add such tests?

schlessera commented 3 years ago

Note: the Travis issues should be resolved by now.

drzraf commented 3 years ago

Hi @schlessera , I completely understand your concern given the shape of the diff. Sadly I'm not working with this command these days and have literally no-time I could dedicate to further refine the PR with test; sorry.

schlessera commented 3 years ago

Thanks for the quick response! I'll see if I can manage to add the tests myself to get this included.

drzraf commented 2 years ago

Would you merge if I were to rebase it once again?

davidwebca commented 2 years ago

Has this seen any update at all lately? I need to find a solution to search-replace by excluding revisions. 🤔

danielbachhuber commented 2 years ago

@davidwebca Want to open a new pull request with this code and tests covering the change?

davidwebca commented 2 years ago

I'll a see what I can do!

drzraf commented 2 years ago

@danielbachhuber : What about providing writing tests since upstream are the ones who know how to best write them?

I'd later see and possibly spend the necessary hours for another rebase.

danielbachhuber commented 1 year ago

Proceeding with https://github.com/wp-cli/wp-cli/issues/5594 for this repository. I've captured this PR to https://gist.github.com/danielbachhuber/39778759a59cb231c94520e38ae3f6ba in case this PR is auto-closed or broken in some way.

davidwebca commented 1 year ago

@danielbachhuber Completely had forgotten about this. Do you have any guides or examples of tests (following up that conversation higher here?)

danielbachhuber commented 1 year ago

@davidwebca Here's our guide to writing tests: https://make.wordpress.org/cli/handbook/contributions/pull-requests/#running-and-writing-tests

There are plenty of examples within this and other repos. Feel free to stop by #cli in WordPress.org Slack with any questions you might have.

Also, specific to this pull request: I think a filter-based approach would work best for this need.