Skip to content

Commit 3ba0bfe

Browse files
authored
Merge pull request #387 from NHSDigital/release/2024-10-31
Release/2024 10 31
2 parents 88f8423 + d8be3f1 commit 3ba0bfe

File tree

113 files changed

+3740
-5293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+3740
-5293
lines changed

.github/workflows/_deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ jobs:
152152
- uses: actions/checkout@v4
153153
with:
154154
ref: ${{ needs.get-branch-from-workflow-file.outputs.branch_name }}
155-
# change below to (env.ACCOUNT == 'int') || (env.ACCOUNT == 'prod') when ready for prod
156-
- if: (${{ env.SCOPE == 'per_workspace'}}) && (${{ env.ACCOUNT == 'int' }})
155+
- if: ${{ env.SCOPE == 'per_workspace' && env.ACCOUNT == 'int' }}
157156
uses: ./.github/actions/make/
158157
with:
159158
command: swagger--publish

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ dist
7777
.downloads
7878
openapi
7979

80-
src/layers/domain/fhir/r4/*models.py
8180
postman-collection.json
8281
token_cache.json
8382
cpm.cdx.json

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2024-10-31
4+
- [PI-555] Remov fhir from create device endpoint
5+
- [PI-556] Remov fhir from read device endpoint
6+
- [PI-559] Remov fhir from make file
7+
- [PI-530] Clean up fhir
8+
- [PI-571] Recreate swagger
9+
- [PI-589] Publish swagger spec int
10+
311
## 2024-10-29
412
- [PI-565] Add EPR questionnaires
513
- [PI-577] Create Message Set Device Reference Data

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
4. [Other helpful commands](#other-helpful-commands)
1212
2. [Tests](#tests)
1313
3. [Workflow](#workflow)
14-
4. [FHIR, Swagger and FHIR Pydantic models](#fhir-swagger-and-fhir-pydantic-models)
14+
4. [Swagger](#swagger)
1515
5. [ETL](#etl)
1616

1717
---
@@ -257,9 +257,9 @@ This command will also:
257257
- Update the version in `pyproject.toml` with the release branch version.
258258
- Update the VERSION file with the release branch version number.
259259

260-
## FHIR, Swagger and FHIR Pydantic models
260+
## Swagger
261261

262-
This is all done by `make build`. For more details on how to update the Swagger and FHIR Pydantic models, please see [the swagger README](infrastructure/swagger/README.md).
262+
This is all done by `make build`. For more details on how to update the Swagger, please see [the swagger README](infrastructure/swagger/README.md).
263263

264264
## Setting Lambda permissions
265265

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.10.29
1+
2024.10.31

changelog/2024-10-31.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- [PI-555] Remov fhir from create device endpoint
2+
- [PI-556] Remov fhir from read device endpoint
3+
- [PI-559] Remov fhir from make file
4+
- [PI-530] Clean up fhir
5+
- [PI-571] Recreate swagger
6+
- [PI-589] Publish swagger spec int

0 commit comments

Comments
 (0)