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