1. 07 Dec, 2016 1 commit
  2. 10 Oct, 2016 1 commit
  3. 05 Oct, 2016 1 commit
  4. 28 Sep, 2016 1 commit
  5. 27 Sep, 2016 1 commit
  6. 13 Sep, 2016 1 commit
  7. 01 Sep, 2016 1 commit
  8. 29 Aug, 2016 1 commit
  9. 25 Aug, 2016 1 commit
    • 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
  10. 18 Aug, 2016 1 commit
  11. 08 Aug, 2016 1 commit
  12. 27 Jul, 2016 1 commit
  13. 25 Jul, 2016 1 commit
  14. 20 Jul, 2016 1 commit
  15. 15 Jul, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm): add --no-hook to helm install · a42b43a9
      Matt Butcher authored
      This includes a substantial bit of unit test improvements. Also, in
      order to allow us to tests command line args (which translate to
      helm.Option objects), I had to add a new interface to pkg/helm.
      a42b43a9
  16. 22 Jun, 2016 1 commit
  17. 07 Jun, 2016 1 commit
  18. 19 May, 2016 1 commit
  19. 12 May, 2016 1 commit
    • Matt Butcher's avatar
      fix(helm,tiller): change list offset to next result · a8642c81
      Matt Butcher authored
      Previously, paging used the last release name of the current set to ask
      for more results. Now switched to using the first name of the next set.
      
      Not sure I like this method. It makes the user experience more
      complicated.
      a8642c81
  20. 11 May, 2016 3 commits
  21. 10 May, 2016 1 commit
  22. 26 Apr, 2016 1 commit
  23. 25 Apr, 2016 1 commit
  24. 22 Apr, 2016 1 commit
    • Matt Butcher's avatar
      feat(tiller): add support for dry run install · 58fdaf1e
      Matt Butcher authored
      This adds support for dry run on install, as well as providing
      enough info for an install to display (verbose) manifests. While
      doing this, I ended up just storing the rendered manifests for
      simplicity.
      58fdaf1e
  25. 18 Apr, 2016 1 commit
  26. 15 Apr, 2016 1 commit
    • Brian Hardock's avatar
      feat(hapi-pb): · a3066bb0
      Brian Hardock authored
      	1. remove preliminary hapi protocol buffer definitions
      	2. modify hapi Makefile
      	3. update hapi protobuf model in _proto/hapi/{chart,release,services}
      	4. generate protobuf src to pkg/proto/hapi/{chart,release,services}
      a3066bb0