[GitHub] [tinkerpop] spmallette commented on issue #967: TINKERPOP-2077: Add default create() method to VertexProgram.Builder

2018-10-23 Thread GitHub
i've re-targetted the PR to tp33 because the tp32 branch is only for the worst bugs at this point. restarted the travis build as well. [ Full content available at: https://github.com/apache/tinkerpop/pull/967 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] aboudreault commented on issue #964: TINKERPOP-2071: gremlin-python: g:Set graphson deserializer should return a python set

2018-10-23 Thread GitHub
@spmallette I addressed comments and fixed the initial issue we were seeing in travis. However, I am not able to reproduce this one: https://travis-ci.org/apache/tinkerpop/jobs/445261231#L7397 , everything seems to pass locally. Any pointer? [ Full content available at:

[jira] [Commented] (TINKERPOP-2078) ReferenceGraph rather than EmptyGraph or RemoteGraph

2018-10-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16661404#comment-16661404 ] ASF GitHub Bot commented on TINKERPOP-2078: --- spmallette opened a new pull request #968:

[GitHub] [tinkerpop] spmallette opened pull request #968: TINKERPOP-2078 Added ReferenceGraph

2018-10-23 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2078 Basically replaces `EmptyGraph.instance().withRemote()` for `ReferenceGraph.open().withRemote()` which is a bit more intuitive. ```text gremlin> graph = ReferenceGraph.open() ==>referencegraph[reference] gremlin> g =

[jira] [Commented] (TINKERPOP-2078) ReferenceGraph rather than EmptyGraph or RemoteGraph

2018-10-23 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16661278#comment-16661278 ] stephen mallette commented on TINKERPOP-2078: - Looks like this: {code} gremlin> graph =

[jira] [Updated] (TINKERPOP-2078) ReferenceGraph rather than EmptyGraph or RemoteGraph

2018-10-23 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2078: Description: {{RemoteGraph}} was long ago deprecated for {{withRemote()}}

[jira] [Created] (TINKERPOP-2079) Move RemoteGraph to test package

2018-10-23 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-2079: --- Summary: Move RemoteGraph to test package Key: TINKERPOP-2079 URL: https://issues.apache.org/jira/browse/TINKERPOP-2079 Project: TinkerPop

[jira] [Created] (TINKERPOP-2078) ReferenceGraph rather than EmptyGraph or RemoteGraph

2018-10-23 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-2078: --- Summary: ReferenceGraph rather than EmptyGraph or RemoteGraph Key: TINKERPOP-2078 URL: https://issues.apache.org/jira/browse/TINKERPOP-2078 Project:

Re: [DISCUSS] Options for withRemote()

2018-10-23 Thread Stephen Mallette
Robert Dale ended this thread with some interesting thoughtsbringing it back to life with: https://issues.apache.org/jira/browse/TINKERPOP-2078 On Wed, Aug 15, 2018 at 5:57 PM Robert Dale wrote: > I liked RemoteGraph. It was fairly concise in what it was. It also kept > things in line with

[jira] [Commented] (TINKERPOP-2077) VertexProgram.Builder should have a default create() method with no Graph

2018-10-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16660861#comment-16660861 ] ASF GitHub Bot commented on TINKERPOP-2077: --- PBGraff opened a new pull request #967:

[GitHub] [tinkerpop] PBGraff opened pull request #967: TINKERPOP-2077: Add default create() method to VertexProgram.Builder

2018-10-23 Thread GitHub
Adds a default create() method to the VertexProgram.Builder so that users don't need to specify null when no Graph is needed. [ Full content available at: https://github.com/apache/tinkerpop/pull/967 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Created] (TINKERPOP-2077) VertexProgram.Builder should have a default create() method with no Graph

2018-10-23 Thread Philip Graff (JIRA)
Philip Graff created TINKERPOP-2077: --- Summary: VertexProgram.Builder should have a default create() method with no Graph Key: TINKERPOP-2077 URL: https://issues.apache.org/jira/browse/TINKERPOP-2077

[jira] [Created] (TINKERPOP-2076) TinkerPop does not build with current (v11) Java version

2018-10-23 Thread Steve Strassmann (JIRA)
Steve Strassmann created TINKERPOP-2076: --- Summary: TinkerPop does not build with current (v11) Java version Key: TINKERPOP-2076 URL: https://issues.apache.org/jira/browse/TINKERPOP-2076 Project:

[jira] [Reopened] (TINKERPOP-2073) Generate tabs for static code blocks

2018-10-23 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-2073: - > Generate tabs for static code blocks > >

[jira] [Closed] (TINKERPOP-2073) Generate tabs for static code blocks

2018-10-23 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-2073. --- Resolution: Fixed > Generate tabs for static code blocks >

[jira] [Updated] (TINKERPOP-2073) Generate tabs for static code blocks

2018-10-23 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2073: Fix Version/s: 3.4.0 > Generate tabs for static code blocks >

[jira] [Commented] (TINKERPOP-2073) Generate tabs for static code blocks

2018-10-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16660742#comment-16660742 ] ASF GitHub Bot commented on TINKERPOP-2073: --- dkuppitz closed pull request #965:

[GitHub] [tinkerpop] dkuppitz closed pull request #965: TINKERPOP-2073 Generate tabs for static code blocks

2018-10-23 Thread GitHub
[ pull request closed by dkuppitz ] [ Full content available at: https://github.com/apache/tinkerpop/pull/965 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #964: TINKERPOP-2071: gremlin-python: g:Set graphson deserializer should return a python set

2018-10-23 Thread GitHub
I think there needs to be a documentation update too - i just noticed this: http://tinkerpop.apache.org/docs/3.3.4/reference/#_limitations [ Full content available at: https://github.com/apache/tinkerpop/pull/964 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Commented] (TINKERPOP-2064) Add status attributes to results for gremlin-javascript

2018-10-23 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16660631#comment-16660631 ] Jorge Bay commented on TINKERPOP-2064: -- Once TINKERPOP-2070 is reviewed and merged, I'll send a

[jira] [Commented] (TINKERPOP-2070) gremlin-javascript: Introduce Connection representation

2018-10-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16660557#comment-16660557 ] ASF GitHub Bot commented on TINKERPOP-2070: --- jorgebay commented on issue #966:

[jira] [Closed] (TINKERPOP-2066) Bump to Groovy 2.5.3

2018-10-23 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-2066. --- Resolution: Done > Bump to Groovy 2.5.3 > > >

[GitHub] [tinkerpop] jorgebay commented on issue #965: TINKERPOP-2073 Generate tabs for static code blocks

2018-10-23 Thread GitHub
thanks for tackling this, VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/965 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Commented] (TINKERPOP-2073) Generate tabs for static code blocks

2018-10-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16660415#comment-16660415 ] ASF GitHub Bot commented on TINKERPOP-2073: --- jorgebay commented on issue #965:

[jira] [Commented] (TINKERPOP-2070) gremlin-javascript: Introduce Connection representation

2018-10-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16660414#comment-16660414 ] ASF GitHub Bot commented on TINKERPOP-2070: --- jorgebay opened a new pull request #966:

[GitHub] [tinkerpop] jorgebay opened pull request #966: TINKERPOP-2070: Introduce Connection and ResultSet abstractions

2018-10-23 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2070 Extract `Connection` implementation out of the `DriverRemoteConnection`. The `DriverRemoteConnection` now uses a `Client` instance, a `Client` instance may contain one or more `Connection` instances, similar to the Python and .NET glv.