RUM-2704: Add a request builder for resources#1827
Conversation
39fd668 to
1cf9ca6
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #1827 +/- ##
===========================================
- Coverage 83.53% 83.21% -0.32%
===========================================
Files 467 470 +3
Lines 16468 16627 +159
Branches 2482 2497 +15
===========================================
+ Hits 13756 13836 +80
- Misses 2034 2105 +71
- Partials 678 686 +8
|
0xnm
left a comment
There was a problem hiding this comment.
I've reviewed production files (didn't review tests yet) and added few questions.
76f582d to
ef5a186
Compare
ae3f64c to
9347900
Compare
2d46084 to
416cb00
Compare
0xnm
left a comment
There was a problem hiding this comment.
nice work, I left some final comments to address. Nothing blocking, but I think it is better to handle them before the merge.
xgouchet
left a comment
There was a problem hiding this comment.
Please let's make sure we don't overuse the @Supress annotation.
Those checks were put in place for a reason: making sure that we never crash the host application. We can use some of those but we need to make sure that it is always in a 100% safe way.
39be041 to
67c70a6
Compare
xgouchet
left a comment
There was a problem hiding this comment.
Nice work, just some nitpicking in the tests ;)
23467e0 to
cbd637a
Compare
What does this PR do?
Adds a request builder for resources, and renames the existing request builder factories to make it clear that they handle segments.
This is the first of several prs and at the moment is detached code.
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)