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

MergeV, MergeE, & Option Steps #214

Open
wants to merge 52 commits into
base: master
Choose a base branch
from

Commits on Jul 10, 2024

  1. First pass

    criminosis committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e2c85cf View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    8486503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e06fe55 View commit details
    Browse the repository at this point in the history
  3. Relaxed property step keys to Into<GValue> from &str

    support converting a TraversalBuilder into GValue via Bytecode
    criminosis committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b569530 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ec7c71 View commit details
    Browse the repository at this point in the history
  5. Implemented From<HashMap<GKey, GValue>> for MergeVertexStep to suppor…

    …t literal maps being defined for mergeV steps
    criminosis committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7cf15cd View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    6a0f4c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f4aee6 View commit details
    Browse the repository at this point in the history
  3. Use Docker Compose v2 via "docker compose" vs v1's "docker-compose" i…

    …n order to leverage v2's wait flag
    criminosis committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    dddf8c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1d7096 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d3a300 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f56392 View commit details
    Browse the repository at this point in the history
  7. Formatting

    criminosis committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    dada863 View commit details
    Browse the repository at this point in the history
  8. FIxed if condition

    criminosis committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    bc94862 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80357fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    18051d3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6737d91 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7a8a0cd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    097fa04 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aff1d27 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    44cdfd3 View commit details
    Browse the repository at this point in the history
  16. Implemented mergeE step

    criminosis committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    1c97441 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8b28edc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    72615b9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    edffffb View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    7a255df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09d562c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97b677c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Also update property_many, property_with_cardinality, and property_ma…

    …ny_with_cardinality to take a Key that impls Into<GValue> instead of just &str
    criminosis committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f0115d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 6, 2024

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

Commits on Aug 22, 2024

  1. Arc tungstenite::Error into WebSocketAsync error to maintain Async er…

    …ror enum back to caller
    criminosis committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cdcc212 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

    criminosis committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    093c04c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    802a20c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Exploratory logging

    criminosis committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    03c24fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a342d8c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    ec1437d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    784ca87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c10ceaa View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Implemented None step

    criminosis committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6a94a88 View commit details
    Browse the repository at this point in the history
  2. Implemented iterator() method on returned remote stream to consume st…

    …ream for only Null terminated traversals
    criminosis committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    bce3737 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    5db2b58 View commit details
    Browse the repository at this point in the history
  2. Formatting

    criminosis committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8082d3b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 27, 2024

  1. Revert "Removed internal channel bounding"

    This reverts commit 7500820.
    criminosis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    839ef5e View commit details
    Browse the repository at this point in the history
  2. Revert "Formatting"

    This reverts commit 8082d3b.
    criminosis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    41c753d View commit details
    Browse the repository at this point in the history
  3. Revert "Trial connection multiplexing for non-credential configured c…

    …lients"
    
    This reverts commit 5db2b58.
    criminosis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    19c9a40 View commit details
    Browse the repository at this point in the history
  4. Revert "Added uuid to connection instance logging"

    This reverts commit a342d8c.
    criminosis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cebe99a View commit details
    Browse the repository at this point in the history
  5. Revert "Exploratory logging"

    This reverts commit 03c24fe.
    criminosis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3b894b4 View commit details
    Browse the repository at this point in the history
  6. Formatting

    criminosis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f2d4346 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c5bf51 View commit details
    Browse the repository at this point in the history