Merge 'master' with 'test-suite'#3470
Open
subhojit777 wants to merge 332 commits intohechoendrupal:test-suitefrom
Open
Merge 'master' with 'test-suite'#3470subhojit777 wants to merge 332 commits intohechoendrupal:test-suitefrom
subhojit777 wants to merge 332 commits intohechoendrupal:test-suitefrom
Conversation
…hoendrupal#3007) Use $this->appRoot, $this->root is empty, which breaks example.sites.php -file test.
* Add logic to enable multisite installation * Enable multisite command if Drupal is not installed
Sites may want to replace the default password service (e.g. to use a wrapper around password_hash() and friends).
* [database:dump] Don't duplicate .gz extension * [database:dump] Keep the overwritten file
* Adding template folder and file creation to generate module command. * Undoing un needed changes. * Undoing un needed changes. * Formatting changes.
* working disable cache page in site:mode dev * added --local option for keeping settings.local.php and testing PROD in local
…return on configImport method for config:import:single command (hechoendrupal#2965) * Fix configImport not returning boolean * Added new config:import:list and config:export:list commands * Small adjustements * Added possibility to use absolute or relative to drupal root path for directory and config-list-file parameter/argument * Added ability to use chain command for importing or exporting multiple configs with the config:import:single and config:export:single commands
* [site:new] Remove command. * [site:mode] Disable command.
* [console] Show error on command registration error. * [config:export:single] Multiple fixes and improvements * [config:import:single] Multiple fixes and improvements
* Update FormAlterGenerator.php * Update AuthenticationProviderGenerator.php * Update BreakPointGenerator.php * Update EntityBundleGenerator.php * Update EntityConfigGenerator.php * Update ControllerGenerator.php * Update EntityContentGenerator.php * Update EventSubscriberGenerator.php * Update FormGenerator.php * Update PluginConditionGenerator.php * Update PluginCKEditorButtonGenerator.php * Update HelpGenerator.php * Update PluginViewsFieldGenerator.php * Update UpdateGenerator.php * Update TwigExtensionGenerator.php * Update ThemeGenerator.php * Update ServiceGenerator.php * Update RouteSubscriberGenerator.php * Update PostUpdateGenerator.php
* [config:export:single] Update translation key. * Remove translations directory.
…3030) * Extend from RevisionLogInterface. Replace several deprecated *RevisionAuthor* functions. * Replace several deprecated *RevisionAuthor* functions. * Add missing dependency.
… line (hechoendrupal#3036) When passing profile or machine-name on the command line like that: drupal generate:profile --profile=PROFILE --machine-name=MACHINE_NAME drupal console gives an error: Error: Call to undefined method Drupal\Console\Command\Generate\ProfileCommand::validateModuleName() in Drupal\Console\Command\Generate\ProfileCommand->interact() (line 234 of .../vendor/drupal/console/src/Command/Generate/ProfileCommand.php). After fixing this another similar error shows up: Error: Call to undefined method Drupal\Console\Command\Generate\ProfileCommand::validateModule() in Drupal\Console\Command\Generate\ProfileCommand->interact() (line 253 of .../vendor/drupal/console/src/Command/Generate/ProfileCommand.php). Fix both so that the command line from above works again. Closes hechoendrupal#3035
There are question strings defined but they aren't used, unlike in other plugin generation commands.
…pal#3044) - config:validate overrides the parent constructor's optional name argument with a constructor that requires it. - generate:module requires an argument that is not defined in the corresponding services file, and should be optional.
* Replacing in translation key from _ to - * Adding translation messages for the commands: config module:install taxonomy:term:delete
* EntityContentGenearator should store *.page.inc in module root directory, not /src * Remove extraneous space in 'con struct' causing errors with generated templates'
* Replacing in translation key from _ to - * Adding translation messages for the commands: config module:install taxonomy:term:delete * Adding translation to config, edit and theme commands * Adding devel translations * Adding translations for generate command * Adding forgotten translation * Adding another forgotten translation
Set constraint to minimum minor version, so that PHP 5.6+ environments can use newer minor versions.
Drupal 8.4 updates Symfony component requirements to ~3.2, so will conflict with a ~2.8 requirement.
* [console] Extend base commands. * [console] Extend command base (hechoendrupal#3458) * [console] Extend base commands. (hechoendrupal#3457) * [console] Extend base commands
Contributor
|
This looks like hell of a change 😁 |
Member
|
@subhojit777 I saw many files updated to sure if correct I will try to replicate on my local |
Contributor
Author
|
@jmolivas I saw that the stable release now has tests. How this branch is different from the tests already in master. |
Contributor
|
@subhojit777 this is still a work that you would be interested in complete? |
Contributor
Author
|
@enzolutions I am afraid I will not be able to work on this. I am already neck deep in work and learning Rust. However, I have asked in my organization if anybody would be interested to work on this. Can you tell me what's left? What needs to be done to complete this? |
Contributor
|
Firstly, If you could define the goal and what you did, I could start to try to help in this area. I am totally blind here. Good luck with your learning of Rust. |
This file contains hidden or 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
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.
No description provided.