summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/sherlock
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-2/+3
|
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-238-0/+16
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-278-8/+8
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-215-23/+23
|
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-243-6/+6
| | | | Also removes the note from the development/testing.md guide
* Tag lib specsDouwe Maan2015-12-098-8/+8
|
* Added total query time to Sherlocksherlock-total-query-timeYorick Peterse2015-11-241-0/+13
| | | | | This makes it easier to see if a problem is caused by slow queries or slow Ruby code (unrelated to any SQL queries that might be used).
* Track the amount of times views are renderedYorick Peterse2015-11-091-0/+57
|
* Fixed Hash key style in Sherlock::Query specYorick Peterse2015-11-091-1/+1
|
* Added specs and source documentation for SherlockYorick Peterse2015-11-098-0/+639