[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 LOADED = new ConcurrentHashMap<>(); try { LOADED.computeIfAbsent(graphOrGraphCompute

[GitHub] tinkerpop issue #844: TINKERPOP-1628 Implement TraversalSelectStep

2018-04-25 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/844 Finally got docs building again. 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.z

[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 #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 #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 #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 #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 #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 #892: Tinkerpop 2007

2018-07-31 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/892 I don't like this patch. If the regression tests rely on some sort order in xml, they're doing it wrong. If it's the graph being validated, then the test should pull it into

[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 by

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

2018-08-02 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/904 @spmallette Thanks. ---

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

2018-08-05 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/907 Is there a test that covers this? ---

[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 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 #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

[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, ther

[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

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 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 [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 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 [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 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 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 #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 #930: TINKERPOP-2032 bump jython-standalone 2.7.1

2018-09-12 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/930 tp33: `docker/build.sh -i -t -n` SUCCESS master: building... ---

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

2018-09-12 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/930 master: `docker/build.sh -i -t -n` BUILD SUCCESS ---

[GitHub] tinkerpop pull request #931: TINKERPOP-2029 ConcurrentModificationException ...

2018-09-14 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/931#discussion_r217732616 --- Diff: docs/src/upgrade/release-3.4.x.asciidoc --- @@ -29,6 +29,29 @@ Please see the link:https://github.com/apache/tinkerpop/blob/3.4.0

[GitHub] tinkerpop pull request #931: TINKERPOP-2029 ConcurrentModificationException ...

2018-09-14 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/931#discussion_r217731843 --- Diff: docs/src/upgrade/release-3.4.x.asciidoc --- @@ -29,6 +29,29 @@ Please see the link:https://github.com/apache/tinkerpop/blob/3.4.0

[GitHub] tinkerpop pull request #931: TINKERPOP-2029 ConcurrentModificationException ...

2018-09-14 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/931#discussion_r217720970 --- Diff: docs/src/upgrade/release-3.4.x.asciidoc --- @@ -29,6 +29,29 @@ Please see the link:https://github.com/apache/tinkerpop/blob/3.4.0

[GitHub] tinkerpop pull request #932: TINKERPOP-2033 Maintain order in profile() anno...

2018-09-14 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/932#discussion_r217736025 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoSerializersV3d0.java --- @@ -427,7 +428,12 @@ else if (1

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

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

[GitHub] tinkerpop issue #931: TINKERPOP-2029 ConcurrentModificationException for Inl...

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

[GitHub] tinkerpop issue #932: TINKERPOP-2033 Maintain order in profile() annotations

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

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

2018-09-19 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/930 Claiming 7-day rule :smile: ---

[GitHub] tinkerpop issue #935: TINKERPOP-2025 Change to SHA-256/512 and drop SHA-1 fo...

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

[GitHub] tinkerpop issue #934: Apply StringEscapeUtils in GroovyTranslator#convertToS...

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

[GitHub] tinkerpop pull request #939: TINKERPOP-2045 removed duplicate non-indy groov...

2018-09-25 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/939 TINKERPOP-2045 removed duplicate non-indy groovy core dep https://issues.apache.org/jira/browse/TINKERPOP-2045 Exclude non-indy transitive dep on groovy core. You can merge this pull

[GitHub] tinkerpop issue #920: optmizes collection copy with Collections addAll

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

[GitHub] tinkerpop issue #941: TINKERPOP-2040 Improve flexibility of GroovyTranslator...

2018-10-01 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/941 @spmallette Should have a CHANGELOG entry if not also an upgrade release note. ---

[GitHub] tinkerpop issue #944: TINKERPOP-2041 Text Predicates

2018-10-01 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/944 I would like to see `TP` renamed to `TextP`. ---

[GitHub] tinkerpop issue #941: TINKERPOP-2040 Improve flexibility of GroovyTranslator...

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

[GitHub] tinkerpop issue #942: TINKERPOP-2049 Added with(k) overload

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

[GitHub] tinkerpop pull request #943: TINKERPOP-2044 Configurable traversal to valida...

2018-10-02 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/943#discussion_r221859065 --- Diff: gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Settings.java --- @@ -243,6 +243,8 @@ public static Settings from(final

[GitHub] tinkerpop pull request #943: TINKERPOP-2044 Configurable traversal to valida...

2018-10-02 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/943#discussion_r221858009 --- Diff: gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Cluster.java --- @@ -575,6 +585,8 @@ SslContext createSSLContext() throws

[GitHub] tinkerpop pull request #946: TINKERPOP-2037 removed groovy-sql

2018-10-02 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/946 TINKERPOP-2037 removed groovy-sql Removed unused groovy-sql dependency. https://issues.apache.org/jira/browse/TINKERPOP-2037 `sh docker/build.sh -i -t` BUILD SUCCESS

[GitHub] tinkerpop issue #942: TINKERPOP-2049 Added with(k) overload

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

[GitHub] tinkerpop issue #943: TINKERPOP-2044 Configurable traversal to validate host...

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

[GitHub] tinkerpop issue #944: TINKERPOP-2041 Text Predicates

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

[GitHub] tinkerpop issue #945: TINKERPOP-2053 Support for OptionsStrategy

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

[GitHub] tinkerpop issue #948: Optimizes Map with enum using the EnumMap implementati...

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

[GitHub] tinkerpop issue #949: TINKERPOP-2056 Use NumberHelper in Compare

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

[GitHub] tinkerpop pull request #:

2016-10-12 Thread robertdale
Github user robertdale commented on the pull request: https://github.com/apache/tinkerpop/commit/a8da47f14f731825d86b0ccaacf8e1187f6d50eb#commitcomment-19394971 Looks like cruft leftover from the leading zeroes style. And then obviously didn't bother testing beyond 9 lines afte

[GitHub] tinkerpop pull request #399: TINKERPOP-1369 Renamed REST API to HTTP API

2016-10-19 Thread robertdale
Github user robertdale closed the pull request at: https://github.com/apache/tinkerpop/pull/399 --- 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 issue #399: TINKERPOP-1369 Renamed REST API to HTTP API

2016-10-19 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/399 okie dokie --- 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

[GitHub] tinkerpop issue #439: TINKERPOP-980: added sysv and systemd init scripts

2016-10-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/439 @PommeVerte do you mind if we move the ubuntu script to a separate pull request so this one can move forward? --- If your project is set up for it, you can reply to this email and have your

[GitHub] tinkerpop issue #439: TINKERPOP-980: added sysv and systemd init scripts

2016-10-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/439 Rebased. Retested. 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

[GitHub] tinkerpop issue #439: TINKERPOP-980: added sysv and systemd init scripts

2016-10-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/439 @spmallette I pushed the windows changes. can you review? --- 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 #482: TINKERPOP-1541: Select should default to Pop.last sema...

2016-11-15 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/482 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, or if

[GitHub] tinkerpop pull request #496: TINKERPOP-1556 allow developers to pass options...

2016-11-16 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/496 TINKERPOP-1556 allow developers to pass options to docker This was a much smaller change than I expected. Originally I was adding some sysctl settings to the dockerfiles. In the end I

[GitHub] tinkerpop issue #496: TINKERPOP-1556 allow developers to pass options to doc...

2016-11-16 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/496 Technically, neither, not even for the daemon. It's specific to certain distribution startup scripts. So there should be no overlap here. --- If your project is set up for it, you can

[GitHub] tinkerpop pull request #498: TINKERPOP-1557 Improve docker build time with t...

2016-11-17 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/498 TINKERPOP-1557 Improve docker build time with this one weird trick! Total time went from just over 4 hours to 2:20m. Get back 1:40m of your cycles! Giraph: startup would wait 3s to

[GitHub] tinkerpop issue #498: TINKERPOP-1557 Improve docker build time with this one...

2016-11-18 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/498 @okram The giraph improvement will help all builds inside or outside of docker. That should save you about 1 hour. I don't know what OS you're on, but in Linux you can get

[GitHub] tinkerpop issue #498: TINKERPOP-1557 Improve docker build time with this one...

2016-11-18 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/498 There's probably over an hour that can be gained in giraph that's spent in waiting for everything to shutdown in each test run (about 6s each). Looks like it's zookeper. But

[GitHub] tinkerpop issue #498: TINKERPOP-1557 Improve docker build time with this one...

2016-11-18 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/498 @spmallette I concur with @dkuppitz that you don't appear to be using tmpfs. What OS, branches, etc, and how to reproduce the mkdirs issue? --- If your project is set up for it, yo

[GitHub] tinkerpop issue #498: TINKERPOP-1557 Improve docker build time with this one...

2016-11-18 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/498 @spmallette looks like this: ``` Step 5 : CMD sh -c docker/scripts/build.sh -t -i -n ---> Running in 3ab3e0b10487 ---> 1baf7291ec3a Removing intermediate con

[GitHub] tinkerpop issue #502: Tweaks for broad JDK8 support

2016-11-19 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/502 I like the refactoring. But why go backwards in java version? Is this for source or target compatibility? If it's source, I can't imagine as a dev you don't have the abilit

[GitHub] tinkerpop issue #498: TINKERPOP-1557 Improve docker build time with this one...

2016-11-19 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/498 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, or if

[GitHub] tinkerpop issue #487: TINKERPOP-1399 NumberHelper needs to go into util and ...

2016-11-19 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/487 VOTE: +0.01 --- 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

[GitHub] tinkerpop issue #504: TINKERPOP-1548: Traversals can complete before interru...

2016-11-21 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/504 I've seen this on master. 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 #504: TINKERPOP-1548: Traversals can complete before ...

2016-11-21 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/504#discussion_r88893084 --- Diff: gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/TraversalInterruptionComputerTest.java --- @@ -86,7 +97,7

[GitHub] tinkerpop issue #457: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-11-23 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/457 Either one appears to work cleanly. Just update first - `git fetch --all`. Obviously, make sure you're on your branch `git checkout tp31`. Then either `git rebase upstream/tp31` or

[GitHub] tinkerpop issue #446: TINKERPOP-1483: valueMap should always return string k...

2016-11-23 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/446 Can this PR be updated with Map or should it be closed and open a new one? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] tinkerpop issue #446: TINKERPOP-1483: valueMap should always return string k...

2016-11-25 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/446 This is interesting. I was unaware of some or didn't understand some implementation details. Taking a step back and looking at this again, I wonder if the original intent is more co

[GitHub] tinkerpop issue #446: TINKERPOP-1483: valueMap should always return string k...

2016-11-26 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/446 Thanks for the clarification @dkuppitz `./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

[GitHub] tinkerpop issue #457: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-11-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/457 I didn't consider that your remote branch was behind. Duh. What should have been done is a forced push `git push -f origin tp31` to replace your remote branch with your local branch. In

[GitHub] tinkerpop issue #457: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-11-27 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/457 @pauljackson It's all good. It's only the history here in the PR that looks weird. Since it's just the one commit, it'll be right in git history when it's actua

[GitHub] tinkerpop pull request #:

2016-11-28 Thread robertdale
Github user robertdale commented on the pull request: https://github.com/apache/tinkerpop/commit/4eba658bcb347679eda964c27595e5d3969a199a#commitcomment-19987601 In CHANGELOG.asciidoc: In CHANGELOG.asciidoc on line 49: 1. Isn't it Map? 2. It should be T.id and T.

[GitHub] tinkerpop issue #494: TINKERPOP-1443 - Introduce API check into the build

2016-11-28 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/494 I'm on Apache Maven 3.3.9 (latest). So I'm ok with downgrading :trollface: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[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 is

[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 not

[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 #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, or if

[GitHub] tinkerpop pull request #536: Support SSL client certificate authentication

2017-01-17 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/536 Support SSL client certificate authentication Can be used with or without an Authenticator (authentication configuration) Valid configs look like: **No client cert auth

[GitHub] tinkerpop issue #536: Support SSL client certificate authentication

2017-01-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/536 @spmallette before you say it, I know I have to update changelog and update docs. :boom: --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] tinkerpop issue #536: TINKERPOP-1602 Support SSL client certificate authenti...

2017-01-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/536 Just wondering if posting a comment after updating the title will trigger JIRA to connect (or however that works). --- If your project is set up for it, you can reply to this email and have

[GitHub] tinkerpop issue #536: TINKERPOP-1602 Support SSL client certificate authenti...

2017-01-17 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/536 And it does. Yay. :+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

[GitHub] tinkerpop issue #536: TINKERPOP-1602 Support SSL client certificate authenti...

2017-01-18 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/536 If you can point me to a test that starts a gremlin-server with a custom config, then I can make that happen. --- If your project is set up for it, you can reply to this email and have your

[GitHub] tinkerpop issue #536: TINKERPOP-1602 Support SSL client certificate authenti...

2017-01-18 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/536 Looks like I can copy GremlinServerIntegrateTest --- 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 #537: TINKERPOP-1605 gremlin-console 3.2.3 -e can no longer ...

2017-01-21 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/537 Isn't there a distribution verification that does tests? I know it's post-build, but that's better than nothing. --- If your project is set up for it, you can reply to this

[GitHub] tinkerpop issue #536: TINKERPOP-1602 Support SSL client certificate authenti...

2017-01-23 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/536 Tests added. --- 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

<    1   2   3   4   >