gitlab-org--gitlab-foss/config
Robert Speicher cb4c596058 Merge branch 'precalculate-trending-projects' into 'master'
Precalculate trending projects

## What does this MR do?

This MR changes the trending projects code so that data is precalculated, removing the need for any complex caching mechanisms. 

## Why was this MR needed?

Caching of trending data didn't work properly, still leading to queries. Using caching in general would be very hard due to users being able to apply custom filters to the list of trending projects.

See merge request !6749
2016-10-11 10:58:50 +00:00
..
environments
initializers Precalculate trending projects 2016-10-10 12:27:08 +02:00
locales
routes Fix missing constraints causing route failures when usernames with periods are used 2016-10-08 09:58:25 -07:00
application.rb Merge commit 'dev/security' into 'master' 2016-10-06 08:33:11 +02:00
aws.yml.example
boot.rb
database.yml.env
database.yml.mysql
database.yml.postgresql
dependency_decisions.yml
environment.rb
gitlab.yml.example add configurable email subject suffix 2016-10-03 18:07:28 +08:00
license_finder.yml
mail_room.yml
newrelic.yml
resque.yml.example
routes.rb Remove NamespacesController 2016-10-10 16:32:32 +03:00
secrets.yml.example
sidekiq.yml.example
unicorn.rb.example
unicorn.rb.example.development