Move to ddev#225
Draft
vincent-gao wants to merge 4 commits into
Draft
Conversation
…contrib. Mirrors the tide_core move-to-ddev setup. composer.json is now both the published profile package and the composer root for local dev: repositories are synced from tide_core, and contrib patches defined in tide_core's composer.json are applied via extra.enable-patching. The profile is symlinked into web/profiles/custom/tide (DRUPAL_PROJECTS_PATH override) and installed with 'drush si tide'. drupal-scaffold is stopped from overwriting the repository's .gitattributes.
Replaced by DDEV (see previous commit).
The build job now validates composer configuration, builds the site with ddev poser, installs it with the tide profile and verifies the enabled tide modules. export_config still needs a DDEV-based rewrite.
tide_core's develop does not yet contain the fix that moves the administrator-role-dependent tide_site views to optional config, so a fresh 'drush si tide' fails with an UnmetDependenciesException. Point at the matching tide_core branch until it is merged, then revert this to dev-develop.
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.