Skip to content

Releases: DFE-Digital/get-into-teaching-app

Release 4403

05 Dec 09:39
f287b10
Compare
Choose a tag to compare

Trello card

https://trello.com/c/bqQD37zF/7096

Context

Changes proposed in this pull request

Guidance to review

Release 4385

05 Dec 10:32
9cec3ba
Compare
Choose a tag to compare

Trello card

https://trello.com/c/Jd9HvLCS/6811-phase-5-repurpose-navigation-component-for-life-as-a-teacher-section

Context

Changes proposed in this pull request

Guidance to review

Release 4402

04 Dec 11:49
8b59dc1
Compare
Choose a tag to compare

Trello card

https://trello.com/c/ZOqQzjEB/7099-upload-latest-internships-listings

Context

The internships team have some updated listing details that they would like to be uploaded.

Changes proposed in this pull request

Guidance to review

Release 4401

04 Dec 09:21
41bf0cd
Compare
Choose a tag to compare

Trello card

Roll back of Upgrade to Ruby 3.3

Context

Upgrading to Ruby 3.3 has broken the Selenium Javascript driver, which breaks the integration tests (and webchat feature tests)

Changes proposed in this pull request

This rolls back the upgrade, for re-consideration in the new year.

Guidance to review

Release 4390

04 Dec 13:17
cd25fe0
Compare
Choose a tag to compare

Bump listen from 3.7.1 to 3.9.0

Release 4389

04 Dec 14:30
cb05f87
Compare
Choose a tag to compare

Bump sentry-ruby from 5.17.3 to 5.21.0

Release 4388

04 Dec 13:09
cd43a4b
Compare
Choose a tag to compare

Bump compression-webpack-plugin from 10.0.0 to 11.1.0

Release 4374

04 Dec 14:26
ddee33a
Compare
Choose a tag to compare

Trello card

https://trello.com/c/Jd9HvLCS/6811-phase-5-repurpose-navigation-component-for-life-as-a-teacher-section

Context

GIT users need to feel inspired to teach and reassured that teaching is a viable career for them

Repurpose the navigation component used on the homepage to be used throughout the pages within the Life as a teacher section

Changes proposed in this pull request

  • Amends the ImageBlockComponent to support an optional title_color param. A list of colours can be found in app/webpacker/styles/headings.scss:148-168 (use the color as a string from heading--highlight-COLOR).

Guidance to review

Release 4397

03 Dec 12:35
1fb8518
Compare
Choose a tag to compare

Trello card

Upgrade to Ruby 3.3

Context

Upgrade to Ruby 3.3 - house-keeping to keep our systems up-to-date

Changes proposed in this pull request

  • Updates Ruby 3.1 --> 3.3
  • Updates Alpine 3.18 --> 3.20
  • Updates RSpec 6.0.3 --> 7.1.0
  • Updates RSpec Sonarqube 1.5 --> 1.6.1
  • Patches Rack Caching gem for deprecated Fixnum class
  • Disables javascript-selenium tests in Capybara, as they fail intermittently with Chrome Driver version 128 and above
  • Refactors 2 chat selenium tests to use the default rack_test framework + javascript tests

Guidance to review

Release 4396

03 Dec 11:02
7b4a439
Compare
Choose a tag to compare

Trello card

https://trello.com/c/vQCGgTHI/7005-tweak-ordering-on-assessment-only-page-and-internships-page-to-ignore-case

Context

We have recently made a change to allow the upload of Assessment only provider listings, to make future maintenance easier. The upload process lists providers alphabetically within each regional section. However, it currently orders by providers starting with an uppercase letter first, and then lowercase letters later.

Changes proposed in this pull request

Adapted the rake tasks to convert provider value to a string and make it lowercase; this ensures case-insensitive sorting on the the Assessment only page and the Internships page.

Guidance to review