-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D9 Run batch process during pm-enable when needed. #3446
Merged
weitzman
merged 11 commits into
drush-ops:master
from
Sutharsan:3444-D9-import-translations-on-enable
Mar 22, 2018
Merged
D9 Run batch process during pm-enable when needed. #3446
weitzman
merged 11 commits into
drush-ops:master
from
Sutharsan:3444-D9-import-translations-on-enable
Mar 22, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* upstream/master: Fix argument remapping. Limit remapping to first argument. (#3326) Use globalExtensions in situ; Fix —directory in testGlobal() Support Symfony Process 3.4 which requires setting _SERVER for env variables. (#3332) Clarify docs regarding non-functional status of drush() env variables Improve indentation Cleanup file at end of test, indentation, and remove unused vars Improve indentiation in BackendTest Update docs now that 9 is released.
* upstream/master: (64 commits) Use bundle key in entity:delete command (#3450) Allow registering of command info alterer services (#3447) Update the ArtCommands URL (#3442) Move the setup of testing modules in a trait. (#3443) Ensure consolidation/config repository URL is displayed as a hyperlink at http://docs.drush.org (#3441) Clarify column title in compat table. Fix #3423. Allow custom target dir for config:pull (#3436) Doc typo fixes Tweak Usage.md Mark 1 install steps as optional. Add docs for using a custom php.ini. Fix docs for drush.yml Factor preflight class references out of site alias manager (#3432) Remove bad @see ref. fix code comment. back to dev. Prep for 9.2.1 Fix #3417. sql-sync dump filename not automatically generated (#3418) Back to dev. Prep for 9.2.0. ...
* upstream/master: Fixed deprecated each() for PHP 7.2 - 3469 (#3472) Use named repositories when building the SUT Also load 'drush9.yml' to allow for variant Drush configuration files… (#3465) Fix #3464. Louder warning when mysql is not present. Unish - bump drupal core versions. (#3461) Fix infinite loop in DrupalBoot::scanUpForUri (on Windows) (#3435)
* master: Fixed deprecated each() for PHP 7.2 - 3469 (#3472) Use named repositories when building the SUT Also load 'drush9.yml' to allow for variant Drush configuration files… (#3465) Fix #3464. Louder warning when mysql is not present. Unish - bump drupal core versions. (#3461) Fix infinite loop in DrupalBoot::scanUpForUri (on Windows) (#3435) Use bundle key in entity:delete command (#3450) Allow registering of command info alterer services (#3447) Update the ArtCommands URL (#3442) Move the setup of testing modules in a trait. (#3443)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding batch process to Drush 9 pm-enable. Fix for issue #3444.