-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NHSDigital/eps-assist-me
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NHSDigital/eps-assist-me
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: AEA-6053-document-preprocessing
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 28 files changed
- 2 contributors
Commits on Dec 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 592b082 - Browse repository at this point
Copy the full SHA 592b082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b181d5 - Browse repository at this point
Copy the full SHA 2b181d5View commit details
Commits on Dec 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3ce4dad - Browse repository at this point
Copy the full SHA 3ce4dadView commit details
Commits on Jan 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2a03e44 - Browse repository at this point
Copy the full SHA 2a03e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for e99217d - Browse repository at this point
Copy the full SHA e99217dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a73123d - Browse repository at this point
Copy the full SHA a73123dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb91e2 - Browse repository at this point
Copy the full SHA 5fb91e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea97f8 - Browse repository at this point
Copy the full SHA 5ea97f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e253e5 - Browse repository at this point
Copy the full SHA 0e253e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e2d03 - Browse repository at this point
Copy the full SHA 11e2d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for a05d9b5 - Browse repository at this point
Copy the full SHA a05d9b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89fb9e4 - Browse repository at this point
Copy the full SHA 89fb9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6261d89 - Browse repository at this point
Copy the full SHA 6261d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15dd8b7 - Browse repository at this point
Copy the full SHA 15dd8b7View commit details
Commits on Jan 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a284233 - Browse repository at this point
Copy the full SHA a284233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d64811 - Browse repository at this point
Copy the full SHA 7d64811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22db2ad - Browse repository at this point
Copy the full SHA 22db2adView commit details -
feat: auto-create S3 folders and grant KMS access to preprocessing la…
…mbda Two fixes for preprocessing Lambda: 1. Grant KMS permissions: Added kmsKey.grantEncryptDecrypt() to allow Lambda to decrypt files from raw/ and encrypt files to processed/ 2. Auto-create folders: Use BucketDeployment to create raw/ and processed/ folders on stack deployment. Much simpler than custom resource approach. Files: - packages/cdk/assets/s3-folders/raw/.gitkeep - packages/cdk/assets/s3-folders/processed/.gitkeep - packages/cdk/stacks/EpsAssistMeStack.ts
Configuration menu - View commit details
-
Copy full SHA for 7c597c3 - Browse repository at this point
Copy the full SHA 7c597c3View commit details -
fix: add cdk-nag suppressions for BucketDeployment and preprocessing KMS
Suppress cdk-nag warnings for: - BucketDeployment IAM managed policy usage - BucketDeployment wildcard S3/KMS permissions - BucketDeployment Lambda runtime - Preprocessing Lambda KMS wildcard permissions (GenerateDataKey*, ReEncrypt*)
Configuration menu - View commit details
-
Copy full SHA for 320c3fa - Browse repository at this point
Copy the full SHA 320c3faView commit details -
fix: S3Bucket was using undefined KMS key
Critical bug: S3Bucket constructor was using this.kmsKey before it was assigned. Changed line 34 from 'encryptionKey: this.kmsKey' to 'encryptionKey: kmsKey' to use the local variable that was already created. This prevented the bucket from being properly encrypted with our KMS key, which is why the preprocessing Lambda couldn't decrypt objects.
Configuration menu - View commit details
-
Copy full SHA for b8d771c - Browse repository at this point
Copy the full SHA b8d771cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...AEA-6053-document-preprocessing