- 11 May, 2017 1 commit
-
-
anatoly techtonik authored
Fix link to shunit2
-
- 26 Apr, 2017 3 commits
-
-
Jeremy Morrell authored
-
Jeremy Morrell authored
-
Jeremy Morrell authored
-
- 25 Apr, 2017 1 commit
-
-
Hunter Loftis authored
* instrument basic metrics * remove extraneous failure count * better warning and failure hierarchy * remove strict unset check to be compatible with stdlib
-
- 21 Apr, 2017 1 commit
-
-
Jeremy Morrell authored
This reverts commit dd6a5f5a.
-
- 13 Apr, 2017 2 commits
-
-
Jeremy Morrell authored
Warnings that mention npm installs can be confusing if you're using yarn to install your dependencies.
-
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.
-
- 27 Mar, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 24 Feb, 2017 4 commits
-
-
Hunter Loftis authored
-
Hunter Loftis authored
run tests with yarn if available
-
Hunter Loftis authored
-
Hunter Loftis authored
-
- 31 Jan, 2017 8 commits
-
-
Hunter Loftis authored
-
Hunter Loftis authored
-
Hunter Loftis authored
use lts range instead of latest
-
Hunter Loftis authored
-
Hunter Loftis authored
-
Hunter Loftis authored
-
Hunter Loftis authored
Faster cache and check
-
Hunter Loftis authored
remove pure-lockfile pure-lockfile typo removed extraneous yarn lock file changelog
-
- 27 Jan, 2017 6 commits
-
-
Hunter Loftis authored
-
Hunter Loftis authored
no need to store these things in the slug
-
Hunter Loftis authored
-
Hunter Loftis authored
-
Hunter Loftis authored
-
Hunter Loftis authored
-
- 26 Jan, 2017 2 commits
-
-
Hunter Loftis authored
better caching for yarn
-
Hunter Loftis authored
-
- 16 Dec, 2016 7 commits
-
-
Hunter Loftis authored
-
Hunter Loftis authored
check on yarn production incompatibility with npm
-
Hunter Loftis authored
-
Hunter Loftis authored
ignore engine incompatibilities, this is a dev warning
-
Hunter Loftis authored
check npm incompatibility margins around warning combined if
-
Hunter Loftis authored
-
Hunter Loftis authored
-
- 15 Dec, 2016 1 commit
-
-
Hunter Loftis authored
tests and implementation for using yarn in place of npm
-
- 14 Dec, 2016 1 commit
-
-
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
-
- 26 Oct, 2016 2 commits
-
-
Hunter Loftis authored
initial implementation for bin/test and bin/test-compile
-
Hunter Loftis authored
-