summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/database/count_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+44
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-1/+1
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Enable tablesample count strategy by defaultAndreas Brandl2019-07-241-13/+2
* Move strategies in their own filesAndreas Brandl2018-12-031-124/+0
* Limit some specs to PostgreSQL only.Andreas Brandl2018-12-031-2/+2
* Fix rubocop offenses.Andreas Brandl2018-12-031-4/+4
* Add feature flag for tablesample counting.Andreas Brandl2018-12-031-0/+4
* Implement TablesampleCountStrategy.Andreas Brandl2018-12-031-0/+53
* Finish refactoring specs.Andreas Brandl2018-12-031-56/+15
* Move things to their right scope in specs.Andreas Brandl2018-12-031-44/+45
* More specs for fallback testing.Andreas Brandl2018-12-031-0/+33
* Refactor specs to separate concerns.Andreas Brandl2018-12-031-18/+63
* Flexible approximate counts with fallback strategies.Andreas Brandl2018-12-031-7/+14
* Simplify to use models instead of tables.Andreas Brandl2018-12-031-2/+2
* Add ExactCountStrategy.Andreas Brandl2018-12-031-0/+10
* Extract ReltuplesCountStrategy.Andreas Brandl2018-12-031-1/+1
* Fix fast admin counters not working when PostgreSQL has secondariessh-fix-admin-page-counts-take-2Stan Hu2018-05-251-36/+45
* Fix Error 500 viewing admin page due to statement timeoutsStan Hu2018-05-161-0/+62