- Issue created by @project update bot
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module β , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.1, cannot fix all Drupal 11 compatibility problems.
Therefore these changes did not update the
info.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot β to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-121090This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
This comment was forced and has ignored the check if a change was already posted. This is only done when we want to update the issue without waiting for changes to happen.
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module β , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.1, cannot fix all Drupal 11 compatibility problems.
Therefore, these changes did not update the
info.yml
file for Drupal 11 compatibility.The compatibility issues that Upgrade Status found after the Drupal Rector fixes were applied are attached to help you resolve them manually.
Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot β to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-137198These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.10
- palantirnet/drupal-rector: 0.20.1
- Status changed to Needs work
6 months ago 5:23pm 11 August 2024 - π«π·France dqd London | N.Y.C | Paris | Hamburg | Berlin
$ git apply -v domain.2.0.x-dev.rector.patch Checking patch domain/src/EventSubscriber/DomainSubscriber.php... error: while searching for: /** * {@inheritdoc} */ public static function getSubscribedEvents() { // This needs to fire very early in the stack, before accounts are cached. $events[KernelEvents::REQUEST][] = ['onKernelRequestDomain', 50]; return $events; error: patch failed: domain/src/EventSubscriber/DomainSubscriber.php:129 error: domain/src/EventSubscriber/DomainSubscriber.php: patch does not apply Checking patch domain/tests/src/Functional/Condition/DomainConditionTest.php... Checking patch domain/tests/src/Functional/DomainActionsTest.php... Checking patch domain/tests/src/Functional/DomainAdminElementTest.php... Checking patch domain/tests/src/Functional/DomainBlockVisibilityTest.php... Checking patch domain/tests/src/Functional/DomainCSSTest.php... Checking patch domain/tests/src/Functional/DomainCheckResponseTest.php... Checking patch domain/tests/src/Functional/DomainContextTest.php... Checking patch domain/tests/src/Functional/DomainCreateTest.php... Checking patch domain/tests/src/Functional/DomainEntityAccessTest.php... Checking patch domain/tests/src/Functional/DomainEntityReferenceTest.php... Checking patch domain/tests/src/Functional/DomainFormsTest.php... Checking patch domain/tests/src/Functional/DomainGetResponseTest.php... Checking patch domain/tests/src/Functional/DomainInactiveTest.php... Checking patch domain/tests/src/Functional/DomainListWeightTest.php... Checking patch domain/tests/src/Functional/DomainNavBlockTest.php... Checking patch domain/tests/src/Functional/DomainNegotiatorTest.php... Checking patch domain/tests/src/Functional/DomainPageCacheTest.php... Checking patch domain/tests/src/Functional/DomainReferencesTest.php... Checking patch domain/tests/src/Functional/DomainTokenTest.php... Checking patch domain/tests/src/Functional/DomainValidatorTest.php... Checking patch domain/tests/src/Functional/DomainViewsAccessTest.php... Checking patch domain_access/tests/src/Functional/DomainAccessAllAffiliatesTest.php... Hunk #1 succeeded at 13 (offset 1 line). Checking patch domain_access/tests/src/Functional/DomainAccessCacheTest.php... Checking patch domain_access/tests/src/Functional/DomainAccessContentUrlsTest.php... Checking patch domain_access/tests/src/Functional/DomainAccessDefaultValueTest.php... Hunk #1 succeeded at 14 (offset 1 line). Checking patch domain_access/tests/src/Functional/DomainAccessElementTest.php... Hunk #1 succeeded at 13 (offset 1 line). Checking patch domain_access/tests/src/Functional/DomainAccessEntityFieldTest.php... Checking patch domain_access/tests/src/Functional/DomainAccessEntityReferenceTest.php... Hunk #1 succeeded at 12 (offset 1 line). Checking patch domain_access/tests/src/Functional/DomainAccessFieldTest.php... Checking patch domain_access/tests/src/Functional/DomainAccessGrantsTest.php... Checking patch domain_access/tests/src/Functional/DomainAccessLanguageSaveTest.php... Hunk #1 succeeded at 14 (offset 1 line). Checking patch domain_access/tests/src/Functional/DomainAccessPermissionsTest.php... Hunk #1 succeeded at 16 (offset 1 line). Checking patch domain_access/tests/src/Functional/DomainAccessRecordsTest.php... Checking patch domain_access/tests/src/Functional/DomainAccessSaveTest.php... Hunk #1 succeeded at 13 (offset 1 line). Checking patch domain_alias/tests/src/Functional/DomainAliasActionsTest.php... Checking patch domain_alias/tests/src/Functional/DomainAliasListBuilderTest.php... Checking patch domain_alias/tests/src/Functional/DomainAliasListHostnameTest.php... Checking patch domain_alias/tests/src/Functional/DomainAliasMiddlewareTest.php... Checking patch domain_alias/tests/src/Functional/DomainAliasNegotiatorTest.php... Checking patch domain_alias/tests/src/Functional/DomainAliasSortTest.php... Checking patch domain_alias/tests/src/Functional/DomainAliasValidatorTest.php... Checking patch domain_alias/tests/src/Kernel/DomainAliasDomainDeleteTest.php... Checking patch domain_config/tests/modules/domain_config_middleware_test/src/Middleware.php... error: while searching for: /** * {@inheritdoc} */ public function handle(Request $request, $type = self::MASTER_REQUEST, $catch = TRUE): Response { // This line should break hooks in our code. // @see https://www.drupal.org/node/2896434. $config = $this->configFactory->get('domain_config_middleware_test.settings'); error: patch failed: domain_config/tests/modules/domain_config_middleware_test/src/Middleware.php:104 error: domain_config/tests/modules/domain_config_middleware_test/src/Middleware.php: patch does not apply Checking patch domain_config/tests/src/Functional/DomainConfigAlterHookTest.php... Checking patch domain_config/tests/src/Functional/DomainConfigCacheTest.php... Checking patch domain_config/tests/src/Functional/DomainConfigHomepageTest.php... Checking patch domain_config/tests/src/Functional/DomainConfigOverriderTest.php... Checking patch domain_config/tests/src/Functional/DomainConfigPageCacheTest.php... Checking patch domain_config_ui/tests/src/Functional/DomainConfigUIOptionsTest.php... Checking patch domain_config_ui/tests/src/Functional/DomainConfigUIPermissionsTest.php... Checking patch domain_content/tests/src/Functional/DomainContentActionsTest.php... Checking patch domain_content/tests/src/Functional/DomainContentCountTest.php... Checking patch domain_content/tests/src/Functional/DomainContentPermissionsTest.php... Checking patch domain_source/src/EventSubscriber/DomainSourceRedirectResponseSubscriberD8.php... error: domain_source/src/EventSubscriber/DomainSourceRedirectResponseSubscriberD8.php: No such file or directory Checking patch domain_source/tests/src/Functional/DomainSourceContentUrlsTest.php... Checking patch domain_source/tests/src/Functional/DomainSourceElementTest.php... Checking patch domain_source/tests/src/Functional/DomainSourceEntityReferenceTest.php... Hunk #1 succeeded at 12 (offset 1 line). Checking patch domain_source/tests/src/Functional/DomainSourceExcludeTest.php... Checking patch domain_source/tests/src/Functional/DomainSourceLanguageTest.php... Hunk #1 succeeded at 14 (offset -1 lines). Checking patch domain_source/tests/src/Functional/DomainSourceParameterTest.php... Checking patch domain_source/tests/src/Functional/DomainSourceTokenTest.php... Checking patch domain_source/tests/src/Functional/DomainSourceTrustedHostTest.php... Checking patch domain_source/tests/src/Functional/DomainSourceUrlTest.php...
- Status changed to Active
5 months ago 5:46pm 21 August 2024 - πΊπΈUnited States agentrickard Georgia (US)
The bot should auto-update the patch the next time it runs.
- π«π·France dqd London | N.Y.C | Paris | Hamburg | Berlin
@agentrickard: The bot runs on both "Active" and "Needs work" - and even with "Needs review".
What confuses me is something else: why we do have closed π Mark as Drupal 11 compatible Needs work as fixed while we have code changes in here to review and which not have been added yet over there?
From my 3,4 times testing domain still feels unstable at Drupal 11 but I had no time yet to investigate further, if something of the issues belongs to (could be fixed by) the changes made here by bot.
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module β , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.3, cannot fix all Drupal 11 compatibility problems.
Therefore, these changes did not update the
info.yml
file for Drupal 11 compatibility.The compatibility issues that Upgrade Status found after the Drupal Rector fixes were applied are attached to help you resolve them manually.
Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot β to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-318179These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.6
- mglaman/phpstan-drupal: 1.3.1
- palantirnet/drupal-rector: 0.20.3