-
Notifications
You must be signed in to change notification settings - Fork 61
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
RUMM-2752: Merge SDK v2 branch into develop branch #1159
Merged
Merged
Conversation
This file contains 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
…eton RUMM-2137 Datadog singleton
RUMM-2138 make SDK Features simple classes
…ormat RUMM-2177: Use TLV format for data storage
RUMM-2172 Single Storage
…onfiguration RUMM-2170 Create Feature configuration interfaces
Unlock encryption API for SDK v2
RUMM-2202 Ensure thread safety
…adata RUMM-2186: Write batch metadata
…le-persistence-layer RUMM-2235: Rework file persistence layer
…load-pipeline RUMM-2208: SDK v2 upload pipeline
…K v2 file format is not compatible anyway
…_sdkv2_171122 Merge develop into SDK v2 branch
…ouch-and-screen-recorders RUMM-2746 Sync SR touch and screen recorders
…ncer-tests-flakiness Fix flakiness in DebouncerTest class
…-resolve-the-wireframe-opacity RUMM-2298 Correctly resolve ShapeStyle opacity in Wireframes
RUMM-2753: Improve SDK performance a bit
…mplementation-of-internal-logger RUMM-2754: Create implementation of InternalLogger
…-tests-in-MutationResolver RUMM-2765 Fix unit tests flakiness in MutationResolverTest
…2-into-develop RUMM-2752: Prepare merge of SDK v2 branch into develop branch
Codecov Report
@@ Coverage Diff @@
## develop #1159 +/- ##
===========================================
- Coverage 83.00% 82.21% -0.80%
===========================================
Files 275 353 +78
Lines 9683 11773 +2090
Branches 1568 2005 +437
===========================================
+ Hits 8037 9678 +1641
- Misses 1187 1473 +286
- Partials 459 622 +163
|
0xnm
changed the title
Merge SDK v2 branch into develop branch
RUMM-2752: Merge SDK v2 branch into develop branch
Nov 25, 2022
xgouchet
approved these changes
Nov 25, 2022
mariusc83
approved these changes
Nov 25, 2022
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?
This PR does the merge of
feature/sdkv2
branch intodevelop
branch with all the conflicts resolved. No public breaking API changes are expected.Review checklist (to be filled by reviewers)