1. 11 May, 2017 1 commit
  2. 26 Apr, 2017 3 commits
  3. 25 Apr, 2017 1 commit
    • Hunter Loftis's avatar
      instrument basic metrics (#393) · a31e6f02
      Hunter Loftis authored
      * instrument basic metrics
      * remove extraneous failure count
      * better warning and failure hierarchy
      * remove strict unset check to be compatible with stdlib
      a31e6f02
  4. 21 Apr, 2017 1 commit
  5. 13 Apr, 2017 2 commits
    • Jeremy Morrell's avatar
      Smarter warning (#390) · c59b671e
      Jeremy Morrell authored
      Warnings that mention npm installs can be confusing if you're using yarn to install your dependencies.
      c59b671e
    • Jeremy Morrell's avatar
      Pad WEB_CONCURRENCY with a leading zero (#389) · dd6a5f5a
      Jeremy Morrell authored
      Prepend 0 to auto-computed WEB_CONCURRENCY values
      
      When customers run Node together with PHP or Python, then Node's .profile.d/ script will set a WEB_CONCURRENCY variable depending on dyno size. The Python .profile.d script (due to alphabetical order) and the PHP "boot scripts" then see a WEB_CONCURRENCY value and use it, as they cannot know that the variable was set not by a customer using heroku config:set, but by another buildpack's dyno .profile.d/ script.
      
      This change prepends a leading zero to the WEB_CONCURRENCY variable set by the Node buildpack, which the Python and PHP buildpacks can detect and choose to ignore, but should not affect customers using the variable.
      
      JS has some weirdness with leading zeros being interpreted as octal, but that doesn't appear to affect us here.
      dd6a5f5a
  6. 27 Mar, 2017 1 commit
  7. 24 Feb, 2017 4 commits
  8. 31 Jan, 2017 8 commits
  9. 27 Jan, 2017 6 commits
  10. 26 Jan, 2017 2 commits
  11. 16 Dec, 2016 7 commits
  12. 15 Dec, 2016 1 commit
  13. 14 Dec, 2016 1 commit
    • Hunter Loftis's avatar
      tests and implementation for using yarn in place of npm · 047dbbf1
      Hunter Loftis authored
      leave node_modules for caching
      
      use pure-lockfile
      
      use semver.io service to resolve yarn engines
      
      restore original yarn.lock after yarn install
      
      use mktemp compatible with both osx and linux
      
      use yarn check before a --pure-lockfile
      
      use yarn check before a --pure-lockfile
      
      remove yarn check, does not work as documented
      
      clear prebuilt node_modules for yarn users
      047dbbf1
  14. 26 Oct, 2016 2 commits