-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge development changes to doc_development #201
Commits on Jul 1, 2024
-
refactor: Update JUnitTestFileGenerator to use relative path for TEST…
…_REPORT_FILE This commit updates the JUnitTestFileGenerator class to use a relative path for the TEST_REPORT_FILE constant. Instead of directly referencing the exportPath, the code now uses the System.getProperty("user.dir") to get the current working directory and constructs the relative path to the testReport.csv file. This change ensures that the TEST_REPORT_FILE is always correctly resolved, regardless of the location of the project.
Configuration menu - View commit details
-
Copy full SHA for 8545824 - Browse repository at this point
Copy the full SHA 8545824View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56ff189 - Browse repository at this point
Copy the full SHA 56ff189View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0cf633 - Browse repository at this point
Copy the full SHA c0cf633View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9726dd9 - Browse repository at this point
Copy the full SHA 9726dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc7f683 - Browse repository at this point
Copy the full SHA bc7f683View commit details -
fix: Corrected web server display issue
Resolved the issue where the web server displayed incorrect data on specific SPARQL endpoints. Closes #192
Configuration menu - View commit details
-
Copy full SHA for d9c015b - Browse repository at this point
Copy the full SHA d9c015bView commit details -
refactor: Update canonicalize.java to use default RDFC10SHA256 algorithm
This commit updates the canonicalize.java file to use the default RDFC10SHA256 algorithm for converting input files. The previous code allowed for specifying different algorithms, but it was unnecessary complexity. By using the default algorithm, we simplify the code and improve maintainability.
Configuration menu - View commit details
-
Copy full SHA for fb480e8 - Browse repository at this point
Copy the full SHA fb480e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e741e2f - Browse repository at this point
Copy the full SHA e741e2fView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 496c6f5 - Browse repository at this point
Copy the full SHA 496c6f5View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for affc830 - Browse repository at this point
Copy the full SHA affc830View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6026c - Browse repository at this point
Copy the full SHA aa6026cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e175101 - Browse repository at this point
Copy the full SHA e175101View commit details -
refactor: Add support for retrieving triples in Markdown format
This commit adds a new endpoint to the SPARQLRestAPI class for retrieving triples in Markdown format. The new endpoint is accessible via a GET request and accepts the same parameters as the existing endpoints. The response will be formatted as Markdown, allowing users to easily view and analyze the triples. This feature enhances the flexibility and usability of the API.
Configuration menu - View commit details
-
Copy full SHA for defc82b - Browse repository at this point
Copy the full SHA defc82bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6425335 - Browse repository at this point
Copy the full SHA 6425335View commit details
Commits on Jul 10, 2024
-
Improve Corese-Command unit test
- Use canonicalRDF - Fix Sparql Tests - Check if result is not null
Configuration menu - View commit details
-
Copy full SHA for a79ece9 - Browse repository at this point
Copy the full SHA a79ece9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d451dae - Browse repository at this point
Copy the full SHA d451daeView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d8b8b3 - Browse repository at this point
Copy the full SHA 4d8b8b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 931cd8a - Browse repository at this point
Copy the full SHA 931cd8aView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb15ca8 - Browse repository at this point
Copy the full SHA eb15ca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c28458b - Browse repository at this point
Copy the full SHA c28458bView commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d056895 - Browse repository at this point
Copy the full SHA d056895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 998aec0 - Browse repository at this point
Copy the full SHA 998aec0View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7f9ecf - Browse repository at this point
Copy the full SHA a7f9ecfView commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b72fd8 - Browse repository at this point
Copy the full SHA 9b72fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d2352f - Browse repository at this point
Copy the full SHA 3d2352fView commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0c3c6a - Browse repository at this point
Copy the full SHA b0c3c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb0c3ec - Browse repository at this point
Copy the full SHA cb0c3ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c3b7b - Browse repository at this point
Copy the full SHA 10c3b7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4726d8a - Browse repository at this point
Copy the full SHA 4726d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e0fd7 - Browse repository at this point
Copy the full SHA 45e0fd7View commit details
Commits on Aug 2, 2024
-
Bump rexml in /corese-unit-test/src/test/resources/data/rdf-star-main
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.3. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.5...v3.3.3) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50220fa - Browse repository at this point
Copy the full SHA 50220faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58db614 - Browse repository at this point
Copy the full SHA 58db614View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c26901 - Browse repository at this point
Copy the full SHA 0c26901View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd65a90 - Browse repository at this point
Copy the full SHA cd65a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5537bed - Browse repository at this point
Copy the full SHA 5537bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2afe1f - Browse repository at this point
Copy the full SHA b2afe1fView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 835f611 - Browse repository at this point
Copy the full SHA 835f611View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1247385 - Browse repository at this point
Copy the full SHA 1247385View commit details -
Configuration menu - View commit details
-
Copy full SHA for c00b228 - Browse repository at this point
Copy the full SHA c00b228View commit details -
Configuration menu - View commit details
-
Copy full SHA for f068150 - Browse repository at this point
Copy the full SHA f068150View commit details
Commits on Aug 20, 2024
-
Merge branch 'development' into dependabot/bundler/corese-unit-test/s…
…rc/test/resources/data/rdf-star-main/rexml-3.3.3
Configuration menu - View commit details
-
Copy full SHA for 1c27562 - Browse repository at this point
Copy the full SHA 1c27562View commit details -
Merge pull request #195 from Wimmics/dependabot/bundler/corese-unit-t…
…est/src/test/resources/data/rdf-star-main/rexml-3.3.3 Bump rexml from 3.2.5 to 3.3.3 in /corese-unit-test/src/test/resources/data/rdf-star-main
Configuration menu - View commit details
-
Copy full SHA for f0f4c17 - Browse repository at this point
Copy the full SHA f0f4c17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 480c0da - Browse repository at this point
Copy the full SHA 480c0daView commit details
Commits on Aug 22, 2024
-
Bump rexml in /corese-unit-test/src/test/resources/data/rdf-star-main
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.6. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.5...v3.3.6) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2807a43 - Browse repository at this point
Copy the full SHA 2807a43View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2bf7bf - Browse repository at this point
Copy the full SHA f2bf7bfView commit details -
Merge branch 'development' into dependabot/bundler/corese-unit-test/s…
…rc/test/resources/data/rdf-star-main/rexml-3.3.6
Configuration menu - View commit details
-
Copy full SHA for 62e4e4f - Browse repository at this point
Copy the full SHA 62e4e4fView commit details -
Merge pull request #196 from Wimmics/dependabot/bundler/corese-unit-t…
…est/src/test/resources/data/rdf-star-main/rexml-3.3.6 Bump rexml from 3.2.5 to 3.3.6 in /corese-unit-test/src/test/resources/data/rdf-star-main
Configuration menu - View commit details
-
Copy full SHA for 0a26499 - Browse repository at this point
Copy the full SHA 0a26499View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d84a53 - Browse repository at this point
Copy the full SHA 2d84a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb37b6 - Browse repository at this point
Copy the full SHA 0bb37b6View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f04dca1 - Browse repository at this point
Copy the full SHA f04dca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5871d41 - Browse repository at this point
Copy the full SHA 5871d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5779810 - Browse repository at this point
Copy the full SHA 5779810View commit details -
Configuration menu - View commit details
-
Copy full SHA for cffc7c2 - Browse repository at this point
Copy the full SHA cffc7c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bca607c - Browse repository at this point
Copy the full SHA bca607cView commit details