1. 17 5月, 2019 2 次提交
  2. 16 5月, 2019 5 次提交
  3. 14 5月, 2019 3 次提交
  4. 08 5月, 2019 1 次提交
  5. 04 5月, 2019 2 次提交
  6. 03 5月, 2019 3 次提交
  7. 01 5月, 2019 2 次提交
  8. 25 4月, 2019 1 次提交
  9. 06 4月, 2019 1 次提交
  10. 05 4月, 2019 1 次提交
  11. 27 3月, 2019 2 次提交
  12. 26 3月, 2019 3 次提交
  13. 25 3月, 2019 1 次提交
  14. 24 3月, 2019 1 次提交
  15. 22 3月, 2019 4 次提交
  16. 21 3月, 2019 1 次提交
  17. 17 3月, 2019 1 次提交
    • A
      Decrease cyclomatic complexity for test · 03bdce47
      Anders F Björklund 提交于
      Mostly by using the "extract method" pattern.
      
      Here was the report (from gocyclo), before:
      
      17 tunnel TestTunnelManagerCleanup pkg/minikube/tunnel/tunnel_manager_test.go:174:1
      44 tunnel TestTunnel pkg/minikube/tunnel/tunnel_test.go:35:1
      34 kubeconfig configEquals pkg/util/kubeconfig/config_test.go:420:1
      25 integration testMounting test/integration/mount_test.go:36:1
      18 integration testTunnel test/integration/tunnel_test.go:37:1
      03bdce47
  18. 16 3月, 2019 1 次提交
  19. 09 3月, 2019 1 次提交
  20. 07 3月, 2019 1 次提交
  21. 28 2月, 2019 1 次提交
  22. 15 2月, 2019 1 次提交
  23. 13 2月, 2019 1 次提交
    • A
      Show name as CRI-O, even if class is CRIO · abb5fc0a
      Anders F Björklund 提交于
      Should use the proper name for display, even if we use a name more
      suitable to naming classes and methods for the implementation...
      
      Also use the --runtime=cri-o when testing, and update the github
      repository now that cri-o has graduated from incubator to a sig.
      
      See https://cri-o.io/
      abb5fc0a