Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
4aa8455
move cognito to vitest
anthony-nhs Jan 11, 2026
8d3a2f0
another update
anthony-nhs Jan 11, 2026
ee5ee2c
change prescriptiondetailslambda
anthony-nhs Jan 11, 2026
5ad4ee5
change common authfunctions
anthony-nhs Jan 11, 2026
19220b0
update mock-jwks
anthony-nhs Jan 11, 2026
edd05c7
update node-forge
anthony-nhs Jan 11, 2026
b218956
Merge remote-tracking branch 'origin/main' into vitest
anthony-nhs Jan 11, 2026
b6f004d
tidy
anthony-nhs Jan 11, 2026
47ab7ff
remove trivy ignore
anthony-nhs Jan 12, 2026
bcec7e2
fix it
anthony-nhs Jan 12, 2026
f10b2c4
tidy
anthony-nhs Jan 12, 2026
77f6a82
more tidy
anthony-nhs Jan 12, 2026
55f4b07
even more tidy
anthony-nhs Jan 12, 2026
b5325b2
fix config
anthony-nhs Jan 12, 2026
ade7325
fix tests
anthony-nhs Jan 12, 2026
c7a9099
more tidy up
anthony-nhs Jan 12, 2026
b546a47
fix coverage
anthony-nhs Jan 12, 2026
db3658e
really fix config
anthony-nhs Jan 12, 2026
7c63184
fix exclude
anthony-nhs Jan 12, 2026
abe3087
go back to shared config
anthony-nhs Jan 12, 2026
12b205a
Merge remote-tracking branch 'origin/main' into vitest
anthony-nhs Jan 12, 2026
1efe272
add back in config
anthony-nhs Jan 12, 2026
d9f96e8
add exclusions
anthony-nhs Jan 12, 2026
fac1958
correct exclusions
anthony-nhs Jan 12, 2026
de386c6
remove env vars
anthony-nhs Jan 12, 2026
2b2ffee
remove setting process.env
anthony-nhs Jan 12, 2026
4eeb8c0
Merge remote-tracking branch 'origin/main' into vitest
anthony-nhs Jan 15, 2026
e45799f
update node-forge
anthony-nhs Jan 15, 2026
65dceb7
Merge remote-tracking branch 'origin/main' into vitest
anthony-nhs Jan 15, 2026
25104e5
fix package-lock
anthony-nhs Jan 15, 2026
14e3670
remove first await import
anthony-nhs Jan 16, 2026
120f528
remove more await import
anthony-nhs Jan 16, 2026
30491ae
last lot of await import
anthony-nhs Jan 16, 2026
3a36252
fix imports
anthony-nhs Jan 16, 2026
be27ab1
Merge remote-tracking branch 'origin/main' into vitest
anthony-nhs Jan 19, 2026
3520381
Merge remote-tracking branch 'origin/main' into vitest
anthony-nhs Jan 20, 2026
6842c1c
correct filename
anthony-nhs Jan 20, 2026
7e1874c
Merge remote-tracking branch 'origin/main' into vitest
anthony-nhs Feb 3, 2026
2972f0c
fix test
anthony-nhs Feb 3, 2026
4f0f308
fix lint
anthony-nhs Feb 3, 2026
7b486e1
add trivy yaml
anthony-nhs Feb 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .vscode/eps-prescription-tracker-ui.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@
"packages/staticContent",
"packages/common/testing",
"packages/common/commonTypes",
"packages/staticContent"
"packages/staticContent",
"packages/cognito",
"packages/prescriptionDetailsLambda",
"packages/common/authFunctions",
"packages/testingSupport"
],
"jest.useJest30": true,
"python.testing.pytestEnabled": false,
Expand Down Expand Up @@ -207,7 +211,8 @@
},
"[scss]": {
"editor.defaultFormatter": "vscode.css-language-features"
}
},
"vitest.configSearchPatternExclude": "{**/node_modules/**,**/.*/**,**/*.d.ts,**/lib/*}"
},
"extensions": {
"recommendations": [
Expand All @@ -229,7 +234,8 @@
"streetsidesoftware.code-spell-checker",
"timonwong.shellcheck",
"mkhl.direnv",
"tamasfe.even-better-toml"
"tamasfe.even-better-toml",
"vitest.explorer"
]
}
}
40 changes: 2 additions & 38 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,44 +72,8 @@ test: compile
npm run test --workspace packages/testingSupport/clearActiveSessions

clean:
rm -rf packages/cdk/coverage
rm -rf packages/cdk/lib
rm -rf packages/CIS2SignOutLambda/coverage
rm -rf packages/CIS2SignOutLambda/lib
rm -rf packages/cloudfrontFunctions/coverage
rm -rf packages/cloudfrontFunctions/lib
rm -rf packages/cognito/coverage
rm -rf packages/cognito/lib
rm -rf packages/cpt-ui/dist
rm -rf packages/cpt-ui/coverage
rm -rf packages/patientSearchLambda/coverage
rm -rf packages/patientSearchLambda/lib
rm -rf packages/prescriptionDetailsLambda/coverage
rm -rf packages/prescriptionDetailsLambda/lib
rm -rf packages/prescriptionListLambda/coverage
rm -rf packages/prescriptionListLambda/lib
rm -rf packages/selectedRoleLambda/coverage
rm -rf packages/selectedRoleLambda/lib
rm -rf packages/trackerUserInfoLambda/coverage
rm -rf packages/trackerUserInfoLambda/lib
rm -rf packages/sessionManagementLambda/coverage
rm -rf packages/sessionManagementLambda/lib
rm -rf packages/common/authFunctions/coverage
rm -rf packages/common/authFunctions/lib
rm -rf packages/common/commonTypes/coverage
rm -rf packages/common/commonTypes/lib
rm -rf packages/common/doHSClient/coverage
rm -rf packages/common/doHSClient/lib
rm -rf packages/common/dynamoFunctions/coverage
rm -rf packages/common/dynamoFunctions/lib
rm -rf packages/common/lambdaUtils/coverage
rm -rf packages/common/lambdaUtils/lib
rm -rf packages/common/middyErrorHandler/coverage
rm -rf packages/common/middyErrorHandler/lib
rm -rf packages/common/pdsClient/coverage
rm -rf packages/common/pdsClient/lib
rm -rf packages/common/testing/coverage
rm -rf packages/common/testing/lib
find . -name 'coverage' -type d -prune -exec rm -rf '{}' +
find . -name 'lib' -type d -prune -exec rm -rf '{}' +
rm -rf cdk.out
rm -rf .local_config
rm -rf cfn_guard_output
Expand Down
Loading