[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 @spmallette Updated NOTICE with latest version. No new deps. ---

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

2017-11-09 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/745 The race condition is in `put()` and it's used elsewhere. It would make more sense to fix `put()` to be thread-safe. Then we can keep `parallelStream()` ``` Map<Obj

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

2017-11-02 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/742 TINKERPOP-1824 Bump netty to 4.0.52 https://issues.apache.org/jira/browse/TINKERPOP-1824 Latest bug-fix release. VOTE +1 You can merge this pull request into a Git

[GitHub] tinkerpop issue #744: TINKERPOP-1802: hasId() fails for empty collections

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

[GitHub] tinkerpop issue #763: TINKERPOP-1848 python dates should be UTC in and out

2017-12-04 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/763 Yeah, I didn't initially see it in tp32. This is not the right approach anyway. Will push an update. ---

[GitHub] tinkerpop issue #763: TINKERPOP-1848 python dates should be UTC in and out

2017-12-01 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/763 `docker/build.sh -t` BUILD SUCCESS VOTE +1 ---

[GitHub] tinkerpop issue #765: TINKERPOP-1851 Minor fix to allow long forms of -e and...

2017-12-08 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/765 VOTE +1 ---

[GitHub] tinkerpop issue #763: TINKERPOP-1848 python dates should be UTC in and out

2017-12-04 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/763 Fixed test only. Tests pass. VOTE +1 ---

[GitHub] tinkerpop issue #736: TINKERPOP-1791 Added GremlinDsl.AnonymousMethod annota...

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

[GitHub] tinkerpop issue #737: TINKERPOP-1798 Fix signature of MutationListener.verte...

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

[GitHub] tinkerpop issue #715: change behaviour of repeat step to be depth first sear...

2017-10-31 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/715 @mpollmeier Making it official. Please update the title to start with `TINKERPOP-1822` ---

[GitHub] tinkerpop issue #739: TINKERPOP-1821: Consistent behavior of self-referencin...

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

[GitHub] tinkerpop issue #862: TINKERPOP-1961 Removed duplication of images in binari...

2018-05-09 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/862 After running `bin/process-docs.sh` the resulting console/server zip files no longer contain `docs/` let alone `images`. Is there a different step that needs to be run? ---

[GitHub] tinkerpop issue #862: TINKERPOP-1961 Removed duplication of images in binari...

2018-05-09 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/862 I did: 1. `bin/process-docs.sh` 2. `mvn install` 3. `find . -name '*.zip'` 4. `unzip -t ./gremlin-server/target/apache-tinkerpop-gremlin-server-3.2.9-distribution.zip | grep

[GitHub] tinkerpop issue #862: TINKERPOP-1961 Removed duplication of images in binari...

2018-05-10 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/862 I walked through the actual release process and this time I do see the correct packaging. VOTE +1 ---

[GitHub] tinkerpop issue #869: TINKERPOP-1841 Configure python tests in travis

2018-05-15 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/869 VOTE +1 ---

[GitHub] tinkerpop issue #860: TINKERPOP-1595 Optimize TraversalVertexProgram

2018-05-21 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/860 VOTE +1 ---

[GitHub] tinkerpop issue #864: TINKERPOP-1958 Fixed a bug in TinkerGraphCountStrategy

2018-05-22 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/864 VOTE +1 ---

[GitHub] tinkerpop issue #861: TINKERPOP-1956 Deprecated Order.incr and Order.decr

2018-05-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/861 VOTE +1 ---

[GitHub] tinkerpop issue #874: TINKERPOP-1979 Fix math() on OLAP/Spark

2018-06-18 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/874 VOTE +1 ---

[GitHub] tinkerpop issue #871: TINKERPOP-1975 Introduced with() step and Configuring ...

2018-06-06 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/871 VOTE +1 ---

[GitHub] tinkerpop issue #766: TINKERPOP-1447 Add some JavaScript intelligence to the...

2017-12-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/766 @dkuppitz I did see that. There was a dep added to the image. I have that rebuilding now. Will let you know the results. ---

[GitHub] tinkerpop issue #766: TINKERPOP-1447 Add some JavaScript intelligence to the...

2017-12-31 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/766 @dkuppitz I pushed a CTR fix for invisibility to tp32/master. This fixes the screen from being rendered to pixels wide. It didn't help the code block language popup though. ---

[GitHub] tinkerpop issue #766: TINKERPOP-1447 Add some JavaScript intelligence to the...

2018-01-04 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/766 Try rebuilding the docker images using master. ---

[GitHub] tinkerpop issue #766: TINKERPOP-1447 Add some JavaScript intelligence to the...

2018-01-04 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/766 Hmm.. there doesn't seem to be much difference. Are you deleting both the hadoop and base images? ---

[GitHub] tinkerpop issue #767: TINKERPOP-1858: HttpChannelizer Regression: Does not c...

2018-01-09 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/767 Failed docker... ``` docker/build.sh -i -t [ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 13.448 s <<<

[GitHub] tinkerpop issue #767: TINKERPOP-1858: HttpChannelizer Regression: Does not c...

2018-01-09 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/767 Is it just the wrong expected exception in the test? ---

[GitHub] tinkerpop issue #766: TINKERPOP-1447 Add some JavaScript intelligence to the...

2018-01-08 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/766 @spmallette did you save your console log? ---

[GitHub] tinkerpop issue #766: TINKERPOP-1447 Add some JavaScript intelligence to the...

2018-01-03 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/766 In the 'Console' tab, muli-line statements work. They have the `\` continuation after the callout. However, on the 'language' tab, these seem to be lost thus copy-paste multi-line statements

[GitHub] tinkerpop issue #767: TINKERPOP-1858: HttpChannelizer Regression: Does not c...

2018-01-04 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/767 VOTE +1 ---

[GitHub] tinkerpop issue #773: TINKERPOP-1860 Added tests for valueMap(true) variatio...

2018-01-09 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/773 VOTE +1 ---

[GitHub] tinkerpop issue #771: TINKERPOP-1863 Delaying the setting of requestId till ...

2018-01-08 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/771 VOTE +1 ---

[GitHub] tinkerpop issue #778: TINKERPOP-1870: Extends TraverserSet to have Vertex in...

2018-01-23 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/778 VOTE +1 ---

[GitHub] tinkerpop issue #781: Tinkerpop 1870 master

2018-01-23 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/781 VOTE +1 ---

[GitHub] tinkerpop issue #789: TINKERPOP-1870 Made VertexTraverserSet more generic to...

2018-01-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/789 VOTE +1 ---

[GitHub] tinkerpop issue #791: TINKERPOP-1879 Fixed gremlin.sh handling of = in flags

2018-01-25 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/791 Those tests pass? It doesn't seem to work for me on the cli. ---

[GitHub] tinkerpop issue #795: TINKERPOP-1877 Added the "kitchen sink" toy graph (mas...

2018-02-08 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/795 VOTE +1 ---

[GitHub] tinkerpop issue #794: TINKERPOP-1877 Added the "kitchen sink" toy graph

2018-02-08 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/794 VOTE +1 ---

[GitHub] tinkerpop issue #793: TINKERPOP-1872 Apply edgeFunction in SparkMessenger

2018-02-22 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/793 VOTE +1 ---

[GitHub] tinkerpop issue #799: TINKERPOP-1586 Added checkAdjacentVertices option to S...

2018-02-22 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/799 VOTE +1 ---

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169304285 --- Diff: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java --- @@ -147,7 +149,12 @@ public void init(final

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169305818 --- Diff: gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java --- @@ -293,6 +312,21 @@ private static

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169302920 --- Diff: docs/src/reference/gremlin-applications.asciidoc --- @@ -1073,7 +1073,8 @@ The following table describes the various configuration options

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169302646 --- Diff: CHANGELOG.asciidoc --- @@ -25,6 +25,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-20 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169364908 --- Diff: docs/src/reference/gremlin-applications.asciidoc --- @@ -1073,7 +1073,8 @@ The following table describes the various configuration options

[GitHub] tinkerpop issue #800: TINKERPOP-1726 Added idleReadLimit and idleWriteLimit ...

2018-02-20 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/800 Yes, manually. I was surprised too. In practice, I don't think it's a big deal. The only reason I could see even using server-side keep-alive is because client-side keep-alive was sufficient

[GitHub] tinkerpop issue #800: TINKERPOP-1726 Added idleReadLimit and idleWriteLimit ...

2018-02-20 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/800 The only thing I don't like is that the client keep-alive doesn't seem to reset the 'write idle time' so the server still sends ping requests to the client even though the client

[GitHub] tinkerpop issue #766: TINKERPOP-1447 Add some JavaScript intelligence to the...

2017-12-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/766 What about for those of us unable to build it? ``` sh docker/build.sh -d * source: /usr/src/tinkermem/docs/src/recipes/olap-spark-yarn.asciidoc target

[GitHub] tinkerpop issue #766: TINKERPOP-1447 Add some JavaScript intelligence to the...

2017-12-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/766 Just what I was afraid of... the tabs look just like they do in the screenshots. And I don't mean that in a good way :smile: Seriously, this is fantastic. Multi-line works too

[GitHub] tinkerpop issue #766: TINKERPOP-1447 Add some JavaScript intelligence to the...

2018-01-03 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/766 Excellent! VOTE +1 ---

[GitHub] tinkerpop issue #768: WIP: Modify VertexProgram.Builder.create() to take Gra...

2018-01-04 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/768 I don't think we should break the interface. I think these should be new methods and `@deprecate` the old ones. The old methods can call the new methods. ---

[GitHub] tinkerpop pull request #904: TINKERPOP-2016 Bumped to Jackson 2.9.6

2018-08-01 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/904 TINKERPOP-2016 Bumped to Jackson 2.9.6 https://issues.apache.org/jira/browse/TINKERPOP-2016 Bumped to Jackson 2.9.6 for CVE. You can merge this pull request into a Git repository

[GitHub] tinkerpop pull request #912: TINKERPOP-2023 SSL Enhancements

2018-08-13 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/912 TINKERPOP-2023 SSL Enhancements https://issues.apache.org/jira/browse/TINKERPOP-2023 Gremlin Server no longer supports automatically creating self-signed certificates

[GitHub] tinkerpop issue #907: Fix Sack Split.

2018-08-06 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/907 @RainMark Could you create an issue in Jira and describe the problem? See also [Contributing code changes](https://tinkerpop.apache.org/docs/current/dev/developer/#_contributing_code_changes

[GitHub] tinkerpop issue #912: TINKERPOP-2023 SSL Enhancements

2018-08-20 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/912 @k4rthikr That's a little deeper than I want to get into. `sslCipherSuites` provides a whitelist. Whitelists are always preferred over blacklists. If this one were blacklisted

[GitHub] tinkerpop issue #912: TINKERPOP-2023 SSL Enhancements

2018-08-20 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/912 Right, when it's security-related, you're given a pass to break anything! :rage1: :rage2: :rage3: :rage4: Seriously, the breaking change is only if you relied on the server

[GitHub] tinkerpop issue #919: String loop to String builder [tp32]

2018-08-23 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/919 @dkuppitz Will do. ---

[GitHub] tinkerpop pull request #919: String loop to String builder [tp32]

2018-08-22 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/919#discussion_r211952645 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/util/DefaultTraversalMetrics.java --- @@ -208,14 +208,14

[GitHub] tinkerpop issue #919: String loop to String builder

2018-08-22 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/919 @otaviojava did you decompile the bytecode to make sure the compiler didn't do that automagically? Otherwise, StringBuilder vars should be final. ---

[GitHub] tinkerpop pull request #919: String loop to String builder [master]

2018-08-22 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/919#discussion_r211948320 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/util/DefaultTraversalMetrics.java --- @@ -208,14 +208,14

[GitHub] tinkerpop issue #919: String loop to String builder [tp32]

2018-08-22 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/919 @otaviojava was that locally? the travis build failed due to grapes download. ---

[GitHub] tinkerpop pull request #919: String loop to String builder

2018-08-22 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/919#discussion_r211934275 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/util/DefaultTraversalMetrics.java --- @@ -286,10 +286,10

[GitHub] tinkerpop pull request #919: String loop to String builder

2018-08-22 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/919#discussion_r211934120 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/util/DefaultTraversalMetrics.java --- @@ -208,14 +208,14

[GitHub] tinkerpop issue #919: String loop to String builder [tp32]

2018-08-22 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/919 Hmm.. it happens on tp32. ---

[GitHub] tinkerpop issue #919: String loop to String builder [tp32]

2018-08-22 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/919 Nevermind, still just grapes. ---

[GitHub] tinkerpop issue #914: Do not format and reparse eval timeout arg when evalua...

2018-08-22 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/914 VOTE +1 ---

[GitHub] tinkerpop pull request #930: TINKERPOP-2032 bump jython-standalone 2.7.1

2018-09-11 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/930 TINKERPOP-2032 bump jython-standalone 2.7.1 https://snyk.io/vuln/SNYK-JAVA-ORGPYTHON-31451 Overview org.python:jython-standalone Affected versions of this package are vulnerable

[GitHub] tinkerpop issue #876: TINKERPOP-967 Support nested-repeat() structures

2018-07-11 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/876 VOTE +1 ---

[GitHub] tinkerpop issue #886: TINKERPOP-1987 Bump to Spark 2.3.1 and Netty 4.1.25.Fi...

2018-07-12 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/886 @spmallette any idea why the spark test is hanging in travis? ---

[GitHub] tinkerpop issue #775: TINKERPOP-1867 union() can produce extra traversers

2018-01-18 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/775 VOTE +1 ---

[GitHub] tinkerpop issue #784: TINKERPOP-1874 P does not appear to be serialized cons...

2018-01-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/784 VOTE +1 ---

[GitHub] tinkerpop pull request #784: TINKERPOP-1874 P does not appear to be serializ...

2018-01-24 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/784#discussion_r163528577 --- Diff: docs/src/dev/io/graphson.asciidoc --- @@ -1279,7 +1270,7 @@ The following `RequestMessage` is an example of a sessionless request for a scri

[GitHub] tinkerpop pull request #784: TINKERPOP-1874 P does not appear to be serializ...

2018-01-24 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/784#discussion_r163529709 --- Diff: docs/src/dev/io/graphson.asciidoc --- @@ -75,8 +72,7 @@ file.withWriter { writer -> writer.write(toJson(msg, "Sessionl

[GitHub] tinkerpop pull request #784: TINKERPOP-1874 P does not appear to be serializ...

2018-01-24 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/784#discussion_r163529404 --- Diff: docs/src/dev/io/graphson.asciidoc --- @@ -4066,11 +4075,12 @@ The following `RequestMessage` is an example of a sessionless request

[GitHub] tinkerpop pull request #784: TINKERPOP-1874 P does not appear to be serializ...

2018-01-24 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/784#discussion_r163529843 --- Diff: docs/src/dev/io/graphson.asciidoc --- @@ -187,8 +180,7 @@ file.withWriter { writer -> writer.write(toJson(msg, "Sessionl

[GitHub] tinkerpop issue #786: TINKERPOP-1873 min() and max() work only in the range ...

2018-01-24 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/786 VOTE +1 ---

[GitHub] tinkerpop issue #812: TINKERPOP-1911 Refactored JavaTranslator

2018-03-06 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/812 What's the difference between the global method cache and the local method cache? ---

[GitHub] tinkerpop issue #808: TINKERPOP-1884 Bump to Netty 4.0.56.Final

2018-03-09 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/808 VOTE +1 ---

[GitHub] tinkerpop issue #803: TINKERPOP-1522 Order of select() scopes

2018-03-01 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/803 VOTE +1 ---

[GitHub] tinkerpop issue #809: TINKERPOP-1884 Bump to Netty 4.1.21.Final

2018-03-09 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/809 ``` $ docker/build.sh -i -t -n [INFO] [INFO] BUILD SUCCESS [INFO

[GitHub] tinkerpop pull request #829: TINKERPOP-1888 Extend max and min to all Compar...

2018-04-04 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/829#discussion_r179166260 --- Diff: docs/src/reference/the-traversal.asciidoc --- @@ -1515,16 +1516,17 @@ link:++http://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache

[GitHub] tinkerpop pull request #829: TINKERPOP-1888 Extend max and min to all Compar...

2018-04-04 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/829#discussion_r179166002 --- Diff: docs/src/reference/the-traversal.asciidoc --- @@ -1471,16 +1471,17 @@ link:++http://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache

[GitHub] tinkerpop issue #837: TINKERPOP-1912 Remove MD5 checksums (tp33)

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/837 VOTE +1 ---

[GitHub] tinkerpop issue #836: TINKERPOP-1912 Remove MD5 checksums

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/836 VOTE +1 ---

[GitHub] tinkerpop issue #830: TINKERPOP-1143 Moved TraversalEngine to gremlin-test

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/830 VOTE +1 ---

[GitHub] tinkerpop issue #838: TINKERPOP-1822: Add Depth First Search repeat step opt...

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/838 Look at the Serializers in `./gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/` ---

[GitHub] tinkerpop issue #835: TINKERPOP-1705 Removed rebindings API from java driver

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/835 VOTE +1 ---

[GitHub] tinkerpop issue #833: TINKERPOP-1903 Migrated Credential DSL to annotation p...

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/833 VOTE +1 ---

[GitHub] tinkerpop issue #832: TINKERPOP-1934 Bumped httpclient to 4.5.5

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/832 VOTE +1 ---

[GitHub] tinkerpop pull request #838: TINKERPOP-1822: Add Depth First Search repeat s...

2018-04-13 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/838#discussion_r181408164 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatStep.java --- @@ -273,11 +314,37 @@ public

[GitHub] tinkerpop issue #829: TINKERPOP-1888 Extend max and min to all Comparable pr...

2018-04-04 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/829 VOTE +1 ---

[GitHub] tinkerpop issue #839: TINKERPOP-1936 Improved performance of Bytecode deseri...

2018-04-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/839 VOTE +1 ---

[GitHub] tinkerpop issue #855: TINKERPOP-1950 Cached global strategy lookups during t...

2018-04-25 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/855 I think `computeIfAbsent()` would have been better :goat: ---

[GitHub] tinkerpop issue #857: TINKERPOP-1869 Allowed iterate() after profile()

2018-04-25 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/857 VOTE +1 ---

[GitHub] tinkerpop issue #855: TINKERPOP-1950 Cached global strategy lookups during t...

2018-04-25 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/855 Well, you would do use ConcurrentHashMap ;-) ``` static Map<Class, Boolean> LOADED = new ConcurrentHashMap<>(); try { LOADED.com

[GitHub] tinkerpop issue #851: Improve JavaScript Gremlin documentation

2018-04-23 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/851 @jorgebay don't forget to vote on your own PR! :smile: ---

[GitHub] tinkerpop issue #853: TINKERPOP-1953 Bump to Groovy 2.4.15

2018-04-23 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/853 VOTE +1 ---

[GitHub] tinkerpop issue #826: Pinned netty to 4.0.x for spark/console

2018-03-26 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/826 Looks like netty is upgraded in Spark 2.3.0 only. https://issues.apache.org/jira/browse/SPARK-19552 ---

[GitHub] tinkerpop issue #826: Pinned netty to 4.0.x for spark/console

2018-03-29 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/826 Can this be closed now? ---

[GitHub] tinkerpop issue #825: TINKERPOP-1930 Remove Giraph

2018-03-29 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/825 Can this be merged? ---

<    1   2   3   4   >