gitlab-org--gitlab-foss/spec/controllers/dashboard
Sean McGivern 063b9edc77 Save a query on the todos index page
When there are no filters, we can get the total todos count from the cached
count on the user object, instead of performing a DB query. This query takes
about 80ms for me on GitLab.com.
2017-10-04 17:37:38 +01:00
..
labels_controller_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
milestones_controller_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
todos_controller_spec.rb Save a query on the todos index page 2017-10-04 17:37:38 +01:00