1. 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.
      aca9f86d
  2. 15 Nov, 2016 3 commits
  3. 14 Nov, 2016 1 commit
  4. 11 Nov, 2016 1 commit
  5. 04 Nov, 2016 1 commit
  6. 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
      8934eb5d
  7. 19 Oct, 2016 1 commit
  8. 10 Oct, 2016 1 commit
  9. 10 Aug, 2016 1 commit
  10. 25 Jul, 2016 1 commit
  11. 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
  12. 07 Jul, 2016 2 commits
  13. 06 Jul, 2016 2 commits
  14. 05 Jul, 2016 2 commits
  15. 22 Jun, 2016 1 commit
  16. 07 Jun, 2016 1 commit
  17. 05 May, 2016 3 commits
  18. 28 Apr, 2016 2 commits
  19. 26 Apr, 2016 1 commit
  20. 20 Apr, 2016 1 commit
  21. 19 Apr, 2016 1 commit
  22. 12 Apr, 2016 2 commits
  23. 10 Apr, 2016 1 commit
  24. 08 Apr, 2016 2 commits
  25. 06 Apr, 2016 4 commits
  26. 05 Apr, 2016 1 commit
  27. 31 Mar, 2016 1 commit