1. 14 Jul, 2016 3 commits
    • Sean McGivern's avatar
      Prevent author from approving their own MR · a250142c
      Sean McGivern authored
      - Don't include the author when checking approvers remaining.
      - Don't allow the author to be added as an approver when editing an MR.
      - Don't allow the current user (who will be the author) to be added as
        an approver when creating an MR.
      a250142c
    • Sean McGivern's avatar
      Allow skipping users in autocomplete · 3758f751
      Sean McGivern authored
      Pass an array of user IDs in the `skip_users` param to have them
      excluded from the results (unless they are explicitly included through
      the `current_user` or `author_id` params).
      3758f751
    • 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
  2. 13 Jul, 2016 11 commits
  3. 12 Jul, 2016 26 commits