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

Rdf output adapter #338

Merged
merged 29 commits into from
Apr 24, 2024
Merged

Rdf output adapter #338

merged 29 commits into from
Apr 24, 2024

Commits on Jun 22, 2023

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

Commits on Apr 4, 2024

  1. Bump pillow from 10.0.1 to 10.3.0

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.3.0.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@10.0.1...10.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f1f57de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from thehyve/dependabot/pip/pillow-10.3.0

    Bump pillow from 10.0.1 to 10.3.0
    LoesvdBiggelaar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9a6596e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e06071 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 8, 2024

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

Commits on Apr 9, 2024

  1. include some namespaces. Currently it's hardcoded but it should be in…

    …tegrated with the config file.
    LoesvdBiggelaar committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5daec20 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    ab4905e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301927f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    e93f1ee View commit details
    Browse the repository at this point in the history
  2. create basic unit test. add dummy nodes and edges and check nr of nod…

    …es and edges written to xml file
    LoesvdBiggelaar committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6dd5590 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    588bb04 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    7656700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6c3fb View commit details
    Browse the repository at this point in the history
  3. use example data from fixtures and assert every node and 'edge' has a…

    … type relationship and that all nodes have property "id".
    LoesvdBiggelaar committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9853801 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75661be View commit details
    Browse the repository at this point in the history
  5. #106: fix integration test

    nilskre committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    21bb202 View commit details
    Browse the repository at this point in the history
  6. add some doc

    LoesvdBiggelaar committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    74a951d View commit details
    Browse the repository at this point in the history
  7. small changes

    LoesvdBiggelaar committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f5d85b9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #337 from thehyve/rdf

    first version of RDF conversion
    slobentanzer committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c58d64f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 22, 2024

  1. expand tests to check every triple individually. needed to rearrange/…

    …change code in the _RDFWriter
    LoesvdBiggelaar committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9c18792 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. docs format and phrasing

    slobentanzer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    51ba020 View commit details
    Browse the repository at this point in the history
  2. move output in TOC

    slobentanzer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fc14271 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d47b6a View commit details
    Browse the repository at this point in the history
  4. pre-commit

    slobentanzer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4b3860c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    861c9d0 View commit details
    Browse the repository at this point in the history
  6. move python versions to 3.10-3.12 due to

    support issue of 3.9 with the latest macOS on GitHub runners
    slobentanzer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e38bf3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    802f18f View commit details
    Browse the repository at this point in the history