Skip to content
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

Enable External Store use with Update Operation #2914

Merged
merged 81 commits into from
Aug 12, 2023
Merged

Conversation

esmadau
Copy link
Contributor

@esmadau esmadau commented Jul 13, 2023

Description

Add support for Update operation to work with external store.

Related issues

Addresses [AB#104373].

Testing

Updated existing tests and added new tests

@@ -61,6 +62,7 @@ public static class ServiceCollectionExtensions
.AddFunctionsOptions<MigrationFilesOptions>(configuration, MigrationFilesOptions.SectionName)
.AddFunctionsOptions<QueryTagIndexingOptions>(configuration, QueryTagIndexingOptions.SectionName, bindNonPublicProperties: true)
.AddFunctionsOptions<PurgeHistoryOptions>(configuration, PurgeHistoryOptions.SectionName, isDicomFunction: false)
.AddFunctionsOptions<FeatureConfiguration>(configuration, "DicomServer:Features", isDicomFunction: false)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Should this be a constant like others?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will try to catch in next pr

@bcarthic
Copy link
Contributor

Dont' we need to update the new function name in appsettings?

wsugarman
wsugarman previously approved these changes Aug 11, 2023
@esmadau esmadau enabled auto-merge (squash) August 11, 2023 23:51
@esmadau esmadau merged commit 7b36aac into main Aug 12, 2023
13 of 15 checks passed
@esmadau esmadau deleted the users/esmadau/idp-update branch August 12, 2023 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants