Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

eclipse-rdf4j/rdf4j

frensjan created a comment on a pull request on eclipse-rdf4j/rdf4j
> Should we check if the current iterator is closed within the loop? We have the isClosed() method we can call. For performance reasons the backing variables isn't volatile, but it should still get...

View on GitHub

frensjan created a review comment on a pull request on eclipse-rdf4j/rdf4j
Obviously! Thanks Håvard.

View on GitHub

frensjan created a review on a pull request on eclipse-rdf4j/rdf4j

View on GitHub

ate47 opened a pull request on eclipse-rdf4j/rdf4j
GH-5149 Lucene numdocs param
GitHub issue resolved: #5149 Briefly describe the changes proposed in this PR: I added a virtual property to specify the maximum amount of results the user wants in a LuceneSail search. F...
hmottestad pushed 1 commit to GH-5080-jsonld-document-loader eclipse-rdf4j/rdf4j

View on GitHub

hmottestad pushed 1 commit to GH-5148-soft-fail-native-store eclipse-rdf4j/rdf4j
  • GH-5148 better detection of non-empty b-tree 590e658

View on GitHub

hmottestad pushed 1 commit to GH-5080-jsonld-document-loader eclipse-rdf4j/rdf4j
  • GH-5080 duplicate all settings so we can change the document loader setting to HASMAC JSON-LD d66ac9b

View on GitHub

hmottestad opened a pull request on eclipse-rdf4j/rdf4j
GH-5080 Support for using a user provided document loader with HASMAC JSON-LD
GitHub issue resolved: #5080 <!-- add a Github issue number here, e.g #123. --> Briefly describe the changes proposed in this PR: <!-- short description of your change goes here --> ---- ...
hmottestad created a branch on eclipse-rdf4j/rdf4j

GH-5080-jsonld-document-loader - Eclipse RDF4J: scalable RDF for Java

hmottestad created a comment on a pull request on eclipse-rdf4j/rdf4j
Thanks for this fix. Very good catch and a nice and clean solution!

View on GitHub

hmottestad created a comment on a pull request on eclipse-rdf4j/rdf4j
<img width="620" alt="Screenshot 2024-10-28 at 09 08 57" src="https://github.com/user-attachments/assets/c8f201b0-8d04-4a2c-973e-03e3db95f2dc"> Should we check if the current iterator is closed ...

View on GitHub

hmottestad created a review comment on a pull request on eclipse-rdf4j/rdf4j
Looks like you need to add: ```java var argumentsIter = this.argumentsIter; if(argumentsIter != null) argumentsIter.close() ```

View on GitHub

frensjan opened a pull request on eclipse-rdf4j/rdf4j
GH-5159 close child of GroupIterator
GitHub issue resolved: #5159 Briefly describe the changes proposed in this PR: I've added the child argument's iterator as (volatile) field in the GroupIterator so that it can be closed while...
frensjan opened an issue on eclipse-rdf4j/rdf4j
GroupIterator doesn't close child iterator
### Current Behavior When a query times out, the current iteration is closed from a timer thread. However, if GroupIterator is closed while it is building it's entries (in `buildEntries`), this cl...
hmottestad pushed 34 commits to GH-5130_shacl_oneOrMorePath eclipse-rdf4j/rdf4j
  • GH-5124 make the three main HttpClient timeouts configurable with sensible defaults. 20416e2
  • GH-5121: refactor the bind join logic into a reusable base class Refactor the existing logic for executing bind join... 4eb1479
  • GH-5121: prepare execution of left joins in the federation strategy Prepare to execute a specific implementation of ... 2d86cd3
  • GH-5121: implementation of left bind join operator This change provides the implementation and activation for the le... 558a595
  • GH-5121: configurability of bind left joins Bind left joins for OPTIONAL can be disabled using the "enableOptionalAs... 2a7075a
  • GH-5121: code simplifications in bind join implementation - use for-each loop for iterating bindingset - use IntHash... 01bc075
  • javadocs d73ca10
  • news item and release-notes if relevant for 4.3.14 Signed-off-by: Håvard Ottestad <[email protected]> a2ce57a
  • updated download.md b4978ec
  • updated release notes 3ce724d
  • Bump commons-io:commons-io from 2.11.0 to 2.14.0 Bumps commons-io:commons-io from 2.11.0 to 2.14.0. --- updated-dep... bbc030c
  • Bump commons-io:commons-io from 2.11.0 to 2.14.0 (#5146) d05b511
  • GH-5153 benchmarks 0963f6f
  • GH-5153 reduced default threshold for using SPARQL based validation of sh:maxCount to sh:maxCount=1 or below 09e98a3
  • GH-5153 early detection of object equality when comparing Values or getting the effective boolean value 2377f88
  • GH-5153 max count cut off for sparql based validation (#5154) 4bd22e5
  • GH-5124 introduce number of connections and also reduce timeouts (+1 squashed commit) Squashed commits: [9aa87b594c] ... 2ece387
  • GH-5134 add test 00f8465
  • GH-5124 configurable http timeouts (#5125) 5d25e15
  • 4.3.14 release notes (#5144) 755a631
  • and 14 more ...

View on GitHub

hmottestad pushed 12 commits to develop eclipse-rdf4j/rdf4j
  • javadocs d73ca10
  • news item and release-notes if relevant for 4.3.14 Signed-off-by: Håvard Ottestad <[email protected]> a2ce57a
  • updated download.md b4978ec
  • updated release notes 3ce724d
  • Bump commons-io:commons-io from 2.11.0 to 2.14.0 Bumps commons-io:commons-io from 2.11.0 to 2.14.0. --- updated-dep... bbc030c
  • Bump commons-io:commons-io from 2.11.0 to 2.14.0 (#5146) d05b511
  • GH-5153 benchmarks 0963f6f
  • GH-5153 reduced default threshold for using SPARQL based validation of sh:maxCount to sh:maxCount=1 or below 09e98a3
  • GH-5153 early detection of object equality when comparing Values or getting the effective boolean value 2377f88
  • GH-5153 max count cut off for sparql based validation (#5154) 4bd22e5
  • 4.3.14 release notes (#5144) 755a631
  • merge main into develop (#5158) 3e4f94f

View on GitHub

hmottestad closed a pull request on eclipse-rdf4j/rdf4j
merge main into develop
merge main into develop
hmottestad closed an issue on eclipse-rdf4j/rdf4j
SHACL - Validating maxCount/minCount across union of graphs with duplicates
Validating maxCount/minCount for a single graph always guarantees that there are no duplicates since a quad is unique. When validating the union of multiple graphs it becomes possible to have th...
hmottestad opened a pull request on eclipse-rdf4j/rdf4j
merge main into develop
merge main into develop
hmottestad created a review comment on a pull request on eclipse-rdf4j/rdf4j
This is a somewhat brittle approach and it's really only relevant when using the soft fail property. So maybe this should be wrapped with the property too and throw something other than an illegal ...

View on GitHub

hmottestad created a review on a pull request on eclipse-rdf4j/rdf4j

View on GitHub

hmottestad pushed 1 commit to GH-5148-soft-fail-native-store eclipse-rdf4j/rdf4j
  • GH-5148 better detection of non-empty b-tree d8377b3

View on GitHub

hmottestad created a comment on an issue on eclipse-rdf4j/rdf4j
We can't do the same with `public synchronized TopDocs search(Query query) throws IOException {}` since the query object doesn't have any info about the number of rows or equivalent. So there we wo...

View on GitHub

hmottestad created a comment on an issue on eclipse-rdf4j/rdf4j
Looks like this here is where we extract variables from the SPARQL query: https://github.com/eclipse-rdf4j/rdf4j/blob/755a631efbc95df52e4e590984ab9b0049d4fef5/core/sail/lucene-api/src/main/java/org...

View on GitHub

hmottestad created a comment on an issue on eclipse-rdf4j/rdf4j
One issue with HASMAC JSON-LD (Titanium JSON-LD) is that the code is very tightly coupled with the Jakarta JSON Processing library. There is no intermediary format, so all the processions steps for...

View on GitHub

hmottestad pushed 1 commit to GH-5148-soft-fail-native-store eclipse-rdf4j/rdf4j
  • GH-5148 cleanup naming and docs 2e075d5

View on GitHub

hmottestad pushed 1 commit to GH-5148-soft-fail-native-store eclipse-rdf4j/rdf4j
  • GH-5148 improved handling of corrupt spoc/posc/... indexes 0076003

View on GitHub

hmottestad pushed 2 commits to GH-5148-soft-fail-native-store eclipse-rdf4j/rdf4j
  • GH-5148 add support for more files in the test cases and add a fix for when the corruption causes large amounts of da... 92f4fe4
  • GH-5148 improved soft fail on corruption for values.id and values.hash files. be2a482

View on GitHub

ate47 created a comment on an issue on eclipse-rdf4j/rdf4j
Any news on what to do?

View on GitHub

hmottestad pushed 1 commit to GH-5148-soft-fail-native-store eclipse-rdf4j/rdf4j
  • GH-5148 corrupt data can be written as NQuads 0c58aac

View on GitHub

Load more