1. 04 Oct, 2016 1 commit
  2. 28 Sep, 2016 1 commit
    • Matt Butcher's avatar
      fix(proto): remove unused fields · 68dd4c9a
      Matt Butcher authored
      Some fields were introduced to Chart metadata after Alpha.4, but are not
      going to be used ever. So we made the decision to remove them before we
      get stuck with ugliness.
      
      This should not break compatibility, since these fields were not used.
      68dd4c9a
  3. 06 Sep, 2016 1 commit
  4. 22 Aug, 2016 1 commit
  5. 22 Jun, 2016 1 commit
  6. 20 Jun, 2016 1 commit
    • Miguel Martinez's avatar
      New Chart linter structure · c2459c06
      Miguel Martinez authored
      Fixed tests
      
      Adding chart name linter
      
      Add lint error
      
      Moving to blocks
      
      Moving to method
      
      Moved lint rules to functions
      
      Semantic version validation
      
      Linting engine
      
      Adding sources and home validations
      
      Sharing file loading
      
      Sharing file loading
      
      Rolling back readme
      
      Rewriting other linters
      
      Fixing tests
      
      Typo
      
      Using chart.Metadata
      
      Fixing format
      
      Adding UNKNOWN in Engine
      
      Adding tabs
      
      Fixing tabs
      c2459c06
  7. 07 Jun, 2016 1 commit
  8. 21 May, 2016 1 commit
  9. 19 May, 2016 2 commits
  10. 16 May, 2016 1 commit
  11. 10 May, 2016 1 commit
  12. 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
  13. 18 Apr, 2016 2 commits
  14. 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