Releases: DFE-Digital/schools-experience
v182925-stable: Merge pull request #1823 from DFE-Digital/dashboard-link
Update the dashboard link in the change school page
Release 1812
Bump sentry-rails from 4.6.0 to 4.6.1
Release 1817
We are removing the legacy, direct CRM integration code from the app now that we are happy that the API integration is working as expected. This will involve a number of PRs to incrementally remove the old code.
- Remove git_api feature flag from views
Remove the git_api
feature flag checking from the views, instead always showing the view content for when the flag is enabled (as we are removing the legacy, direct CRM integration code).
- Remove legacy registration feature specs
These will fail while we are removing the legacy CRM integration code - its going to save time to just remove them all now rather than update them to deal with the intermediate states while the removal of code progresses.
Release 1811
Bump flipper from 0.21.0 to 0.22.0
Release 1810
Trello card
https://trello.com/c/vMG7Hdpq/
Context
The current healthcheck is ambiguous as to what API checks.
It also reports false positive results for the dfe signin check, when the DfE api is either disabled in our end or the credentials are missing.
Changes proposed in this pull request
- Remove the guard clause that checks if the dfe auth is ok and let the actual request decides the results. Also, change the returned values to boolean.
- Rename the auth and the api labels in the healthcheck results to be more explicit
Guidance to review
Visit /healthcheck
Before
{"deployment_id":"Prod-7166","app_sha":"sha-","auth":{},"api":true,"db":true,"cache":true,"healthy":true,"status":"OK"}
After
{"deployment_id":"Prod-7166","app_sha":"sha-","dfe_auth":true,"gitis_api":true,"db":true,"cache":true,"healthy":true,"status":"OK"}
Release 1808
Bump faraday from 1.4.3 to 1.5.0
Release 1807
Bump sentry-delayed_job from 4.5.2 to 4.6.0
Release 1806
Bump addressable from 2.7.0 to 2.8.0
Release 1803
Trello card
Context
Regular maintenance
Changes proposed in this pull request
Upgrade the npm packages
Release 1809
Bump cloudfoundry-community/cloudfoundry from 0.14.1 to 0.14.2 in /terraform/paas