1. 06 Sep, 2016 1 commit
  2. 02 Sep, 2016 3 commits
  3. 01 Sep, 2016 5 commits
  4. 31 Aug, 2016 1 commit
  5. 30 Aug, 2016 7 commits
  6. 29 Aug, 2016 4 commits
  7. 26 Aug, 2016 16 commits
  8. 25 Aug, 2016 3 commits
    • Matt Butcher's avatar
      ref(pkg/client): move pkg/client to cmd/helm/installer · 5566e6ba
      Matt Butcher authored
      This is a minor refactor to move a leftover from Ancient Helm into the
      current design. Specifically, the code to install Tiller from the Helm
      client is now in `cmd/helm/installer`.
      
      Closes #1033
      5566e6ba
    • Matt Butcher's avatar
      Merge pull request #1103 from technosophos/feat/973-list-all · 56500729
      Matt Butcher authored
      feat(*): add 'helm list --all' and related flags
      56500729
    • Matt Butcher's avatar
      feat(*): add 'helm list --all' and related flags · 1be28d6f
      Matt Butcher authored
      This adds support for the following 'helm list' flags:
      
      - all: show all release types
      - deleted: show deleted releases
      - deployed: show deployed releases
      - failed: show failed releases
      
      These flags can be toggled. Only '--deployed' is turned on by default.
      
      On the server side, Tiller's list function can now filter based on a
      slice of release.Status_Code filters. While the client only supports a
      subset, the server supports all known release.Status_Code types.
      
      Closes #973
      1be28d6f