2021-03-08 |
Use logger rather than out/err
Alex Tucker
committed
on 8 Mar 2021
|
---|---|
Move the uncurry to later to eagerly parse the config and load the data from files only once.
Alex Tucker
committed
on 8 Mar 2021
|
|
2021-03-05 |
Remove debugging.
Alex Tucker
committed
on 5 Mar 2021
|
Move error reason to message, not stack-trace.
Alex Tucker
committed
on 5 Mar 2021
|
|
-i -> ignore errors (exceptions) rather than failures & errors.
Alex Tucker
committed
on 5 Mar 2021
|
|
Override default test directory.
Alex Tucker
committed
on 5 Mar 2021
|
|
Some refactoring to add tests to figure out the reason for exceptions.
Alex Tucker
committed
on 5 Mar 2021
|
|
2021-02-22 |
Allow multiple test directories to be specified.
Alex Tucker
committed
on 22 Feb 2021
|
2021-02-10 |
Bump Jena -> 3.17.0, redo build.sbt and start adding GraalVM build.
Alex Tucker
committed
on 10 Feb 2021
|
Use Using properly. Add stacktrace to exception/error.
Alex Tucker
committed
on 10 Feb 2021
|
|
2021-02-09 |
Clean & use Using()
Alex Tucker
committed
on 9 Feb 2021
|
Bump versions: scala -> 2.13.4; scopt -> .0.0; scala-xml -> 1.3.0; sbt -> 1.4.7.
Alex Tucker
committed
on 9 Feb 2021
|
|
Don't use prettyprinter so to avoid adding whitespace in error/failure reasons.
Alex Tucker
committed
on 9 Feb 2021
|
|
2021-02-08 |
Put output message in body of <failure>, using CDATA to preserve line endings.
Alex Tucker
committed
on 8 Feb 2021
|
Found the JUnit/Jenkins reverse engineered docs; updated to distinguish errors & failures.
Alex Tucker
committed
on 8 Feb 2021
|
|
2020-09-11 |
Add -l option to add/set limits on SELECT queries
Alex Tucker
committed
on 11 Sep 2020
|
2020-09-09 |
Add --from to be able to specify one or more graphs to restrict queries to (currently over HTTP)
Alex Tucker
committed
on 9 Sep 2020
|
2020-06-19 |
Attempt to add limited oAuth support via supplied token.
Alex Tucker
committed
on 19 Jun 2020
|
2019-03-19 |
Remove ENTRYPOINT as it messes things up.
Alex Tucker
committed
on 19 Mar 2019
|
2019-03-15 |
Create Docker image
Alex Tucker
committed
on 15 Mar 2019
|
Bump scala to 2.12.8 and sbt to 1.2.8. Create sparql-test-runner jar and make it run the test runner directly.
Alex Tucker
committed
on 15 Mar 2019
|
|
Add -p option to bind query vars directly by replacing given vars in query text.
Alex Tucker
committed
on 15 Mar 2019
|
|
2018-07-17 |
Catch exceptions running queries.
Alex Tucker
committed
on 17 Jul 2018
|
2018-06-25 |
Add APLv2
Alex Tucker
committed
on 25 Jun 2018
|
2018-06-08 |
Bump version to 1.3
Alex Tucker
committed
on 8 Jun 2018
|
2018-06-07 |
Allow basic auth against remote endpoint.
Alex Tucker
committed
on 7 Jun 2018
|
2018-05-23 |
Fix comparing absolute file path with relative one.
Alex Tucker
committed
on 23 May 2018
|
Add option to alternatively run against a remote SPARQL endpoint.
Alex Tucker
committed
on 23 May 2018
|
|
2018-03-02 |
Added another tool: runs SPARQL updates in place on a file.
Alex Tucker
committed
on 2 Mar 2018
|
2018-02-13 |
Make 'sparql' command work again by importing jena-cmds. Invert expectations of ASK queries.
Alex Tucker
committed
on 13 Feb 2018
|