1. 25 Oct, 2018 1 commit
  2. 08 Oct, 2018 1 commit
  3. 03 Oct, 2018 1 commit
  4. 02 Oct, 2018 4 commits
  5. 13 Sep, 2018 2 commits
  6. 07 Sep, 2018 3 commits
  7. 06 Sep, 2018 1 commit
  8. 04 Sep, 2018 3 commits
    • Jeremy Morrell's avatar
      Increase Node memory default during builds (#561) · 9fa6f571
      Jeremy Morrell authored
      We've seen an increasing failures due to frontend build exceeding Node
      default 1.5GB memory limit during build. Heroku runs these builds on
      machines with 2.5GB of memory. This increases the default limit for
      Node 8 and above by passing commands via `NODE_OPTIONS` during build
      if the user has not set this manually
      9fa6f571
    • Jeremy Morrell's avatar
      Rework output when caching directories (#559) · a8372ab8
      Jeremy Morrell authored
      * Rework output when caching directories
      
      This splits the logic when the buildpack saves and restores the cache
      into two separate branches:
      
      - when the user hasn't specified specific directories to cache (most everyone)
      - when the user has given a list of specific directories to cache (power users)
      
      This gives us more control over the default messaging, which has
      included messaging for bower_components forever, even though most users
      will never use bower, nor should we encourage them to.
      
      These changes silence and minimize the messaging for the default case
      a8372ab8
    • Jeremy Morrell's avatar
  9. 31 Aug, 2018 1 commit
  10. 28 Aug, 2018 2 commits
  11. 27 Aug, 2018 2 commits
  12. 24 Aug, 2018 1 commit
    • Jeremy Morrell's avatar
      Fix issue with old Node and metrics plugin (#555) · c93eabe7
      Jeremy Morrell authored
      The resolves an issue where a user that is not using a version of Node supported by the metrics plugin (not 8, 9, or 10) opts in to the feature.
      
      Since the plugin for the appropriate version of Node is copied into the slug at build time, but the metrics url is set at runtime, we need to verify that the plugin exists before including it.
      c93eabe7
  13. 23 Aug, 2018 2 commits
  14. 22 Aug, 2018 1 commit
    • Jeremy Morrell's avatar
      Fix travis builds (#551) · 778ad489
      Jeremy Morrell authored
      * Fix travis builds
      
      - Yarn reworked the structure of their cache directory with a recent release, which broke one of the tests.
      
      - added new fixtures for Node versions: 6, 8, 9, and 10
      
      - Added new utilities for asserting that a file exists or does not exist after a build
      778ad489
  15. 26 Jul, 2018 1 commit
  16. 10 Jul, 2018 5 commits
  17. 23 May, 2018 2 commits
  18. 14 Mar, 2018 2 commits
  19. 13 Mar, 2018 2 commits
  20. 02 Mar, 2018 3 commits