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

Commits on Jul 1, 2024

  1. 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.
    remiceres committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8545824 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    56ff189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0cf633 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    9726dd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc7f683 View commit details
    Browse the repository at this point in the history
  3. fix: Corrected web server display issue

    Resolved the issue where the web server displayed incorrect data on specific SPARQL endpoints.
    
    Closes #192
    remiceres committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d9c015b View commit details
    Browse the repository at this point in the history
  4. 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.
    remiceres committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fb480e8 View commit details
    Browse the repository at this point in the history
  5. fix queryGETHTML

    remiceres committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e741e2f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    496c6f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. factoring test utilities

    MaillPierre committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    affc830 View commit details
    Browse the repository at this point in the history
  2. all result format tested

    MaillPierre committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    aa6026c View commit details
    Browse the repository at this point in the history
  3. update tests first draft

    MaillPierre committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e175101 View commit details
    Browse the repository at this point in the history
  4. 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.
    remiceres committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    defc82b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6425335 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Improve Corese-Command unit test

    - Use canonicalRDF
    - Fix Sparql Tests
    - Check if result is not null
    remiceres committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a79ece9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d451dae View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Minor fix

    MaillPierre committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4d8b8b3 View commit details
    Browse the repository at this point in the history
  2. minor fix

    MaillPierre committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    931cd8a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    eb15ca8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c28458b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    d056895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    998aec0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Fix typos in cli doc

    remiceres committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a7f9ecf View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    9b72fd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d2352f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    b0c3c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb0c3ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c3b7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4726d8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45e0fd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. 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]>
    dependabot[bot] authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    50220fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58db614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c26901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd65a90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5537bed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2afe1f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    835f611 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    1247385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c00b228 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f068150 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Merge branch 'development' into dependabot/bundler/corese-unit-test/s…

    …rc/test/resources/data/rdf-star-main/rexml-3.3.3
    remiceres authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1c27562 View commit details
    Browse the repository at this point in the history
  2. 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
    remiceres authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f0f4c17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    480c0da View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. 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]>
    dependabot[bot] authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2807a43 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    f2bf7bf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' into dependabot/bundler/corese-unit-test/s…

    …rc/test/resources/data/rdf-star-main/rexml-3.3.6
    remiceres authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    62e4e4f View commit details
    Browse the repository at this point in the history
  3. 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
    remiceres authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0a26499 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    2d84a53 View commit details
    Browse the repository at this point in the history
  2. refactoring of utilities

    MaillPierre committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0bb37b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Bug fix

    MaillPierre committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f04dca1 View commit details
    Browse the repository at this point in the history
  2. completing unit tests

    MaillPierre committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5871d41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5779810 View commit details
    Browse the repository at this point in the history
  4. cleaning

    MaillPierre committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cffc7c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bca607c View commit details
    Browse the repository at this point in the history