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: preserve_adb_keys in PyG to ArangoDB #11

Merged
merged 70 commits into from
Sep 21, 2022
Merged

Commits on Aug 1, 2022

  1. initial commit

    aMahanna committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    0bf2609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42bb841 View commit details
    Browse the repository at this point in the history
  3. temp: black hack

    aMahanna committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d8d151b View commit details
    Browse the repository at this point in the history
  4. Update conftest.py

    aMahanna committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d6dab74 View commit details
    Browse the repository at this point in the history
  5. Update build.yml

    aMahanna committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e91cff1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29eeb63 View commit details
    Browse the repository at this point in the history
  7. remove: temp conftest hack

    aMahanna committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    fde393d View commit details
    Browse the repository at this point in the history
  8. cleanup: abc

    aMahanna committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    acbd39c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97084a7 View commit details
    Browse the repository at this point in the history
  10. fix: black

    aMahanna committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    eef7018 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f5f3f0a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2e2d6f4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1ac09cf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. cleanup

    aMahanna committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    32a234b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    aMahanna committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    78b15b2 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    aMahanna committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d4a4608 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6333dd4 View commit details
    Browse the repository at this point in the history
  5. fix: black

    aMahanna committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b6455a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca09c73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b1d1ea View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. checkpoint

    aMahanna committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    4bb66f1 View commit details
    Browse the repository at this point in the history
  2. new: lazy attempt at #4

    aMahanna committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    aca385a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c5ed73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0249467 View commit details
    Browse the repository at this point in the history
  5. temp: disable (partial) feature validation in assert_arangodb_data

    this needs to be cleaned up anyway
    aMahanna committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    84d62b1 View commit details
    Browse the repository at this point in the history
  6. cleanup: adapter.py

    aMahanna committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    f91c8f0 View commit details
    Browse the repository at this point in the history
  7. move: preserve_adb_keys

    aMahanna committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    a8b8b73 View commit details
    Browse the repository at this point in the history
  8. cleanup: pyg_keys

    aMahanna committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e17be93 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63ea00d View commit details
    Browse the repository at this point in the history
  10. temp: # flake8: noqa

    (bypassing for now to see the passing tests)
    aMahanna committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    f787e64 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bf14832 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    03e6ea3 View commit details
    Browse the repository at this point in the history
  13. fix: black

    aMahanna committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    17d008d View commit details
    Browse the repository at this point in the history
  14. fix: typo

    aMahanna committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    ab41595 View commit details
    Browse the repository at this point in the history
  15. remove: cudf imports

    out of this PR's scope
    aMahanna committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    847ebae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a9734a9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ef135a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. fix: map typings

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    bd384b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d01224 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a49d9d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82e02f8 View commit details
    Browse the repository at this point in the history
  5. cleanup: test_adapter

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    79ae252 View commit details
    Browse the repository at this point in the history
  6. update docstring

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    83799a7 View commit details
    Browse the repository at this point in the history
  7. fix: flake8

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d9073fe View commit details
    Browse the repository at this point in the history
  8. update: docstrings

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e83bcd8 View commit details
    Browse the repository at this point in the history
  9. fix: default param value

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    011911b View commit details
    Browse the repository at this point in the history
  10. fix: docstring

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ee40271 View commit details
    Browse the repository at this point in the history
  11. cleanup

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f114b9a View commit details
    Browse the repository at this point in the history
  12. fix: black

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c09987a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c4182c0 View commit details
    Browse the repository at this point in the history
  14. update release.yml

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d7e2e19 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fa2e4cb View commit details
    Browse the repository at this point in the history
  16. Update README.md

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c56196b View commit details
    Browse the repository at this point in the history
  17. move: __build_tensor_from_dataframe

    also minor cleanup
    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    751fd28 View commit details
    Browse the repository at this point in the history
  18. bump

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    abf477b View commit details
    Browse the repository at this point in the history
  19. Revert "bump"

    This reverts commit abf477b.
    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d627902 View commit details
    Browse the repository at this point in the history
  20. Update test_adapter.py

    aMahanna committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f47a12e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    c0eb5b4 View commit details
    Browse the repository at this point in the history
  2. fix: flake8

    aMahanna committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4637506 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    aMahanna committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    123df0e View commit details
    Browse the repository at this point in the history
  4. Update README.md

    aMahanna committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    e72a396 View commit details
    Browse the repository at this point in the history
  5. cleanup: test_adapter

    aMahanna committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4dcd032 View commit details
    Browse the repository at this point in the history
  6. cleanup: progress bars

    aMahanna committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    ae47341 View commit details
    Browse the repository at this point in the history
  7. update: documentation

    aMahanna committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    df07def View commit details
    Browse the repository at this point in the history
  8. new: address comments

    aMahanna committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a292744 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e31443 View commit details
    Browse the repository at this point in the history
  10. fix: black & mypy

    aMahanna committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    c9f66a8 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    aMahanna committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    867729f View commit details
    Browse the repository at this point in the history
  12. Update README.md

    aMahanna committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    92bf916 View commit details
    Browse the repository at this point in the history
  13. new: adbpyg 1.1.0 notebook

    aMahanna committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    2d5c135 View commit details
    Browse the repository at this point in the history