1. 26 10月, 2020 3 次提交
  2. 22 10月, 2020 2 次提交
  3. 21 10月, 2020 7 次提交
  4. 19 10月, 2020 2 次提交
  5. 15 10月, 2020 8 次提交
  6. 13 10月, 2020 3 次提交
  7. 12 10月, 2020 1 次提交
  8. 07 10月, 2020 1 次提交
  9. 06 10月, 2020 1 次提交
  10. 05 10月, 2020 4 次提交
  11. 24 9月, 2020 2 次提交
  12. 23 9月, 2020 3 次提交
    • 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
    • T
      refactor: parseGitRemote requries instanceUrl · 98c0d663
      Tomas Vik 提交于
      There has been only one usage without the instanceUrl. It was in GitService and it
      was much better relplaced with url.parse. That will allow us to have stronger
      type definition in TS.
      98c0d663
  13. 22 9月, 2020 3 次提交