Commit Graph

  • 4db92c5043 XSD: Drops nom dependency #506 Tpt 2023-05-21 18:53:27 +0200
  • d0b1368c71 XSD: Adds checked_neg operation Tpt 2023-05-21 19:04:22 +0200
  • 5bfbbdbd3f Python: Adds Store.contains_named_graph Tpt 2023-05-20 13:38:59 +0200
  • eb40457d5c Upgrades RDF-tests Tpt 2023-05-20 11:14:55 +0200
  • d24461fc42 XSD: Improves arithmetic computations Tpt 2023-05-19 22:22:20 +0200
  • 8bec2e2ff9 SPARQL-star parser: align with SPARQL 1.2 draft Tpt 2023-05-19 18:51:28 +0200
  • 9a6233b511 SPARQL parser: removes reference to rule numbers Tpt 2023-05-19 18:35:48 +0200
  • d26731432c Server: Use target graph name as base URI Tpt 2023-05-18 16:17:24 +0200
  • 38af275451 Server: Improves systemd support Tpt 2023-05-17 22:10:46 +0200
  • aa7d0082c2 XSD: Improves arithmetic computations #503 Tpt 2023-05-19 22:22:20 +0200
  • c9d4cbd97d Python: Adds Store.contains_named_graph #505 Tpt 2023-05-20 13:38:59 +0200
  • 3568b1e2a7 Upgrades RDF-tests #504 Tpt 2023-05-20 11:14:55 +0200
  • 59acd4bbbe SPARQL-star parser: align with SPARQL 1.2 draft #502 Tpt 2023-05-19 18:51:28 +0200
  • d69df51c84 SPARQL parser: removes reference to rule numbers Tpt 2023-05-19 18:35:48 +0200
  • 4e34ba2469 Server: Use target graph name as base URI #501 Tpt 2023-05-18 16:17:24 +0200
  • 68d8281814 Server: Improves systemd support #500 Tpt 2023-05-17 22:10:46 +0200
  • cb89166380 RocksDB: Avoids building twice util/crc32c_arm64.cc on aarch64 Tpt 2023-05-15 19:45:30 +0200
  • ffb8ed16b3 RocksDB: Avoids building twice util/crc32c_arm64.cc on aarch64 #497 Tpt 2023-05-15 19:45:30 +0200
  • 5ce24dda01 Dependabot: Adds JS dependencies Tpt 2023-05-14 16:31:33 +0200
  • 05fbb0e071 JS: Upgrades Rome formatter Tpt 2023-05-14 16:37:11 +0200
  • ca67df7039 JS: Upgrades Rome formatter #496 Tpt 2023-05-14 16:37:11 +0200
  • aaeb7415fd Dependabot: Adds JS dependencies #495 Tpt 2023-05-14 16:31:33 +0200
  • 8f3af5a7fc Revert "Python: drops compatibility with Musl 1.1" Thomas Tanon 2023-05-12 09:06:27 +0200
  • d9eaf0ac72 Revert "Python: drops compatibility with Musl 1.1" #493 Thomas Tanon 2023-05-12 09:06:27 +0200
  • 4b9af53978
    Update sphinx requirement from ~=5.3 to ~=7.0 in /python #486 dependabot[bot] 2023-05-11 19:11:44 +0000
  • a25bf55919 Update maturin requirement from ~=0.14.0 to ~=0.15.1 in /python dependabot[bot] 2023-05-08 10:16:40 +0000
  • f9d7b93abf Python: drops compatibility with Musl 1.1 Tpt 2023-05-11 19:02:10 +0200
  • b1fabfc8e0 Python: drops compatibility with Musl 1.1 #492 Tpt 2023-05-11 19:02:10 +0200
  • 433dda68a6 Update maturin requirement from ~=0.14.0 to ~=0.15.1 in /python #490 dependabot[bot] 2023-05-08 10:16:40 +0000
  • e96672a2a8 SPARQL plan: allows AND and OR to have more than 2 children Adds tests on VALUES cardinality validation Tpt 2023-05-03 13:57:44 +0200
  • cfe52db3a3 Spargebra: Makes GroundTermPattern::Triple properly gated with the rdf-star feature Tpt 2023-04-17 12:21:55 +0200
  • 1fb4bb417c Spargebra: Makes GroundTermPattern::Triple properly gated with the rdf-star feature #460 Tpt 2023-04-17 12:21:55 +0200
  • a56d4f7ee0 SPARQL plan: allows AND and OR to have more than 2 children Adds tests on VALUES cardinality validation #489 Tpt 2023-05-03 13:57:44 +0200
  • 7175784356 Improves Clippy lint list Tpt 2023-04-29 11:51:50 +0200
  • a2d8bcaaa3 Starts 0.3.17 dev Tpt 2023-04-29 21:26:11 +0200
  • d6d4834c8a Improves Clippy lint list #484 Tpt 2023-04-29 11:51:50 +0200
  • 86694904da Starts 0.3.17 dev #485 Tpt 2023-04-29 21:26:11 +0200
  • f520de8893 Releases v0.3.16 v0.3.16 Tpt 2023-04-28 21:32:56 +0200
  • 8e3ee3b6dd Upgrades RocksDB to 8.1.1 Tpt 2023-04-28 21:36:18 +0200
  • 6f37c4c9c9 Move shellcheck into tests workflow collecting all kinds of testing Yaroslav Halchenko 2023-04-28 17:08:40 -0400
  • aeeabf5d1c Replace very cute (ab)use of array to get first element with explicit awk Yaroslav Halchenko 2023-04-28 08:40:11 -0400
  • 029fbf470e Disable shellcheck warning about loop running once -- intended Yaroslav Halchenko 2023-04-28 08:38:34 -0400
  • a3294a8abd Remove unused JAVA_HOME. If to be used by child processes -- should have been exported Yaroslav Halchenko 2023-04-27 16:37:31 -0400
  • 80ce67e6dd Run bench/bsbm_ with set -eu to exit right away if something abnormal happens Yaroslav Halchenko 2023-04-27 16:29:59 -0400
  • 38357dd9b5 Add github action to shellcheck main on push and PRs Yaroslav Halchenko 2023-04-27 16:18:19 -0400
  • 38b09a9470 Move shellcheck into tests workflow collecting all kinds of testing #479 Yaroslav Halchenko 2023-04-28 17:08:40 -0400
  • b6502095e3 Releases v0.3.16 #483 Tpt 2023-04-28 21:32:56 +0200
  • 1af5bbaa47 Upgrades RocksDB to 8.1.1 Tpt 2023-04-28 21:36:18 +0200
  • 704440538d Adds EXISTS operation to the profiler output Thomas 2023-04-27 12:30:15 +0200
  • bbe9bd0303 Make all Thomases into one Yaroslav Halchenko 2023-04-28 08:50:40 -0400
  • cf03da0fab CI: fixes linux cross-compilation v2 Tpt 2023-04-28 21:07:10 +0200
  • 5d550527b2 CI: fixes linux cross-compilation v2 #482 Tpt 2023-04-28 21:07:10 +0200
  • 619a4eb131 Make all Thomases into one #480 Yaroslav Halchenko 2023-04-28 08:50:40 -0400
  • 9c6b92cc26 Replace very cute (ab)use of array to get first element with explicit awk Yaroslav Halchenko 2023-04-28 08:40:11 -0400
  • df0604328e Disable shellcheck warning about loop running once -- intended Yaroslav Halchenko 2023-04-28 08:38:34 -0400
  • 12f825890b Remove unused JAVA_HOME. If to be used by child processes -- should have been exported Yaroslav Halchenko 2023-04-27 16:37:31 -0400
  • 863f4cdcf9 Run bench/bsbm_ with set -eu to exit right away if something abnormal happens Yaroslav Halchenko 2023-04-27 16:29:59 -0400
  • 01f5637dac Add github action to shellcheck main on push and PRs Yaroslav Halchenko 2023-04-27 16:18:19 -0400
  • f32596e81e Skip crate which is a known term in this world #478 Yaroslav Halchenko 2023-04-27 13:26:41 -0400
  • 2c5ff57ba9 Add rudimentary codespell config Yaroslav Halchenko 2023-04-27 13:25:47 -0400
  • 1bf03220ce Add github action to codespell main on push and PRs Yaroslav Halchenko 2023-04-27 13:25:47 -0400
  • c3703bb776 Adds EXISTS operation to the profiler output #477 Thomas 2023-04-27 12:30:15 +0200
  • 60336c7ca0 Apply sugestions from code review Dan Yamamoto 2023-04-27 07:11:05 +0000
  • 4db8b8ab57
    Merge branch 'oxigraph:main' into yamdan-canonical-escaping Dan Yamamoto 2023-04-26 20:54:44 +0900
  • 315748b34b OxRDF: Add extra literal escaping to generate canonical N-Triples and N-Quads Dan Yamamoto 2023-04-24 10:59:40 +0000
  • ecdc106fd5 WIP: Makes clippy happy rules Tpt 2023-04-22 20:05:53 +0200
  • ea1ec3ede0 Fixes RDF-star support Tpt 2023-04-21 14:13:51 +0200
  • 0f7d116900 Rules: adds compatibility with EXISTS Tpt 2023-04-21 13:59:35 +0200
  • 99801ca34a Rules: adds compatibility with property paths Tpt 2023-04-21 09:35:27 +0200
  • 701328f444 Optimizer: Adds builder functions for expressions Tpt 2023-04-20 16:33:40 +0200
  • d2d98e09e8 Optimizer: Use "(a == b) || (a == c)" instead of "a IN (b, c)" Tpt 2023-04-20 13:44:44 +0200
  • ee90363898 Reasoning: adds recursion support Tpt 2023-04-20 12:55:31 +0200
  • 4f3f99b382 Adds basic reasoning via query rewriting Tpt 2023-04-13 12:13:43 +0200
  • 8f94baedf6 Rule set parser Tpt 2023-04-13 08:51:27 +0200
  • 1a4adfc02a Adds a naive standalone query optimizer Tpt 2023-04-16 09:46:41 +0200
  • 2bd5da4a5a Spargebra: Makes GroundTermPattern::Triple properly gated with the rdf-star feature Tpt 2023-04-17 12:21:55 +0200
  • b8c5628e3b CI: fixes linux cross-compilation Tpt 2023-04-23 10:09:19 +0200
  • 439132a19b CI: fixes linux cross-compilation #475 Tpt 2023-04-23 10:09:19 +0200
  • 79c5e3918e SPARQL plan: fixes used variable lookup in quoted triple patterns Tpt 2023-04-22 09:14:45 +0200
  • b630ab4185 Adds some extra tests covering property path with shared variables Tpt 2023-04-22 09:45:53 +0200
  • 3e0f6b5405 Applies oxigraph crate clippy lint to the complete project Tpt 2023-04-22 09:57:34 +0200
  • 151e52bda1 Applies oxigraph crate clippy lint to the complete project #474 Tpt 2023-04-22 09:57:34 +0200
  • 95c4bb6570 Adds some extra tests covering property path with shared variables #473 Tpt 2023-04-22 09:45:53 +0200
  • 49d0c03248 SPARQL plan: fixes used variable lookup in quoted triple patterns #472 Tpt 2023-04-22 09:14:45 +0200
  • 1d02098b70 Fix missing GSPO compaction Maximilian Goisser 2023-04-20 15:29:15 +0200
  • 2945f180ed Fix missing GSPO compaction #470 Maximilian Goisser 2023-04-20 15:29:15 +0200
  • c3cf8e2002 Start 0.3.16 dev Tpt 2023-04-20 08:25:21 +0200
  • b77cb23471 Start 0.3.16 dev #469 Tpt 2023-04-20 08:25:21 +0200
  • c6b8c754ee Releases v0.3.15 v0.3.15 Tpt 2023-04-18 09:13:44 +0200
  • 30506857e4 Releases v0.3.15 #467 Tpt 2023-04-18 09:13:44 +0200
  • d653e0645b Updates dependencies Tpt 2023-04-18 09:01:14 +0200
  • 56e105bc04 Server: prints the query explanation with indentation Tpt 2023-04-19 13:27:40 +0200
  • d587d3b2bb xsd:decimal parsing: properly detect underflow Tpt 2023-04-18 11:28:07 +0200
  • 284e79521d Server: Adds an option to allow CORS Tpt 2023-04-17 20:44:44 +0200
  • ce4c08d0f5 Updates dependencies #462 Tpt 2023-04-18 09:01:14 +0200
  • 3a4a9660f6 Server: prints the query explanation with indentation #466 Tpt 2023-04-19 13:27:40 +0200
  • 8f57be25ca xsd:decimal parsing: properly detect underflow #464 Tpt 2023-04-18 11:28:07 +0200
  • 0bdda22ef9 Server: Adds an option to allow CORS #461 Tpt 2023-04-17 20:44:44 +0200
  • 86bbebf93c Fixes evaluation of empty aggregation without GROUP BY Tpt 2023-04-17 09:59:49 +0200
  • feeaf17fe6 Test: fixes SPARQL query results isomorphism Tpt 2023-04-17 08:48:34 +0200