1. 07 6月, 2021 2 次提交
  2. 04 6月, 2021 4 次提交
  3. 03 6月, 2021 2 次提交
  4. 02 6月, 2021 10 次提交
  5. 01 6月, 2021 2 次提交
  6. 31 5月, 2021 1 次提交
  7. 27 5月, 2021 8 次提交
  8. 26 5月, 2021 1 次提交
  9. 25 5月, 2021 5 次提交
  10. 21 5月, 2021 4 次提交
  11. 20 5月, 2021 1 次提交
    • T
      refactor: introduce MR cache · 1eab197e
      Tomas Vik 提交于
      Added two new methods to the WrappedRepository: `reloadMr()` and
      `getMr()`.
      
      - `reloadMr()` will fetch additional information for the MR (for now
        it's the diff). It will also store this fetched information into a
        cache.
      - `getMr()` expects that `reloadMr()` has been called in the past. It
        retrieves the MR information without making api calls.
      1eab197e