Skip to content

Hotfix/ved 754 processor task character encoding#794

Closed
nhsdevws wants to merge 38 commits intomasterfrom
hotfix/VED-754-processor-task-character-encoding
Closed

Hotfix/ved 754 processor task character encoding#794
nhsdevws wants to merge 38 commits intomasterfrom
hotfix/VED-754-processor-task-character-encoding

Conversation

@nhsdevws
Copy link
Contributor

@nhsdevws nhsdevws commented Sep 6, 2025

Summary

  • Routine Change
  • ❗ Breaking Change
  • 🤖 Operational or Infrastructure Change
  • ✨ New Feature
  • ⚠️ Potential issues that might be caused by this change

Add any other relevant notes or explanations here. Remove this line if you have nothing to add.

Reviews Required

  • Dev
  • Test
  • Tech Author
  • Product Owner

Review Checklist

ℹ️ This section is to be filled in by the reviewer.

  • I have reviewed the changes in this PR and they fill all or part of the acceptance criteria of the ticket, and the code is in a mergeable state.
  • If there were infrastructure, operational, or build changes, I have made sure there is sufficient evidence that the changes will work.
  • I have ensured the changelog has been updated by the submitter, if necessary.

mfjarvis and others added 30 commits August 29, 2025 00:04
* VED-492: Create ODS code to supplier mapping in Redis.

* VED-492: Fix lint errors.

* VED-492: Add missing test. Use util function in more tests.

* VED-492: Fix lint error.
Bumps [form-data](https://github.com/form-data/form-data) to 4.0.4 and updates ancestor dependency [@redocly/cli](https://github.com/Redocly/redocly-cli). These dependencies need to be updated together.


Updates `form-data` from 4.0.0 to 4.0.4
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.0...v4.0.4)

Updates `@redocly/cli` from 1.34.4 to 1.34.5
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Changelog](https://github.com/Redocly/redocly-cli/blob/@redocly/cli@1.34.5/docs/changelog.md)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@1.34.4...@redocly/cli@1.34.5)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
- dependency-name: "@redocly/cli"
  dependency-version: 1.34.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Jarvis <61870561+mfjarvis@users.noreply.github.com>
* 1. Patient Identifier

* 2. occurrenceDateTime (init)

* 2. occurrenceDateTime

* 3. doseNumber[X]
* 1. Patient Identifier

* 2. occurrenceDateTime (init)

* 2. occurrenceDateTime

* 3. doseNumber[X]

* 1. Patient Identifier corrected

* 1. Patient Identifier corrected II
* pre-validation snomed check for vaccineCode

* python = ">=3.11"

* poetry env use 3.11

* revert: python = "~3.11"

* python = ">=3.11,<4.0"

* python = ">=3.11,<4.0"

* init: move 'install poetry'

* move 'install poetry' II

* retooled after VED-699
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Jarvis <61870561+mfjarvis@users.noreply.github.com>
Bumps the terraform-minor-patch group with 1 update in the /grafana/non-prod/terraform directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws).


Updates `hashicorp/aws` from 6.0.0 to 6.5.0
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v6.0.0...v6.5.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* local_id

* vaccine_type

* pre-check body

* temp. revert

* _log_data_from_body

* _log_data_from_body II

* supplier

* cleanup, add tests

* smell

* log partial detail where available

* LF

* review cleanup
* VED-350: generic validation for require system when code is present
* VED-693: Allow customising the source bucket name in ack backend.

* VED-693: Remove unused data source.
* local_id

* vaccine_type

* pre-check body

* temp. revert

* _log_data_from_body

* _log_data_from_body II

* supplier

* cleanup, add tests

* smell

* log partial detail where available

* LF

* review cleanup

* README and launch.json.default

* clean

* CLI

* grammar
* DoseNumber Maximum

* Maximum value is 9

* dose_number unit tests
)

* Add additional permissions for DPS in non-prod. Add RAVS ODS code.

* Remove test which was asserting on the value of non-test data.
* Use consistent naming for dev / preprod / prod accounts. Rename int blue / green environments to int-blue / int-green. Update pipelines to supply the correct parameters. TF fixes for state import.

* Look up VPC by name. Disable MESH in preprod. Use correct cert in preprod. Remove unused vars.

* Revert admin role change as this prevents auto-ops from managing KMS keys via TF.

* Change back to apply.

* Add blue deploy job. Fix e2e test condition.

* Add import command

* Disable MESH processor in prod.

* Change back to apply. Add deletion protection to all DDB tables.

* Pin specific commits for external GitHub actions.

* Revert change made for local use.
* init: vaccines list, related APIs, contact

* beta, POST search

* onboarding, interactive backlog

* remove references to PDS

* security access, who can use

* syntax errors

* semantic errors

* generic errors

* 4XX-imms-create

* 4XX-imms-read

* 4XX-imms-delete

* 4XX-imms-update

* cleanup, grammar/syntax
@nhsdevws nhsdevws closed this Sep 6, 2025
@nhsdevws nhsdevws deleted the hotfix/VED-754-processor-task-character-encoding branch September 6, 2025 10:48
@nhsdevws nhsdevws restored the hotfix/VED-754-processor-task-character-encoding branch September 6, 2025 10:48
@nhsdevws nhsdevws deleted the hotfix/VED-754-processor-task-character-encoding branch September 6, 2025 10:49
@nhsdevws nhsdevws restored the hotfix/VED-754-processor-task-character-encoding branch September 6, 2025 10:49
@nhsdevws nhsdevws deleted the hotfix/VED-754-processor-task-character-encoding branch September 6, 2025 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants