Tpt
cbccdfba86
Upgrades zstd
3 years ago
Tpt
d75c47e851
Upgrades RocksDB to 7.0.3
3 years ago
Tpt
fc85dd9e97
Fixes formatting
3 years ago
Yuri Astrakhan
80ec5035e8
a few more branch renames
...
(I accidentally had an extension filter on when I did the first pass, thx for catching)
3 years ago
Yuri Astrakhan
55550dc0d0
Post-default-branch to main rename
...
If possible, could you rename the default branch to `main` and merge this?
Thanks :)
3 years ago
Yuri Astrakhan
47d1f9a293
Fix deprecated min/max values
...
A tiny noop fix
3 years ago
Thomas Tanon
3d6af19288
Removes an empty comment
3 years ago
Yuri Astrakhan
3bed098e9e
A few minor spelling fixes
3 years ago
Tpt
913a826140
Releases v0.3.0
3 years ago
Tpt
c2ffcc2d1d
Upgrades dependencies
3 years ago
Tpt
ca1dd1ea39
Adds a help section in the READMEs
3 years ago
Tpt
0123280f64
Do not make compilation fails on lints
...
Creates problems on untested architectures and rust version upgrades
3 years ago
Tpt
f04b8a0fb4
Hides bindgen generated code warnings
3 years ago
Tpt
b5611445eb
Fixes ARM compilation
3 years ago
Tpt
d3970a5848
Releases v0.3.0-rc.1
3 years ago
Tpt
c755f4bd35
Upgrades RocksDB to 7.0.2
3 years ago
Tpt
ebd2b3b57f
Upgrades RocksDB to 7.0
3 years ago
Tpt
d0b3d76bf1
Bulk loader: use as much memory as possible
3 years ago
Tpt
c5f12f10f6
Better RocksDB error Debug implementation
3 years ago
Tpt
c75ccaee8d
Server: improves errors display
3 years ago
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