1. 28 Jan, 2019 2 commits
    • Jeremy Morrell's avatar
      Save previous run data (#600) · 1f8c988b
      Jeremy Morrell authored
      Automatically make the metadata from the previous run available by copying it at the start of the build. This will be used to provide better failure messages.
      1f8c988b
    • Jeremy Morrell's avatar
      Save build metadata (#596) · 4fb01f30
      Jeremy Morrell authored
      Bring in the new build metadata module and add calls to store this info in the cache
      4fb01f30
  2. 24 Jan, 2019 11 commits
  3. 20 Dec, 2018 1 commit
  4. 18 Dec, 2018 4 commits
  5. 28 Nov, 2018 1 commit
  6. 12 Nov, 2018 3 commits
    • Jeremy Morrell's avatar
      Update changelog (#588) · c38e2af1
      Jeremy Morrell authored
      c38e2af1
    • Jeremy Morrell's avatar
      Move cached directories one level down within the node cache (#587) · 59357363
      Jeremy Morrell authored
      This is a pre-requisite for making better use of the cache.
      
      The current cache layout puts everything that the Node buildpack wants in the cache at: $CACHE_DIR/node including custom directories.
      
      This creates a naming issue, since a user could cache anything. We currently keep a cache signature at: $CACHE_DIR/node/signature, but if a user declared a custom cache of a signature file, these would conflict and break things.
      
      Adding anything else to the Node cache would make this problem worse, so let's fix it.
      
      This adds one more level where all of the cached directories can live. Now if a user wants to cache a signature file, the cache layout would look like this:
      
      node/
        - cache/
          - signature
        - signature
      so there is no longer a conflict.
      
      Deploying this will cause a cache miss for all users since the new code is looking in a new spot, but this is a common enough occurrence that I don't expect it to be significant for anyone. To ensure that the old cache will be discarded, I've added a version to the signature file.
      59357363
    • Jeremy Morrell's avatar
      388009ab
  7. 07 Nov, 2018 1 commit
  8. 06 Nov, 2018 1 commit
    • Jeremy Morrell's avatar
      Add new build script behavior behind a flag (#584) · 437b5f1c
      Jeremy Morrell authored
      This adds a new logic branch that will run the 'build' script by default, and run the 'heroku-postbuild' script instead if it is defined.
      
      This branch will not be run for any user yet. Further changes will start to enable this.
      437b5f1c
  9. 31 Oct, 2018 3 commits
  10. 30 Oct, 2018 1 commit
  11. 08 Oct, 2018 1 commit
  12. 03 Oct, 2018 1 commit
  13. 02 Oct, 2018 4 commits
  14. 13 Sep, 2018 2 commits
  15. 07 Sep, 2018 3 commits
  16. 06 Sep, 2018 1 commit