Andy Seaborne

Results 454 comments of Andy Seaborne

#1573 fixes some of the problems. Please could you provide a minimal, complete `config.ttl` which causes problems when using 4.7.0 (when released) or 4.8.0-SNAPSHOT?

> How do you test PR's or branches with Jenkins I don't :smile: I pull the PR and run locally - in this case using "ssh -x localhost".

I pulled the branch, did a `ssh -x`. The yarn.lock file is out of date. Even fixing that, completely clearing out node_modules and running `yarn install`: ``` [INFO] [TESTS] [FAILED]...

Pulling the PR branch: `package.json` is 956cb17611 (19 hours ago) `yarn.lock` is 10f9205902 (2 weeks ago) I have yarn 1.22.19 I have node 18.13.0

> This last issue is still open, so not much to do for now, unless we start an X server in the Jenkins job, @afs? We can put back the...

Fuseki can have ACLs are various granularities - server-dataset-endpoint. This is more control than URL matching.

What does Jetty offer? A solution needs to address the fact that here are many authentication and authorization tools/frameworks. Any standalone solution is only partial. One way is to have...

Yes, it is possible. The Jena current support for RDF-star has not made any changes to the on-disk datastructures except for adding the new RDF term type. This enables people...

Is there a way that Fuseki can have authentication support without needing a specific integration with each option? Via Apache Shiro perhaps?