dorgflow icon indicating copy to clipboard operation
dorgflow copied to clipboard

Automated git workflow for drupal.org patches.

Results 32 dorgflow issues
Sort by recently updated
recently updated
newest added

Suppose the MR is for issue 3189525, on master branch 8.x-1.x, but my project is on 8.x-1.11. Then manual commands are: ``` git co -b patch-3189525-on-8.x-1.11 git rebase --onto 8.x-1.11...

This pull request doesn't fix any bugs or adds any features. It just adds code to ease navigation in IDEs and to appease code quality tools. @joachim-n: A lot of...

## Purpose: - When running composer install after a fresh clone down of the repository errors are thrown. ## Fixes: - Fixes #51 ## Solution: - Force fresh installs to...

This pull request adds Windows support (details in the commit message). To prove that I didn't destroy Linux support on the way, I manually tested things and added Travis CI...

This change makes use of [composer](https://getcomposer.org/doc/articles/vendor-binaries.md)'s `bin` property so that when installing globally, or as part of another project, the binary is properly symlinked into the bin directory (typically `vendor/bin`)....

A fresh install of dorgflow installs symfony/console 5.0.0 which then throws a fatal error: PHP Fatal error: Uncaught TypeError: Return value of "Dorgflow\Command\LocalSetup::execute()" must be of the type int, NULL...

Deprecated: Return type of Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/joachim/Sites/_sandbox/dorgflow/vendor/symfony/console/Helper/HelperSet.php on line 111

See https://github.com/symfony/symfony/issues/33747

Error: > $ dorgflow > PHP Warning: require_once(/var/www/drupal_8/vendor/joachim-n/dorgflow/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/drupal_8/vendor/joachim-n/dorgflow/dorgflow on line 6 I think we should replace: `require_once __DIR__ ....