Tpt
|
38fdffc147
|
Server: avoids big if let blocks
|
2 years ago |
Tpt
|
74c565a690
|
Server: avoids some duplicated code
|
2 years ago |
Tpt
|
3f7ff6843d
|
Server: simplifies error related code
|
2 years ago |
Tpt
|
2de13a9498
|
Server: refactor bulk load code
|
2 years ago |
Tpt
|
796780cd12
|
Attempt to make CLI test pass
|
2 years ago |
Tpt
|
c9762fc280
|
Uses anyhow for errors
|
2 years ago |
Tpt
|
ea4ae6bc48
|
Basic CLI integration tests
|
2 years ago |
Tpt
|
be51f90352
|
Server: Uses PathBuf instead of string for I/O
Safer with paths that are not valid UTF-8
|
2 years ago |
Tpt
|
eedc4b3a71
|
Removes unnecessary qualified paths
|
2 years ago |
Tpt
|
f5b73f842e
|
Upgrades clap to v4
|
2 years ago |
Tpt
|
06fa80d24e
|
Server: limits file loading concurrency
Bug #210
|
2 years ago |
Tpt
|
1bca9436df
|
Allows multiple values to be given to oxigraph_server load --file
Bug #211
|
2 years ago |
Tpt
|
710a76b9cc
|
JSON query results: Allows "typed-literal" term type
Allows to parse e.g. Virtuoso query results
|
2 years ago |
Tpt
|
d9487fd9f5
|
HTTP client: fixes POST requests
Raises an error message on not 2XX responses
|
2 years ago |
Tpt
|
aeb79dd572
|
Server bulk loader: Avoids a panic when loading a very small file
Bug #200
|
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
|
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
|
f70f0b1c16
|
SPARQL: fixes "default union graph"
|
3 years ago |
Tpt
|
736b8f148c
|
Upgrades rocksdb and other dependencies
|
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
|
49804d3b46
|
Server: allows bulk loading gzipped files
|
3 years ago |
Tpt
|
9e969cd8eb
|
Adds methods to configure bulk loader system consumption
|
3 years ago |
Tpt
|
adea1899e5
|
Bulk loader: rewrite API and add hook to display progress indicators
|
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
|
80171cbf9f
|
Server: improves errors handling
|
3 years ago |
Tpt
|
a90bd85497
|
Improves oxigraph_server CLI API
|
3 years ago |
Tpt
|
f069d85426
|
Server: makes content negotiation more lenient
|
3 years ago |
Tpt
|
8ddd80d48b
|
Server: returns query solutions in streaming
Fixes streaming HTTP body writer
|
3 years ago |
Tpt
|
32d3f0782b
|
Fixes some new clippy warnings
|
3 years ago |
Tpt
|
df1478e931
|
Upgrades to Clap 3
|
3 years ago |
Tpt
|
a33dbb6d06
|
Avoids abusing std::io::Error
Introduces new specific errors and make them implement Into<io::Error> for compatibility
|
3 years ago |
Tpt
|
bb0d4fb2c4
|
Server: Allows loading multiple files in //
|
3 years ago |
Tpt
|
44d1a5f04c
|
Makes bulk load partial insertions atomic
Ensures that the stores does not end up in an inconsistent state.
|
3 years ago |
Tpt
|
f262df9f53
|
Improve Oxigraph server CLI API
|
3 years ago |
Tpt
|
5973de3a73
|
Avoids using tempfile in tests
Not useful
|
3 years ago |
Tpt
|
fe4c330d22
|
Oxigraph server: streams RDF triples/quads responses
|
3 years ago |
Tpt
|
73f04b2baf
|
Oxigraph server: use OxHTTP server
|
3 years ago |
Tpt
|
605c94e848
|
Improves executable parameter documentation
|
3 years ago |
Tpt
|
f084cfe332
|
Enables more Clippy lints and enforces them
|
3 years ago |
Tpt
|
ec2b307255
|
Fixes Clippy warnings
|
3 years ago |
Tpt
|
a58a6fac8e
|
Migrates from argh to clap
|
3 years ago |
Tpt
|
977f843bfe
|
Migrates from argh to clap
|
3 years ago |
Tpt
|
7b98d58b10
|
Url: fixes depreciation warning
|
4 years ago |
Tpt
|
4302316a41
|
Fixes the input type of graph manipulation methods
Nested triples are not allowed there
|
4 years ago |
Tpt
|
bdeb73868c
|
Server: Add union-default-graph parameter
Bug #92
|
4 years ago |
Tpt
|
8004fc28c0
|
Renames NamedOrBlankNode to Subject
Preparatory work for RDF-star addition
|
4 years ago |
Tpt
|
0efc5b4654
|
Renames SledStore to Store and cleans up files hierarchy
|
4 years ago |
Tpt
|
e4f97bafb3
|
Makes SPARQL algebra private
|
4 years ago |