Releases: DFE-Digital/get-into-teaching-api
Release 1498
I've limited the use of the correlation ID to the teacher advisor sign-up endpoint (as discussed) to limit the potential for issues if any problems occur. I've also not been able to best the filter attribute, it is possible but I cannot mock the hangfire context because they've neglected to apply interfaces, or make class methods generic. We could use a library like Typemock but not sure if this will play nicely with the CICD pipeline out of the box.
If theses changes prove stable we can raise a second, follow-on ticket to complete the work to apply this logging behaviour across the remaining endpoints.
Release 1497
Adds the new Creation Channel model support to the Apply Candidate sync job.
Release 1494
This adds the new Creation Channel model support to the TTA API, as well as being backwards-compatible for older API clients. Tested locally.
- adds models for the Creation Channel Creation entity
- adds picklist API endpoints for Creation Channel Services, Activities and Sources
- adds optional parameters for the Teacher Training Adviser endpoint /api/teacher_training_adviser/candidates
https://trello.com/c/msbZBxnU/7073-update-git-api-to-support-new-creation-channel-structure-e11-gc3
Release 1493
Update Text for GIT Website. Removed text "Get an Adviser"
Release 1489
Context
Replace terrafile as it's not maintained anymore. Using simple git instead.
Changes proposed in this pull request
- Update makefile to remove references to terrafile
- Update makefile to add new vendor-modules target with git command to correct location for terraform code
- In global_config directory add correct value for TERRAFORM_MODULES_TAG in config files
- In terraform/application/config directory remove terrafile files
- Update .gitignore remove bin/terrafile
NOTE: Had to suppress the end of support message for dotNET 7.0 in the dotNET build set to get the actions to complete
the developer Martyn Whitwell was alerted and his response is:
Updating the .NET version is likely to be quite a big job… I’ll add a ticket to our backlog to do this but its not likely to happen in the next few sprints. Could you add a bypass for now? Thanks
Guidance to review
i tested for each environment and to see terraform correctly get the module code
make test_aks terraform-plan IMAGE_TAG=xxxx
make development_aks terraform-plan IMAGE_TAG=xxxx
make production_aks terraform-plan IMAGE_TAG=xxxx
Link to Trello card
Checklist
- Attach to Trello card
- Rebased main
- Cleaned commit history
- Tested by running locally
Release 1477
Bump Swashbuckle.AspNetCore from 6.7.0 to 6.8.1
Release 1476
Bump Fody from 6.8.0 to 6.8.2
Release 1475
Bump Serilog.AspNetCore and Serilog.Settings.Configuration
Release 1474
Bump Sentry.AspNetCore from 4.6.2 to 4.11.0
Release 1473
Bump xunit from 2.8.1 to 2.9.2