gitlab-org--gitlab-foss/app
Stan Hu 8a9fc2b67e Cache the commit author in RequestStore to avoid extra lookups in PostReceive
In a PostReceive task with 697 commits (8.9 RC1 -> RC8), looking up
the commit author takes about 10% of the time. Caching this information
in RequestStore saves a few seconds from the overall processing time.

Improves #18663
2016-07-27 15:41:25 -07:00
..
assets Remove inline scripts from import pages. 2016-07-26 14:58:01 -06:00
controllers Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
finders implements the basic filter functionality 2016-07-19 19:30:10 +01:00
helpers Merge branch 'filter-branch-by-name' into 'master' 2016-07-25 12:07:29 +00:00
mailers Allow build email service to be tested 2016-07-15 20:38:27 -03:00
models Cache the commit author in RequestStore to avoid extra lookups in PostReceive 2016-07-27 15:41:25 -07:00
services Revert "Merge branch '17073-tagscontroller-index-is-terrible-response-time-goes-up-to-5-…" 2016-07-24 18:45:14 +00:00
uploaders Remove magic comments from Ruby files (!5456) 2016-07-24 07:08:45 +02:00
validators refactor url validator to use sanitizer for check 2016-07-01 09:02:45 +02:00
views Merge branch 'feature/profile-requests-conditionally' into 'master' 2016-07-26 22:07:15 +00:00
workers Merge branch 'feature/profile-requests-conditionally' into 'master' 2016-07-26 22:07:15 +00:00