Skip to content
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

DocumentSet: Leverage insertion order when creating subset #28

Merged
merged 1 commit into from
May 17, 2024

Conversation

rkosegi
Copy link
Owner

@rkosegi rkosegi commented May 17, 2024

Deterministic order is required as some documents in set can have overlapping
data. Use insertion order from DOM's overlay document to achieve that.

Signed-off-by: Richard Kosegi richard.kosegi@gmail.com

Deterministic order is required as some documents in set can have overlapping
data. Use insertion order from DOM's overlay document to achieve that.

Signed-off-by: Richard Kosegi <richard.kosegi@gmail.com>
Copy link

sonarcloud bot commented May 17, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented May 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.93%. Comparing base (cfc9031) to head (258eb9a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage   98.93%   98.93%           
=======================================
  Files          24       24           
  Lines        1497     1500    +3     
=======================================
+ Hits         1481     1484    +3     
  Misses          8        8           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rkosegi rkosegi merged commit b5c804f into main May 17, 2024
4 checks passed
@rkosegi rkosegi deleted the feature/ds-doc-order branch May 17, 2024 05:56
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant