An error occurred while fetching this tab.
Add feature to delete inactive projects
- May 12, 2022
-
-
Huzaifa Iftikhar authored
* Encapsulate the redis logic for inactive projects deletion feature inside InactiveProjectsDeletionWarningTracker. * Make the workers idempotent. * Update the feature_category to the correct owners.
-
Huzaifa Iftikhar authored
-
Huzaifa Iftikhar authored
-
Huzaifa Iftikhar authored
-
Huzaifa Iftikhar authored
-
Huzaifa Iftikhar authored
-
Huzaifa Iftikhar authored
Administrators of large GitLab instances often find that over time projects become inactive and are no longer used. These projects take up unnecessary disk space. This feature adds an automated way to identify these projects, warn the maintainers ahead of time, and then delete the projects if they are still inactive. Changelog: added
-