1. 18 Apr, 2018 1 commit
  2. 05 Apr, 2018 1 commit
    • Erik Sundell's avatar
      toYaml - Fixes #3410 - trailing \n issue · 35132d14
      Erik Sundell authored
      `toYaml` utilized by `.Files` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output.
      35132d14
  3. 11 Feb, 2018 1 commit
  4. 18 Sep, 2017 2 commits
  5. 26 Jun, 2017 1 commit
  6. 18 May, 2017 1 commit
  7. 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
  8. 01 Mar, 2017 1 commit
  9. 21 Feb, 2017 1 commit
  10. 14 Dec, 2016 1 commit
  11. 13 Dec, 2016 2 commits
  12. 09 Dec, 2016 2 commits
  13. 01 Dec, 2016 2 commits
  14. 03 Aug, 2016 1 commit
  15. 29 Jul, 2016 1 commit