[Do not review] [Bundles] Refactoring + new tests - #5735
Open
Fernando Henrique Inocêncio Borba Ferreira (fhibf) wants to merge 5 commits into
Open
[Do not review] [Bundles] Refactoring + new tests#5735Fernando Henrique Inocêncio Borba Ferreira (fhibf) wants to merge 5 commits into
Fernando Henrique Inocêncio Borba Ferreira (fhibf) wants to merge 5 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Fernando Henrique Inocêncio Borba Ferreira (fhibf)
requested a review
from a team
as a code owner
August 19, 2026 17:31
| { | ||
| if (param.Code != null && param.Base != null) | ||
| { | ||
| var allResourceTypes = SearchParameterDefinitionManager.GetDerivedResourceTypes(modelInfoProvider, param.Base.Where(_ => _ != null).Select(_ => _.Value.ToString()).ToList()); |
| _optimizedQuerySet = SetRequestContextWithOptimizedQuerying(_outerHttpContext, fhirRequestContextAccessor.RequestContext, _logger); | ||
|
|
||
| _isBundleProcessingLogicValid = _bundleOrchestrator.IsEnabled ? BundleHandlerRuntime.IsBundleProcessingLogicValid(_outerHttpContext) : true; | ||
| _isBundleProcessingLogicValid = _bundleOrchestrator.IsEnabled ? BundleHandlerOperations.IsBundleProcessingLogicValid(_outerHttpContext) : true; |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5735 +/- ##
==========================================
+ Coverage 77.15% 77.19% +0.03%
==========================================
Files 1011 1012 +1
Lines 37278 37295 +17
Branches 5678 5681 +3
==========================================
+ Hits 28762 28790 +28
+ Misses 7137 7130 -7
+ Partials 1379 1375 -4 🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Refactoring + new tests.
Related issues
Addresses [issue #].
Testing
Describe how this change was tested.
FHIR Team Checklist
Semver Change (docs)
Patch|Skip|Feature|Breaking (reason)