Skip to content

Commit c9e3fe7

Browse files
authored
Merge pull request #466 from NHSDigital/release/2025-01-15
Release/2025 01 15
2 parents 31e6aa5 + a46d144 commit c9e3fe7

File tree

48 files changed

+1656
-45
lines changed

Some content is hidden

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

48 files changed

+1656
-45
lines changed

CHANGELOG.md

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

3+
## 2025-01-15
4+
- [PI-689] Changelog ETL - modify / add to an AS
5+
36
## 2025-01-08
47
- [PI-716] Pipeline enhancements
58
- [PI-430] Remove Account Wide VPC

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.01.08
1+
2025.01.15

changelog/2025-01-15.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [PI-689] Changelog ETL - modify / add to an AS

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "connecting-party-manager"
3-
version = "2025.01.08"
3+
version = "2025.01.15"
44
description = "Repository for the Connecting Party Manager API and related services"
55
authors = ["NHS England"]
66
license = "LICENSE.md"

src/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _transact_write_items_with_sleep(*args, **kwargs):
5959
return response
6060

6161
def _query_with_sleep(*args, **kwargs):
62-
time.sleep(0.2)
62+
time.sleep(0.5)
6363
response = unpatched_query(*args, **kwargs)
6464
return response
6565

src/etl/sds/tests/changelog/changelog_components/add/accredited_system.SameProduct.ldif

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ objectClass: nhsAs
44
objectClass: top
55
nhsApproverURP: uniqueIdentifier=102583034545,uniqueIdentifier=352307522545,uid=432776896545,ou=People,o=nhs
66
nhsAsClient: C3O9X
7-
nhsAsSvcIA: urn:nhs:names:services:pdsquery:QUQI_IN010000UK14
7+
nhsAsSvcIA: urn:nhs:names:services:pdsquery:QUQI_IN010000UK15
88
nhsDateApproved: 20091016133823
99
nhsDateRequested: 20091016133757
1010
nhsIDCode: C3O9X
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
add: description
2+
description: description...

src/etl/sds/tests/changelog/changelog_components/modify/accredited_system/add/nhs_approver_urp.ldif

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/etl/sds/tests/changelog/changelog_components/modify/accredited_system/add/nhs_as_client.AlreadyExists.ldif

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/etl/sds/tests/changelog/changelog_components/modify/accredited_system/add/nhs_as_client.Another.ldif

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)