Enable adding overrides for rollout feature flags
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: thenamankumar
closes: https://github.com/sourcegraph/sourcegraph/issues/35795
This PR enabled adding org/user overrides for rollout feature flags as well which was earlier restricted to boolean feature flags.
This also performs minor refactoring over the GetUserFlags
method in the database store. There are nested loops present which need not be.
Push commits to the source branch or add previously merged commits to review them.