1. 24 6月, 2021 3 次提交
  2. 23 6月, 2021 2 次提交
  3. 22 6月, 2021 2 次提交
  4. 17 6月, 2021 3 次提交
  5. 16 6月, 2021 2 次提交
  6. 15 6月, 2021 1 次提交
  7. 11 6月, 2021 1 次提交
  8. 10 6月, 2021 1 次提交
  9. 09 6月, 2021 2 次提交
  10. 07 6月, 2021 6 次提交
  11. 03 6月, 2021 1 次提交
  12. 02 6月, 2021 6 次提交
  13. 31 5月, 2021 1 次提交
  14. 27 5月, 2021 5 次提交
  15. 26 5月, 2021 1 次提交
  16. 25 5月, 2021 3 次提交
    • T
      refactor: assert that we can always return WrappedRepository · bbe5bea1
      Tomas Vik 提交于
      Most of the client code was making its own `assert()`, because it
      couldn't continue without having an existing repository. By moving the
      assert into the `getRepository()` method, we simplify the client code.
      bbe5bea1
    • T
      refactor: utility function for finding mr diffs · 400e1474
      Tomas Vik 提交于
      Multiple paces will need to search through all the MR changes and find
      the correct diff. This commit extracts a method to do that.
      400e1474
    • T
      refactor: get startSha from API · b6dc0785
      Tomas Vik 提交于
      When we create new diff threads, the API requires us to submit all three
      values (start/base/head SHA) so even though we don't need startSha
      internally, we have to parse it from the response.
      b6dc0785