1. 18 Jul, 2017 9 commits
  2. 17 Jul, 2017 1 commit
  3. 12 Jul, 2017 1 commit
  4. 30 Jun, 2017 1 commit
  5. 19 Jun, 2017 1 commit
  6. 13 Jun, 2017 2 commits
  7. 09 Jun, 2017 1 commit
  8. 30 May, 2017 1 commit
  9. 26 May, 2017 1 commit
  10. 23 May, 2017 1 commit
  11. 22 May, 2017 1 commit
  12. 18 May, 2017 3 commits
  13. 17 May, 2017 2 commits
  14. 11 May, 2017 1 commit
  15. 26 Apr, 2017 3 commits
  16. 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
  17. 21 Apr, 2017 1 commit
  18. 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
  19. 27 Mar, 2017 1 commit
  20. 24 Feb, 2017 4 commits
  21. 31 Jan, 2017 2 commits