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

Add input parameter resolution to $populate operation #449

Merged
merged 5 commits into from
Apr 15, 2024

Conversation

barhodes
Copy link
Contributor

@barhodes barhodes commented Apr 15, 2024

Add the InputParameterResolver to the PopulateRequest which resolves the input parameters to resources to allow them to be referenced within an expression, e.g. %subject.id

@barhodes barhodes added the CDS All issues related to the CDS project label Apr 15, 2024
Copy link

Formatting check succeeded!

Copy link

codecov bot commented Apr 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.17%. Comparing base (07c745e) to head (01cdefc).

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #449      +/-   ##
============================================
+ Coverage     60.09%   60.17%   +0.07%     
- Complexity     3248     3250       +2     
============================================
  Files           325      325              
  Lines         16816    16809       -7     
  Branches       2602     2600       -2     
============================================
+ Hits          10106    10115       +9     
+ Misses         5577     5561      -16     
  Partials       1133     1133              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@barhodes barhodes merged commit 691da2a into master Apr 15, 2024
7 checks passed
@barhodes barhodes deleted the feature-populate-resolve-input-parameters branch April 15, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDS All issues related to the CDS project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants