[jira] [Created] (TINKERPOP-2087) It is not possible to add more then one edge property at the same time

2018-11-02 Thread JIRA
Fabian Gärtner created TINKERPOP-2087: - Summary: It is not possible to add more then one edge property at the same time Key: TINKERPOP-2087 URL: https://issues.apache.org/jira/browse/TINKERPOP-2087

[jira] [Work started] (TINKERPOP-2050) Add a .toGremlinGroovyString() method to Traversal class

2018-11-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on TINKERPOP-2050 started by stephen mallette. --- > Add a .toGremlinGroovyString() method to Traversal class > -

[GitHub] [tinkerpop] FlorianHockmann commented on issue #984: TINKERPOP-2065 iterate() now sends NoneStep

2018-11-02 Thread GitHub
Nice to get this optimization in the GLVs! VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/984 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #983: TINKERPOP-2069 Document Gremlin.Net driver config

2018-11-02 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/983 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Commented] (TINKERPOP-2065) Optimize iterate() for remote traversals

2018-11-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673309#comment-16673309 ] ASF GitHub Bot commented on TINKERPOP-2065: --- spmallette opened a new pull r

[GitHub] [tinkerpop] spmallette opened pull request #984: TINKERPOP-2065 iterate() now sends NoneStep

2018-11-02 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2065 Fixed this for python, .NET and js. This means that results will no longer be sent back from the server to the client (i.e. no client side iteration). Builds with `mvn clean install` VOTE +1 [ Full content available at: https://github.com/ap

[jira] [Commented] (TINKERPOP-2069) Document configuration of Gremlin.Net

2018-11-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673305#comment-16673305 ] ASF GitHub Bot commented on TINKERPOP-2069: --- FlorianHockmann opened a new p

[GitHub] [tinkerpop] FlorianHockmann opened pull request #983: TINKERPOP-2069 Document Gremlin.Net driver config

2018-11-02 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2069 This simply adds documentation on how to configure the Gremlin.Net driver to the reference docs. It also fixes a small mistake in the provider docs where we forgot to change the classes for GraphSON3 and it adds `localhost` as the default `ho

[jira] [Commented] (TINKERPOP-2065) Optimize iterate() for remote traversals

2018-11-02 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673229#comment-16673229 ] Florian Hockmann commented on TINKERPOP-2065: - Sounds good to me. Maybe w

[jira] [Commented] (TINKERPOP-2065) Optimize iterate() for remote traversals

2018-11-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673223#comment-16673223 ] stephen mallette commented on TINKERPOP-2065: - Yeah - it changes the whol

[jira] [Commented] (TINKERPOP-2065) Optimize iterate() for remote traversals

2018-11-02 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673209#comment-16673209 ] Florian Hockmann commented on TINKERPOP-2065: - I probably haven't enough

[jira] [Closed] (TINKERPOP-2086) Publish docs port for docker/build.sh -d

2018-11-02 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Hockmann closed TINKERPOP-2086. --- Resolution: Not A Problem > Publish docs port for docker/build.sh -d > --

[jira] [Commented] (TINKERPOP-2086) Publish docs port for docker/build.sh -d

2018-11-02 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673047#comment-16673047 ] Florian Hockmann commented on TINKERPOP-2086: - Hmm, then it's probably si

[jira] [Commented] (TINKERPOP-2086) Publish docs port for docker/build.sh -d

2018-11-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673032#comment-16673032 ] stephen mallette commented on TINKERPOP-2086: - >  run {{docker/build.sh -

[jira] [Updated] (TINKERPOP-2065) Optimize iterate() for remote traversals

2018-11-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2065: Description: In GLVs {{iterate()}} is not implemented as it is in Java where re

[jira] [Commented] (TINKERPOP-2086) Publish docs port for docker/build.sh -d

2018-11-02 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673024#comment-16673024 ] Robert Dale commented on TINKERPOP-2086: I don't seem to have this problem. 

[jira] [Commented] (TINKERPOP-2086) Publish docs port for docker/build.sh -d

2018-11-02 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673019#comment-16673019 ] Florian Hockmann commented on TINKERPOP-2086: - Yes, but when you're using

[jira] [Commented] (TINKERPOP-1942) Binary serialization format

2018-11-02 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673004#comment-16673004 ] Jorge Bay commented on TINKERPOP-1942: -- You are right, I've included it on {{gre

[jira] [Work started] (TINKERPOP-2065) Optimize hasNext() and iterate() for remote traversals

2018-11-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on TINKERPOP-2065 started by stephen mallette. --- > Optimize hasNext() and iterate() for remote traversals > ---

[jira] [Work stopped] (TINKERPOP-1921) Support hasNext terminal step in GLVs

2018-11-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on TINKERPOP-1921 stopped by stephen mallette. --- > Support hasNext terminal step in GLVs >

[jira] [Assigned] (TINKERPOP-1921) Support hasNext terminal step in GLVs

2018-11-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reassigned TINKERPOP-1921: --- Assignee: stephen mallette > Support hasNext terminal step in GLVs > ---

[jira] [Work started] (TINKERPOP-1921) Support hasNext terminal step in GLVs

2018-11-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on TINKERPOP-1921 started by stephen mallette. --- > Support hasNext terminal step in GLVs >

[jira] [Comment Edited] (TINKERPOP-2086) Publish docs port for docker/build.sh -d

2018-11-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16672950#comment-16672950 ] stephen mallette edited comment on TINKERPOP-2086 at 11/2/18 11:12 AM:

[jira] [Commented] (TINKERPOP-2086) Publish docs port for docker/build.sh -d

2018-11-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16672950#comment-16672950 ] stephen mallette commented on TINKERPOP-2086: - i don't follow. We already

[jira] [Created] (TINKERPOP-2086) Publish docs port for docker/build.sh -d

2018-11-02 Thread Florian Hockmann (JIRA)
Florian Hockmann created TINKERPOP-2086: --- Summary: Publish docs port for docker/build.sh -d Key: TINKERPOP-2086 URL: https://issues.apache.org/jira/browse/TINKERPOP-2086 Project: TinkerPop