- 🇦🇺Australia fenstrat Australia
Everything looks good in terms of D10 readiness. Here's the bump to core_version_requirement.
-
fenstrat →
committed 85113c27 on 1.x
Issue #3289138 by Project Update Bot, fenstrat, larowlan: Automated...
-
fenstrat →
committed 85113c27 on 1.x
- Status changed to Fixed
about 2 years ago 4:47am 3 February 2023 - Status changed to Needs review
about 2 years ago 5:01am 3 February 2023 - 🇦🇺Australia fenstrat Australia
This broke D10 testing as only the 3.x branch of dynamic_entity_reference is D10 ready, this should fix that.
- Status changed to Needs work
about 2 years ago 5:07am 3 February 2023 - 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
+++ b/composer.json @@ -10,7 +10,7 @@ + "drupal/dynamic_entity_reference": "~1 || ~2 || ~3",
Can you add 4 here too for those running v2
- Status changed to Needs review
about 2 years ago 5:09am 3 February 2023 - 🇦🇺Australia fenstrat Australia
Haa sure! Almost did but noticed 4 wasn't stable. But adding it now makes sense.
- First commit to issue fork.
- 🇦🇺Australia fenstrat Australia
Looks like the testbot is flaky (have tried a few runs), will try running again later.
- 🇦🇺Australia fenstrat Australia
Just ran these locally and they're passing for me, the
preview_site is not a directory
issue the bot is having looks to be bot specific. - 🇮🇳India himanshu_jhaloya Indore
I have applied the patch to fix some phpcs issue please review
- 🇦🇺Australia fenstrat Australia
@himanshu_jhaloya can you create a new issue for PHPCS please.
After searching around Re the failure in #12 it looks like this because of the changes to composer.json, and is a bot specific issue. We've actually hit it before with this module in ✨ Add a drush command for rebuilding preview sites Needs work , and others have in #3159928-19: uriScheme() method missing after update to Drupal 9 → - both make changes to composer.json. As to why it happens, not sure. So I'm going to commit and then run the branch test, hopefully they pass.
-
fenstrat →
committed e39fd6b9 on 1.x
Issue #3289138 by fenstrat, larowlan: Drupal 10 fixes follow up to bump...
-
fenstrat →
committed e39fd6b9 on 1.x
- Assigned to fenstrat
- Status changed to Needs work
about 2 years ago 10:23pm 5 February 2023 - 🇦🇺Australia fenstrat Australia
After the commit tests on 9.5 passed → but failed on 10.0 → . Undefined constant "FILE_STATUS_PERMANENT" in preview_site_s3 - looks like the bot didn't pick up all the needed changes? Taking a look now.
- Status changed to Needs review
about 2 years ago 10:34pm 5 February 2023 - 🇦🇺Australia fenstrat Australia
Adds missing ->accessCheck(TRUE) to content entity queries.
- 🇦🇺Australia fenstrat Australia
Missed an accessCheck on a getAggregateQuery,
- 🇦🇺Australia fenstrat Australia
Updates the visibility condition as node_type is removed in D10.
The last submitted patch, 23: 3289138-23.patch, failed testing. View results →
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.-
fenstrat →
committed df725d22 on 1.x
Issue #3289138 by fenstrat: Drupal 10 compatibility fixes follow ups.
-
fenstrat →
committed df725d22 on 1.x
- Status changed to Fixed
about 2 years ago 12:18am 6 February 2023 - 🇦🇺Australia fenstrat Australia
Committed! Branch tests are passing on 9.5 and 10.0, yay.
Will cut a new release.
Automatically closed - issue fixed for 2 weeks with no activity.