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

feat(nbstore): add idb implementation #8809

Open
wants to merge 1 commit into
base: 61/adapt-op
Choose a base branch
from

Conversation

forehalo
Copy link
Member

No description provided.

Copy link

graphite-app bot commented Nov 13, 2024

Your org has enabled the Graphite merge queue for merging into canary

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

Copy link
Member Author

forehalo commented Nov 13, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

nx-cloud bot commented Nov 13, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit c8d16ec. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.30%. Comparing base (09eda41) to head (c8d16ec).

Additional details and impacted files
@@               Coverage Diff               @@
##           61/adapt-op    #8809      +/-   ##
===============================================
+ Coverage        70.25%   70.30%   +0.05%     
===============================================
  Files              550      550              
  Lines            33980    33980              
  Branches          3052     3052              
===============================================
+ Hits             23871    23889      +18     
+ Misses            9737     9719      -18     
  Partials           372      372              
Flag Coverage Δ
server-test 77.21% <ø> (+0.06%) ⬆️
unittest 46.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

* @deprecated readonly
*/
export class IndexedDBV1BlobStorage extends BlobStorage<IndexedDBV1BlobStorageOptions> {
readonly connection = share(new BlobIDBConnection(this.spaceId));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The constructor parameter this.spaceId does not match the interface definition IndexedDBV1BlobStorageOptions which expects a dbName property. Please update to use this.options.dbName instead.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

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