Skip to content

[BE] Allow updating of Group setting

Background

In [Gitlab.com] Automatic removal of dormant members (&7533) we intend to add a feature to identify and remove dormant users from Namespaces for GitLab.com

This is similar to the existing SM feature ( &5519 (closed)), but rather than deactivating users, we will remove members.

To achieve this, we will be adding a way to track member’s last activity timestamp within a namespace, so that we can identify dormant members and remove them if they've been dormant for greater than a predefined time period (e.g. 90 days).

Purpose

The purpose of this issue is to:

add the ability to toggle a setting on group namespaces, which was added in [BE] Add dormant member setting to Groups (#461334 - closed)

  • Update allowed params in group settings controller
  • This should be feature flagged

Implementation

Edited by Sheldon Led