- 18 Jul, 2017 6 commits
-
-
Jeremy Morrell authored
-
Jeremy Morrell authored
Add $STACK to the cache signature
-
Jeremy Morrell authored
-
Ed Morley authored
This reduces the wall-clock time from 16 minutes to 9 minutes.
-
Ed Morley authored
Previously new apps (or apps where the cache has been cleared using the heroku-repo plugin) would give a skipping cache restore message of "new-signature" which was slightly misleading.
-
Jeremy Morrell authored
-
- 17 Jul, 2017 1 commit
-
-
Ed Morley authored
To ensure that the cache is busted when apps update to a new stack. Fixes #445.
-
- 12 Jul, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 30 Jun, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 19 Jun, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 13 Jun, 2017 2 commits
-
-
Jeremy Morrell authored
If the user has not specified a version for npm, but there is a package-lock.json we should automatically install npm 5 Fixes #422
-
Jeremy Morrell authored
-
- 09 Jun, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 30 May, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 26 May, 2017 1 commit
-
-
Jeremy Morrell authored
Error out when two different lockfiles are present in the repo Fixes #410
-
- 23 May, 2017 1 commit
-
-
Jeremy Morrell authored
Update changelog
-
- 22 May, 2017 1 commit
-
-
Jeremy Morrell authored
- Log every time the compile succeeds - Add log information about which build scripts are being used
-
- 18 May, 2017 3 commits
-
-
Jeremy Morrell authored
The buildpack should bust the cache whenever the PREBUILD boolean changes to prevent the user from caching their local node_modules directory Fixes #399
-
Jeremy Morrell authored
If a user pushes a source tree that already includes .heroku/node, give a nice warning instead of a crypic error message. Fixes #371
-
Jeremy Morrell authored
* Make yarn available to application if defined in engines Fixes #402
-
- 17 May, 2017 2 commits
-
-
Jeremy Morrell authored
-
Jeremy Morrell authored
- Drop testing support for Cedar-10 - Add testing support for Heroku-16
-
- 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 5 commits
-
-
Hunter Loftis authored
-
Hunter Loftis authored
-
Hunter Loftis authored
use lts range instead of latest
-
Hunter Loftis authored
-
Hunter Loftis authored
-