summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/identifier_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-6/+6
|
* Use Commit#author so we share logic and cacheLin Jen-Shin2016-11-241-3/+2
| | | | Closes #24900
* update existing testElan Ruusamäe2016-11-061-1/+1
|
* Refactor Gitlab::IdentifierYorick Peterse2016-10-051-0/+123
This refactors Gitlab::Identifier so it uses fewer queries and is actually tested. Queries are reduced by caching the output as well as using 1 query (instead of 2) to find a user using an SSH key.