- Issue created by @thejimbirch
- Status changed to Needs review
7 months ago 12:39pm 18 May 2024 - ๐บ๐ธUnited States thejimbirch Cape Cod, Massachusetts
Merge request added. I removed the composer.json file, updated the comments, and made a recipe that can be applied that has the defaults that Drupal core installs so it shouldn't change anything if someone applies it.
I tested it by using it with Drupal quick-start
php core/scripts/drupal quick-start core/recipes/example
- First commit to issue fork.
- Merge request !146Distributions recipes 3447994 3447994 example recipe isnt with test โ (Open) created by josue2591
- ๐จ๐ทCosta Rica josue2591
Testing process
- Install Minimal Profile
ddev drush si minimal
- Check Initial Setting
ddev drush cget text.settings
and confirm it is 600 (default) - In the recipe I changed the value of the setting from 600 to 700, to have something different than the default
- Run Recipe
ddev php core/scripts/drupal recipe core/recipes/example
- Check Setting
ddev drush cget text.settings
and confirm it is now 700
After manually testing it I wrote and included an automated test that does the same thing
- Install Minimal Profile
- Status changed to RTBC
7 months ago 10:50pm 7 June 2024 - ๐บ๐ธUnited States thejimbirch Cape Cod, Massachusetts
This issue is simple enough. Moving to the core recipe system.
- ๐จ๐ฆCanada laura.j.johnson@gmail.com Toronto
Great! Just tagging Josuรฉ for credit for his review/test.
- Status changed to Needs work
6 months ago 4:16am 15 June 2024 The Needs Review Queue Bot โ tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- ๐บ๐ธUnited States thejimbirch Cape Cod, Massachusetts
thejimbirch โ changed the visibility of the branch 3447994-example-recipe-isnt to hidden.
- Status changed to Needs review
6 months ago 12:00pm 17 June 2024 - ๐บ๐ธUnited States thejimbirch Cape Cod, Massachusetts
Hiding MR 138 as 142 is the correct one.
Moving back to Needs Review to please the bots.
- ๐จ๐ฆCanada laura.j.johnson@gmail.com Toronto
Can we put it back into RBTC or is there something else needed?
- ๐บ๐ธUnited States mikelutz Michigan, USA
Posting a relevant slack thread.
Core contrib question: this issue ๐ Example recipe isn't functional Needs review got moved into Needs Work status by a bot. Is there something we can do to get it back to RBTC?
Participants:
Related Issues:
- Status changed to Needs work
6 months ago 5:06pm 17 June 2024 - ๐บ๐ธUnited States thejimbirch Cape Cod, Massachusetts
Ah, @mikelutz is correct. THe MR needs to be against core, not the D&R project.
- ๐บ๐ธUnited States mikelutz Michigan, USA
mikelutz โ changed the visibility of the branch distributions_recipes-3447994-3447994-example-recipe-isnt-with-test to hidden.
- Status changed to Needs review
6 months ago 5:23pm 17 June 2024 - ๐บ๐ธUnited States mikelutz Michigan, USA
Crediting @Josue2591 as he wrote the code. I just opened a new MR against core, cherry picked the commits and (hopefully correctly) fixed some merge conflicts.
- ๐บ๐ธUnited States mikelutz Michigan, USA
Also switching this to major based on "The major priority is used for issues that are not critical, but that do have significant impact or are important by community consensus." As recipes are a hot item right now I would consider having the example recipe be functional for 10.3.0 would be important, but feel free to reduce if I am wrong.
- Status changed to RTBC
6 months ago 5:43pm 17 June 2024 - ๐จ๐ฆCanada laura.j.johnson@gmail.com Toronto
Thanks Mike! Putting back into RBTC.
- Status changed to Needs work
6 months ago 9:41am 26 June 2024 - ๐ฌ๐งUnited Kingdom alexpott ๐ช๐บ๐
I think the example recipe does not need to be tested by the installer... hopefully we can have a simpler test.
- ๐ฎ๐ณIndia Akhil Babu Chengannur
Akhil Babu โ made their first commit to this issueโs fork.
- Status changed to Needs review
5 months ago 7:33am 25 July 2024 - ๐ฎ๐ณIndia Akhil Babu Chengannur
Added a Kernel test for the example recipe as suggested in #24. Also updated simple_config_update to simpleConfigUpdate in the example recipe.
- Status changed to RTBC
5 months ago 5:15pm 30 July 2024 - ๐จ๐ฆCanada b_sharpe
Confirmed recipe is functional and only installing optional config when necessary (tested minimal vs standard) since the test is forcing dependencies (search and views). Tests are also passing. RTBC
- ๐ฌ๐งUnited Kingdom longwave UK
Backported down to 10.3.x as it's important to have good examples if people are trying to use this feature in 10.3 or 11.0.
Committed and pushed e9574d73b2 to 11.x and aed5e43a78 to 11.0.x and a225c0a38e to 10.4.x and 38ff4e3ace to 10.3.x. Thanks!
-
longwave โ
committed 38ff4e3a on 10.3.x
Issue #3447994 by Akhil Babu, Josue2591, thejimbirch, mikelutz, jnicola...
-
longwave โ
committed 38ff4e3a on 10.3.x
-
longwave โ
committed a225c0a3 on 10.4.x
Issue #3447994 by Akhil Babu, Josue2591, thejimbirch, mikelutz, jnicola...
-
longwave โ
committed a225c0a3 on 10.4.x
-
longwave โ
committed aed5e43a on 11.0.x
Issue #3447994 by Akhil Babu, Josue2591, thejimbirch, mikelutz, jnicola...
-
longwave โ
committed aed5e43a on 11.0.x
-
longwave โ
committed e9574d73 on 11.x
Issue #3447994 by Akhil Babu, Josue2591, thejimbirch, mikelutz, jnicola...
-
longwave โ
committed e9574d73 on 11.x
- Status changed to Fixed
5 months ago 5:25pm 7 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.