- Issue created by @Project Update Bot
- Open on Drupal.org →Core: 10.2.x + Environment: PHP 8.1 & MySQL 8last update
8 months ago Waiting for branch to pass 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
- Status changed to Needs review
8 months ago 9:56pm 18 March 2024 - Open on Drupal.org →Core: 10.2.x + Environment: PHP 8.1 & MySQL 8last update
8 months ago Waiting for branch to pass - Open on Drupal.org →Core: 10.2.x + Environment: PHP 8.1 & MySQL 8last update
8 months ago Waiting for branch to pass 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
- 🇵🇱Poland piotr pakulski Poland 🇪🇺
I'm wokring on this on DrupalCon Barcelona Contrib Day
- 🇵🇱Poland piotr pakulski Poland 🇪🇺
OK get it working under D11, solved some forms compatibility problems. Still need to run it thru phpcs. Progress saved here https://git.drupalcode.org/issue/lingotek-3431671/-/commit/0c63e4fe371a2.... I will continue soon. Thank you lostcarpark for support.
- 🇵🇱Poland piotr pakulski Poland 🇪🇺
PR ready https://git.drupalcode.org/project/lingotek/-/merge_requests/24
I'm not sure how to run tests in the the drupalPod
Please review and test - 🇮🇪Ireland lostcarpark
Great work, Piotr.
The module is only configured to run tests with Drupal CI, which has been deprecated and replaced with Gitlab CI.
To start using Gitlab CI, you need to create a file called "gitlab-ci.yml" in the root directory of the project. You can use the web interface to create the file, which will trigger Gitlab to provide useful default entries from a template. You can find full instructions on the following page:
https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr... →
However, I would recommend opening a new issue to set up Gitlab CI for this project. You could remove "drupalci.yml" at the same time, since it's no longer supported.
The ideal workflow would be to get that issue merged, then rebase this one so tests will be run against these changes.