Commit Graph

  • 9fc43a70bf
    Bump standard from 14.3.4 to 15.0.0 in /js #67 dependabot[bot] 2020-10-22 05:44:37 +0000
  • eeaccfd5a3 Add character functions Tpt 2020-10-19 21:31:20 +0200
  • 231da02e87 Uses matches! where relevant Tpt 2020-10-12 15:11:13 +0200
  • a6121de361
    Merge pull request #66 from oxigraph/dependabot/cargo/quick-xml-0.20 dependabot[bot] 2020-10-19 07:23:38 +0000
  • 803e02715e
    Update quick-xml requirement from 0.19 to 0.20 #66 dependabot[bot] 2020-10-19 06:29:19 +0000
  • 42ddc35b53
    Merge pull request #63 from oxigraph/dependabot/cargo/quick-xml-0.19 dependabot[bot] 2020-09-28 08:03:56 +0000
  • c4e8282bf0
    Merge pull request #64 from oxigraph/dependabot/cargo/http-client-6 dependabot[bot] 2020-09-28 08:03:38 +0000
  • 5b951a4af1
    Update http-client requirement from 5 to 6 #64 dependabot[bot] 2020-09-28 06:28:51 +0000
  • d13537c0ca
    Update quick-xml requirement from 0.18 to 0.19 #63 dependabot[bot] 2020-09-28 06:28:39 +0000
  • 7ab5cc4dff
    JS README: works only with NodeJS 12+ Thomas Tanon 2020-09-27 21:17:22 +0200
  • a06ae72d9e
    Merge pull request #62 from oxigraph/dependabot/cargo/http-client-5 Thomas Tanon 2020-09-21 14:32:54 +0200
  • faf80aeeb3
    Update http-client requirement from 4 to 5 #62 dependabot[bot] 2020-09-21 06:25:12 +0000
  • 61a273578e
    Merge pull request #60 from theduke/server-storage-feature Thomas Tanon 2020-09-19 12:59:11 +0200
  • 7e09b105ac server: allow storage backend choice with feature #60 Christoph Herzog 2020-09-18 23:31:53 +0200
  • 55f1152f35 Migrates pyo3 to 0.12 Tpt 2020-09-10 23:22:55 +0200
  • 0805ba406b
    Bump @rdfjs/data-model from 1.1.2 to 1.2.0 in /js #59 dependabot[bot] 2020-09-11 05:23:08 +0000
  • 1059f296d4
    Update getrandom requirement from 0.1 to 0.2 #58 dependabot[bot] 2020-09-11 05:21:52 +0000
  • 56bdf21c4c Do not run RDF/JS tests 1.2.0 Tpt 2020-09-10 23:12:32 +0200
  • cd8032136a Fixes a bug in SPARQL DESCRIBE implementation Tpt 2020-09-01 22:35:58 +0200
  • 39fe1b1704 Removes The default_graph_uris and named_graph_uris parameters from Python query methods Tpt 2020-08-31 16:21:33 +0200
  • 1fc952e7fc
    Improves Oxigraph server launch instructions in the README Thomas Tanon 2020-09-01 12:51:08 +0200
  • c6d26a2a37 Easy parsing of terms from their serialization and SPARQL TSV parser Tpt 2020-08-20 23:32:55 +0200
  • 359da8d9c3 Makes Variable::new validate the variable name Tpt 2020-08-29 13:58:32 +0200
  • d93a05ed4d Adds some extra clippy lints Tpt 2020-08-27 22:46:37 +0200
  • 3ecaaf07c0 Fixes MONTH() and DAY() function evaluation on xsd:date Tpt 2020-08-27 00:00:09 +0200
  • fa068e1e53 Fixes WASM build Tpt 2020-08-26 23:42:49 +0200
  • 23cc09f481 Implements a Simple HTTP client for SPARQL federation and SPARQL LOAD Tpt 2020-08-25 22:56:06 +0200
  • d121aed47b
    Merge pull request #51 from oxigraph/dependabot/cargo/rocksdb-0.15 Thomas Tanon 2020-08-26 13:24:56 +0200
  • 9a516989b1
    Update rocksdb requirement from 0.14 to 0.15 #51 dependabot[bot] 2020-08-26 05:55:10 +0000
  • 488c0fb2da Adds support of boolean and triples to CSV/TVS serializer Tpt 2020-08-22 22:24:39 +0200
  • 37fc3f4929 python: Allows to unpack QuerySolution Tpt 2020-08-22 14:53:55 +0200
  • 68597ef35a Avoids copy in Python bindings and adds better __eq__ implementations Tpt 2020-08-10 08:20:03 +0200
  • 1dfc536eba
    Fixes typos in README Thomas Tanon 2020-08-21 21:52:38 +0200
  • 21c2f6d870 Implements CSV and TSV results serialization Tpt 2020-08-19 22:00:30 +0200
  • 39fdf4b16b Adds Oxigraph logo as ther server HTML UI flavicon Tpt 2020-08-19 21:52:51 +0200
  • 5a5308f619 Adds server update documentation Tpt 2020-08-19 21:52:21 +0200
  • 6ed2f0117d Adds basic SPARQL UPDATE support to the server Tpt 2020-07-15 22:47:16 +0200
  • b7041819a6 Improves documentation by stating that SPARQL Update is currently supported Tpt 2020-08-15 23:10:26 +0200
  • 7f1309c94a Adds .update() to Python bindings Tpt 2020-08-15 23:02:41 +0200
  • 535e5e3053 Adds .update() and .dump() to JavaScript bindings Tpt 2020-08-15 22:51:01 +0200
  • 2c60150205 Fixes blank node support in SPARQL UPDATE Tpt 2020-08-15 22:37:29 +0200
  • ac61ce38f4 Fixes some SPARQL UPDATE parser bugs Tpt 2020-08-13 12:03:34 +0200
  • bf3d205cf7 Implements SPARQL UPDATE Tpt 2020-08-12 23:59:24 +0200
  • b762991917 Simplifies SPARQL update operations representation Tpt 2020-08-12 23:01:58 +0200
  • 7f06b938a5 Removes outdated TODOs in the parser Tpt 2020-08-12 16:53:53 +0200
  • 867600dba4 Adds a SPARQL update parser Tpt 2020-08-11 13:26:14 +0200
  • 67721246dd Properly follow SPDX for license tags Tpt 2020-08-14 18:11:10 +0200
  • 2639d9022c Attempt to fix GitHub CI release script Tpt 2020-08-14 12:57:31 +0200
  • 519d74f7b2 Releases version 0.1.1 v0.1.1 Tpt 2020-08-14 12:08:35 +0200
  • 9b202efc27 Fixes some typos Tpt 2020-08-14 12:06:44 +0200
  • 44c216c348 Moves sophia implementations into model and store packages Tpt 2020-08-14 11:50:54 +0200
  • 0e3d37cb25
    Merge pull request #46 from pchampin/sophia Thomas Tanon 2020-08-14 11:35:19 +0200
  • 35cb9ffef3 add feature-flags on test files #46 Pierre-Antoine Champin 2020-08-14 10:34:59 +0200
  • 5a289c8fb4 add `sophia` feature to enable Sophia traits implementations Pierre-Antoine Champin 2020-08-14 10:32:06 +0200
  • 4f3a5ad116 Adds explicit types for store quad iterators Tpt 2020-08-13 18:42:22 +0200
  • cf67bda446 Fixes a bug in xsd:gYear parsing Tpt 2020-08-13 18:23:26 +0200
  • b101ae1c54 WIP: Available default graphs Tpt 2020-08-10 11:21:42 +0200
  • bc333c5d8f Fixes typos in the main oxigraph doc comment Tpt 2020-08-10 18:20:28 +0200
  • f58d4cda46 Adds crates.io, npm and pypi to the release GitHub action Tpt 2020-08-10 15:06:23 +0200
  • ffe9fdd06b Fixes a style problem in pyoxigraph Cargo.toml Tpt 2020-08-09 20:32:48 +0200
  • 0a215cf0c4 Releases version 0.1.0 v0.1.0 Tpt 2020-08-09 19:48:53 +0200
  • ffdc68ebf6 Fixes typos in the documentation Tpt 2020-08-09 19:48:17 +0200
  • 54fdb91dac Fixes a sentence in the benchmark README Thomas Tanon 2020-08-09 19:19:05 +0200
  • 4c2eafbfe0 Updates BSBM benchmark Tpt 2020-08-09 17:13:12 +0200
  • d9c36fb453 Adds a GitHub CI script to build pyoxigraph release documentation Tpt 2020-08-09 16:57:13 +0200
  • a23147a116 Adds rel=canonical links to the documentation Tpt 2020-08-09 16:55:06 +0200
  • 086d24a6f6 Adds links to oxrdflib Tpt 2020-08-09 16:42:35 +0200
  • d5ca8fedd1 pyoxigraph: Exposes SPARQL results internals Tpt 2020-08-09 16:11:00 +0200
  • 496a6e1d8c Provides the ability to specify the SPARQL query dataset using the API Tpt 2020-08-09 13:26:08 +0200
  • 5e77253624 Makes the Cargo.toml ready to work on the next version Tpt 2020-08-09 13:05:07 +0200
  • 0c8256c07c pyoxigraph: adds use_default_graph_as_union option to the query method Tpt 2020-08-09 12:21:36 +0200
  • 406550b77b Improves Python documentation Tpt 2020-08-08 18:20:35 +0200
  • 6e76758c39 CI: another attempt to fix the documentation build Tpt 2020-08-08 17:45:23 +0200
  • 98ad3b82e6 CI: attempt to fix the documentation build Tpt 2020-08-08 17:34:02 +0200
  • c539851277 CI: Automatically build pyoxigraph documentation Tpt 2020-08-08 17:20:22 +0200
  • 88b3807f5b Fixes Docker image builder configuration Tpt 2020-08-08 16:36:46 +0200
  • 9e2d663eb1 Uses all features when running Cippy during CI Tpt 2020-08-08 16:35:36 +0200
  • eea33f136a Releases version 0.1.0-rc.1 v0.1.0-rc.1 Tpt 2020-08-08 14:53:46 +0200
  • 8eac1efe4b Fixes an error in Python documentation Tpt 2020-08-08 14:09:26 +0200
  • ccb87d9597 Fixes a doc test Tpt 2020-08-08 13:40:08 +0200
  • a1a0c0c297 Adds automated Docker image release GitHub action Tpt 2020-08-08 13:36:46 +0200
  • 6b3062f496 Renames some sparql module element and improves documentation Tpt 2020-08-08 13:20:32 +0200
  • e787eb69f5 Fixes two warnings when building the JS bindings Tpt 2020-08-08 12:19:48 +0200
  • db6dbea1ec Removes all deprecated items Tpt 2020-08-08 12:10:21 +0200
  • 56ef29f787 Adds federation to Wikibase server Tpt 2020-08-08 12:06:06 +0200
  • 13b8518eda Adds some tests related to transactions Tpt 2020-08-08 12:04:25 +0200
  • fdc0dbbeef Adds #[inline] annotations to simple public functions Tpt 2020-08-08 11:47:49 +0200
  • 10e4c1518d Adds small backward compatibility tests for Sled and RocksDB Tpt 2020-08-08 11:18:54 +0200
  • 1c2bf8f995 Adds missing URIs to vocab::xsd Tpt 2020-08-08 11:11:44 +0200
  • e320764fd0 Migrates to Rio 0.5 Tpt 2020-08-08 10:11:10 +0200
  • 60a5ae8e64 Renames WithStoreError to StrEncodingAware Tpt 2020-08-07 22:54:59 +0200
  • b90fbdc7fe Simplifies some code in the SPARQL evaluator Tpt 2020-08-07 22:54:06 +0200
  • 65b763b09a Adds a versioning system to the storage encoding Tpt 2020-08-07 21:50:36 +0200
  • f9d97a2296 Adds native support for all time related XSD literals Tpt 2020-08-07 21:16:30 +0200
  • beebcdfbd6 Store more terms inline Tpt 2020-08-07 14:25:39 +0200
  • bf430de125 Adds FROM and FROM named evaluation Tpt 2020-08-06 22:55:02 +0200
  • 58a3b34d9f Breaking: SledStore: use 3 indexes instead of 6 for the default graph Tpt 2020-08-07 13:21:20 +0200
  • 09d0089910 Breaking: RocksDBStore: use 3 indexes instead of 6 for the default graph Tpt 2020-08-07 11:42:30 +0200
  • a96ef43e4e MemoryStore: use 3 indexes instead of 6 for the default graph Tpt 2020-08-07 10:23:29 +0200
  • f3c8432a19 Adds a warning to the stores len function Tpt 2020-08-07 09:46:57 +0200