1. 25 Apr, 2017 1 commit
  2. 24 Apr, 2017 3 commits
  3. 18 Apr, 2017 2 commits
  4. 13 Apr, 2017 1 commit
  5. 12 Apr, 2017 4 commits
  6. 11 Apr, 2017 1 commit
  7. 22 Mar, 2017 1 commit
    • Adam Reese's avatar
      fix(ci): disable gosimple · 41f72776
      Adam Reese authored
      gosimple seems to be eating all memory in CircleCI.  Testing disabling
      the check to see if CI builds.
      41f72776
  8. 19 Mar, 2017 1 commit
  9. 12 Mar, 2017 1 commit
  10. 11 Mar, 2017 1 commit
  11. 17 Feb, 2017 1 commit
  12. 15 Jan, 2017 1 commit
  13. 01 Dec, 2016 1 commit
  14. 29 Nov, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm): add command to generate documentation · aca9f86d
      Matt Butcher authored
      This adds a hidden 'helm doc' command that generates documentation out
      of the Helm help text.
      
      Currently it can create:
      
      - man pages for HELM(1)
      - Markdown documentation
      - bash autocompletions
      
      Those are the three built-ins for Cobra.
      
      The command is hidden so that it doesn't show up to the regular user,
      since this is really a specialized task. It has the advantage of making
      it trivially easy to install man pages and bash completion at installation time.
      Unverified
      aca9f86d
  15. 15 Nov, 2016 3 commits
  16. 14 Nov, 2016 1 commit
  17. 11 Nov, 2016 1 commit
  18. 04 Nov, 2016 1 commit
  19. 24 Oct, 2016 1 commit
    • Matt Butcher's avatar
      feat(scripts): add 'get' script to download and install · 8934eb5d
      Matt Butcher authored
      This adds 'scripts/get`, which is a bash script for fetching and
      installing the Helm client. It has the following features:
      
      - It uses the GitHub API to discover the latest release
      - It downloads the SHA256 checksum and verifies the binary using it
      - It does basic tests on the installation
      Unverified
      8934eb5d
  20. 19 Oct, 2016 1 commit
  21. 10 Oct, 2016 1 commit
  22. 10 Aug, 2016 1 commit
  23. 25 Jul, 2016 1 commit
  24. 22 Jul, 2016 1 commit
    • Adam Reese's avatar
      feat(ci): run test coverage in parallel · 870918d1
      Adam Reese authored
      ```
      ./scripts/coverage.sh  37.25s user 4.15s system 144% cpu 28.615 total
      ```
      ```
      ./scripts/coverage.sh  47.96s user 6.77s system 567% cpu 9.647 total
      ```
      870918d1
  25. 07 Jul, 2016 2 commits
  26. 06 Jul, 2016 2 commits
  27. 05 Jul, 2016 2 commits
  28. 22 Jun, 2016 1 commit
  29. 07 Jun, 2016 1 commit