Homec4science

Don't fetch all commits without blame in Diffusion

Authored by vrana <jakubv@fb.com> on Apr 10 2012, 10:32.

Description

Don't fetch all commits without blame in Diffusion

Summary:
Otherwise useless query is executed:

SELECT c.*
FROM `repository_commit` c
ORDER BY c.epoch DESC

Test Plan: /diffusion/X/browse/x

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

Differential Revision: https://secure.phabricator.com/D2186

Details

Committed
vrana <jakubv@fb.com>Apr 10 2012, 18:58
Pushed
aubortJan 31 2017, 17:16
Parents
rPH347bc357fd5f: Display Browse in Diffusion and Open in Editor links in commit detail
Branches
Unknown
Tags
Unknown

Event Timeline

vrana <jakubv@fb.com> committed rPH76b534b5609c: Don't fetch all commits without blame in Diffusion (authored by vrana <jakubv@fb.com>).Apr 10 2012, 18:58