-
Notifications
You must be signed in to change notification settings - Fork 3
Release 2025-12-15 #369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+719
−470
Merged
Release 2025-12-15 #369
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
41204c1
Bump aiohttp from 3.10.2 to 3.10.11
dependabot[bot] 1efca7b
Update package mode
jameslinnell b51cb0a
Set python project version in azure
jameslinnell 751023c
Update Azure to use python 3.8
jameslinnell dda4830
Use python 3.8 on build
jameslinnell a813780
Hard code build to use python 3.8
jameslinnell 7848829
python v3.8 on build
jameslinnell 5741353
Add python_version
jameslinnell 3a8dfd5
Add python_version to template
jameslinnell 3058f6c
default python 3.8
jameslinnell b3615a1
pyproject to use 3.8
jameslinnell 597918b
Cache python 3.8
jameslinnell c5a45bc
use python version override
jameslinnell 29d8d58
Maybe this time it will work
jameslinnell ad48db1
Does this work
jameslinnell 79f048d
Use local apigee-build
jameslinnell a34a111
get tag as 3.8 is not supported
jameslinnell 7f26c63
Better jq
jameslinnell d926c90
Perhaps this fixes it.
jameslinnell d7e03f8
Hard code python version
jameslinnell 653ea4b
Remove second setting of LD_LIBRARY_PATH
jameslinnell f331f21
Output python version on spec compile
jameslinnell 2363826
Use python 3.8
jameslinnell dfdbed8
Update python in run-tests
jameslinnell b40f1eb
Remove python version form pr pipeline
jameslinnell 424633f
removed uwanted vars
sathiya-nhs 2372906
Merge remote-tracking branch 'origin/dependabot/pip/aiohttp-3.10.11' …
jameslinnell f20a2be
README change
jameslinnell 4e45c8a
Merge branch 'release/2025-12-15' of https://github.com/NHSDigital/sp…
sathiya-nhs 96afa57
set project python to 3.8
sathiya-nhs 7630dda
remove unwanted python extensions
sathiya-nhs 136431a
update poetry file
sathiya-nhs f755269
update pipeline to install poetry during runtime
sathiya-nhs 96aa1e7
cleanup
sathiya-nhs ecabfc7
README change
jameslinnell 7af8c17
Runner ubuntu version upgrade
jameslinnell e223ce8
Update actions
jameslinnell d91f3d7
Sonar cloud fixes
jameslinnell d843fe0
SonarCloud
jameslinnell 82b8c55
Sonar cloud
jameslinnell 6544c34
Sonar cloud
jameslinnell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,6 +28,7 @@ clean: | |
| rm -rf dist | ||
|
|
||
| publish: clean | ||
| python --version | ||
| mkdir -p build | ||
| npm run publish 2> /dev/null | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,43 +1,45 @@ | ||
| name: "$(SourceBranchName)+$(BuildID)" | ||
|
|
||
| trigger: | ||
| branches: | ||
| include: | ||
| - tags/refs/v* | ||
| tags: | ||
| include: | ||
| - v* | ||
| branches: | ||
| include: | ||
| - tags/refs/v* | ||
| tags: | ||
| include: | ||
| - v* | ||
|
|
||
| pr: | ||
| branches: | ||
| include: ['*'] | ||
| branches: | ||
| include: ["*"] | ||
|
|
||
| resources: | ||
| repositories: | ||
| - repository: common | ||
| type: github | ||
| name: NHSDigital/api-management-utils | ||
| ref: refs/heads/edge | ||
| endpoint: NHSDigital | ||
| repositories: | ||
| - repository: common | ||
| type: github | ||
| name: NHSDigital/api-management-utils | ||
| ref: refs/heads/edge | ||
| endpoint: NHSDigital | ||
|
|
||
| variables: | ||
| - template: project.yml | ||
| - template: project.yml | ||
|
|
||
| extends: | ||
| template: azure/common/apigee-build.yml@common | ||
| parameters: | ||
| service_name: ${{ variables.service_name }} | ||
| short_service_name: ${{ variables.short_service_name }} | ||
| cache_steps: | ||
| - task: s3-cache-action@1 | ||
| inputs: | ||
| key: 'node modules | ${{ variables.service_name }} | ${{ variables.service_name }}/package-lock.json' | ||
| location: '${{ variables.service_name }}/node_modules' | ||
| debug: true | ||
| displayName: cache node modules | ||
| - task: s3-cache-action@1 | ||
| inputs: | ||
| key: 'poetry | ${{ variables.service_name }} | ${{ variables.service_name }}/poetry.lock' | ||
| location: '${{ variables.service_name }}/.venv' | ||
| debug: true | ||
| displayName: cache python dependencies | ||
| template: azure/common/apigee-build.yml@common | ||
|
|
||
| parameters: | ||
| python_version: ${{ variables.python_version }} | ||
| service_name: ${{ variables.service_name }} | ||
| short_service_name: ${{ variables.short_service_name }} | ||
| cache_steps: | ||
| - task: s3-cache-action@1 | ||
| inputs: | ||
| key: "node modules | ${{ variables.service_name }} | ${{ variables.service_name }}/package-lock.json" | ||
| location: "${{ variables.service_name }}/node_modules" | ||
| debug: true | ||
| displayName: cache node modules | ||
| - task: s3-cache-action@1 | ||
| inputs: | ||
| key: "poetry | ${{ variables.service_name }} | ${{ variables.service_name }}/poetry.lock" | ||
| location: "${{ variables.service_name }}/.venv" | ||
| debug: true | ||
| displayName: cache python dependencies |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.