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

new: adjust DGL to ArangoDB interface for increased accessibility #24

Merged
merged 16 commits into from
Jun 29, 2022

Commits on Jun 12, 2022

  1. #23: initial commit

    aMahanna committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    e5755a7 View commit details
    Browse the repository at this point in the history
  2. Update build.yml

    aMahanna committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    99448e2 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    aMahanna authored Jun 12, 2022
    Configuration menu
    Copy the full SHA
    b33e9f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. remove: unecessary dict merge using Kwargs

    The DGL HeteroNodeDataView / HeteroEdgeDataView is able to track previously inserted features, so this is not needed
    aMahanna committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e5491d0 View commit details
    Browse the repository at this point in the history
  2. remove: setuptools_scm from setup.py

    deprecated in favor of pyproject.toml usage
    aMahanna committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2a0d11d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    aMahanna committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    6edd205 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. remove: __validate_attributes()

    Uncessary noise as we already have proper docstring examples
    aMahanna committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f9c6044 View commit details
    Browse the repository at this point in the history
  2. pragma: no cover

    aMahanna committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    76659cd View commit details
    Browse the repository at this point in the history
  3. fix: black

    aMahanna committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    35db7b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. chg: #24 (after redefining scope)

    aMahanna committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ce46d83 View commit details
    Browse the repository at this point in the history
  2. new: CodeQL Action v2

    aMahanna committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ba8a4fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f81ebb View commit details
    Browse the repository at this point in the history
  4. Update adapter.py

    aMahanna committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    cab2dcd View commit details
    Browse the repository at this point in the history
  5. fix: increase coverage

    aMahanna committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    6c43e2d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    2776a3b View commit details
    Browse the repository at this point in the history
  2. bump: python-arango version

    aMahanna committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    123412e View commit details
    Browse the repository at this point in the history