Releases: DFE-Digital/get-into-teaching-app
Release 4403
Trello card
https://trello.com/c/bqQD37zF/7096
Context
Changes proposed in this pull request
Guidance to review
Release 4385
Trello card
Context
Changes proposed in this pull request
Guidance to review
Release 4402
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
- Updated CSV file and ran rake task.
- Fixed 2 links so the tests do not fail - running the rake task removed
https://
from a couple of provider links and reverted changes that were made last time the list was updated.
https://www.careerinteaching.co.uk/
https://www.odysseytsh.org/
Guidance to review
Release 4401
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
Bump listen from 3.7.1 to 3.9.0
Release 4389
Bump sentry-ruby from 5.17.3 to 5.21.0
Release 4388
Bump compression-webpack-plugin from 10.0.0 to 11.1.0
Release 4374
Trello card
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 optionaltitle_color
param. A list of colours can be found inapp/webpacker/styles/headings.scss:148-168
(use the color as a string fromheading--highlight-COLOR
).
Guidance to review
Release 4397
Trello card
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
Trello card
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.