-
Notifications
You must be signed in to change notification settings - Fork 441
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
Feat/add resource builder #2322
base: main
Are you sure you want to change the base?
Feat/add resource builder #2322
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2322 +/- ##
=====================================
Coverage 79.5% 79.5%
=====================================
Files 123 124 +1
Lines 21295 21355 +60
=====================================
+ Hits 16935 16987 +52
- Misses 4360 4368 +8 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
fdd9fd1
to
b0bbed5
Compare
I still need to expose the new builder to the API, and would like feedback on #2324 before going further since the changes are related :) |
@pitoniak32 Could you split this into two PRs? Have one PR just for removing the |
split those changes into: #2332 |
f08a237
to
afb8ba4
Compare
fixes #2320
Changes
ResourceDetectors
.ResourceBuilder
to more easily create resources.example usage:
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes