RUM-2709: Implement resource capture during traversal#1854
Merged
Conversation
jonathanmos
changed the base branch from
develop
to
jmoskovich/rum-2707/resources-request-feature
February 14, 2024 08:10
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #1854 +/- ##
===========================================
+ Coverage 83.23% 83.29% +0.06%
===========================================
Files 478 479 +1
Lines 16884 16934 +50
Branches 2519 2526 +7
===========================================
+ Hits 14052 14104 +52
Misses 2136 2136
+ Partials 696 694 -2
|
jonathanmos
force-pushed
the
jmoskovich/rum-2709/record-resources
branch
2 times, most recently
from
February 14, 2024 12:13
3194f1a to
de66c39
Compare
jonathanmos
marked this pull request as ready for review
February 14, 2024 12:13
jonathanmos
force-pushed
the
jmoskovich/rum-2709/record-resources
branch
2 times, most recently
from
February 14, 2024 12:43
1d3c889 to
35c1f37
Compare
0xnm
reviewed
Feb 14, 2024
0xnm
left a comment
Member
There was a problem hiding this comment.
I went though the production files and left some questions, didn't go through the tests yet.
mariusc83
reviewed
Feb 15, 2024
mariusc83
left a comment
Member
There was a problem hiding this comment.
I partially reviewed it but would need first some answers to figure it out the rest.
mariusc83
reviewed
Feb 15, 2024
jonathanmos
force-pushed
the
jmoskovich/rum-2709/record-resources
branch
from
February 15, 2024 15:52
03efd64 to
a31af69
Compare
0xnm
approved these changes
Feb 15, 2024
0xnm
left a comment
Member
There was a problem hiding this comment.
lgtm! I left some comments, but nothing blocking.
mariusc83
approved these changes
Feb 15, 2024
jonathanmos
force-pushed
the
jmoskovich/rum-2707/resources-request-feature
branch
from
February 21, 2024 12:24
604b282 to
92da6ed
Compare
jonathanmos
force-pushed
the
jmoskovich/rum-2709/record-resources
branch
from
February 21, 2024 12:29
ef39f54 to
7dcc78c
Compare
Base automatically changed from
jmoskovich/rum-2707/resources-request-feature
to
develop
February 21, 2024 13:10
jonathanmos
force-pushed
the
jmoskovich/rum-2709/record-resources
branch
from
February 21, 2024 13:42
7dcc78c to
79cacc9
Compare
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.
What does this PR do?
Captures the bitmaps during traversal and writes them to batches
Motivation
Third PR of the Resource endpoint
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)