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

add in-memory SPARQL #262

Merged
merged 4 commits into from
Jan 26, 2024
Merged

add in-memory SPARQL #262

merged 4 commits into from
Jan 26, 2024

Conversation

giacomociti
Copy link
Contributor

as proposed in #255

Copy link

changeset-bot bot commented Jan 16, 2024

🦋 Changeset detected

Latest commit: ff6cec0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
barnard59-sparql Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov-commenter
Copy link

codecov-commenter commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (91f14e4) 85.13% compared to head (ff6cec0) 85.18%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #262      +/-   ##
==========================================
+ Coverage   85.13%   85.18%   +0.04%     
==========================================
  Files         169      170       +1     
  Lines        6774     6796      +22     
  Branches      102      102              
==========================================
+ Hits         5767     5789      +22     
  Misses       1005     1005              
  Partials        2        2              
Flag Coverage Δ
barnard59 81.20% <ø> (ø)
barnard59-base 47.97% <ø> (ø)
barnard59-core 91.01% <ø> (ø)
barnard59-csvw 80.21% <ø> (ø)
barnard59-cube 96.36% <ø> (ø)
barnard59-formats 32.63% <ø> (ø)
barnard59-ftp 85.38% <ø> (ø)
barnard59-graph-store 95.67% <ø> (ø)
barnard59-http 87.50% <ø> (ø)
barnard59-rdf 94.95% <ø> (ø)
barnard59-s3 100.00% <ø> (ø)
barnard59-shacl 54.92% <ø> (ø)
barnard59-sparql 91.11% <100.00%> (+8.50%) ⬆️
barnard59-validation 97.53% <ø> (ø)

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.

.changeset/six-flowers-look.md Outdated Show resolved Hide resolved
packages/sparql/test/inMemory.test.js Outdated Show resolved Hide resolved
"nock": "^13.1.1"
},
"engines": {
"node": ">= 14.0.0"
}
},
"packages/sparql/node_modules/readable-stream": {
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't enjoy duplicate resolution of readable-stream but we can manage that later

giacomociti and others added 2 commits January 23, 2024 10:03
Co-authored-by: Tomasz Pluskiewicz <tpluscode@users.noreply.github.com>
@giacomociti giacomociti merged commit f56b89f into master Jan 26, 2024
36 checks passed
@giacomociti giacomociti deleted the sparql-oxigraph branch January 26, 2024 13:48
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.

3 participants