-
Notifications
You must be signed in to change notification settings - Fork 240
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
docs: add decision record about optional params in CatalogRequest #4325
docs: add decision record about optional params in CatalogRequest #4325
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #4325 +/- ##
==========================================
+ Coverage 71.74% 75.24% +3.50%
==========================================
Files 919 1053 +134
Lines 18457 21139 +2682
Branches 1037 1183 +146
==========================================
+ Hits 13242 15907 +2665
+ Misses 4756 4714 -42
- Partials 459 518 +59 ☔ View full report in Codecov by Sentry. |
docs/developer/decision-records/2024-07-03-additional-catalogrequest-param/README.md
Outdated
Show resolved
Hide resolved
docs/developer/decision-records/2024-07-03-additional-catalogrequest-param/README.md
Outdated
Show resolved
Hide resolved
98ae4b9
to
f49d066
Compare
What this PR changes/adds
adds a decision record about adding a new, optional
parameters
field to theCatalogRequest
bodyWhy it does that
documentation
Further notes
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Linked Issue(s)
Closes #4322
Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.