Releases: Financial-Times/n-gage
v4.0.0
This release removes all n-ui related code.
v4 Beta 3
Ensures any usage of .only
in test files located in the root level /cypress
directory also has ES Lint check for no-only-tests
applied.
v4 Beta 2
Second beta for the updated static assets deployment process to be used by Page Kit apps.
v4 Beta 1
Split the deploy task into two sub-tasks for staging and promotion to prod.
This is following a discussion on Slack.
We're in a situation on Conversion where we need to have E2E tests run on a predictable url and to block code from going out if tests fail. The best place to do this would be on staging, and to do that we need to break up the deploy task so that we can run our tests in between staging being set up and it being promoted to prod and then scaled down.
Related PR: #210
v3.11.2: fix: there was a space at the end of the line...
It broke everything 🤦♀️
v3.11.1
fix: fix the broken logging
Update the Change API target
Simplify the logging and provide the Change API with more information.
This should help for projects that deploy on a tag. And also stop us exposing the API key in the logs.
it is called warn and not warning kara
v3.10.1 it is called warn and not warning bren
🤷♀️ idk i just merged a bunch of prs
- Remove
bower_components
folder before doingbower install
to prevent a class of spurious conflicts - Don't print an error that isn't an error when
.review-app
doesn't exist - Add
return await
warning to ESLint rules