1. 24 Aug, 2018 2 commits
    • Adam Reese's avatar
      4f26b658
    • Adam Reese's avatar
      ref(*): refactor chart/chartutil · f012940d
      Adam Reese authored
      ref(chartutil): move chart loading out of chartutil into new package
          add chart loader interface to allow lazy loading
      feat(chart): create chart accessors
      ref(*): cleanup requirements
      ref(tiller): remove optional template engines
      ref(tiller): simplify sorting releases and hooks
      ref(*): code simplification
      ref(hapi): move chart package out of hapi
      ref(chart): add requirements and lock to Chart struct
      f012940d
  2. 10 May, 2018 2 commits
  3. 25 Apr, 2018 1 commit
  4. 18 Apr, 2018 1 commit
  5. 27 Mar, 2018 1 commit
  6. 20 Mar, 2018 1 commit
  7. 13 Dec, 2017 2 commits
  8. 23 Nov, 2017 1 commit
  9. 22 Nov, 2017 1 commit
  10. 06 Oct, 2017 1 commit
  11. 03 Oct, 2017 1 commit
  12. 26 Sep, 2017 1 commit
  13. 08 Sep, 2017 1 commit
  14. 24 Jul, 2017 1 commit
  15. 16 May, 2017 1 commit
    • Raphael Badin's avatar
      Write repo file using atomicfile · 965cb7fd
      Raphael Badin authored
      This prevents clients from seeing half-written files because
      on POSIX systems renaming a file is an atomic operation.
      
      Drive-by: Add test for repo file permission.
      965cb7fd
  16. 05 May, 2017 1 commit
  17. 02 May, 2017 3 commits
  18. 01 May, 2017 1 commit
    • Matt Butcher's avatar
      ref(getter): flatten the getter package tree · bd02f393
      Matt Butcher authored
      This flattens the getter package tree, adds tests, and changes a little
      bit of the terminology to follow Go idioms. This also makes much of the
      getter API private to begin with. This will give us more flexibility in
      the future.
      bd02f393
  19. 18 Apr, 2017 1 commit
  20. 16 Apr, 2017 1 commit
    • Gergo Huszty's avatar
      Pluggable downloaders. Closes #2093, #2094. · b4ca198c
      Gergo Huszty authored
      It is now possible to create plugins with chart download capabilities for custom, non-http protocols.
      Furthermore it is possible to reuse helm packages to implement alternative clients with these custom downloader functions.
      b4ca198c
  21. 03 Apr, 2017 1 commit
    • Matt Butcher's avatar
      fix(helm): add 'skip-refresh' flag to 'helm init' · ba6c55c9
      Matt Butcher authored
      This exposes the skip-refresh flag to helm init to make it possible to
      initialize Helm without fetching the index.yaml of the stable repo.
      This mirrors the behavior of 'helm dep up's skip-refresh flag.
      
      Closes #2127
      ba6c55c9
  22. 25 Mar, 2017 2 commits
  23. 23 Mar, 2017 1 commit
    • Sushil Kumar's avatar
      Added unit tests · cfd041ee
      Sushil Kumar authored
      Added tests for:
      - [ ] pkg/version/versions.go
      - [ ] pkg/repo/repo.go
      cfd041ee
  24. 08 Mar, 2017 1 commit
  25. 04 Mar, 2017 1 commit
    • libesz's avatar
      Fixing pkg->cmd call by moving helmpath under /pkg · 024fc5c8
      libesz authored
      When downloader package moved to under /pkg, helmpath functions got called still from it, while it is under /cmd. This commit fixes the issue by moving helmpath after the downloader to have only cmd->pkg and pkg->pkg calls.
      024fc5c8
  26. 15 Feb, 2017 1 commit
  27. 09 Jan, 2017 2 commits
  28. 28 Dec, 2016 2 commits
  29. 07 Dec, 2016 1 commit
  30. 15 Nov, 2016 1 commit
  31. 14 Nov, 2016 2 commits