1. 06 Jun, 2017 1 commit
  2. 05 Jun, 2017 8 commits
  3. 03 Jun, 2017 1 commit
  4. 02 Jun, 2017 6 commits
  5. 01 Jun, 2017 5 commits
  6. 31 May, 2017 6 commits
  7. 30 May, 2017 4 commits
  8. 27 May, 2017 2 commits
    • Taylor Thomas's avatar
      Merge pull request #2280 from peay/upgrade-force · 6643a212
      Taylor Thomas authored
      Add --force to upgrade and rollback to delete/create when conflicts
      6643a212
    • Matt Butcher's avatar
      fix(2452): sort templates before parse · 8937c775
      Matt Butcher authored
      This sorts templates by depth before sending them to the template
      parser. Deepest templates are parsed first, with umbrella templates
      parsed last. Since template definition names are LIFO, that means that
      the highest level templates will claim the namespace.
      
      Or, to put it simply, you can predictably override a child's defined
      template by re-defining it in a parent chart.
      
      Closes #2452
      8937c775
  9. 26 May, 2017 7 commits