1. 22 Apr, 2016 9 commits
  2. 21 Apr, 2016 4 commits
  3. 20 Apr, 2016 11 commits
  4. 19 Apr, 2016 3 commits
  5. 18 Apr, 2016 10 commits
  6. 15 Apr, 2016 3 commits
    • Brian's avatar
      Merge pull request #16 from fibonacci1729/feat/hapi-pb · 88580563
      Brian authored
      feat(hapi-pb): add preliminary hapi protocol buffer definitions
      88580563
    • 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
    • Matt Butcher's avatar
      feat(chart): add values parser · 619e1e2a
      Matt Butcher authored
      This adds code to parse TOML files into Values maps. These can then
      easily be passed into the template engine.
      
      Included in this is support for TOML "tables", subsections of TOML
      files. We will be using those to pass config data to dependent charts.
      619e1e2a