1. 16 May, 2017 1 commit
  2. 01 Feb, 2017 2 commits
  3. 22 Jun, 2016 1 commit
  4. 10 May, 2016 1 commit
  5. 22 Apr, 2016 1 commit
    • Brian's avatar
      feat(tiller): add initial tiller client for basic helm installs. · 7bc50a5d
      Brian authored
        1. install command loads chart archive.
        2. invokes helm api to transform the pkg/chart.Chart type
           to it's proto model.
        3. the client then establishes a connection to tiller.
        4. sends InstallReleaseRequest, receives InstallReleaseResponse.
      
      todo (for complete install):
        - walk pkg/chart.{Values,Deps,Templates} types and populate proto
          definitions for various apis/messages.
      7bc50a5d
  6. 18 Apr, 2016 1 commit
  7. 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