Problem/Motivation

We are using the purge_users module on several of our websites that we want to migrate to Drupal 11.

Proposed resolution

  • Implement a Drupal 11 compatible version of this module.
  • Enable Gitlab CI.
  • Fix PHP unit tests.
  • Fix phpcs, phpstan and eslint warnings.
  • Fix spelling (cspell).

Remaining tasks

Publish, review and validate MR.

Testing on Drupal 11

To test on Drupal 11, add the following lines to your composer.json repositories section:

  "repositories": [
    {
      "type": "vcs",
      "url": "https://git.drupalcode.org/issue/purge_users-3478176.git"
    },

and then run:

composer require drupal/purge_users:dev-3478176-drupal-11-compatibility
CommentFileSizeAuthor
#5 purge_users-pipeline-results.jpg151.15 KBmably
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mably created an issue. See original summary.

mably’s picture

Issue summary: View changes
mably’s picture

Issue summary: View changes
mably’s picture

Assigned: mably » Unassigned
Status: Active » Needs review
StatusFileSize
new151.15 KB

All green! 🎉

Pipeline is all green

mably’s picture

Issue summary: View changes
mably’s picture

Issue summary: View changes

  • mably committed 9f3e8826 on 4.x
    Issue #3478176 by mably: Drupal 11 compatibility fixes for purge_users
    
mably’s picture

mably’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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