Skip to content

User deletion requests should delete data in additional tables

We found tables in which user information should be deleted at the same time as deletion requests. We currenly perform this deletion in our Drupal code[1] but should be done from the Profile API service instead.

  • eclipse_api_blob
  • eclipse_api_blob_application_usage
  • eclipse_api_mpc_favorites
  • eclipse_api_mpc_favorites_list_name
  • eclipse_api_gerrit_review_count

These tables are located in the drupal api database.

[1] - https://gitlab.eclipse.org/eclipsefdn/it/websites/drupal/eclipse_api/-/blob/7.x-1.x/eclipse_api.module?ref_type=heads#L2854