[GitHub] tinkerpop issue #512: TINKERPOP-1570 Bumped to Netty 4.0.42

2016-12-07 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/512 VOTE: +1 --- 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

[GitHub] tinkerpop pull request #508: TINKERPOP-1363 Cleanup Docker build script for ...

2016-12-02 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/508#discussion_r90632990 --- Diff: CHANGELOG.asciidoc --- @@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop

[GitHub] tinkerpop issue #507: TINKERPOP-1573: Bindings don't work in coalesce

2016-11-30 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/507 `docker/build.sh -t -i -n` passes. VOTE: +1 --- 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

[GitHub] tinkerpop issue #508: TINKERPOP-1363 Cleanup Docker build script for next ma...

2016-11-30 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/508 Building world `docker/build.sh -t -i -n -d ` passes. Building docs only `docker/build.sh -d ` passes. Skimmed reference docs through browser. VOTE: +1 --- If your project

[GitHub] tinkerpop issue #580: fix typo for OLTP

2017-03-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/580 Could you also fix the ones in `docs/src/dev/provider/index.asciidoc` ? --- 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

[GitHub] tinkerpop pull request #588: TINKERPOP-1659 Docker uses custom maven setting...

2017-03-28 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/588 TINKERPOP-1659 Docker uses custom maven settings.xml This lets docker use a local maven proxy for faster download. Speeds up build time for those of us out in the boonies with slow internet

[GitHub] tinkerpop issue #588: TINKERPOP-1659 Docker uses custom maven settings.xml

2017-03-30 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/588 They've started laying fiber in the county. Hopefully they'll bring it all the way down my road. But I don't know if that's 1 year or 5 years from now. Until then, I'm at the outer limits

[GitHub] tinkerpop issue #589: provide examples where merge operator actually has an ...

2017-03-30 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/589 I like how the previous example shows the vertices before applying sack(). I think it would be useful to see that before 1 and before 3. Why was the example withBulk(false) removed? I

[GitHub] tinkerpop issue #583: TINKERPOP-1657 Provide abstraction to easily allow dif...

2017-03-30 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/583 One thing I haven't had much time to think about here is how to propagate ssl client authentication up (into an authentication handler). Right now it's at the channel level only. That means

[GitHub] tinkerpop issue #587: TINKERPOP-1642 Performance Enhancement on Mutating Tra...

2017-03-30 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/587 My app tests pass. Also noticed a slight reduction in test time. :grinning: VOTE +1 --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] tinkerpop pull request #579: TINKERPOP-1654 Bumped to Jackson 2.8.7

2017-03-23 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/579#discussion_r107661176 --- Diff: CHANGELOG.asciidoc --- @@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop

[GitHub] tinkerpop issue #589: provide examples where merge operator actually has an ...

2017-03-29 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/589 @spmallette @dkuppitz Separate issue: when I pull up the initial URL to look at the docs, it's local - `http://172.17.0.2/` . Anchor links to the same page are also local

[GitHub] tinkerpop issue #589: provide examples where merge operator actually has an ...

2017-03-29 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/589 @mpollmeier Have you used tinkerpop docker before? I'm wondering if you have an old image. If so, maybe try rebuilding your images. I was able to run this successfully with the same docker

[GitHub] tinkerpop issue #579: TINKERPOP-1654 Bumped to Jackson 2.8.7

2017-03-23 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/579 VOTE +1 --- 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

[GitHub] tinkerpop issue #570: TINKERPOP-1644 Improve script compilation process and ...

2017-03-14 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/570 @spmallette If you could just clarify if compilation timeout is configurable in 3.2? if so, how? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] tinkerpop issue #570: TINKERPOP-1644 Improve script compilation process and ...

2017-03-14 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/570 Works now. VOTE +1 --- 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

[GitHub] tinkerpop issue #589: provide examples where merge operator actually has an ...

2017-04-01 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/589 @mpollmeier it lost the additions --- 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

[GitHub] tinkerpop issue #590: TINKERPOP-1664 StarVertexProperty will check meta-prop...

2017-04-03 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/590 Looks like a candidate for tp31 --- 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

[GitHub] tinkerpop issue #589: provide examples where merge operator actually has an ...

2017-04-04 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/589 VOTE +1 --- 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

[GitHub] tinkerpop issue #589: provide examples where merge operator actually has an ...

2017-03-31 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/589 Updates look good --- 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

[GitHub] tinkerpop issue #589: provide examples where merge operator actually has an ...

2017-04-01 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/589 I rebuilt my images and did not encounter any errors. Maybe something didn't get pulled down like it should. I've seen connection resets when pulling down the python stuff. --- If your

[GitHub] tinkerpop pull request #595: TINKERPOP-1608 XSLT for converting GraphSON

2017-04-10 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/595#discussion_r110806894 --- Diff: gremlin-core/src/main/resources/tp2-to-tp3-graphml.xslt --- @@ -0,0 +1,59 @@ + + + + + +http

[GitHub] tinkerpop pull request #570: TINKERPOP-1644 Improve script compilation proce...

2017-03-13 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/570#discussion_r105750603 --- Diff: gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngine.java --- @@ -149,19 +159,64

[GitHub] tinkerpop pull request #570: TINKERPOP-1644 Improve script compilation proce...

2017-03-13 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/570#discussion_r105747128 --- Diff: docs/src/reference/gremlin-applications.asciidoc --- @@ -1560,6 +1560,11 @@ and standard deviation evaluation times, as well as the 75th

[GitHub] tinkerpop pull request #570: TINKERPOP-1644 Improve script compilation proce...

2017-03-13 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/570#discussion_r105759976 --- Diff: gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngine.java --- @@ -149,19 +159,64

[GitHub] tinkerpop pull request #570: TINKERPOP-1644 Improve script compilation proce...

2017-03-13 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/570#discussion_r105764358 --- Diff: gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/CompilationOptionsCustomizer.java --- @@ -0,0 +1,39

[GitHub] tinkerpop pull request #570: TINKERPOP-1644 Improve script compilation proce...

2017-03-14 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/570#discussion_r105959185 --- Diff: gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/CompilationOptionsCustomizer.java --- @@ -0,0 +1,39

[GitHub] tinkerpop pull request #570: TINKERPOP-1644 Improve script compilation proce...

2017-03-14 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/570#discussion_r105959819 --- Diff: gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/customizer/CompilationOptionsCustomizerProvider.java --- @@ -31,13

[GitHub] tinkerpop issue #567: TINKERPOP-1644 Improve script compilation syncronisati...

2017-03-07 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/567 I have a concern on overall performance. I agree that "Script compilation is synchronised" helps in the rare case when two or more identical scripts are submitted concurrently

[GitHub] tinkerpop issue #568: TINKERPOP-1645 Bump to groovy 2.4.9

2017-03-07 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/568 VOTE +1 --- 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

[GitHub] tinkerpop issue #567: TINKERPOP-1644 Improve script compilation syncronisati...

2017-03-07 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/567 That sounds like a good alternative. --- 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

[GitHub] tinkerpop issue #567: TINKERPOP-1644 Improve script compilation syncronisati...

2017-03-07 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/567 VOTE +1 --- 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

[GitHub] tinkerpop issue #603: Fix WebSocket documentation

2017-04-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/603 @pluradj are you calling this a 'pointless burden to the community'? 😸 Will CTR... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] tinkerpop pull request #603: Fix WebSocket documentation

2017-04-24 Thread robertdale
Github user robertdale closed the pull request at: https://github.com/apache/tinkerpop/pull/603 --- 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

[GitHub] tinkerpop pull request #603: Fix WebSocket documentation

2017-04-24 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/603 Fix WebSocket documentation WebSocket is a protocol and a proper noun You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertdale/tinkerpop

[GitHub] tinkerpop issue #603: Fix WebSocket documentation

2017-04-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/603 VOTE +1 --- 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

[GitHub] tinkerpop issue #685: TINKERPOP-1724 Remove deprecated ScriptElementFactory

2017-08-03 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/685 `docker/build.sh -i -t -n` SUCCESS VOTE +1 --- 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

[GitHub] tinkerpop issue #686: TINKERPOP-1740: Add vertex parameter overload to to() ...

2017-08-03 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/686 Me likey dat! VOTE +1 --- 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

[GitHub] tinkerpop issue #687: TINKERPOP-1742 RangeByIsCountStrategy fails for Connec...

2017-08-11 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/687 VOTE +1 --- 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

[GitHub] tinkerpop issue #688: TINKERPOP-1742 RangeByIsCountStrategy fails for Connec...

2017-08-11 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/688 VOTE +1 --- 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

[GitHub] tinkerpop pull request #692: TINKERPOP-1749 Bump to Netty 4.0.50

2017-08-11 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/692 TINKERPOP-1749 Bump to Netty 4.0.50 https://issues.apache.org/jira/browse/TINKERPOP-1749 Many SSL updates, bug fixes. `docker/build.sh -i -t -n` SUCCESS VOTE +1

[GitHub] tinkerpop issue #692: TINKERPOP-1749 Bump to Netty 4.0.50

2017-08-12 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/692 @spmallette Confirmed no new deps in zip. --- 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

[GitHub] tinkerpop issue #694: TINKERPOP-1748 Callout comments break code snippets

2017-08-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/694 Looks like it works for some but not all. The very first one on the reference page didn't work: Graph graph = TinkerGraph.open(); (1) Looks like there are ones with circles

[GitHub] tinkerpop issue #674: fixes for Neo4j upgrade to 3.2.2

2017-07-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/674 @jexp Can you change the title to reference [TINKERPOP-1692](https://issues.apache.org/jira/browse/TINKERPOP-1692) ? --- If your project is set up for it, you can reply to this email

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

2017-07-07 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/618 VOTE +1 --- 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

[GitHub] tinkerpop issue #682: TINKERPOP-1736 Sack step evaluated by groovy interpret...

2017-07-25 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/682 VOTE +1 --- 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

[GitHub] tinkerpop issue #680: TINKERPOP-1692 Neo4j 3.2.2

2017-07-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/680 Hmm... so just to reiterate and be super clear the desire is to have Neo4j 3.2.2 on TinkerPop 3.3.0. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] tinkerpop issue #680: TINKERPOP-1692 Neo4j 3.2.2

2017-07-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/680 The original request was to upgrade on TinkerPop 3.3 on https://github.com/neo4j-contrib/neo4j-tinkerpop-api-impl/issues/6 . I think with Neo4j and TinkerPop being on similar 3.x.y version

[GitHub] tinkerpop issue #680: TINKERPOP-1692 Neo4j 3.2.2

2017-07-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/680 @spmallette Sorry I haven't commented earlier. I don't think this is right. This PR is using neo4j-tinkerpop-api-impl 0.6-3.2.2 which uses gremlin 3.2.5. However, master is gremlin 3.3.0

[GitHub] tinkerpop issue #682: TINKERPOP-1736 Sack step evaluated by groovy interpret...

2017-07-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/682 This all goes back to typing numbers based on storage size is dumb. Most modern, high-level languages have arbitrary precision on integer and decimal values. Languages that have strongly typed

[GitHub] tinkerpop issue #605: TINKERPOP-1671 Propagate exception to Future instead o...

2017-04-28 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/605 `docker/build.sh -i -t -n` success VOTE +1 --- 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

[GitHub] tinkerpop issue #680: TINKERPOP-1692 Neo4j 3.2.2

2017-08-08 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/680 @spmallette I think the right way to do it is for @jexp to pull out that neo4j/gremlin procedure into its own, separate module. That's what creates the cyclic dependency on tinkerpop

[GitHub] tinkerpop issue #674: Neo4j upgrade to 3.2.2 - TINKERPOP-1692

2017-08-04 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/674 @jexp This PR can be closed. Thanks! --- 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

[GitHub] tinkerpop issue #680: TINKERPOP-1692 Neo4j 3.2.2

2017-08-04 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/680 Pulled in @jexp latest changes. This depends on SNAPSHOT versions both ways (cyclic dependencies) so we'll need to update both sides to release versions at release time. `mvn clean

[GitHub] tinkerpop issue #694: TINKERPOP-1748 Callout comments break code snippets

2017-08-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/694 VOTE +1 --- 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

[GitHub] tinkerpop issue #692: TINKERPOP-1749 Bump to Netty 4.0.50

2017-08-16 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/692 @spmallette docs success --- 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

[GitHub] tinkerpop issue #694: TINKERPOP-1748 Callout comments break code snippets

2017-08-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/694 Ah, I see now. You've added line continuations `\` on the mid-traversals. Excellent. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] tinkerpop issue #611: TINKERPOP-1677 Bump Groovy to 2.4.11

2017-05-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/611 @oscerd can you retarget your pull request to tp31 and add an entry in the CHANGELOG? Changelogs: - [2.4.10](http://groovy-lang.org/changelogs/changelog-2.4.10.html

[GitHub] tinkerpop issue #609: TINKERPOP-1675 Throw underlying unchecked exception in...

2017-05-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/609 VOTE +1 --- 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

[GitHub] tinkerpop issue #611: TINKERPOP-1677 Bump Groovy to 2.4.11

2017-05-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/611 @spmallette I have this pull request building now. --- 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

[GitHub] tinkerpop issue #612: TINKERPOP-1677 Bump Groovy to 2.4.11

2017-05-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/612 `docker/build.sh -i -t -n` success on master. Waiting for tp31 to finish. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] tinkerpop issue #612: TINKERPOP-1677 Bump Groovy to 2.4.11

2017-05-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/612 `docker/build.sh -i -t -n` success on tp31 VOTE +1 --- 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

[GitHub] tinkerpop issue #612: TINKERPOP-1677 Bump Groovy to 2.4.11

2017-05-31 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/612 @spmallette Yes, I can take this. Confirmed no new deps in gremlin-groovy. Will verify the zip. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] tinkerpop issue #705: make TinkerGraph cloneable

2017-09-15 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/705 That dependency cycle is bad. It should probably be put in `gremlin-test`. Maybe even make it a [Graph Feature](http://tinkerpop.apache.org/docs/current/reference/#_features) - Cloning. ---

[GitHub] tinkerpop issue #705: make TinkerGraph cloneable

2017-09-18 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/705 VOTE +1 ---

[GitHub] tinkerpop pull request #720: TINKERPOP-1789: Reference elements should be re...

2017-09-22 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/720#discussion_r140465221 --- Diff: docs/src/upgrade/release-3.2.x-incubating.asciidoc --- @@ -95,6 +95,19 @@ In `gremlin-test` there is a new `GraphHelper` class that has

[GitHub] tinkerpop issue #718: TINKERPOP-1787 Add syntax for :remote to accept a Clus...

2017-09-22 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/718 VOTE +1 ---

[GitHub] tinkerpop issue #714: TINKERPOP-1782 RangeByIsCountStrategy doesn't handle f...

2017-09-22 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/714 Tests in the jira ticket work as expected. VOTE +1 ---

[GitHub] tinkerpop issue #709: TINKERPOP-1761: Cancel script evaluation timeout

2017-10-04 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/709 Looks good. VOTE +1 ---

[GitHub] tinkerpop issue #727: TINKERPOP-1796: Driver connection pool SSL properties ...

2017-10-03 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/727 Thanks. VOTE +1 ---

[GitHub] tinkerpop issue #703: TINKERPOP-1756 Added an EmbeddedRemoteConnection.

2017-09-11 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/703 VOTE +1 ---

[GitHub] tinkerpop issue #699: TINKERPOP-1759 Improve hashcode and equals for Travers...

2017-09-05 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/699 VOTE +1 ---

[GitHub] tinkerpop issue #707: TINKERPOP-1768 Bump to Jackson 2.8.10

2017-09-07 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/707 Did it fix https://issues.apache.org/jira/browse/TINKERPOP-1509 ? ---

[GitHub] tinkerpop issue #707: TINKERPOP-1768 Bump to Jackson 2.8.10

2017-09-07 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/707 VOTE +1 ---

[GitHub] tinkerpop issue #725: TINKERPOP-1661 Docker-built documentation does not alw...

2017-10-01 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/725 [Started a thread](https://lists.apache.org/thread.html/4c8f832ce0640230614989f4d60bfd0078aa69a0e11cfd197015fde1@%3Cdev.tinkerpop.apache.org%3E) to try to solve my issues. ---

[GitHub] tinkerpop issue #725: TINKERPOP-1661 Docker-built documentation does not alw...

2017-10-02 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/725 Hmm.. even Reference Doc isn't local. Thought it was the first time I looked at it. ---

[GitHub] tinkerpop issue #725: TINKERPOP-1661 Docker-built documentation does not alw...

2017-10-02 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/725 This makes reviewing so much easier! VOTE +1 If anyone is interested, these are the times (in seconds) for building each doc: 15 /usr/src/tinkermem/docs/src/recipes/duplicate

[GitHub] tinkerpop issue #725: TINKERPOP-1661 Docker-built documentation does not alw...

2017-10-02 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/725 Ignore that. Somehow my branch was reset to master. Rebuilding... ---

[GitHub] tinkerpop issue #725: TINKERPOP-1661 Docker-built documentation does not alw...

2017-10-02 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/725 I ended up using a local copy of hadoop 2.7.2 to complete my docker rebuild. Anyway, 'Reference Documentation' is now a local link but everything else still points

[GitHub] tinkerpop issue #725: TINKERPOP-1661 Docker-built documentation does not alw...

2017-10-01 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/725 Docker images are building this morning. Yay. ---

[GitHub] tinkerpop issue #725: TINKERPOP-1661 Docker-built documentation does not alw...

2017-10-02 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/725 @dkuppitz It was change 37a2471932229ae6a4c1f5e5f3f2d3d25bbf7fd4 that introduced dotnet that required the need to rebuild the images. ---

[GitHub] tinkerpop issue #725: TINKERPOP-1661 Docker-built documentation does not alw...

2017-10-02 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/725 That's fine. Now I know what to look for ;-) ---

[GitHub] tinkerpop issue #727: add three missing config in Driver Settings

2017-10-03 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/727 @boliza I created a JIRA issue. Please review it. Can you change the title to include 'TINKERPOP-1796' and put the link 'https://issues.apache.org/jira/browse/TINKERPOP-1796' in the first

[GitHub] tinkerpop issue #724: TINKERPOP-1793: addE() should allow dynamic edge label...

2017-09-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/724 Nice. VOTE +1 ---

[GitHub] tinkerpop issue #705: make TinkerGraph cloneable

2017-09-04 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/705 This doesn't look like a deep copy e.g. modifying a property would be reflected in both graphs. Which may be fine. I think any limitations should be noted in the clone method comment. ---

[GitHub] tinkerpop issue #701: TINKERPOP-1762: Make MatchStep analyze mid-clause vari...

2017-09-03 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/701 `docker/build.sh -i -t -n` SUCCESS VOTE +1 --- 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

[GitHub] tinkerpop issue #680: TINKERPOP-1692 Neo4j 3.2.2

2017-09-02 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/680 `docker/build.sh -i -t -n` SUCCESS VOTE +1 --- 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

[GitHub] tinkerpop issue #680: TINKERPOP-1692 Neo4j 3.2.2

2017-09-03 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/680 All better now. Verified new index and cluster property settings. VOTE +1 again --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] tinkerpop issue #680: TINKERPOP-1692 Neo4j 3.2.2

2017-09-02 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/680 I did a rebase to master and messed it up. --- 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

[GitHub] tinkerpop issue #702: TINKERPOP-1764: Generalize MatchStep to localize all b...

2017-09-03 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/702 `docker/build.sh -i -t -n` SUCCESS VOTE +1 --- 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

[GitHub] tinkerpop pull request #699: TINKERPOP-1759 Improve hashcode and equals for ...

2017-09-05 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/699#discussion_r136983503 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/traverser/B_O_Traverser.java --- @@ -62,10 +62,12 @@ public void

[GitHub] tinkerpop issue #732: TINKERPOP-1799 Fixed serialization of Path objects for...

2017-10-20 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/732 VOTE +1 ---

[GitHub] tinkerpop issue #741: TINKERPOP-1807 Gremlin-Python doesn't support GraphSON...

2017-11-14 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/741 VOTE +1 ---

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/747 @jorgebay On which OS do you get the test errors? ---

[GitHub] tinkerpop issue #750: TINKERPOP-1835 Bump Netty 4.0.53

2017-11-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/750 [INFO] [INFO] BUILD SUCCESS [INFO

[GitHub] tinkerpop issue #745: TINKERPOP-1830: fix race condition in TinkerIndex

2017-11-10 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/745 @mpollmeier Sorry, I thought that `putIfAbsent()` returned the current map but it returns old mapping or `null` hence the `NPEs`. Should be: ```java protected void put(final String

[GitHub] tinkerpop issue #750: TINKERPOP-1835 Bump Netty 4.0.53

2017-11-20 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/750 Updated the PR to tp32 base ---

[GitHub] tinkerpop issue #750: TINKERPOP-1835 Bump Netty 4.0.53

2017-11-20 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/750 Indeed it was. Rebase on tp32. Building.. ---

[GitHub] tinkerpop issue #745: TINKERPOP-1830: fix race condition in TinkerIndex

2017-11-10 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/745 `mvn -pl tinkergraph-gremlin -DskipIntegrationTests=false -am clean install` build SUCCESS VOTE +1 ---

[GitHub] tinkerpop issue #742: TINKERPOP-1824 Bump netty to 4.0.52

2017-11-02 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/742 ``` $ sh docker/build.sh -i -t -n ... [INFO] [INFO] BUILD SUCCESS [INFO

<    1   2   3   4   >