Commit Graph

  • 9691c73b7a Fix QueryTriples __iter__ and __next__ return types #224 Edmond 2022-07-30 15:48:40 +0000
  • 80d96f90f2 Add info on what stubdoc does not generate Edmond 2022-07-30 11:39:05 +0000
  • 5c02ac2fb4 Update pyoxigraph README with the information on generating python type hints, stub files, etc Edmond 2022-07-30 11:13:01 +0000
  • c362623b75 Add pyoxigrapy.pyi Edmond 2022-07-30 11:00:40 +0000
  • db648963f4 Add generate_type_hints.py with instructions in pyoxigraph README Edmond 2022-07-30 10:59:16 +0000
  • 06d68cf2e0 Add base.pyi with pyoxigraph type hints Edmond 2022-07-30 10:58:52 +0000
  • 8ba4440a2b Fix docstring for Store.quad_for_pattern method Edmond 2022-07-30 10:27:46 +0000
  • 5eafd28db6 Fix docstring of Quad Edmond 2022-07-30 10:27:21 +0000
  • f45052d71e Add pyoxigraph stub for NamedNode Edmond 2022-07-28 15:05:01 +0000
  • 1ec5d53d97 Add stubdoc Edmond 2022-07-28 15:04:36 +0000
  • f651af457f Add tests for pyoxigraph parse and serialize functions Edmond 2022-07-28 12:31:28 +0000
  • 93107e6bfe
    Add development container and update READMEs. Add Sphinx furo theme. (#221) Edmond Chuc 2022-07-28 02:13:10 +1000
  • ebf12de50c Add furo to artifacts and release workflows #221 Edmond 2022-07-27 15:14:18 +0000
  • ad41324e80 Use bullseye as default Edmond 2022-07-27 15:12:48 +0000
  • 6d5efd6b52 Revert "Add pyoxigraph python package" Edmond 2022-07-27 13:41:42 +0000
  • 362ad04a46 Revert "Add type annotations to pyoxigraph sparql module" Edmond 2022-07-27 13:41:33 +0000
  • 6d53ee5fc0 Revert "Update pyoxigraph imports to fix test_store.py" Edmond 2022-07-27 13:41:25 +0000
  • 2c9935cc6b Revert "Add type annotations for pyoxigraph store module" Edmond 2022-07-27 13:41:17 +0000
  • 46524781fe Revert "Add type annotations for pyoxigraph serialize and parse functions" Edmond 2022-07-27 13:41:05 +0000
  • cec55b22de Revert "Add pyoxigraph type annotations for model module" Edmond 2022-07-27 13:40:58 +0000
  • 6bc714d923 Revert "Add tests for pyoxigraph parse and serialize functions" Edmond 2022-07-27 13:40:49 +0000
  • e9a1394580 Revert "Add pyoxigraph py.typed file" Edmond 2022-07-27 13:39:36 +0000
  • 4aa5472f55
    Delete pyoxigraph .gitignore file Edmond Chuc 2022-07-27 23:31:37 +1000
  • 11feab144f Add furo as a python dependency in the python job of the tests workflow Edmond 2022-07-27 13:28:56 +0000
  • fe68c891ea Remove maturin version constraints in devcontainer Dockerfile Edmond 2022-07-27 13:28:29 +0000
  • 4114bb5368 Add gitignore paths to the root gitignore file Edmond 2022-07-27 13:27:50 +0000
  • 2f265026da Add furo as a python dependency in the python job of the tests workflow #222 Edmond 2022-07-27 13:22:17 +0000
  • 633f012730 Remove maturin version constraints in devcontainer Dockerfile Edmond 2022-07-27 13:21:43 +0000
  • 6589421fd9 Add gitignore paths to the root gitignore file Edmond 2022-07-27 13:09:26 +0000
  • 52e8cf4901 Remove pyoxigraph Store docstring types Edmond 2022-07-26 13:53:11 +0000
  • d065161c36 pyoxigraph docstring escape backslash Edmond 2022-07-26 13:30:24 +0000
  • 7e4aeebec1 Add pyoxigraph python package Edmond 2022-07-26 13:07:59 +0000
  • efc5fd7e62 Add type annotations to pyoxigraph sparql module Edmond 2022-07-26 13:07:33 +0000
  • e6e6515e91 Update pyoxigraph imports to fix test_store.py Edmond 2022-07-26 13:06:58 +0000
  • 0e0da50375 Add type annotations for pyoxigraph store module Edmond 2022-07-26 13:06:26 +0000
  • 44629f689d Add type annotations for pyoxigraph serialize and parse functions Edmond 2022-07-26 13:05:47 +0000
  • 41d79d734c Add pyoxigraph type annotations for model module Edmond 2022-07-26 13:04:56 +0000
  • 5c6a71ba67 Add tests for pyoxigraph parse and serialize functions Edmond 2022-07-26 13:03:40 +0000
  • fcf8d91857 Add pyoxigraph py.typed file Edmond 2022-07-26 13:03:12 +0000
  • 4a5c6b8444
    Merge pull request #1 from edmondchuc/sphinx-furo-theme Edmond Chuc 2022-07-26 13:58:38 +1000
  • 8eaf74a276 Add sphinx theme furo Edmond 2022-07-26 03:49:16 +0000
  • 8d94a1a85c Dockerfile: constrain maturin version Edmond 2022-07-26 03:40:19 +0000
  • efddc4f5b5 devcontainer.json formatting Edmond 2022-07-26 03:13:33 +0000
  • 6215a151ab Add pyoxigraph docs instructions to README. Formatting. Edmond 2022-07-26 03:11:34 +0000
  • 7e2434b7e1 Add pyoxigraph .gitignore Edmond 2022-07-26 03:10:54 +0000
  • d26a55236d Dockerfile: Add python-is-python3. Add python dependencies. Edmond 2022-07-26 03:10:23 +0000
  • 427679d8c5 Update README with development information. Formatting. Edmond 2022-07-26 03:09:18 +0000
  • 7068b06fea Move vscode settings into devcontainer.json. Add python settings and vscode extensions Edmond 2022-07-24 06:28:44 +0000
  • 10decbf3c8 Fix user ID Edmond 2022-07-24 06:26:00 +0000
  • 8db5e3cfd8 Update devcontainer.json with postCreateCommand Edmond 2022-07-24 03:22:46 +0000
  • 77125bff54 Add devcontainer with vscode settings Edmond Chuc 2022-07-24 02:37:54 +0000
  • 4d97f9d171 Releases v0.3.4 v0.3.4 Tpt 2022-07-17 14:49:15 +0200
  • 48f9e77591 Releases v0.3.4 #216 Tpt 2022-07-17 14:49:15 +0200
  • f4daa4a600 Upgrades to maturin 0.13 Tpt 2022-07-09 19:41:08 +0200
  • 9313152b9f
    Delete LICENSE.md Thomas Tanon 2022-07-02 17:18:27 +0200
  • 06fa80d24e Server: limits file loading concurrency Tpt 2022-06-30 20:37:26 +0200
  • 1bca9436df Allows multiple values to be given to oxigraph_server load --file Tpt 2022-06-30 21:22:18 +0200
  • 95fd439dc2 Updates dependencies Tpt 2022-06-30 21:00:50 +0200
  • b5f206d54e Makes release jobs more resilient Tpt 2022-06-13 09:30:19 +0200
  • c7c82c06db Releases v0.3.3 v0.3.3 Tpt 2022-06-12 12:48:49 +0200
  • ed5004a70d Fixes RocksDB build Tpt 2022-06-11 13:49:33 +0200
  • 489d271148 Upgrades bindgen Tpt 2022-06-11 13:31:10 +0200
  • 43c86e873c Upgrades RocksDB to v7.3.1 Tpt 2022-06-11 13:10:07 +0200
  • 126df03994 Fixes WASM compilation Tpt 2022-06-11 10:41:51 +0200
  • 710a76b9cc JSON query results: Allows "typed-literal" term type Tpt 2022-06-11 10:19:17 +0200
  • 9c06f7f097 JSON query results: Ignore unknown keys Tpt 2022-06-11 10:10:29 +0200
  • 1f7e59dde7 HTTP client: adds an option to allow redirections Tpt 2022-06-10 17:01:48 +0200
  • d9487fd9f5 HTTP client: fixes POST requests Tpt 2022-06-10 17:01:09 +0200
  • 5a3b1e3b36 Updates Cargo.lock Tpt 2022-06-09 22:20:33 +0200
  • c507c76482 Fixes SPARQL SERVICE parsing Tpt 2022-06-09 21:56:16 +0200
  • 9c6014fbc9 Create .readthedocs.yaml Thomas Tanon 2022-06-06 18:03:07 +0200
  • b04bdcceed Makes the new Clippy happy Tpt 2022-05-26 16:11:48 +0200
  • 61129511d8 Upgrades quick-xml to 0.23 Tpt 2022-05-26 16:04:07 +0200
  • 67b342a35f
    Server README: adds instructions to clone submodules Thomas Tanon 2022-05-16 10:18:38 +0200
  • 283444f7c3 Releases v0.3.2 v0.3.2 Tpt 2022-04-24 21:51:36 +0200
  • aeb79dd572 Server bulk loader: Avoids a panic when loading a very small file Tpt 2022-04-24 21:38:40 +0200
  • 325b2c8f58 Upgrades to RocksDB 7.1.2 Tpt 2022-04-19 18:19:17 +0200
  • f7cc600054 Introduces a TermEncoder struct encoder Tpt 2022-03-19 12:05:20 +0100
  • 722836c1ec Replaces Decoder trait by a TermDecoder struct Tpt 2022-04-16 08:58:30 +0200
  • e75de43042 Hide C++ warnings from RocksDB compilation Tpt 2022-04-09 21:28:49 +0200
  • ad710dc825 Bulk loader: removes dead code Tpt 2022-04-05 20:48:49 +0200
  • c815782631 rlimits: be safe if the nice value is bigger than the hard one Tpt 2022-04-03 18:30:26 +0200
  • cc4e3f8b0f Bulk loader: avoids to write duplicated values Tpt 2022-04-03 16:50:15 +0200
  • 52ec334ab3 Fixes homebrew update script Tpt 2022-04-02 21:54:50 +0200
  • fab55424b3 Releases v0.3.1 v0.3.1 Tpt 2022-04-02 20:28:08 +0200
  • 42f316f7db Limits the number of opened file by RocksDB Tpt 2022-04-02 18:47:44 +0200
  • 3cbde014a6 Limits the bulk loader thread count to 4 Tpt 2022-04-02 18:28:36 +0200
  • 429313f188 Updates RocksDB to 7.0.4 Tpt 2022-04-02 18:17:15 +0200
  • cbccdfba86 Upgrades zstd Tpt 2022-03-27 18:49:53 +0200
  • d75c47e851 Upgrades RocksDB to 7.0.3 Tpt 2022-03-25 18:27:34 +0100
  • fc85dd9e97 Fixes formatting Tpt 2022-03-23 15:06:34 +0100
  • 80ec5035e8 a few more branch renames Yuri Astrakhan 2022-03-23 09:38:31 -0400
  • 55550dc0d0 Post-default-branch to main rename Yuri Astrakhan 2022-03-23 00:21:46 -0400
  • 8cd97f912f a few more branch renames #194 Yuri Astrakhan 2022-03-23 09:38:31 -0400
  • 47d1f9a293 Fix deprecated min/max values Yuri Astrakhan 2022-03-22 22:51:17 -0400
  • 3d6af19288
    Removes an empty comment Thomas Tanon 2022-03-23 14:26:45 +0100
  • 3bed098e9e A few minor spelling fixes Yuri Astrakhan 2022-03-22 23:12:03 -0400
  • 2369198479 Post-default-branch to main rename Yuri Astrakhan 2022-03-23 00:21:46 -0400
  • f74b8e7794 A few minor spelling fixes #193 Yuri Astrakhan 2022-03-22 23:12:03 -0400
  • 47d06a2ee5 Fix deprecated min/max values #192 Yuri Astrakhan 2022-03-22 22:51:17 -0400