- 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 (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-127659These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.9
- palantirnet/drupal-rector: 0.20.1
- First commit to issue fork.
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 → these changes make this module compatible with Drupal 11! 🎉
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.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-188815These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.2
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.2
- Assigned to sourav_paul
- Issue was unassigned.
- Status changed to RTBC
4 months ago 1:47pm 22 August 2024 - 🇮🇳India sourav_paul Kolkata
I've tested the patch in D11, and the functionality was working but when I tried to open the config form it encountered an error due to a missing argument in the parent class ConfigFormBase of "TypedConfigManagerInterface". I've solved the issue in this MR...
It is working now in d11..
- Assigned to Grevil
- Status changed to Needs work
4 months ago 10:42am 27 August 2024 - Issue was unassigned.
- Status changed to Postponed
4 months ago 10:48am 27 August 2024 - 🇩🇪Germany Grevil
The parent module "group" is not yet D11 ready.
POSTPONED on 📌 Automated Drupal 11 compatibility fixes for group Needs review .
- 🇨🇦Canada deviantintegral
Given how many module users aren't using group, and from what I can tell group is only used for an integration test, can we make it so that test only runs on Drupal 10, and is skipped on Drupal 11?
- Status changed to Active
3 months ago 4:55pm 17 September 2024 - 🇩🇪Germany Grevil
Not for the long term. We should add "group" as a dev dependency in the composer.json and as a
test_dependency
in the info.yml instead of a "real" dependency.Right now, we could opt out of testing phpunit-next-major, which will temporarily let the tests succeed, but once D11 becomes current major, we get the same failure. Although this could take a while, so yea, why not.
- 🇩🇪Germany Grevil
Sorry, we already require it as a dev dependency. I adjusted the .gitlab-ci.yml.
I removed forcibly making the pipeline fail if phpcs / phpstan fail. Let's see, what the pipeline says now.
- gaurav gupta Jaipur, Rajasthsan
Hello all
i have tested the MR in my local and check the config form and there are no issue in upgrade status.
Moving it to RTBC.
Thanks. - 🇺🇸United States bluegeek9
I removed the use of randomGenerator in Functional tests. RandomGenerator is a trait used in Kernel tests. It looks to no longer be part of functional tests in Drupal 11.
-
bluegeek9 →
committed c335221a on 8.x-1.x authored by
project update bot →
Issue #3434076 by bluegeek9, project update bot, grevil, sourav_paul,...
-
bluegeek9 →
committed c335221a on 8.x-1.x authored by
project update bot →
- Status changed to Fixed
about 1 month ago 9:04am 20 November 2024 Automatically closed - issue fixed for 2 weeks with no activity.