Tpt
|
32d3f0782b
|
Fixes some new clippy warnings
|
3 years ago |
Tpt
|
621c134ed7
|
Oxrdf: Uses Box instead of Arc
We don't clone too often nested triples
|
3 years ago |
Tpt
|
e297de73d1
|
Refactors backend code
Makes it easier to implement transactions
|
3 years ago |
Tpt
|
97bb227042
|
Migrates to Rust 2021
|
3 years ago |
Tpt
|
01da768003
|
Makes Clippy happy
|
3 years ago |
Tpt
|
5d3a909105
|
JS: Moves JS terms constuctors to the package root
|
3 years ago |
Tpt
|
3ca149fa97
|
JS: Adds termType: "Quad" to quads and adds variable support to RDF/JS implementation
|
3 years ago |
Tpt
|
f76f0396e8
|
Adds back Oxigraph JS
|
3 years ago |
Tpt
|
ec2b307255
|
Fixes Clippy warnings
|
3 years ago |
Tpt
|
a21dcbb4f7
|
Releases v0.2.5
|
3 years ago |
dependabot[bot]
|
d31ab983ae
|
Bump mocha from 8.4.0 to 9.0.0 in /js
Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v9.0.0)
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Tpt
|
3e05c6ef40
|
Releases v0.2.4
|
4 years ago |
Tpt
|
122db6a2c3
|
Drops Oxigraph JS
Not supported by Sled
|
4 years ago |
Tpt
|
a80612ccb9
|
Releases v0.2.3
|
4 years ago |
Tpt
|
cc43742da1
|
Makes Clippy 1.51 happy
|
4 years ago |
Tpt
|
914a651fb3
|
Releases v0.2.2
|
4 years ago |
Tpt
|
3ccb5ad274
|
Enables again WASM optimisation on release
|
4 years ago |
Tpt
|
019aa9bb5d
|
Releases v0.2.1
|
4 years ago |
Tpt
|
1b9163c49e
|
Releases v0.2.0
|
4 years ago |
Tpt
|
9884decf52
|
Splits the main README into a README per component
|
4 years ago |
dependabot[bot]
|
d9fadca612
|
Update rand requirement from 0.7 to 0.8 and getrandom from 0.1 to 0.2 (#70)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
4 years ago |
Tpt
|
773bdb943e
|
Drops QueryOption parameter from the query method
Introduces a query_opt method for that
|
4 years ago |
dependabot[bot]
|
c9864f262b
|
Bump standard from 15.0.1 to 16.0.0 in /js (#68)
Bumps [standard](https://github.com/standard/standard) from 15.0.1 to 16.0.0.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v15.0.1...v16.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
4 years ago |
dependabot[bot]
|
2cda7d3f2e
|
Bump standard from 14.3.4 to 15.0.0 in /js (#67)
|
4 years ago |
Thomas Tanon
|
7ab5cc4dff
|
JS README: works only with NodeJS 12+
|
4 years ago |
Tpt
|
56bdf21c4c
|
Do not run RDF/JS tests 1.2.0
They requires RDF* support
|
4 years ago |
Tpt
|
b7041819a6
|
Improves documentation by stating that SPARQL Update is currently supported
|
4 years ago |
Tpt
|
535e5e3053
|
Adds .update() and .dump() to JavaScript bindings
|
4 years ago |
Tpt
|
67721246dd
|
Properly follow SPDX for license tags
|
4 years ago |
Tpt
|
519d74f7b2
|
Releases version 0.1.1
|
4 years ago |
Tpt
|
f58d4cda46
|
Adds crates.io, npm and pypi to the release GitHub action
|
4 years ago |
Tpt
|
ffdc68ebf6
|
Fixes typos in the documentation
|
4 years ago |
Tpt
|
5e77253624
|
Makes the Cargo.toml ready to work on the next version
|
4 years ago |
Tpt
|
eea33f136a
|
Releases version 0.1.0-rc.1
|
4 years ago |
Tpt
|
6b3062f496
|
Renames some sparql module element and improves documentation
QueryResult -> QueryResults
QueryResultFormat -> QueryResultsFormat
QuerySolutionsIterator -> QuerySolutionIter
QueryTriplesIterator -> QueryTripleIter
|
4 years ago |
Tpt
|
10e4c1518d
|
Adds small backward compatibility tests for Sled and RocksDB
|
4 years ago |
Tpt
|
2b1ca1b7ec
|
Improves python bindings : more functions and documentation
|
4 years ago |
Tpt
|
8bc84b2820
|
Adds borrowed data structures for RDF terms
|
4 years ago |
Tpt
|
5640b0a32d
|
Renames *Syntax into *Format
It is a simpler word that matches more the current usages
|
4 years ago |
Tpt
|
9d4fe700d6
|
Cleans up code related to file syntaxes
|
4 years ago |
Tpt
|
a3dce12d94
|
Makes SPARQL query execution static and simplify federation
|
4 years ago |
Tpt
|
f74bc12a18
|
Adds basic Python bindings to Oxigraph
|
4 years ago |
Tpt
|
7e865fc30e
|
Converts WASM tests of Oxigraph lib to JavaScript tests
Much nicer and covers the same thing
|
4 years ago |
Tpt
|
c9d61ce3d5
|
Uses JavaScript "standard" code style
|
4 years ago |
dependabot[bot]
|
322838564b
|
Bump mocha from 5.2.0 to 8.0.1 in /js
Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 8.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v8.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Tpt
|
974e5d1e1a
|
Breaking: Adds a new enumeration for graph names
|
4 years ago |
Tpt
|
be76dcb51d
|
Adds is_empty and len to MemoryStore
|
4 years ago |
Tpt
|
2d80960e79
|
Deprecates Triple and Quad methods
It's much simpler to expose the inner fields
|
4 years ago |
Tpt
|
71aa5a6c79
|
Allows BlankNode struct to store any valid blank node identifier
Closes #34
|
4 years ago |
Tpt
|
3926fdc219
|
Renames QueryResult::Bindings into QueryResult::Solutions
|
4 years ago |