Commit Graph

122 Commits (ca415ec044c8326783cb1d793e4e225645e3b93c)

Author SHA1 Message Date
Tpt 7fdd045516 Improves error handling code in testsuite and server 2 years ago
Tpt 92feec7e98 CI: Validates Rust 1.60 compatibility 2 years ago
Tpt 808c9db007 String formatting: uses inline syntax 2 years ago
Tpt ecd4b423dc Server: Avoids unwrap() in test 2 years ago
Tpt 127ffc3547 Adds bulk loader option to HTTP API 2 years ago
Tpt 112631a0d7 Server: store POST: avoids arbitrary choice if the mime type matches both a graph and dataset format 2 years ago
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 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 2 years ago
Tpt 1bca9436df Allows multiple values to be given to oxigraph_server load --file 2 years ago
Tpt 710a76b9cc JSON query results: Allows "typed-literal" term type 2 years ago
Tpt d9487fd9f5 HTTP client: fixes POST requests 2 years ago
Tpt aeb79dd572 Server bulk loader: Avoids a panic when loading a very small file 2 years ago
Tpt 0123280f64 Do not make compilation fails on lints 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 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 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 3 years ago
Tpt bb0d4fb2c4 Server: Allows loading multiple files in // 3 years ago
Tpt 44d1a5f04c Makes bulk load partial insertions atomic 3 years ago
Tpt f262df9f53 Improve Oxigraph server CLI API 3 years ago
Tpt 5973de3a73 Avoids using tempfile in tests 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