[jira] [Commented] (TINKERPOP-1967) Add a connectedComponent() step

2018-06-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16513749#comment-16513749 ] ASF GitHub Bot commented on TINKERPOP-1967: --- Github user asfgit closed the

[GitHub] tinkerpop pull request #877: Tinkerpop 1967 Add a connectedComponent() step ...

2018-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/877 ---

[GitHub] tinkerpop issue #877: Tinkerpop 1967 Add a connectedComponent() step - vtsla...

2018-06-15 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/877 merged - thanks! ---

[jira] [Commented] (TINKERPOP-1878) Sparql to Gremlin Transpiler

2018-06-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16513742#comment-16513742 ] ASF GitHub Bot commented on TINKERPOP-1878: --- Github user spmallette comment

[GitHub] tinkerpop issue #878: Updated transpilers.asciidoc

2018-06-15 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/878 merged - also note that i've now rebased TINKERPOP-1878 on master ---

[GitHub] tinkerpop pull request #878: Updated transpilers.asciidoc

2018-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/878 ---

[jira] [Commented] (TINKERPOP-1822) Repeat should depth first search

2018-06-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16513725#comment-16513725 ] ASF GitHub Bot commented on TINKERPOP-1822: --- Github user spmallette comment

[GitHub] tinkerpop pull request #838: TINKERPOP-1822: Change default RepeatStep to DF...

2018-06-15 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/838#discussion_r195710841 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatStep.java --- @@ -273,11 +300,40 @@ public Repea

[jira] [Commented] (TINKERPOP-967) Support nested-repeat() structures

2018-06-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16513710#comment-16513710 ] ASF GitHub Bot commented on TINKERPOP-967: -- Github user spmallette commented

[GitHub] tinkerpop pull request #876: TINKERPOP-967 Support nested-repeat() structure...

2018-06-15 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/876#discussion_r195708305 --- Diff: gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatTest.java --- @@ -386,5 +456,26 @@ public void

[GitHub] tinkerpop pull request #878: Updated transpilers.asciidoc

2018-06-15 Thread harsh9t
GitHub user harsh9t opened a pull request: https://github.com/apache/tinkerpop/pull/878 Updated transpilers.asciidoc Changes: - fixed non-working queries (queries which returned no results) - updated documentation with more examples in the limitations section - updated ex