generated from NHSDigital/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 2
FTRS-2587 Data migration toggles #812
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
lukasz-jercha-nhs
merged 22 commits into
main
from
task/FTRS-2587-data-migration-toggles
Feb 9, 2026
Merged
Changes from 15 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
dcf0235
feat: FTRS-2587 removed unused toggle
lukasz-jercha-nhs cd081d8
feat: FTRS-2587 implemented usage of search triage toggle
ljercha e878d89
feat: FTRS-2587 AppConfig local support
ljercha 544941d
fix: FTRS-2587 updated unit tests
lukasz-jercha-nhs d7279c1
test: FTRS-2587 updated DataMigrationProcessor to use mocked transfor…
lukasz-jercha-nhs 16bcad2
Merge branch 'main' into task/FTRS-2587-data-migration-toggles
lukasz-jercha-nhs f8343ac
revert: FTRS-2587 removed appconfig access
lukasz-jercha-nhs e574abc
fix: FTRS-2587 lint
lukasz-jercha-nhs c45b6d1
fix: FTRS-2587 ruff formatting
lukasz-jercha-nhs 0e38fe8
feat: FTRS-2587 use local feature flags client for int tests
lukasz-jercha-nhs 536b96d
test: FTRS-2587 unit tests local flags client
lukasz-jercha-nhs f556351
fix: FTRS-2587 test ruff formatting
lukasz-jercha-nhs e8dc42d
test: FTRS-2587 disabled feature toggle tests
lukasz-jercha-nhs 3191edd
refactor: FTRS-2587 load all flags from enum
lukasz-jercha-nhs 046c7cb
Merge branch 'main' into task/FTRS-2587-data-migration-toggles
lukasz-jercha-nhs 19b09ff
feat: FTRS-2587 changed approach around local app config mock
lukasz-jercha-nhs 9a15950
revert: FTRS-2587 skip caching client for now
lukasz-jercha-nhs b39779a
fix: FTRS-2587 ruff format
lukasz-jercha-nhs 7a9aa85
test: FTRS-2587 updated unit test
lukasz-jercha-nhs a4e72d9
Merge branch 'main' into task/FTRS-2587-data-migration-toggles
lukasz-jercha-nhs 7a61d51
Merge branch 'main' into task/FTRS-2587-data-migration-toggles
lukasz-jercha-nhs c0a173e
Merge branch 'main' into task/FTRS-2587-data-migration-toggles
lukasz-jercha-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 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
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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Local development (e.g. use environment variables instead of AppConfig toggles) | ||
| ENVIRONMENT = "local" | ||
|
|
||
| ## AppConfig feature toggles | ||
| DATA_MIGRATION_SEARCH_TRIAGE_CODE_ENABLED=true |
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
lukasz-jercha-nhs marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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.