1. 05 11月, 2020 1 次提交
  2. 02 11月, 2020 2 次提交
  3. 26 10月, 2020 4 次提交
  4. 22 10月, 2020 2 次提交
  5. 21 10月, 2020 7 次提交
  6. 19 10月, 2020 2 次提交
  7. 15 10月, 2020 8 次提交
  8. 13 10月, 2020 3 次提交
  9. 12 10月, 2020 1 次提交
  10. 07 10月, 2020 1 次提交
  11. 06 10月, 2020 1 次提交
  12. 05 10月, 2020 4 次提交
  13. 24 9月, 2020 2 次提交
  14. 23 9月, 2020 2 次提交
    • T
      refactor: don't expose protocol from parseGitRemote · 8d29cb65
      Tomas Vik 提交于
      The `protocol` attribute was only ever used in tests, omitting it
      simplifies the interface and tests at no cost. The attribute can be
      easily introduced in the future if we need it.
      8d29cb65
    • T
      refactor: parseGitRemote returns object instead off an array · 92f525a4
      Tomas Vik 提交于
      The only client of the parseGitRemote function is gitService and it took
      the returned array and turned it into an object anyway. Returning object
      allows us to annotate the parameters instead of relying on the index. We
      will also be able to crate a return type once we migrate to TS
      92f525a4