Commit Graph

  • b63148007a Updates RocksDB to v6.27.3 Tpt 2022-01-15 20:44:50 +0100
  • ec325e6777 Drops unused dependency on native-tls Tpt 2022-01-15 20:42:54 +0100
  • 32d3f0782b Fixes some new clippy warnings Tpt 2022-01-15 20:35:31 +0100
  • 7d58f451bd Runs LLVM address sanitizer and fixes found bugs Tpt 2022-01-15 12:49:02 +0100
  • 12c297425a Fixes SPARQL parser property path parsing performance Tpt 2022-01-13 21:33:27 +0100
  • 986e90845a Reduces maximal stack size Tpt 2022-01-13 07:50:44 +0100
  • 842dc5fd75 Fixes evaluation of negative SPARQL Update testsuite tests Tpt 2022-01-12 22:33:26 +0100
  • 579641909c sparesults: return error on duplicated variable declaration Tpt 2022-01-12 21:56:18 +0100
  • 9dc8d348c4 sparesults: avoid stack overflow errors on too many nested triples Tpt 2022-01-12 20:02:09 +0100
  • 0105a4a54a Fixes Literal N-Triples parsing bug Tpt 2022-01-12 19:42:51 +0100
  • d4d7f2dc49 Upgrades OxIRI to v0.2 Tpt 2022-01-10 20:16:05 +0100
  • 8fec549b85 Fixes a crash in SPARQL unicode escapes decoding Tpt 2022-01-09 22:14:23 +0100
  • f6c54e4b1f Upgrades to peg 0.8 Tpt 2022-01-09 21:46:14 +0100
  • 2133a05b95 Fixes README example Tpt 2022-01-09 21:44:17 +0100
  • 8c03e418a7 Adds fuzzing to Oxigraph parsers Tpt 2022-01-09 21:41:09 +0100
  • fc26fa87a5 Makes a lot of dumb functions inline Tpt 2022-01-09 21:13:30 +0100
  • ec5c7c86be Improves RDF I/O ParseError Tpt 2022-01-09 21:01:45 +0100
  • 375fef1e22 Uses README for crates documentation Tpt 2022-01-09 20:48:28 +0100
  • 850b8eddcf Moves out of Oxigraph SPARQL results parser and serializers Tpt 2022-01-02 20:25:49 +0100
  • 4d18053ec9 Simplifies cargo deny configuration Tpt 2022-01-04 18:55:53 +0100
  • 967dbacad7 Spargebra: Uses oxrdf terms Tpt 2022-01-02 16:28:10 +0100
  • 621c134ed7 Oxrdf: Uses Box instead of Arc Tpt 2022-01-02 17:17:13 +0100
  • bdf342b825 Makes oxrdf independent from rio_api Tpt 2022-01-02 17:07:42 +0100
  • a16a4108b8 Allows using oxrdf without RDF-star Tpt 2022-01-02 16:51:14 +0100
  • f5545f1948 Makes Oxigraph model standalone as oxrdf Tpt 2022-01-01 21:31:46 +0100
  • 4337349aad Moves xsd module to root Tpt 2022-01-01 20:00:05 +0100
  • 837d5d4ff7 Moves I/O out of Graph and Dataset structs Tpt 2022-01-01 19:55:42 +0100
  • a91ea89fff Moves str2id outside of transactions Tpt 2022-01-01 15:42:25 +0100
  • df1478e931 Upgrades to Clap 3 Tpt 2022-01-01 11:12:32 +0100
  • 8ebd52882b
    README: tech document and twitter account Thomas Tanon 2022-01-01 11:30:25 +0100
  • 72a17c4f72 Avoids using std::io::Error where possible Tpt 2021-12-31 22:23:35 +0100
  • 01a33192eb Adds a public API for SPARQL query results I/O Tpt 2021-12-18 22:12:59 +0100
  • a33dbb6d06 Avoids abusing std::io::Error Tpt 2021-12-18 20:01:31 +0100
  • ec850b8ed4 Sophia wrapper: avoids relying on SPARQL queries Tpt 2021-12-18 14:42:49 +0100
  • db4c4bcb97 Removes dead code Tpt 2021-12-18 12:01:06 +0100
  • 18ec80c362 Exposes more of RocksDB internal Status struct Tpt 2021-12-14 20:53:07 +0100
  • 1e3fe90c5e Allows generating reports for multiple manifests Tpt 2021-12-16 07:41:59 +0100
  • a319b80c2c Adds a LICENSE file Tpt 2021-12-14 21:47:10 +0100
  • 82a1e07a60 Upgrades Docker image from Buster to Bullseye Tpt 2021-12-14 21:07:03 +0100
  • 39f7982201
    Make code snippets easier to read / copy (#187) Jeremiah 2021-12-18 12:57:14 -0600
  • 3c724a9493
    Fix curl string issue #187 Jeremiah 2021-12-18 12:49:12 -0600
  • 9ece038a77
    Update README.md Jeremiah 2021-12-18 12:48:15 -0600
  • 512594e8f9
    Update README.md Jeremiah 2021-12-18 12:41:41 -0600
  • c99146fbce
    Make code snippets easier to read / copy Jeremiah 2021-12-18 12:40:52 -0600
  • cc06b7e488 Fix copy paste error Jeremiah 2021-12-17 12:28:17 -0600
  • 134bb6c721
    Fix copy paste error #186 Jeremiah 2021-12-17 12:28:17 -0600
  • aad84e4305 Renames CI jobs Tpt 2021-12-14 21:03:46 +0100
  • cf64633a11 Move docker push to gh registry to release.yml. Every push to master are now published as nightly tag. Improved readme instructions for curl with authentication Vincent Emonet 2021-12-13 23:22:06 +0100
  • b97e358001 Fix the URL generated in the YASGUI editor to take into account potential trailing slashes Vincent Emonet 2021-12-08 19:00:20 +0100
  • a6ecd3d6e1 delete docker-compose.yml and nginx.conf (now in server/README.md) Vincent Emonet 2021-12-08 10:13:58 +0100
  • d2eea24c96 Move the Dockerfile to server, delete and add docker-compose.yml and nginx.conf to the server/README.md, move the docker.yml workflow in doc.yml and use buildx. Fix the path of the URL generated in the YASGUI interface to take into account when the server is deployed on a subpath (e.g. http://oxigraph.org/sparql) Vincent Emonet 2021-12-08 10:09:54 +0100
  • 3cbdda9a33 Add instructions to update store with authentication to server/README.md Vincent Emonet 2021-12-07 00:40:29 +0100
  • 0fce30d7c6 Fix git clone recursive in workflow Vincent Emonet 2021-12-06 23:32:06 +0100
  • 56c3bc6347 Update the server/README.md and add the volumes shared by docker in the .gitignore Vincent Emonet 2021-12-06 23:23:19 +0100
  • 682b75b957 Add GitHub Action workflow to build and publish to the GitHub Container registry Vincent Emonet 2021-12-06 23:22:19 +0100
  • 5dd2b2df09 Add docker-compose.yml and nginx.conf for nginx authentication Vincent Emonet 2021-12-06 23:20:13 +0100
  • 2d7e156b20 Fixed the Dockefile (dependencies and default command), and put it in the root folder to be able to build from the local oxigraph crate. Vincent Emonet 2021-12-06 23:19:33 +0100
  • 46bffabf2a Move docker push to gh registry to release.yml. Every push to master are now published as nightly tag. Improved readme instructions for curl with authentication #178 Vincent Emonet 2021-12-13 23:22:06 +0100
  • 48043fe57d Merge branch 'master' of https://github.com/oxigraph/oxigraph into fix-dockerfile Vincent Emonet 2021-12-13 22:44:21 +0100
  • 95f30b8327 Uses usual URLs for git submodules Tpt 2021-12-13 14:26:51 +0100
  • bb0d4fb2c4 Server: Allows loading multiple files in // Tpt 2021-12-12 20:50:40 +0100
  • 15072f21b5 Updates dependencies Tpt 2021-12-12 20:49:22 +0100
  • bada850284 Txn conflict: allows the OS to do something else before retrying Tpt 2021-12-12 19:00:44 +0100
  • e95bf721dc Adds Cargo Deny Tpt 2021-12-09 18:39:50 +0100
  • a42609c9da Build wheels for more targets #174 Tpt 2021-12-05 14:52:54 +0100
  • a969563617 Uses Rustls everywhere Tpt 2021-12-09 17:25:32 +0100
  • 8c60844ae2 Updates dependencies Tpt 2021-12-09 17:31:51 +0100
  • 05d7370a69 Removes chrono for time Tpt 2021-12-09 17:28:32 +0100
  • 44d1a5f04c Makes bulk load partial insertions atomic Tpt 2021-12-08 08:06:37 +0100
  • ff56a8c5eb
    Delete dependabot.yml Thomas Tanon 2021-12-08 20:05:14 +0100
  • 5bfce2838b Fix the URL generated in the YASGUI editor to take into account potential trailing slashes Vincent Emonet 2021-12-08 19:00:20 +0100
  • 72f187061e
    Bump sha-1 from 0.9.8 to 0.10.0 #184 dependabot[bot] 2021-12-08 10:55:20 +0000
  • b7fb053f28
    Bump md-5 from 0.9.1 to 0.10.0 #183 dependabot[bot] 2021-12-08 10:55:15 +0000
  • 21ba8fb182
    Bump sha2 from 0.9.8 to 0.10.0 #182 dependabot[bot] 2021-12-08 10:55:09 +0000
  • ace9720a0c
    Bump digest from 0.9.0 to 0.10.0 #181 dependabot[bot] 2021-12-08 10:55:02 +0000
  • 531242719a
    Bump rocksdb-sys/rocksdb from `4d57a39` to `66b31c5` #180 dependabot[bot] 2021-12-08 10:16:24 +0000
  • 21f694f652 delete docker-compose.yml and nginx.conf (now in server/README.md) Vincent Emonet 2021-12-08 10:13:58 +0100
  • 8eb5d96757 Move the Dockerfile to server, delete and add docker-compose.yml and nginx.conf to the server/README.md, move the docker.yml workflow in doc.yml and use buildx. Fix the path of the URL generated in the YASGUI interface to take into account when the server is deployed on a subpath (e.g. http://oxigraph.org/sparql) Vincent Emonet 2021-12-08 10:09:54 +0100
  • 590f0b9c12 Add instructions to update store with authentication to server/README.md Vincent Emonet 2021-12-07 00:40:29 +0100
  • 3b5b3b3a56 Fix git clone recursive in workflow Vincent Emonet 2021-12-06 23:32:06 +0100
  • 5c5072fd02 Update the server/README.md and add the volumes shared by docker in the .gitignore Vincent Emonet 2021-12-06 23:23:19 +0100
  • 305cd1c79d Add GitHub Action workflow to build and publish to the GitHub Container registry Vincent Emonet 2021-12-06 23:22:19 +0100
  • 2a41658d59 Add docker-compose.yml and nginx.conf for nginx authentication Vincent Emonet 2021-12-06 23:20:13 +0100
  • db0ddef877 Fixed the Dockefile (dependencies and default command), and put it in the root folder to be able to build from the local oxigraph crate. Vincent Emonet 2021-12-06 23:19:33 +0100
  • 15f33505ea Bump testsuite/rdf-star from `30ac58a` to `4481d7b` dependabot[bot] 2021-12-06 07:19:21 +0000
  • 3daaef71ff Fixes doc test Tpt 2021-12-06 18:19:52 +0100
  • c53e92ae58
    Bump rocksdb-sys/rocksdb from `4d57a39` to `88875df` #177 dependabot[bot] 2021-12-06 07:19:28 +0000
  • eee59100b3
    Bump rocksdb-sys/lz4 from `d443718` to `4c9431e` #176 dependabot[bot] 2021-12-06 07:19:24 +0000
  • 61bf7a9ff3
    Bump testsuite/rdf-star from `30ac58a` to `4481d7b` #175 dependabot[bot] 2021-12-06 07:19:21 +0000
  • dec66cc684 Builds wheels on more architectures Tpt 2021-12-06 08:18:54 +0100
  • 04827a71f8 Removes Oxigraph Wikibase Tpt 2021-12-05 19:59:46 +0100
  • f64001906c Minor documentation improvements Tpt 2021-12-05 19:56:09 +0100
  • cfb3be6d34 Adds custom functions support Tpt 2021-12-04 19:12:00 +0100
  • 553267b63d Publishes also our rocksdb wrapper Tpt 2021-12-05 13:49:47 +0100
  • e66daa6f59 Upgrades to Python 3.7+ and ManyLinux 2014+ Tpt 2021-12-05 13:41:53 +0100
  • 3c297e5ef7 Lib: do not include always native-tls Tpt 2021-12-05 09:54:17 +0100
  • 177f0201c4 Python Linux wheel now vendors Rustls Tpt 2021-12-05 09:09:36 +0100
  • e5816630d4 Fixes Windows tests Tpt 2021-12-05 08:36:31 +0100
  • 0839351287 Attempt to fix manylinux pyoxigraph Tpt 2021-12-04 20:58:50 +0100
  • b8125e5743 pyoxigraph: optional vendored OpenSSL Tpt 2021-12-04 20:29:53 +0100