versioncontrol_gitlab_user_delete() propagates user deletions to GitLab: https://git.drupalcode.org/project/versioncontrol_gitlab/-/blob/7fbcacd6...

But their ID remains in the versioncontrol_gitlab_users table. It should also be deleted there.

And we could use an update hook to delete any rows orphaned from the users table.

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

drumm created an issue. See original summary.

fjgarlin’s picture

I cannot create a fork, so I'm attaching a patch instead. Please review.

fjgarlin’s picture

Status: Active » Needs review
erikaagp’s picture

Assigned: Unassigned » erikaagp

I'll review it.

erikaagp’s picture

?4U What drupal version does it work?

  • drumm committed 607dd8e on 7.x-1.x
    Issue #3319007 by drumm, fjgarlin: Delete users from...
drumm’s picture

Assigned: erikaagp » Unassigned
Status: Needs review » Fixed

Merged & deployed to Drupal.org.

As noted in the issue metadata, this was for the 7.x-1.x version of the module. The convention for contrib version numbers starting with 7.x- is that they are compatible with Drupal 7.x.

Status: Fixed » Closed (fixed)

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