Skip to content

Releases: DFE-Digital/schools-experience

v182925-stable: Merge pull request #1823 from DFE-Digital/dashboard-link

15 Jul 15:42
d9cf035
Compare
Choose a tag to compare
Update the dashboard link in the change school page

Release 1812

14 Jul 11:56
84b79f0
Compare
Choose a tag to compare

Bump sentry-rails from 4.6.0 to 4.6.1

Release 1817

13 Jul 08:38
4a02a72
Compare
Choose a tag to compare

Trello-102

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

13 Jul 14:15
4e5e1d2
Compare
Choose a tag to compare

Bump flipper from 0.21.0 to 0.22.0

Release 1810

09 Jul 12:43
cc3f998
Compare
Choose a tag to compare

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

07 Jul 10:49
6a28f98
Compare
Choose a tag to compare

Bump faraday from 1.4.3 to 1.5.0

Release 1807

07 Jul 10:49
d532558
Compare
Choose a tag to compare

Bump sentry-delayed_job from 4.5.2 to 4.6.0

Release 1806

06 Jul 09:48
8106168
Compare
Choose a tag to compare

Bump addressable from 2.7.0 to 2.8.0

Release 1803

06 Jul 09:49
2578b33
Compare
Choose a tag to compare

Trello card

https://trello.com/c/unsJlrbI

Context

Regular maintenance

Changes proposed in this pull request

Upgrade the npm packages

Release 1809

05 Jul 12:12
3a2a8ca
Compare
Choose a tag to compare

Bump cloudfoundry-community/cloudfoundry from 0.14.1 to 0.14.2 in /terraform/paas