1. 12 Oct, 2017 2 commits
  2. 11 Oct, 2017 1 commit
  3. 26 Sep, 2017 3 commits
  4. 18 Sep, 2017 1 commit
  5. 10 Jul, 2017 1 commit
  6. 07 Jul, 2017 1 commit
  7. 17 May, 2017 2 commits
  8. 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
  9. 03 May, 2017 1 commit
  10. 02 May, 2017 2 commits
  11. 01 May, 2017 1 commit
    • Matt Butcher's avatar
      fix(tiller): fix TOML panic · 46035c35
      Matt Butcher authored
      This fixes a TOML panic by replacing one parser library with another.
      The older library did not gracefully handle reflection issues, and so
      was prone to panic. The new one is not great, but it doesn't seem to
      panic.
      
      Closes #2271
      46035c35
  12. 27 Apr, 2017 1 commit
  13. 13 Apr, 2017 1 commit
  14. 11 Apr, 2017 1 commit
  15. 06 Apr, 2017 1 commit
    • Adam Reese's avatar
      feat(helm): add plugin management commands · 51b8d8a6
      Adam Reese authored
      Add plugin management subcommands for installing and removing plugins
      to `$HELM_HOST/plugins`.
      
      Install accepts a vcs url or a local directory.
      
      ```
      $ helm plugin install http://github.com/adamreese/helm-env
      Installed plugin: env
      
      $ helm plugin list
      NAME    	VERSION	DESCRIPTION
      env     	0.1.0  	Print out the helm environment.
      
      $ helm plugin remove env
      Removed plugin: env
      ```
      
      closes #1977
      51b8d8a6
  16. 03 Apr, 2017 1 commit
  17. 15 Mar, 2017 1 commit
  18. 01 Mar, 2017 3 commits
  19. 23 Feb, 2017 1 commit
  20. 16 Feb, 2017 1 commit
  21. 10 Feb, 2017 1 commit
  22. 21 Dec, 2016 1 commit
  23. 13 Dec, 2016 5 commits
  24. 02 Dec, 2016 1 commit
  25. 01 Dec, 2016 1 commit
  26. 29 Nov, 2016 1 commit
    • Matt Farina's avatar
      fix(semver): range handling includes prerelease when it should not · 51ecadae
      Matt Farina authored
      A bug in the semver package caused prereleases to be included in
      version ranges by default. Prereleases, per the spec, are not
      expected to be API compatible with the releases themselves.
      
      The semver package now ignores prereleases when evaluating
      constraints when the constraint does not contain a prerelease. If
      the constraint contains a prerelease they are evaluated.
      51ecadae
  27. 23 Nov, 2016 1 commit
  28. 13 Oct, 2016 1 commit
  29. 11 Oct, 2016 1 commit