Rollout: vac_increased_limit feature flag

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Summary

Rollout issue for the vac_increased_limit feature flag introduced in !236282 (merged).

This feature flag allows specific projects to track up to 1000 branches/tags instead of the default limit of 2, enabling projects like gitlab-org/gitlab to track all supported releases while the full quota management system is developed.

Rollout Plan

Phase 1: gitlab.com specific projects

  • Enable for gitlab-org/gitlab to track supported releases
Feature.enable(:vac_increased_limit, Project.find_by_full_path('gitlab-org/gitlab'))

Phase 2: Additional projects as needed

  • Enable for other projects requesting increased limits

Rollback

Feature.disable(:vac_increased_limit, Project.find_by_full_path('gitlab-org/gitlab'))
Edited by 🤖 GitLab Bot 🤖