gitlab-org--gitlab-foss/app/views/projects/commits
Sean McGivern 52ab33a3fa Expire commit view partial after a day
We rarely use Russian-doll caching in views, and when we do, it's
typically with a naturally-invalidating key. In the case of the commit
partial, though, the author lookup isn't part of the cache key - because
we're not going to use the state of the users table - and so a new email
address can take up to two weeks to show against the commits list.

Limiting this to a day still caches the partial for a healthy amount of
time, without as bad a worst case scenario.
2016-08-31 15:12:31 +01:00
..
_commit.atom.builder Render a collection for the Commits atom feed 2016-05-23 12:38:11 -04:00
_commit.html.haml Expire commit view partial after a day 2016-08-31 15:12:31 +01:00
_commit_list.html.haml
_commits.html.haml Updated commits UI 2016-06-08 10:10:18 +01:00
_head.html.haml Add horizontal scrolling to all sub-navs on mobile viewports 2016-08-25 18:01:37 -05:00
_inline_commit.html.haml
show.atom.builder Render a collection for the Commits atom feed 2016-05-23 12:38:11 -04:00
show.html.haml Remove unnecessary parens 2016-06-30 16:01:26 +03:00