Tpt
|
97bb227042
|
Migrates to Rust 2021
|
3 years ago |
Tpt
|
f6dbb96327
|
Makes Clippy happy
|
3 years ago |
Tpt
|
f084cfe332
|
Enables more Clippy lints and enforces them
|
3 years ago |
Tpt
|
977f843bfe
|
Migrates from argh to clap
|
3 years ago |
Tpt
|
4302316a41
|
Fixes the input type of graph manipulation methods
Nested triples are not allowed there
|
4 years ago |
Tpt
|
0b278a88a3
|
Upgrades version to 0.3.0-dev
|
4 years ago |
Tpt
|
3e05c6ef40
|
Releases v0.2.4
|
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
|
431ec26536
|
Enables the "sled" feature by default
|
4 years ago |
Tpt
|
35fe15f796
|
Drops RocksDBStore
|
4 years ago |
Tpt
|
a80612ccb9
|
Releases v0.2.3
|
4 years ago |
Tpt
|
d43b3ac038
|
Fixes HTTP content negotiation
The implementation in http_types is buggy
Bug: #91
|
4 years ago |
Tpt
|
cc43742da1
|
Makes Clippy 1.51 happy
|
4 years ago |
Tpt
|
914a651fb3
|
Releases v0.2.2
|
4 years ago |
Tpt
|
e92c36f115
|
Server: do not hard fail on unknown query parameters
|
4 years ago |
Tpt
|
8f8bb95669
|
Uses http-types complex header support
|
4 years ago |
Tpt
|
fc977d56f4
|
Improves Cargo metadata
|
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 |
Tpt
|
7aca89016d
|
Drops usages of async_std::spawn_blocking
|
4 years ago |
Tpt
|
773bdb943e
|
Drops QueryOption parameter from the query method
Introduces a query_opt method for that
|
4 years ago |
Tpt
|
7a110902d2
|
Provides an API to edit the SPARQL query dataset
|
4 years ago |
dependabot[bot]
|
5b951a4af1
|
Update http-client requirement from 5 to 6
Updates the requirements on [http-client](https://github.com/http-rs/http-client) to permit the latest version.
- [Release notes](https://github.com/http-rs/http-client/releases)
- [Changelog](https://github.com/http-rs/http-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/http-rs/http-client/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
faf80aeeb3
|
Update http-client requirement from 4 to 5
Updates the requirements on [http-client](https://github.com/http-rs/http-client) to permit the latest version.
- [Release notes](https://github.com/http-rs/http-client/releases)
- [Changelog](https://github.com/http-rs/http-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/http-rs/http-client/compare/4.0.0...v5.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Tpt
|
23cc09f481
|
Implements a Simple HTTP client for SPARQL federation and SPARQL LOAD
|
4 years ago |
Tpt
|
21c2f6d870
|
Implements CSV and TSV results serialization
|
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
|
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
|
56ef29f787
|
Adds federation to Wikibase server
|
4 years ago |
Tpt
|
8bc84b2820
|
Adds borrowed data structures for RDF terms
|
4 years ago |
Tpt
|
240e09c3ac
|
Adds federated queries to the standalone server
|
4 years ago |
Tpt
|
5038d95a00
|
Allows each store to use its own ID builder
|
4 years ago |
Tpt
|
5640b0a32d
|
Renames *Syntax into *Format
It is a simpler word that matches more the current usages
|
4 years ago |
Tpt
|
4dd7912300
|
Uses anyhow for testsuite error
Allows to simplify the code
|
4 years ago |
Tpt
|
9d4fe700d6
|
Cleans up code related to file syntaxes
|
4 years ago |
Tpt
|
0d4743f452
|
Uses io::Error for all basic disk store operations
|
4 years ago |
Tpt
|
1ee4ee1a96
|
Simplifies QueryResults write API and adds examples
|
4 years ago |
Tpt
|
a3dce12d94
|
Makes SPARQL query execution static and simplify federation
|
4 years ago |
Tpt
|
2cc5e39f94
|
Makes RocksDBStore::quads_for_pattern static
|
4 years ago |
Tpt
|
cfc7b29a57
|
Builds Docker images from the local copy and adds Docker instructions to the main README
Will allow to easily setup a GitHub actions for Docker images release
https://docs.github.com/en/actions/language-and-framework-guides/publishing-docker-images
|
4 years ago |
maxlath
|
94f2bc4929
|
docker: move Dockerfile to server and wikibase folder
and change builder image to rust:1-buster
as recommended in https://github.com/oxigraph/oxigraph/pull/41#discussion_r456384441
|
4 years ago |
Tpt
|
974e5d1e1a
|
Breaking: Adds a new enumeration for graph names
|
4 years ago |
Tpt
|
71aa5a6c79
|
Allows BlankNode struct to store any valid blank node identifier
Closes #34
|
4 years ago |
Tpt
|
3f3406e1a0
|
Adds concrete PreparedQuery structs and deprecates the trait
Allows to explicitly state the type of prepared queries
|
4 years ago |
Tpt
|
0f8b4eddd2
|
Upgrades to async-h1 2
|
5 years ago |