1. 21 10月, 2020 1 次提交
  2. 30 9月, 2020 1 次提交
  3. 28 7月, 2020 1 次提交
  4. 17 7月, 2020 3 次提交
  5. 08 5月, 2020 1 次提交
  6. 25 3月, 2020 1 次提交
  7. 21 3月, 2020 2 次提交
  8. 22 2月, 2020 1 次提交
  9. 06 1月, 2020 1 次提交
    • A
      Improve reportcard by refactoring and commenting · ea7a2d7e
      Anders F Björklund 提交于
      golint: 99%
      	pkg/minikube/localpath/localpath.go
      		Line 64: warning: comment on exported function SanitizeCacheDir should be of the form "SanitizeCacheDir ..." (golint)
      gocyclo: 99%
      	pkg/minikube/cluster/cluster.go
      		Line 422: warning: cyclomatic complexity 16 of function createHost() is high (> 15) (gocyclo)
      	cmd/minikube/cmd/start.go
      		Line 276: warning: cyclomatic complexity 18 of function runStart() is high (> 15) (gocyclo)
      		Line 742: warning: cyclomatic complexity 18 of function validateFlags() is high (> 15) (gocyclo)
      ea7a2d7e
  10. 21 12月, 2019 1 次提交
  11. 10 12月, 2019 1 次提交
  12. 27 9月, 2019 1 次提交
  13. 20 9月, 2019 2 次提交
  14. 17 7月, 2019 1 次提交
  15. 12 3月, 2018 1 次提交
  16. 20 5月, 2017 1 次提交
  17. 18 5月, 2017 1 次提交
  18. 24 8月, 2016 1 次提交
  19. 28 7月, 2016 1 次提交
  20. 24 5月, 2016 1 次提交
  21. 14 5月, 2016 1 次提交
  22. 04 5月, 2016 1 次提交
  23. 03 5月, 2016 1 次提交
  24. 01 5月, 2016 3 次提交
  25. 30 4月, 2016 1 次提交
  26. 19 4月, 2016 1 次提交
    • D
      Initial commit of CLI using cobra scaffolding. · b2b63b5e
      dlorenc 提交于
      This commit adds a root CLI with no commands yet. This was generated
      using "cobra init", with only a few modifications:
      
      - License fixes.
      - Removal of viper config loading.
      - Help text modifications.
      b2b63b5e