Peter Jaap Blaakmeer
Peter Jaap Blaakmeer
But for some reason it duplicates the to-be-anonimized record and anonimizes that one. Maybe because of the binary UUID's? But not all tables. `customer`, `customer_address`, `newsletter_recipient`, `user`, etc seem to...
Add identify command to find possible columns to anonimize. It should; * [x] Loop over all tables in a given database * [x] Loop over all columns in every table...
Now that we've added a try/catch block we can add YAML definitions for tables that don't necessarily have to be present in an install. In our projects, we include YAML...
See https://github.com/elgentos/masquerade/pull/66#issuecomment-787909735
So we can make of all the goodies in there, like self-update.
When updating a row in a table, and setting the firstname, lastname and email address, all three are completely random. This means the email address does not 'match' the name,...
While running `composer install --prefer-dist` when installing Orocommerce, I get a warning that `guzzle/guzzle` is deprecated. You should depend on `guzzlehttp/guzzle`.
While browsing on my app, I usually glance at the debugbar to see if my memory usage and request duration is within my normal limits. It would be great to...
Some POST methods need the data in the URL query parameters, like the GET methods
**Is your feature request related to a problem? Please describe.** I have a patch that fails right now, but could pass in the future (due to circumstances not relevant to...