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

remove py2neo as primary database driver #235

Merged
merged 21 commits into from
Feb 22, 2024
Merged

remove py2neo as primary database driver #235

merged 21 commits into from
Feb 22, 2024

Commits on Feb 1, 2024

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

Commits on Feb 2, 2024

  1. Update AWS mock in tests

    ianmkenney committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c45bb81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beee944 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Added back py2neo

    At this stage a full replacement of the subgraph
    class makes things too complicated. Instead,
    we'll make new functions take in subgraphs as arguments
    and operate on those at a lower level.
    ianmkenney committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8b7c493 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    b4b9bd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e687d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    ce1be4e View commit details
    Browse the repository at this point in the history
  2. Added create_subgraph

    More spot fixes
    ianmkenney committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c824822 View commit details
    Browse the repository at this point in the history
  3. More spot fixes

    ianmkenney committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e29de33 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    9b1ea97 View commit details
    Browse the repository at this point in the history
  2. Fixed test_cli.py

    ianmkenney committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2f2a387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9552507 View commit details
    Browse the repository at this point in the history
  4. sensible function rename

    ianmkenney committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5b8d3f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af44efe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf604f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Cleanup

    ianmkenney committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a763bf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    53dbcab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51ed9de View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    c8d3142 View commit details
    Browse the repository at this point in the history
  2. Extracted function

    ianmkenney committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b6354d3 View commit details
    Browse the repository at this point in the history