An error occurred fetching the project authors.
  1. 19 Sep, 2017 1 commit
  2. 06 Sep, 2017 2 commits
  3. 05 Sep, 2017 1 commit
    • Yorick Peterse's avatar
      Re-use issue/MR counts for the pagination system · 42062a45
      Yorick Peterse authored
      This changes the issue and MR index pages so the pagination system
      re-uses the output of the COUNT(*) query used to calculate the number of
      rows per state (opened, closed, etc). This removes the need for an
      additional COUNT(*) on both pages.
      42062a45
  4. 28 Aug, 2017 2 commits
  5. 15 Aug, 2017 1 commit
  6. 07 Aug, 2017 1 commit
  7. 26 Jul, 2017 1 commit
  8. 14 Jul, 2017 1 commit
  9. 05 Jul, 2017 1 commit
  10. 28 Jun, 2017 1 commit
  11. 21 Jun, 2017 3 commits
  12. 23 May, 2017 2 commits
  13. 18 May, 2017 1 commit
  14. 15 May, 2017 1 commit
  15. 12 May, 2017 1 commit
    • Sean McGivern's avatar
      Fix conflict resolution from corrupted upstream · ad2bfeb8
      Sean McGivern authored
      I don't know why this happens exactly, but given an upstream and fork repository
      from a customer, both of which required GC, resolving conflicts would corrupt
      the fork so badly that it couldn't be cloned.
      
      This isn't a perfect fix for that case, because the MR may still need to be
      merged manually, but it does ensure that the repository is at least usable.
      
      My best guess is that when we generate the index for the conflict
      resolution (which we previously did in the target project), we obtain a
      reference to an OID that doesn't exist in the source, even though we already
      fetch the refs from the target into the source.
      
      Explicitly setting the source project as the place to get the merge index from
      seems to prevent repository corruption in this way.
      ad2bfeb8
  16. 09 May, 2017 2 commits
  17. 03 May, 2017 1 commit
  18. 12 Apr, 2017 1 commit
  19. 11 Apr, 2017 1 commit
  20. 10 Apr, 2017 1 commit
  21. 08 Apr, 2017 3 commits
  22. 06 Apr, 2017 3 commits
  23. 05 Apr, 2017 3 commits
  24. 02 Apr, 2017 1 commit
  25. 27 Mar, 2017 1 commit
    • Sean McGivern's avatar
      Only load what we need when visiting MR diffs page · 0344e083
      Sean McGivern authored
      The instance variables set in this action are only used by the JSON
      response. Visiting `merge_requests/:iid/diffs` in a browser always loads
      the `show` action, so we don't need to find an MR diff, or an
      environment, in that case.
      0344e083
  26. 23 Mar, 2017 3 commits