-
Notifications
You must be signed in to change notification settings - Fork 20
Added site install recipes. #1428
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
Open
richardgaunt
wants to merge
26
commits into
develop
Choose a base branch
from
feature/add-site-install-recipes
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
742f94a
Added CT D11 site install.
richardgaunt 94f27f3
Updated recipe names, .env file for instructions.
richardgaunt ec1e97d
Added user dependency.
richardgaunt c304f62
Remove contrib recipes.
richardgaunt eb7cac8
Added composer to all recipes.
richardgaunt ab903c0
Added ahoy cmd to install either d11 or CMS.
richardgaunt 37463b7
Added search module dependency.
richardgaunt 05a1edc
Added job to test Drupal CMS installation.
richardgaunt 8664c4a
Added back CT Drupal CMS block adjustments.
richardgaunt 0de1159
Fix location of recipe for drush.
richardgaunt 64ec668
Updated dockerfile to add recipes directory.
richardgaunt 44a6190
Added note for quant provisioning script.
richardgaunt 7db6489
Updated .dockerignore to not ignore recipes dir.
richardgaunt 377ac37
Updated version of CMS.
richardgaunt f15cb28
Added lint fixes and updated recipe.
richardgaunt cdce8a0
Updated recipe for drupal cms.
richardgaunt 7cdf859
Updated cms recipe, skipping generated content test.
richardgaunt 3450387
Updated config for new version of modules.
richardgaunt a8e0d3a
Uninstall unwanted Drupal CMS modules.
richardgaunt c23d075
Update media setting to match CT requirement.
richardgaunt 5c9c822
Updated setting from linkit update.
richardgaunt 6da15d3
Fix behat tests.
richardgaunt be2d2da
Updated Media Config.
joshua-salsadigital 3b38d0d
Updated Media Config.
joshua-salsadigital f5c6f26
Merge branch 'develop' into feature/add-site-install-recipes
joshua-salsadigital 9e86511
Merge branch 'develop' into feature/add-site-install-recipes
joshua-salsadigital File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion | 🟠 Major
🧩 Analysis chain
Patterns/order look correct; verify behavior on real paths.
The anchored ignore and explicit exceptions for recipe subdirs are sound. Recommend verifying with git to ensure only the intended paths are tracked.
Run:
🏁 Script executed:
Length of output: 51807
Remove tracked recipe files from index and adjust ignore patterns
.gitignore entries correctly ignore
/recipes/*and unignore the four subdirectories, but existing files remain tracked and children aren’t re‐included by the current exceptions. To apply the ignore rules:git rm -r --cached recipesto untrack all recipe files.!/recipes/civictheme_content_generated_static/!/recipes/civictheme_content_generated_static/**📝 Committable suggestion
🤖 Prompt for AI Agents