An error occurred fetching the project authors.
  1. 11 Sep, 2018 1 commit
  2. 29 Jan, 2018 1 commit
  3. 30 Mar, 2017 2 commits
    • Sean McGivern's avatar
      Fallback to current user when suggesting approvers · 7cb8aed6
      Sean McGivern authored
      A new MR won't have an author necessarily, so use the current user in
      that case.
      7cb8aed6
    • Sean McGivern's avatar
      Speed up suggested approvers · 216a4823
      Sean McGivern authored
      Instead of performing `git log` for each file that's changed, do it for
      all files at once. This stops git having to load large packfiles once
      for each file in an MR.
      
      This is always a suggestion, so the change in behaviour should be
      fine. Increase the number of commits counted by squaring it, to allow
      for the fewer calls to `git log`.
      216a4823
  4. 03 Aug, 2016 1 commit
  5. 14 Jul, 2016 1 commit
    • Sean McGivern's avatar
      Fix suggested approvers · 8bdf633f
      Sean McGivern authored
      Previously, this would pick the least-frequent contributors to the
      changed files, rather than the most frequent.
      8bdf633f
  6. 22 Jun, 2016 1 commit
  7. 15 Jun, 2016 2 commits
  8. 05 May, 2016 1 commit
  9. 10 Mar, 2016 1 commit
  10. 03 Aug, 2015 1 commit
  11. 31 Jul, 2015 1 commit