[DISCUSS] deprecation label

2017-06-19 Thread Stephen Mallette
I don't like how I proposed to use the "deprecation" label a while back. It's not helpful. You can read what I wrote here if you feel like it: http://tinkerpop.apache.org/docs/current/dev/developer/#_deprecation Anyway, I think it would be better if "deprecation" referred to the tickets that

[DISCUSS] Deprecate useMapperFromGraph

2017-06-19 Thread Stephen Mallette
This might be in the weeds for most folks, but the useMapperFromGraph setting in the Gremlin Server configuration file is something allowed by the serializers which let's you specify a configured graph to use to build a Mapper from that a specific serializer will use. The idea was that serializers

[jira] [Created] (TINKERPOP-1694) Deprecate useMapperFromGraph

2017-06-19 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1694: --- Summary: Deprecate useMapperFromGraph Key: TINKERPOP-1694 URL: https://issues.apache.org/jira/browse/TINKERPOP-1694 Project: TinkerPop Issue

[jira] [Commented] (TINKERPOP-1688) Include TraversalMetrics annotation in pretty print

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054664#comment-16054664 ] ASF GitHub Bot commented on TINKERPOP-1688: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #635: TINKERPOP-1688 Add annotations to TraversalMetrics pre...

2017-06-19 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/635 +1 for non-binding votes @nastra - thanks :smile: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

Re: [TinkerPop] Re: Docker images: gremlin-server and gremlin-console

2017-06-19 Thread Stephen Mallette
I really don't know Docker too well so I can't really drive this one. I'm not sure I understand if what Apache is offering us is suitable for the needs TinkerPop has wrt Docker. Any volunteers willing to pick this up and drive this discussion forward? On Tue, Jun 13, 2017 at 4:26 PM, Stephen

[GitHub] tinkerpop issue #635: TINKERPOP-1688 Add annotations to TraversalMetrics pre...

2017-06-19 Thread nastra
Github user nastra commented on the issue: https://github.com/apache/tinkerpop/pull/635 VOTE +1 (non-binding) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[jira] [Commented] (TINKERPOP-1688) Include TraversalMetrics annotation in pretty print

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054661#comment-16054661 ] ASF GitHub Bot commented on TINKERPOP-1688: --- Github user nastra commented on the issue:

[jira] [Commented] (TINKERPOP-915) Gremlin Server supports REST and Websockets simultanteously

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054651#comment-16054651 ] ASF GitHub Bot commented on TINKERPOP-915: -- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #618: TINKERPOP-915 Add combined handler for Http and Websoc...

2017-06-19 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/618 ok - let me think about it a bit before you write too much code in any particular direction. we'll also give others some time to chime in in case they have an opinion. --- If your project is

[jira] [Commented] (TINKERPOP-915) Gremlin Server supports REST and Websockets simultanteously

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054644#comment-16054644 ] ASF GitHub Bot commented on TINKERPOP-915: -- Github user krlohnes commented on the issue:

[GitHub] tinkerpop issue #618: TINKERPOP-915 Add combined handler for Http and Websoc...

2017-06-19 Thread krlohnes
Github user krlohnes commented on the issue: https://github.com/apache/tinkerpop/pull/618 My change can be summed up by "Setup the WebSocket stuff and insert the `GremlinEndpointHandler` into the `ChannelPipeline` to serve Http requests when necessary" Changes to

[jira] [Commented] (TINKERPOP-915) Gremlin Server supports REST and Websockets simultanteously

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054607#comment-16054607 ] ASF GitHub Bot commented on TINKERPOP-915: -- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #618: TINKERPOP-915 Add combined handler for Http and Websoc...

2017-06-19 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/618 Not sure how I feel about it but just throwing stuff out there to think aboutAnother option might be to just have a smoke test for the combined channelizer? or maybe all tests should run

TinkerPop 3.1.7 Released: A 187 On The Undercover Gremlinz

2017-06-19 Thread Ted Wilmes
Hello, TinkerPop 3.1.7 has just been released. This maintenance release contains a number of bug fixes on the "Undercover Gremlinz" release line and should be non-breaking for your upgrade needs. The release artifacts can be found at this location:

[jira] [Commented] (TINKERPOP-915) Gremlin Server supports REST and Websockets simultanteously

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054602#comment-16054602 ] ASF GitHub Bot commented on TINKERPOP-915: -- Github user krlohnes commented on the issue:

[GitHub] tinkerpop issue #618: TINKERPOP-915 Add combined handler for Http and Websoc...

2017-06-19 Thread krlohnes
Github user krlohnes commented on the issue: https://github.com/apache/tinkerpop/pull/618 I can probably figure something out with JUnit `Parameters` for the `GremlinServerIntegrateTest` and `GremlinServerHttpIntegrateTest`. I'll have a go at it. --- If your project is set up for

TinkerPop 3.2.5 Released: Nine Inch Gremlins

2017-06-19 Thread Stephen Mallette
Hello, TinkerPop 3.2.5 has just been released. This release contains a number of bug fixes and enhancements which are described in the Upgrade Documentation below. Of special note, in this release, is the official recommendation for how to develop Gremlin-based DSLs:

[jira] [Commented] (TINKERPOP-1688) Include TraversalMetrics annotation in pretty print

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054454#comment-16054454 ] ASF GitHub Bot commented on TINKERPOP-1688: --- GitHub user spmallette opened a pull request:

[GitHub] tinkerpop pull request #635: TINKERPOP-1688 Add annotations to TraversalMetr...

2017-06-19 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/635 TINKERPOP-1688 Add annotations to TraversalMetrics pretty print https://issues.apache.org/jira/browse/TINKERPOP-1688 See the example of what the revised pretty print looks like if

[jira] [Commented] (TINKERPOP-915) Gremlin Server supports REST and Websockets simultanteously

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054427#comment-16054427 ] ASF GitHub Bot commented on TINKERPOP-915: -- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #618: TINKERPOP-915 Add combined handler for Http and Websoc...

2017-06-19 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/618 `GremlinServerWsAndHttpIntegrateTest.java` is a nice validation that all the REST tests work and a reasonable portion websockets tests work, but is there a nicer way to do that? Under this

Re: Development branch cleanup

2017-06-19 Thread Daniel Kuppitz
Yea, DEDUPCOUNT can be deleted. Not sure about TINKERPOP3-781 . Where's Matt *"now that I'm a committer, I will leave you"* Frantz? :) The problem from the ticket's description still exists; I don't know if there was any progress made in that

[GitHub] tinkerpop issue #630: Restore 5 second cutoff time in TraversalInterruptionC...

2017-06-19 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/630 Thanks - hopefully 5 seconds will suffice. I suppose this time limit is more of a failsafe to prevent the test from hanging indefinitely so it could be bigger if a graph needed longer

[GitHub] tinkerpop pull request #630: Restore 5 second cutoff time in TraversalInterr...

2017-06-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/630 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tinkerpop issue #633: TINKERPOP-741 (master) Removed deprecated transaction ...

2017-06-19 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/633 The travis failure is on a timed test unrelated to this change. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[jira] [Commented] (TINKERPOP-741) Remove Options For Transaction Retry

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054317#comment-16054317 ] ASF GitHub Bot commented on TINKERPOP-741: -- GitHub user spmallette opened a pull request:

[GitHub] tinkerpop pull request #634: TINKERPOP-741 Deprecated Transaction.submit(Fun...

2017-06-19 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/634 TINKERPOP-741 Deprecated Transaction.submit(Function) https://issues.apache.org/jira/browse/TINKERPOP-741 Deprecated methods related to transaction retry in preparation for removal

[jira] [Commented] (TINKERPOP-741) Remove Options For Transaction Retry

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054314#comment-16054314 ] ASF GitHub Bot commented on TINKERPOP-741: -- GitHub user spmallette opened a pull request:

[GitHub] tinkerpop pull request #633: TINKERPOP-741 (master)

2017-06-19 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/633 TINKERPOP-741 (master) https://issues.apache.org/jira/browse/TINKERPOP-741 Removed deprecated methods related to transaction retry. Builds with `mvn clean install`. VOTE

[jira] [Commented] (TINKERPOP-1682) by-modulator optimization strategy

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054175#comment-16054175 ] ASF GitHub Bot commented on TINKERPOP-1682: --- Github user dkuppitz commented on the issue:

[GitHub] tinkerpop issue #621: TINKERPOP-1682 by-modulator optimization strategy

2017-06-19 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/621 Added a few comments and worked on those points that I haven't commented. I will push in few minutes after getting a clean build. --- If your project is set up for it, you can reply to this

[jira] [Commented] (TINKERPOP-1682) by-modulator optimization strategy

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054173#comment-16054173 ] ASF GitHub Bot commented on TINKERPOP-1682: --- Github user dkuppitz commented on a diff in the

[GitHub] tinkerpop pull request #621: TINKERPOP-1682 by-modulator optimization strate...

2017-06-19 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/621#discussion_r122736897 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/util/TraversalRing.java --- @@ -62,6 +62,10 @@ public void

[GitHub] tinkerpop pull request #621: TINKERPOP-1682 by-modulator optimization strate...

2017-06-19 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/621#discussion_r122693554 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.java --- @@ -79,6 +79,14 @@ public void

[jira] [Commented] (TINKERPOP-915) Gremlin Server supports REST and Websockets simultanteously

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16054062#comment-16054062 ] ASF GitHub Bot commented on TINKERPOP-915: -- Github user krlohnes commented on the issue:

[GitHub] tinkerpop issue #618: TINKERPOP-915 Add combined handler for Http and Websoc...

2017-06-19 Thread krlohnes
Github user krlohnes commented on the issue: https://github.com/apache/tinkerpop/pull/618 @spmallette Yeah, I'm on the mailing list, I've been following along. No worries. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

Re: Code Freeze 3.1.7

2017-06-19 Thread Ted Wilmes
tp31 is now reopened for 3.1.8 development. Thanks, Ted On Tue, Jun 6, 2017 at 8:52 AM, Ted Wilmes wrote: > Hello, > 3.1.7 is now frozen and a snapshot build and updated docs have been > published. There isn't anything outstanding that I know of, but please let > me know if

Re: code freeze 3.2.5

2017-06-19 Thread Michael Pollmeier
Looks like the mirrors are synchronised. I just released Gremlin-Scala 3.2.5.0 as well :) On 19/06/17 12:54, Stephen Mallette wrote: The tp32 branch is re-opened for development. Packages have been released - just waiting for the mirrors now and then we can announce. On Thu, Jun 15, 2017 at

Re: Updating dependencies from 3.1.1-incubating

2017-06-19 Thread Stephen Mallette
The merge path will merge tp31 to tp32 and then tp32 to master. I don't think there will be a lot of merge conflicts with your PR so I think we can probably handle it all on our end after review. If we have problems we will let you know. Thanks. On Mon, Jun 19, 2017 at 8:15 AM, Sheldon Hall

Re: Updating dependencies from 3.1.1-incubating

2017-06-19 Thread Sheldon Hall
OK thanks for letting me know. I also checked the latest master on github and it looks like the issue is still there. Just let me know if you want me to submit a pr to any other branches. > On 19 Jun 2017, at 12:15, Stephen Mallette wrote: > > Thank you for submitting

Re: Updating dependencies from 3.1.1-incubating

2017-06-19 Thread Stephen Mallette
Thank you for submitting that patch and you did submit it to the right place if you want the 3.1.x line. You just missed the cut-off for 3.1.7 which will release in a the next day or so, therefore you would see the fix on 3.1.8. There is no plan for a release date for that at this point, but we

[jira] [Commented] (TINKERPOP-1552) C# Gremlin Language Variant

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053796#comment-16053796 ] ASF GitHub Bot commented on TINKERPOP-1552: --- Github user asfgit closed the pull request at:

[GitHub] tinkerpop pull request #629: TINKERPOP-1552: Clean-up Gremlin-DotNet project...

2017-06-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/629 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: code freeze 3.2.5

2017-06-19 Thread Stephen Mallette
The tp32 branch is re-opened for development. Packages have been released - just waiting for the mirrors now and then we can announce. On Thu, Jun 15, 2017 at 4:35 PM, Stephen Mallette wrote: > Since I got the new VOTE thread out today, I think we can likely count on >

[jira] [Commented] (TINKERPOP-1552) C# Gremlin Language Variant

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053789#comment-16053789 ] ASF GitHub Bot commented on TINKERPOP-1552: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #629: TINKERPOP-1552: Clean-up Gremlin-DotNet project files

2017-06-19 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/629 I'm going to merge this then tp32-glv and this branch on the latest from tp32 now that the release is done. Should be in shortly. --- If your project is set up for it, you can reply to this

[jira] [Commented] (TINKERPOP-1489) Provide a Javascript Gremlin Language Variant

2017-06-19 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053784#comment-16053784 ] stephen mallette commented on TINKERPOP-1489: - About to rebase tp32-glv and this branch on

[jira] [Closed] (TINKERPOP-1683) AbstractHadoopGraphComputer on Windows

2017-06-19 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1683. --- Resolution: Fixed Assignee: stephen mallette Fix Version/s: 3.2.6

[jira] [Updated] (TINKERPOP-1683) AbstractHadoopGraphComputer on Windows

2017-06-19 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1683: Affects Version/s: (was: 3.3.0) 3.2.5 >

Updating dependencies from 3.1.1-incubating

2017-06-19 Thread Sheldon Hall
Hi, We have been depending on 3.1.1-incubating here at Grakn for a while now, but I am hoping to get a bug fix into the main repo to help with our testing. I have submitted a pr to the branch tp31 (https://issues.apache.org/jira/browse/TINKERPOP-1519

[jira] [Closed] (TINKERPOP-1676) Improve GraphSON 2.0 Performance

2017-06-19 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-1676. --- Resolution: Done Fix Version/s: 3.2.6 This was largely completed on 3.2.5

[jira] [Commented] (TINKERPOP-1519) TinkerGraphComputer doesn't handle multiple MessageScopes in single iteration

2017-06-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053760#comment-16053760 ] ASF GitHub Bot commented on TINKERPOP-1519: --- GitHub user sheldonkhall opened a pull request:

[GitHub] tinkerpop pull request #632: TINKERPOP-1519: tinker graph computer does not ...

2017-06-19 Thread sheldonkhall
GitHub user sheldonkhall opened a pull request: https://github.com/apache/tinkerpop/pull/632 TINKERPOP-1519: tinker graph computer does not handle multiple scopes https://issues.apache.org/jira/browse/TINKERPOP-1519 This change modifies the tinker graph computer so that

[jira] [Commented] (TINKERPOP-1489) Provide a Javascript Gremlin Language Variant

2017-06-19 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053630#comment-16053630 ] Jorge Bay commented on TINKERPOP-1489: -- Nice! I see it on npm under the url: