Skip to content

Adds Members::DeletionSchedule model

What does this MR do and why?

Adds a new model, Members::DeletionSchedule.

The new model will be used to keep track of deletions that need to happen for a user/namespace - we'll insert a record every time a user tries to remove a billable user from a namespace hierarchy, once they're removed, we'll remove the record from this new table.

The removal itself will be taken care of via a background worker that will lookup records in this table and process the deletions (being handled in !170820 (merged))

Refs &15722 (closed) and #501247 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Vijay Hawoldar

Merge request reports

Loading