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

[WIP] Use Jest for Elasticsearch http #160

Closed
wants to merge 2 commits into from

Commits on Mar 8, 2017

  1. Use Jest for Elasticsearch http JanusGraph#92

    Issue: JanusGraph#92
    
    This adds http support to ElasticSearchIndex and removes support for the
    Transport and Client modes. It also refactors the add/delete scripts to
    use bindings since throwing a bunch of unique scripts at a Groovy
    compiler isn't the best idea.
    
    Signed-off-by: Keith Lohnes <krlohnes@us.ibm.com>
    Keith Lohnes committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    32c0391 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Split up test directories by es version.

    There are some small differences in the code required to test the
    different ES versions supported by JanusGraph. The code to support http
    in the ElasticSearchIndex, however, is the same. Therefore, I've only
    split up the test directories. If at some point in the future it's
    required to split up that file based off of version, we can do so then.
    
    Signed-off-by: Keith Lohnes <krlohnes@us.ibm.com>
    Keith Lohnes committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    6527a3e View commit details
    Browse the repository at this point in the history