summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/user_extractor_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Backport EE changes to UserExtractor to CEYorick Peterse2019-03-181-0/+20
| | | | | This backports the changes EE made to Gitlab::UserExtractor, removing the need for an EE specific module.
* Port changes for CODEOWNERS to CEBob Van Landuyt2018-09-061-0/+58
This ports the changes for the CODEOWNERS feature to CE: - It adds the CODEOWNERS file. - It adds the mention of the `with-codeowners` branch in TestEnv