-
Notifications
You must be signed in to change notification settings - Fork 0
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
New: [AEA-4047] - Set statuses to temporarily unavailable if nppts fails #1024
Merged
MatthewPopat-NHS
merged 31 commits into
main
from
AEA-4047-set-statuses-to-temporarily-unavailable-if-nppts-call-fails
Jul 11, 2024
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
813b4cc
AEA-4047 Rough first draft.
originalphil b5c9ecd
AEA-4047 Further correction to Prescriber Cancelled status.
originalphil 107b569
AEA-4047 Use canned data for Spine response.
originalphil 75349da
Merge branch 'main' into AEA-4047-set-statuses-to-temporarily-unavail…
originalphil a46f7c8
AEA-4047 Skip new test.
originalphil d365d01
AEA-4047 Use gsul from temp stack.
originalphil 94fc0ab
AEA-4047 SAM template corrections.
originalphil f1af639
AEA-4047 Add status extension to canned data.
originalphil 50cdccf
Merge branch 'main' into AEA-4047-set-statuses-to-temporarily-unavail…
originalphil f0a8170
AEA-4047 Remove test re-introduced by merge.
originalphil 1da0409
AEA-4047 Simple test cases.
originalphil 90dcb19
AEA-4047 Complex test case.
originalphil 4d9ae99
AEA-4047 Complex test case improved.
originalphil 4f2d258
AEA-4047 Removed unnecessary test file.
originalphil c978d6a
AEA-4047 Test ods code and prescription id combo.
originalphil 4afc9d2
AEA-4047 Working handler test.
originalphil d4cca56
AEA-4047 Testing tweaks.
originalphil 5b85be2
AEA-4047 More testing tweaks.
originalphil 76e083a
Merge branch 'main' into AEA-4047-set-statuses-to-temporarily-unavail…
originalphil d60b539
AEA-4047 More complex canned data.
originalphil 98a3992
AEA-4047 Improvements to Big Test and comments to make it more readable.
originalphil ad979bc
AEA-4047 Revert temporary changes and change StatusUpdateData to Stat…
originalphil 60aab6e
Merge branch 'main' into AEA-4047-set-statuses-to-temporarily-unavail…
originalphil 5a2c774
Merge branch 'main' into AEA-4047-set-statuses-to-temporarily-unavail…
originalphil 6ba705e
AEA-4047 Stub-out getMyPrescriptions and point at failing gsu lambda.
originalphil 5c1c223
AEA-4047 Introduce env var and switch in enrich prescriptions. Send c…
originalphil a243555
AEA-4047 Test additions for update scenarios.
originalphil 902f268
Merge branch 'main' into AEA-4047-set-statuses-to-temporarily-unavail…
originalphil 5e624e6
AEA-4047 Revert stubbing and pointing at failing lambda.
originalphil 39fdc7c
AEA-4047 Un-skipped test.
originalphil 9573bfe
Merge branch 'main' into AEA-4047-set-statuses-to-temporarily-unavail…
MatthewPopat-NHS 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 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 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 |
---|---|---|
|
@@ -77,6 +77,7 @@ | |
"nhsdlogin", | ||
"nhslogin", | ||
"NOSONAR", | ||
"nppt", | ||
"OIDC", | ||
"onboarded", | ||
"Organisation", | ||
|
This file contains 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The catch block should also be updated to point to "Enrich Prescriptions".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorted.