Automated Drupal 11 compatibility fixes for paragraphs

Created on 24 March 2024, 8 months ago
Updated 12 August 2024, 3 months ago

Problem/Motivation

Hello project maintainers,

This is an automated issue to help make this module compatible with Drupal 11.

Changes will periodically be added to this issue that remove deprecated API uses. To stop further changes from being posted, change the status to anything other than Active, Needs review, Needs work or Reviewed and tested by the community. Alternatively, you can remove the "ProjectUpdateBotD11" tag from the issue to stop the bot from posting updates.

The changes will be posted by the Project Update Bot official user account. This account will not receive any issue credit contributions for itself or any company.

Proposed resolution

You have a few options for how to use this issue:

  1. Accept automated changes until this issue is closed

    If this issue is left open (status of Active, Needs review, Needs work or Reviewed and tested by the community) and the "ProjectUpdateBotD11" tag is left on this issue, new changes will be posted periodically if new deprecation fixes are needed.

    As the Drupal Rector project improves and is able to fix more deprecated API uses, the changes posted here will cover more of the deprecated API uses in the module.

    Patches and/or merge requests posted by others are ignored by the bot, and general human interactions in the issue do not stop the bot from posting updates, so feel free to use this issue to refine bot changes. The bot will still post new changes then if there is a change in the new generated patch compared to the changes that the bot posted last. Those changes are then up to humans to integrate.

  2. Leave open but stop new automated changes.

    If you want to use this issue as a starting point to remove deprecated API uses but then don't want new automated changes, remove the "ProjectUpdateBotD11" tag from the issue and use it like any other issue (the status does not matter then). If you want to receive automated changes again, add back the "ProjectUpdateBotD11" tag.

  3. Close it and don't use it

    If the maintainers of this project don't find this issue useful, they can close this issue (any status besides Active, Needs review, Needs work and Reviewed and tested by the community) and no more automated changes will be posted here.

    If the issue is reopened, then new automated changes will be posted.

    If you are using another issue(s) to work on Drupal 11 compatibility it would be very useful to other contributors to add those issues as "Related issues" when closing this issue.

Remaining tasks

Using the patches

  1. Apply the latest patch in the comments by Project Update Bot or human contributors that made it better.
  2. Thoroughly test the patch. These patches are automatically generated so they haven't been tested manually or automatically.
  3. Provide feedback about how the testing went. If you can improve the patch, post an updated patch here.

Using the merge request

  1. Review the merge request and test it.
  2. Thoroughly test the changes. These changes are automatically generated so they haven't been tested manually or automatically.
  3. Provide feedback about how the testing went. If you can improve the merge request, create a new branch and merge request and work from there.

Warning: The 'project-update-bot-only' branch will always be overwritten. Do not work in that branch!

Providing feedback

If there are problems with one of the changes posted by the Project Update Bot , such as it does not correctly replace a deprecation, you can file an issue in the Drupal Rector issue queue . For other issues with the bot, for instance if the issue summary created by the bot is unclear, use the Project analysis issue queue .

📌 Task
Status

Fixed

Version

1.0

Component

Code

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @Project Update Bot
  • Open in Jenkins → Open on Drupal.org →
    Core: 10.1.4 + Environment: PHP 8.1 & MariaDB 10.3.22
    last update 8 months ago
    182 pass
  • 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-127659

    These packages were used to generate the fixes:

    1. drupal/upgrade_status: 4.1.0
    2. mglaman/phpstan-drupal: 1.2.9
    3. palantirnet/drupal-rector: 0.20.1
  • Merge request !102Automated Project Update Bot fixes → (Closed) created by Project Update Bot
  • Open in Jenkins → Open on Drupal.org →
    Core: 10.1.4 + Environment: PHP 8.1 & MariaDB 10.3.22
    last update 8 months ago
    182 pass
  • Pipeline finished with Failed
    8 months ago
    Total: 606s
    #127840
  • First commit to issue fork.
  • Open in Jenkins → Open on Drupal.org →
    Core: 10.1.4 + Environment: PHP 8.1 & MariaDB 10.3.22
    last update 6 months ago
    182 pass
  • Pipeline finished with Failed
    6 months ago
    #173173
  • 🇩🇪Germany jurgenhaas Gottmadingen

    I've added a repository to an MR for the entity_reference_revisions module so that test for Drupal 11 can be performed.

  • Open in Jenkins → Open on Drupal.org →
    Core: 10.1.4 + Environment: PHP 8.1 & MariaDB 10.3.22
    last update 6 months ago
    Composer require failure
  • Pipeline finished with Failed
    6 months ago
    Total: 46s
    #173175
  • Open in Jenkins → Open on Drupal.org →
    Core: 10.1.4 + Environment: PHP 8.1 & MariaDB 10.3.22
    last update 6 months ago
    Composer require failure
  • Pipeline finished with Failed
    6 months ago
    #173179
  • First commit to issue fork.
  • Status changed to Needs work 6 months ago
  • 🇨🇭Switzerland berdir Switzerland

    ERR D11 support is merged, updated composer.json and made all other dependencies lenient, composer build completes now on next majors but tests die hard due to the https://git.drupalcode.org/project/paragraphs/-/jobs/1683168 EntityReferenceTestTrait. That means we won't be able to test on 10.1 or lower, so previous minor will break and will have to be removed I guess.

  • Assigned to berdir
  • 🇨🇭Switzerland berdir Switzerland
  • 🇨🇭Switzerland berdir Switzerland

    One of the kernel migration tests is causing an infinite recursion in discovery of migration plugins. No idea about this code...

    See https://git.drupalcode.org/project/paragraphs/-/merge_requests/102/diffs... and the referenced gist for the backtrace.

  • First commit to issue fork.
  • Pipeline finished with Failed
    6 months ago
    Total: 164s
    #183159
  • 🇨🇭Switzerland berdir Switzerland

    This is complex enough without phpcs/style changes. That's no in way related to Drupal 11 compatibility.

  • Pipeline finished with Failed
    6 months ago
    Total: 132502s
    #183165
  • Status changed to Needs review 6 months ago
  • 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.2, 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-188815

    These packages were used to generate the fixes:

    1. drupal/upgrade_status: 4.3.2
    2. mglaman/phpstan-drupal: 1.2.11
    3. palantirnet/drupal-rector: 0.20.2
  • 🇩🇪Germany jurgenhaas Gottmadingen

    Looks like the bot broke the issue fork badly.

  • 🇩🇪Germany jurgenhaas Gottmadingen

    All commits after 25.5.2020 (i.e. 4 years ago) are suddenly gone in the project-update-bot-only branch.

  • 🇨🇭Switzerland berdir Switzerland

    we shouldn't have worked on that anyway, it did warn us, I'll reupload a local one, but there might also be a tagged backup.

    (I would expect it would have just deleted our changes, not use a 4 year old one, but I guess it wanted to make a point or something ;))

  • 🇩🇪Germany jurgenhaas Gottmadingen

    but I guess it wanted to make a point or something

    That rather feels like a serious bug, especially since the bot also created a second MR on the same source and target combination. I didn't think that would even be possible with git.

    Anyways, should we recover this by creating a second issue fork and re-build the changes that got lost? I'm asking because that would allow us to use that fork as a dependency for some scheduled Drupal 11 pipelines.

  • 🇨🇭Switzerland berdir Switzerland

    That was just a joke, I do hope the update bot is not sentient enough to punish us ;)

    but yes, we should push the changes to a separate branch (in the same fork) maybe the one that got created by default already, and continue there. not expecting much more from the bot here anyway.

    also, I had already extracted all the changes to fix 10.2/10.3 tests into 📌 Drupal 10.2/10.3 test fixes Fixed , the blocker now is that migration stuff, that sounds like it might require a major rewrite.

    Honestly tempted to just rip that all out and push it in a separate contrib project and let someone else maintain it.

  • Pipeline finished with Failed
    5 months ago
    Total: 344s
    #190450
  • 🇩🇪Germany jurgenhaas Gottmadingen

    OK, I've started the branch 3433816-manual-drupal-11 and created MR!114 as a starting point which contains the 2 proposed patches from the bot and declares Drupal 11 compatibility in the info file.

  • First commit to issue fork.
  • Pipeline finished with Failed
    5 months ago
    Total: 380s
    #190570
  • Merge request !115Issue #3433816: Drupal 11 compatibility → (Merged) created by berdir
  • 🇨🇭Switzerland berdir Switzerland

    Berdir changed the visibility of the branch 3433816-manual-drupal-11 to hidden.

  • 🇨🇭Switzerland berdir Switzerland

    I recovered my local old branch with all the work that was done here, rebased on 8.x-1.x, pushed to https://git.drupalcode.org/project/paragraphs/-/merge_requests/115. Closed all other merge requests.

  • 🇩🇪Germany jurgenhaas Gottmadingen

    Thanks @Berdir let's hope that the bot doesn't override that branch next time it runs.

  • 🇨🇭Switzerland berdir Switzerland

    This isn't the same branch than the bot used, that one is named "project-update-bot-only", the one that has automated in the name is just named because it's the default branch created by drupal.org for the issue fork based on the issue title name. That one should not get overwritten.

  • 🇩🇪Germany jurgenhaas Gottmadingen

    Not sure, we're on safe ground here. As you can see from https://www.drupal.org/project/paragraphs/issues/3433816#mr113-note320523 📌 Automated Drupal 11 compatibility fixes for paragraphs Needs review and https://www.drupal.org/project/paragraphs/issues/3433816#mr102-note320522 📌 Automated Drupal 11 compatibility fixes for paragraphs Needs review the bot committed to both open MRs back when it screwed up.

  • 🇨🇭Switzerland berdir Switzerland

    @jurgenhaas: Both merge requests yes, but if you click on them or check the hidden branches on the issue summary you can see that both branches were opened for the same branch, project-update-bot-only. There's no guarantee with how bad the bot got confused here, but IMHO, using 3433816-automated-drupal-11 is as safe as any other branch on this fork.

  • 🇳🇱Netherlands bbrala Netherlands

    As per slack conversation with Berdir. Will hide the files for the bot so we can test updated logic to find the correct branch.

  • 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.2, 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-188815

    These packages were used to generate the fixes:

    1. drupal/upgrade_status: 4.3.2
    2. mglaman/phpstan-drupal: 1.2.11
    3. palantirnet/drupal-rector: 0.20.2
  • Merge request !116Automated Project Update Bot fixes → (Open) created by Project Update Bot
  • Pipeline finished with Failed
    5 months ago
    Total: 312s
    #194226
  • 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-199781

    These packages were used to generate the fixes:

    1. drupal/upgrade_status: 4.3.2
    2. mglaman/phpstan-drupal: 1.2.11
    3. palantirnet/drupal-rector: 0.20.3
  • Pipeline finished with Failed
    5 months ago
    Total: 358s
    #201553
  • Pipeline finished with Skipped
    4 months ago
    #236317
  • Pipeline finished with Skipped
    4 months ago
    #236318
    • Berdir committed 21dbe7c3 on 8.x-1.x
      Issue #3433816 by Berdir, jurgenhaas: Automated Drupal 11 compatibility...
  • Status changed to Fixed 4 months ago
  • 🇨🇭Switzerland berdir Switzerland

    This now requires 10.2 and I removed a lot of BC layers, mostly in tests. The migrate workarounds are ugly, but I don't see another option without a major time investment. The migrate integration will most likely be removed if/when there is a 2.x of paragraphs.

    The only failing tests are the IEF integration tests and I verified that they pass locally with the WIP patch from the IEF issue.

    Merged.

  • 🇫🇷France andypost

    2 tests still fails in CI

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024