Skip to content

Pull EE specific Gitlab::Auth code in to its own module

Only a tiny portion of code in EE for Gitlab::Auth was different from CE. This had the potential to result in merge conflicts. Now, it's moved in to its own EE module and is prepended into the Gitlab::Auth class.

This change makes way for a smooth CE to EE merge for changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8752

Merge request reports