-
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
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…_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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.