Tpt
839375c2a4
Adds an option to avoid aborting bulk loading on syntax error
3 years ago
Tpt
296a6340b6
Target only macOS 10.14+
...
Allows targeting C++17
3 years ago
Tpt
000d5ed031
JS: Hide clippy warnings
3 years ago
Tpt
c469d8eec7
Compiles RocksDB using C++17
...
It's going to be the minimal version for RocksDB 7
3 years ago
Tpt
9085a424e8
Upgrades Rio to 0.7
3 years ago
Tpt
26d29bbd80
Upgrades pyo3
3 years ago
Tpt
2751d3f1b3
Fixes NPM package upload to GitHub release
3 years ago
Tpt
86be4d05a0
Releases v0.3.0-beta.4
...
(cherry picked from commit 7276224a8345ef2f9cea123875e2855c9a058312)
3 years ago
Tpt
a2c9e88d2a
Fixes release script
3 years ago
Tpt
435faba04a
JS: The code works with WebPack too
3 years ago
Tpt
7bbbe6d8b7
Adds a web build to Oxigraph JS
...
Generates archives on build & release
3 years ago
Tpt
bfbaa402a3
JS: Migrates tests to @rdfjs/data-model v2
3 years ago
Tpt
ed13b7bcf3
JS: Overrides the toString method on terms
3 years ago
Tpt
181439ca4f
Upgrades dependencies and makes clippy 1.59 happy
3 years ago
Tpt
f70f0b1c16
SPARQL: fixes "default union graph"
3 years ago
Tpt
d0b8fe1a23
SPARQL: there should be no group if there is no solution in a GROUP BY
...
See #189
3 years ago
Tpt
ec1720f018
Fixes SPARQL-star patterns evaluation
...
Some nested triples filtering where not done
3 years ago
Tpt
c2668ff881
SPARQL tests: fixes results isomorphism test
3 years ago
Tpt
a582847bd7
SPARQL tests: validates results graph
3 years ago
Tpt
736b8f148c
Upgrades rocksdb and other dependencies
3 years ago
Tpt
a91492f263
Fixes SPARQL order test
3 years ago
Tpt
863b9e024c
Fixes W3C testsuite reporting tool
3 years ago
Tpt
581ee0e7af
Adds a global term ordering for ORDER BY
...
Allows having a global order on the results even if it's unspecified by SPARQL.
This ordering is likely to change in the future (addition of proper support of other datatypes...).
3 years ago
Tpt
6dffbe09ad
Updates RDF-star tests
3 years ago
Tpt
f9db6bcdca
Server: bulk load: avoid explicit compaction
...
This might happen in the background while the server answers queries, no need to block everything for that.
3 years ago
Tpt
54c6f2c19f
Bulk load: use megabytes as unit
3 years ago
Tpt
49804d3b46
Server: allows bulk loading gzipped files
3 years ago
Tpt
9e969cd8eb
Adds methods to configure bulk loader system consumption
3 years ago
Tpt
aaed962252
Adds extra methods to the python Store
3 years ago
Tpt
adea1899e5
Bulk loader: rewrite API and add hook to display progress indicators
3 years ago
Tpt
66cfb3ebf6
Python: Allows to give a file path to I/O methods
3 years ago
Tpt
4327f8e729
Makes sure all writers flushes before the end
...
The API user is likely to write a lot of data with them. This way the API is more "foolproof"
3 years ago
Tpt
1f6c1db400
Python: release GIL on some costly methods
...
SPARQL query is currently blocked by https://github.com/PyO3/pyo3/issues/2140
3 years ago
Tpt
9870ce4881
Removes Sophia traits implementation
...
Sophia is planning to depend on Oxigraph, this will make stuff simpler
3 years ago
Tpt
fe58a84bfa
Fixes release scripts
3 years ago
Tpt
b14d0c6221
Starts developing v0.3.0-beta.4
3 years ago
Tpt
54623a512a
Releases v0.3.0-beta.3
3 years ago
Tpt
ac64b58825
Fixes wasm build
3 years ago
Tpt
c1f47ea7aa
Do not release betas on homebrew
3 years ago
Tpt
822dd60596
Fixes invalid database generated from bulk load
...
Adds an invariant validation test
3 years ago
Tpt
f6a8f57f78
Upgrades RocksDB to v0.28.2
3 years ago
Tpt
fb300d181e
Python doc: do not release as "stable" for beta versions
3 years ago
Tpt
2c019eb4e2
Server - SPARQL: consider also URL query parameters when a form-urlencoded request is done
3 years ago
Tpt
0f5e64650e
Improves server test coverage
3 years ago
Tpt
d986ae526b
Python: Removes hack making stdist build work
3 years ago
Tpt
45031db791
Renames "rocksdb-sys" into "oxrocksdb-sys"
3 years ago
Tpt
0147620ec3
Python: Adds lockfile to source archive
3 years ago
Tpt
da315abd44
Starts developing v0.3.0-beta.3
3 years ago
Tpt
a5effb065a
Automatically upload binaries to GitHub release on release
...
Creates also a full archive including git submodules for homebrew
3 years ago
Tpt
b68e10606b
Fixes links to Docker Hub
3 years ago