gitlab-org--gitlab-foss/changelogs/unreleased/50345-hashed-storage-feature-flag.yml
Gabriel Mazetto 61c35b6ca1 Fixed stub_feature_flag behavior for disabled? flags.
Previous code would not work with `disabled?` because that method would
send two parameters (second always `nil`) which we are not mocking.

Instead of mock yet another state, I decide to fix it where it belongs.
2018-08-22 05:41:15 +02:00

5 lines
128 B
YAML

---
title: Feature flag to disable Hashed Storage migration when renaming a repository
merge_request: 21291
author:
type: added