Skip to content

Renumber a new UserCallout enum for EE compatibility

Nick Thomas requested to merge 12173-renumber-user-callout-enum into master

What does this MR do?

In EE, the value 4 for this enum is already used by gold_trial, so we have to renumber.

Since this was only just introduced, it should be safe to renumber in code only.

For the future, we should consider putting the EE values into their own namespace - maybe reserve values over 512 or so for EE callouts? However, while master is broken is no time to work on it.

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/12173

Edited by Nick Thomas

Merge request reports