1. 05 Oct, 2016 2 commits
    • Matt Butcher's avatar
      fix(repo): auto-update index file formats · ea0e665f
      Matt Butcher authored
      This performs a relatively weak in-memory translation of index file
      data. It does not, in most cases, write the corrected data to disk, and
      it emits a warning directly to STDERR each time it loads a deprecated
      index.
      
      Known limitations:
      
      - It cannot recover certain bogus records that earlier alpha releases
        generated (notably, where all chartfile data is missing)
      - In some cases, it has to parse a filename to get version info. This is
        lossy.
      - Because it takes three passes through the YAML and JSON unmarshal, it
        is not performant.
      
      This feature is transitional and should be removed during the Beta
      cycle, prior to the release of 2.0.0.
      
      Closes #1265
      ea0e665f
    • Matt Butcher's avatar
      Merge pull request #1279 from technosophos/docs/1271-cpan-fedora-not-npm · d2c8a81a
      Matt Butcher authored
      docs(using_helm): change reference from npm to CPAN/Fedora DB
      d2c8a81a
  2. 04 Oct, 2016 17 commits
  3. 03 Oct, 2016 4 commits
  4. 01 Oct, 2016 1 commit
    • Mark Petrovic's avatar
      issue/1254 · 3ec83045
      Mark Petrovic authored
      Fix typo in using_helm.md that refers to "glide install".  The
      reference should be to "helm install".
      3ec83045
  5. 29 Sep, 2016 5 commits
  6. 28 Sep, 2016 11 commits