1. 15 6月, 2021 1 次提交
  2. 08 6月, 2021 1 次提交
  3. 19 5月, 2021 1 次提交
  4. 06 5月, 2021 2 次提交
  5. 15 4月, 2021 1 次提交
  6. 02 4月, 2021 1 次提交
  7. 31 3月, 2021 1 次提交
    • T
      test: fail early when the test environment isn't correctly set up · 04677c41
      Tomas Vik 提交于
      If the integration test workspace is missing, fail the test instantly.
      This improves contributor experience preventing
      unrelated integration test failures.
      This commit also moves the documentation for running integration tests
      to a more prominent position in the docs.
      04677c41
  8. 30 3月, 2021 1 次提交
  9. 04 3月, 2021 1 次提交
  10. 02 3月, 2021 1 次提交
  11. 24 2月, 2021 1 次提交
    • T
      docs: update testing strategy · 8de9b8e6
      Tomas Vik 提交于
      The testing strategy has been written before we started
      writing tests. Now after months of writign tests, lot of the
      processes changed.
      8de9b8e6
  12. 23 2月, 2021 4 次提交
    • T
      docs: update documentation for writing tests · 3d38cd76
      Tomas Vik 提交于
      We migrated to TS and introduced new concepts since the last update.
      3d38cd76
    • T
      docs: don't prepend interfaces with capital I · 1183cd7a
      Tomas Vik 提交于
      This is a snippet from a book Effective TypeScript:
      
      WARNING
      The examples in this item prefix type names with I or T solely to
      indicate how they were defined. You should not do this in your code!
      Prefixing interface types with I is common in C#, and this convention
      made some inroads in the early days of TypeScript. But it is considered
      bad style today because it’s unnecessary, adds little value, and is not
      consistently followed in the standard libraries.
      1183cd7a
    • T
      docs: explain how we use utils · abfe50a2
      Tomas Vik 提交于
      abfe50a2
    • T
      docs: add architecture.md · 65dea91f
      Tomas Vik 提交于
      This document explains how the current code is structured and it also
      hints at what changes are we planning to do to the extension structure
      in the near future.
      65dea91f
  13. 09 2月, 2021 1 次提交
  14. 15 12月, 2020 1 次提交
  15. 26 11月, 2020 1 次提交
  16. 02 11月, 2020 1 次提交
  17. 13 10月, 2020 1 次提交
  18. 21 9月, 2020 1 次提交
  19. 13 8月, 2020 1 次提交
  20. 12 8月, 2020 2 次提交
  21. 11 8月, 2020 2 次提交
  22. 03 7月, 2020 1 次提交
  23. 30 6月, 2020 1 次提交
    • T
      New release process · f896ff39
      Tomas Vik 提交于
      That reflects the automated publishing implemented in !59 and !71
      f896ff39
  24. 23 6月, 2020 1 次提交
  25. 27 5月, 2020 1 次提交