Michael Lutz
Michael Lutz
@sebastianbergmann @DomBlack We've been running into this issue in the Drupal community as well. I see this PR does need an update to use the __serialize and __unserialize magic methods...
I do agree, and not being a ruby developer, I didn't really try. I believe in json.rb we could parse the output of 'git remote set-head origin -a' or 'git...
Fair warning, this is the first Ruby code I've ever messed with, but I think this should do the trick to dynamically pick the correct branch. The questions regarding D9...
Off the top of my head, when you use migrate_upgrade to generate migration configs from the core migrations, they become separated out from the core migrations by group, i.e. all...
So clearly, moving the migrate commands into drush core was a huge mistake. With the core migrate commands and namespace now outside of the migration maintainers control, we now have...
Merged, thanks!
Fixed with #73
This looks good to me, we had to do the same thing in core, because Symfony 4 started throwing deprecation errors if commands didn't return an int. I had considered...