This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
Releases: Financial-Times/n-heroku-tools
Releases · Financial-Times/n-heroku-tools
Throw errors on configure failure
Changes
- If heroku responds to the configure request with anything other than 200, an error will be thrown.
- Will throw an error rather than attempt to set the env var 'DATABASE_URL' on Heroku.
v7.5.1: Merge pull request #516 from Financial-Times/support-https
- Support https;
- Nicer errors;
- ✅Moar emojis;
- Reject on any error other than
FetchError: network timeout
Make rebuild command compatible with CircleCI 2.0
See issue #514 for details.
v7.4.1: Merge pull request #511 from Financial-Times/find-service
The system registry, in its wisdom, renames the systemCode
property to code
. This patch fixes a bug where the code expected the property to be named, systemCode
.
Update mocha
The older version of mocha had vulnerability issues, mocha@v5 is safe from these vulnerabilities.
Remove deprecated code
Merge pull request #508 from Financial-Times/tidy-up-deprecated-stuff Tidy up deprecated stuff
Remove nightwatch task and dependency
Merge pull request #504 from Financial-Times/remove-nightwatch Remove nightwatch task and dependency
v7.1.11: Merge pull request #503 from Financial-Times/kb/update-error-message
Update Heroku error to make it clearer when build fails
v7.1.10
v7.1.9: Merge pull request #501 from Financial-Times/do-not-watch-node-modules
Do not watch node-modules