#4639 Be smarter about computing diffs/last commits for forks

unreleased
invalid
nobody
None
SCM
nobody
2015-04-08
2012-08-01
No

In repo_refresh() we call compute_diffs() (which also sets LastCommits) for every commit on every refresh, just in case the repo is a new fork with no LastCommit history. Fix this to only run for the commits that need it.

Discussion

  • Dave Brondsema

    Dave Brondsema - 2014-03-13

    This is old and not relevant any more. We want to make our SCM model "indexless" rather than generate lots of data during repo_refresh.

     
  • Dave Brondsema

    Dave Brondsema - 2014-03-13
    • status: open --> invalid
     

Log in to post a comment.