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

2018-11-05 Thread GitHub
Nice! 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

[jira] [Commented] (TINKERPOP-2085) Remove dependency on Mono

2018-11-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674989#comment-16674989 ] stephen mallette commented on TINKERPOP-2085: - ugh - that was my life when i first

[jira] [Created] (TINKERPOP-2089) Javascript DSL support

2018-11-05 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-2089: --- Summary: Javascript DSL support Key: TINKERPOP-2089 URL: https://issues.apache.org/jira/browse/TINKERPOP-2089 Project: TinkerPop Issue Type:

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

2018-11-05 Thread GitHub
[ pull request closed by jorgebay ] [ Full content available at: https://github.com/apache/tinkerpop/pull/966 ] 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-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675161#comment-16675161 ] ASF GitHub Bot commented on TINKERPOP-2064: --- jorgebay opened a new pull request #985:

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

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675141#comment-16675141 ] ASF GitHub Bot commented on TINKERPOP-2070: --- jorgebay closed pull request #966:

[GitHub] [tinkerpop] spmallette commented on issue #968: TINKERPOP-2078 Added AnonymousTraversalSource

2018-11-05 Thread GitHub
All good suggestions @FlorianHockmann - I believe I've implemented all of them and pushed now. [ Full content available at: https://github.com/apache/tinkerpop/pull/968 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Closed] (TINKERPOP-1516) Deprecate OptOut and OptIn

2018-11-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1516. --- Resolution: Won't Do I don't think I want to touch the test suite at this stage.

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

2018-11-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-2065. --- Resolution: Done Fix Version/s: 3.3.5 3.4.0 > Optimize

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

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

[jira] [Closed] (TINKERPOP-1517) Introduce a GraphProviderSource

2018-11-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1517. --- Resolution: Won't Do I don't think I want to touch the test suite at this stage.

[jira] [Updated] (TINKERPOP-2059) Modulation of valueMap()

2018-11-05 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz updated TINKERPOP-2059: -- Labels: breaking (was: ) > Modulation of valueMap() > >

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

2018-11-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675382#comment-16675382 ] ASF GitHub Bot commented on TINKERPOP-2065: --- spmallette closed pull request #984:

[GitHub] [tinkerpop] dkuppitz opened pull request #986: TINKERPOP-2059

2018-11-05 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2059 Implemented `by()` and `with()` modulators for `valueMap()` step. `docker/build.sh -t -i -n` passed and docs generated via `docker/build.sh -d` look good. VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/986 ]

[jira] [Closed] (TINKERPOP-1200) Add a Traversal test case for each TraversalSource method.

2018-11-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1200. --- Resolution: Not A Problem Doesn't look like this is an issue anymore. The

[jira] [Updated] (TINKERPOP-1378) Provide a config for Optout

2018-11-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1378: Labels: (was: test) This one has been around for a while. At this point, I

[GitHub] [tinkerpop] dkuppitz commented on issue #982: TINKERPOP-2072 Refactored TypeTranslator for direction extension

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

[GitHub] [tinkerpop] dkuppitz commented on issue #972: TINKERPOP-2067 Allow getting raw JToken data from Gremlin.Net.Driver.GremlinClient.

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

[GitHub] [tinkerpop] spmallette commented on pull request #986: TINKERPOP-2059 Modulation of valueMap()

2018-11-05 Thread GitHub
needs javadoc "@deprecated As of release 3.4.0, replaced by {@link ...}" also needed below in the `__` class. [ Full content available at: https://github.com/apache/tinkerpop/pull/986 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on pull request #986: TINKERPOP-2059 Modulation of valueMap()

2018-11-05 Thread GitHub
needs javadoc `@deprecated As of release 3.4.0, replaced by {@link ...}` also needed below in the `__` class. [ Full content available at: https://github.com/apache/tinkerpop/pull/986 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on issue #981: TINKERPOP-2084 Display remote stacktrace in gremlin console

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

[GitHub] [tinkerpop] spmallette commented on pull request #986: TINKERPOP-2059 Modulation of valueMap()

2018-11-05 Thread GitHub
I don't think we should remove any old tests for the old signature. Those still need to be tested since we've only deprecated the approach. [ Full content available at: https://github.com/apache/tinkerpop/pull/986 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on pull request #986: TINKERPOP-2059 Modulation of valueMap()

2018-11-05 Thread GitHub
Mentioned this earlier, but let's keep the `valueMap(true)` tests since we have to maintain that deprecated code. There are other places as well obviously where the `valueMap(true)` tests need to be brought back. Just duplicate the test basically - one for the old way and one for the new way.

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

2018-11-05 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

[GitHub] [tinkerpop] dkuppitz commented on pull request #986: TINKERPOP-2059 Modulation of valueMap()

2018-11-05 Thread GitHub
Can't mix those here, the hashCodes collide. [ Full content available at: https://github.com/apache/tinkerpop/pull/986 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] dkuppitz commented on pull request #986: TINKERPOP-2059 Modulation of valueMap()

2018-11-05 Thread GitHub
I kept the boolean overload tests in `ValueMapTest`. I don't think `AddVertexTest` should be used to test several `valueMap` overloads, but ... I'll add them back. [ Full content available at: https://github.com/apache/tinkerpop/pull/986 ] This message was relayed via gitbox.apache.org for

[GitHub] [tinkerpop] spmallette commented on pull request #986: TINKERPOP-2059 Modulation of valueMap()

2018-11-05 Thread GitHub
ok - as long as we at least exercise the old stuff sufficiently then no need to bring them all back. I just saw these removed and didn't realize that there were others still hanging about. however you feel like handling it is fine in that case. [ Full content available at:

[GitHub] [tinkerpop] spmallette commented on pull request #986: TINKERPOP-2059 Modulation of valueMap()

2018-11-05 Thread GitHub
ok - as long as we at least exercise the old stuff sufficiently then no need to bring them all back. I just saw these removed and didn't realize that there were others still hanging about. [ Full content available at: https://github.com/apache/tinkerpop/pull/986 ] This message was relayed via