- 26 Oct, 2017 2 commits
-
-
Jeremy Morrell authored
-
Jeremy Morrell authored
-
- 20 Oct, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 17 Oct, 2017 3 commits
-
-
Jeremy Morrell authored
-
Troels Thomsen authored
-
Ed Morley authored
Since the last usage of it was removed in #451.
-
- 15 Sep, 2017 1 commit
-
-
Jeremy Morrell authored
* Move the default Yarn cache directory to a tmp dir * Move the default npm cache directory to a tmp dir
-
- 14 Sep, 2017 1 commit
-
-
David Zülke authored
if an app has a .profile.d script that does set -u, and that is evaluated before WEB_CONCURRENCY.sh (because of alpha order when globbing), the access to the variable, if unset, would cause a failure on startup the fix is to check if the variable is set, using the '+' parameter substitution
-
- 08 Sep, 2017 2 commits
-
-
-
Hunter Loftis authored
More useful error message if an app is configured to use the node buildpack but doesn't have a package.json file in its root directory.
-
- 06 Sep, 2017 3 commits
-
-
Hunter Loftis authored
manual default for yarn version
-
Hunter Loftis authored
-
Hunter Loftis authored
-
- 30 Aug, 2017 1 commit
-
-
David Zülke authored
All buildpacks use `profile/WEB_CONCURRENCY.sh` now which will be overwritten by the later buildpacks to avoid earlier buildpacks setting defaults for later ones at startup, with wrong defaults for some languages.
-
- 03 Aug, 2017 2 commits
-
-
Hunter Loftis authored
add @heroku/languages as code owners
-
Hunter Loftis authored
-
- 26 Jul, 2017 2 commits
-
-
Jeremy Morrell authored
-
Jeremy Morrell authored
-
- 25 Jul, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 24 Jul, 2017 5 commits
-
-
Jeremy Morrell authored
Switch nodejs install over to using nodebin
-
Jeremy Morrell authored
-
Jeremy Morrell authored
Error on yarn install if the lockfile is out of date
-
Jeremy Morrell authored
-
Jeremy Morrell authored
-
- 21 Jul, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 18 Jul, 2017 9 commits
-
-
Jeremy Morrell authored
Error on conflict between npm shrinkwrap and modern lockfiles
-
Jeremy Morrell authored
-
Jeremy Morrell authored
Update changelog
-
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
-