Skip to content
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

Merged
merged 54 commits into from
Nov 18, 2024

Conversation

AnnaBobasheva
Copy link
Member

No description provided.

remiceres and others added 30 commits July 1, 2024 19:22
…_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.
Resolved the issue where the web server displayed incorrect data on specific SPARQL endpoints.

Closes #192
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.
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.
- Use canonicalRDF
- Fix Sparql Tests
- Check if result is not null
dependabot bot and others added 24 commits August 2, 2024 00:50
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]>
…rc/test/resources/data/rdf-star-main/rexml-3.3.3
…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
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]>
…rc/test/resources/data/rdf-star-main/rexml-3.3.6
…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
@AnnaBobasheva AnnaBobasheva merged commit 78bc4a1 into doc_development Nov 18, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants