Skip to content

Commit 8cb9a61

Browse files
authored
Merge pull request #363 from NHSDigital/release/2024-10-16
Release/2024-10-16
2 parents 4be03fb + 954e0f3 commit 8cb9a61

File tree

86 files changed

+6613
-3513
lines changed

Some content is hidden

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

86 files changed

+6613
-3513
lines changed

.github/workflows/_deploy.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,22 @@ jobs:
145145
infrastructure/swagger/dist/apigee/swagger.yaml
146146
if: ${{ always() }}
147147

148+
swagger--publish:
149+
needs: [get-branch-from-workflow-file, apigee--deploy]
150+
runs-on: [self-hosted, ci]
151+
steps:
152+
- uses: actions/checkout@v4
153+
with:
154+
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' }})
157+
uses: ./.github/actions/make/
158+
with:
159+
command: swagger--publish
160+
requires-aws: true
161+
restore-from-cache: "true"
162+
cache-suffix: ${{ env.CACHE_NAME }}
163+
148164
test--smoke:
149165
needs: [get-branch-from-workflow-file, apigee--deploy]
150166
runs-on: [self-hosted, ci]
@@ -162,7 +178,7 @@ jobs:
162178

163179
set-success:
164180
name: Set Success
165-
needs: [test--smoke]
181+
needs: [test--smoke, apigee--deploy]
166182
runs-on: [self-hosted, ci]
167183
steps:
168184
- name: Set success env var

.sonarcloud.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sonar.sources=.
2+
sonar.tests=.
3+
sonar.cpd.exclusions=src/api/**/index.py

CHANGELOG.md

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

3+
## 2024-10-16
4+
- [PI-501] Create Device Reference Data
5+
- [PI-503] Read Device Reference Data
6+
- [PI-536] Create Cpm Product without FHIR
7+
- [PI-535] Read Product Team without FHIR
8+
- [PI-548] Sonarcloud configuration
9+
- [PI-365] Locust load testing
10+
- [PI-276] Proxygen Spec
11+
- [PI-562] Feature Tests for CpmProduct
12+
313
## 2024-10-15
414
- [PI-533] Create Product Team without FHIR
515

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.10.15
1+
2024.10.16

changelog/2024-10-16.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- [PI-501] Create Device Reference Data
2+
- [PI-503] Read Device Reference Data
3+
- [PI-536] Create Cpm Product without FHIR
4+
- [PI-535] Read Product Team without FHIR
5+
- [PI-548] Sonarcloud configuration
6+
- [PI-365] Locust load testing
7+
- [PI-276] Proxygen Spec
8+
- [PI-562] Feature Tests for CpmProduct

0 commit comments

Comments
 (0)