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

Cli client #157

Merged
merged 16 commits into from
Feb 2, 2021
Merged

Cli client #157

merged 16 commits into from
Feb 2, 2021

Commits on Jan 29, 2021

  1. Add ping support via CLI

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a7994c1 View commit details
    Browse the repository at this point in the history
  2. Panic in case of unknown command

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    89a3677 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    736c0bd View commit details
    Browse the repository at this point in the history
  4. enforce at least one nested subcommand

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    3e1d42b View commit details
    Browse the repository at this point in the history
  5. Support create edge via CLI

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d040629 View commit details
    Browse the repository at this point in the history
  6. Support counting vertices and edges via CLI

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    19c4132 View commit details
    Browse the repository at this point in the history
  7. Support setting vertex and edge properties via CLI

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    bc87423 View commit details
    Browse the repository at this point in the history
  8. Support vertex and edge lookups via CLI

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    dfcf11f View commit details
    Browse the repository at this point in the history
  9. Support delete operations via CLI

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    16ba64f View commit details
    Browse the repository at this point in the history
  10. Add support for vertex and edge get using CLI

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    e67b02c View commit details
    Browse the repository at this point in the history
  11. Refactor common arg parsing into a separate method

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    bbdc2db View commit details
    Browse the repository at this point in the history
  12. Cargo fmt fixes

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    2167549 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Refactor transaction instance creation

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    2b1672c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Move invalid vertex error out of lib

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b684feb View commit details
    Browse the repository at this point in the history
  2. Cargo fmt fixes

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    c4819b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. fix clippy warnings

    Signed-off-by: binoychitale <binoychitale@gmail.com>
    binoychitale committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    bd06214 View commit details
    Browse the repository at this point in the history