[13/22] tinkerpop git commit: TINKERPOP-1968 Enabled GLV tests for self loops

2018-05-21 Thread spmallette
TINKERPOP-1968 Enabled GLV tests for self loops Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/784e851f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/784e851f Diff:

[16/22] tinkerpop git commit: TINKERPOP-1968 Stop ignoring test that passes for python GLV

2018-05-21 Thread spmallette
TINKERPOP-1968 Stop ignoring test that passes for python GLV Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/17297326 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/17297326 Diff:

[09/22] tinkerpop git commit: TINKERPOP-1595 Fixed up changelog as this moved to 3.2.10

2018-05-21 Thread spmallette
TINKERPOP-1595 Fixed up changelog as this moved to 3.2.10 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f36eb4f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f36eb4f3 Diff:

[17/22] tinkerpop git commit: TINKERPOP-1968 Have one method of ignoring tests.

2018-05-21 Thread spmallette
TINKERPOP-1968 Have one method of ignoring tests. Tests that should be ignored are "unsupported" in the .feature files. The validator doesn't need a second level of filtering for that. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[12/22] tinkerpop git commit: TINKERPOP-1968 Added edge ids to sink and grateful generator

2018-05-21 Thread spmallette
TINKERPOP-1968 Added edge ids to sink and grateful generator Edge ids should have always been statically defined - not sure how/why that was missed. Also added grateful dead dataset to TinkerFactory to make that easier to programmatically setup. Project:

[15/22] tinkerpop git commit: TINKERPOP-1968 Minor change to loading Grateful from TinkerFactory

2018-05-21 Thread spmallette
TINKERPOP-1968 Minor change to loading Grateful from TinkerFactory Decided to load it from a resources in tinkergraph-gremlin. Seemed to better than relying on the local file system. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[18/22] tinkerpop git commit: TINKERPOP-1968 Embedded list tests only pass for js at this point

2018-05-21 Thread spmallette
TINKERPOP-1968 Embedded list tests only pass for js at this point Creating issues for .net and python. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c42b8b67 Tree:

[01/22] tinkerpop git commit: All glvs build on integration tests phase, but don't need to be bound to skipIntegrationTests. Much easier to just bind to skipTests. CTR [Forced Update!]

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1968 949cffec8 -> b6a8f737c (forced update) All glvs build on integration tests phase, but don't need to be bound to skipIntegrationTests. Much easier to just bind to skipTests. CTR Project:

[21/22] tinkerpop git commit: TINKERPOP-1968 Javascript doesn't handle embedded list assertions.

2018-05-21 Thread spmallette
TINKERPOP-1968 Javascript doesn't handle embedded list assertions. Had to ignore this test for now. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b6a8f737 Tree:

[11/22] tinkerpop git commit: TINKERPOP-1968 Simplified gremlin server test configuration

2018-05-21 Thread spmallette
TINKERPOP-1968 Simplified gremlin server test configuration There was a fair bit of duplicated configuration for Gremlin Server testing - streamlined that to a single gremlin-server-integration.yaml file and script initializer. Tests had to become more specific as to the graphs that they were

[14/22] tinkerpop git commit: TINKERPOP-1968 Configured all the match() tests for GLV

2018-05-21 Thread spmallette
TINKERPOP-1968 Configured all the match() tests for GLV These were ignored because grateful dead wasn't an available graph, but it's been available for a while now so i'm not sure why those weren't setup. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[02/22] tinkerpop git commit: TINKERPOP-1595 Cleaned up exception handling for giraph

2018-05-21 Thread spmallette
TINKERPOP-1595 Cleaned up exception handling for giraph Some really specific exception handling of deserialization errors in Giraph were causing tests to hang. Corrected those problems and commented heavily. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[03/22] tinkerpop git commit: TINKERPOP-1595 Updated changelog

2018-05-21 Thread spmallette
TINKERPOP-1595 Updated changelog Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4893b82 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d4893b82 Diff:

[07/22] tinkerpop git commit: TINKERPOP-1595 Refactored reflective lookups for clone()

2018-05-21 Thread spmallette
TINKERPOP-1595 Refactored reflective lookups for clone() Rather than iterate all methods to find clone() just call getMethod() and call that if found. Nothing seems to be exercising this bit of code in our test suite. I forced it by adding clone() temporarily to RangeBiOperator and it worked

[06/22] tinkerpop git commit: TINKERPOP-1595 Changed vertex program serialization to base64 encoded

2018-05-21 Thread spmallette
TINKERPOP-1595 Changed vertex program serialization to base64 encoded This approach shows to be faster than writing the bytes as an array of string values and deserializing with regex based parsing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[19/22] tinkerpop git commit: TINKERPOP-1968 Removed embedded list test from ignored validation

2018-05-21 Thread spmallette
TINKERPOP-1968 Removed embedded list test from ignored validation Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5c2a94fe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5c2a94fe Diff:

[04/22] tinkerpop git commit: TINKERPOP-1595 Removed stream() usage

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed stream() usage Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/31c4c36a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/31c4c36a Diff:

[10/22] tinkerpop git commit: TINKERPOP-1968 Make Pop tests more GLV friendly

2018-05-21 Thread spmallette
TINKERPOP-1968 Make Pop tests more GLV friendly The java/groovy tests were nicer before, but they don't translate to GLV tests well. Had to change them to get them off the ignore list. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[05/22] tinkerpop git commit: TINKERPOP-1595 Removed usage of deprecated graph computer method

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed usage of deprecated graph computer method Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f99d68a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1f99d68a Diff:

[22/22] tinkerpop git commit: TINKERPOP-1968 Open up a formerly ignored test

2018-05-21 Thread spmallette
TINKERPOP-1968 Open up a formerly ignored test Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ffe96b2e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ffe96b2e Diff:

[5/9] tinkerpop git commit: TINKERPOP-1595 Updated changelog

2018-05-21 Thread spmallette
TINKERPOP-1595 Updated changelog Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4893b82 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d4893b82 Diff:

[4/8] tinkerpop git commit: TINKERPOP-1595 Removed stream() usage

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed stream() usage Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/55c6fb51 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/55c6fb51 Diff:

[1/9] tinkerpop git commit: TINKERPOP-1595 Cleaned up exception handling for giraph

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp33 e04f2630c -> a708cc3bd TINKERPOP-1595 Cleaned up exception handling for giraph Some really specific exception handling of deserialization errors in Giraph were causing tests to hang. Corrected those problems and commented heavily.

[2/8] tinkerpop git commit: TINKERPOP-1595 Updated changelog

2018-05-21 Thread spmallette
TINKERPOP-1595 Updated changelog Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4893b82 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d4893b82 Diff:

[7/9] tinkerpop git commit: TINKERPOP-1595 Removed stream() usage

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed stream() usage Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/31c4c36a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/31c4c36a Diff:

[7/8] tinkerpop git commit: TINKERPOP-1595 Refactored reflective lookups for clone()

2018-05-21 Thread spmallette
TINKERPOP-1595 Refactored reflective lookups for clone() Rather than iterate all methods to find clone() just call getMethod() and call that if found. Nothing seems to be exercising this bit of code in our test suite. I forced it by adding clone() temporarily to RangeBiOperator and it worked

[3/9] tinkerpop git commit: TINKERPOP-1595 Removed stream() usage

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed stream() usage Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/55c6fb51 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/55c6fb51 Diff:

[6/9] tinkerpop git commit: TINKERPOP-1595 Changed vertex program serialization to base64 encoded

2018-05-21 Thread spmallette
TINKERPOP-1595 Changed vertex program serialization to base64 encoded This approach shows to be faster than writing the bytes as an array of string values and deserializing with regex based parsing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[8/8] tinkerpop git commit: TINKERPOP-1595 Fixed up changelog as this moved to 3.2.10

2018-05-21 Thread spmallette
TINKERPOP-1595 Fixed up changelog as this moved to 3.2.10 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f36eb4f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f36eb4f3 Diff:

[3/8] tinkerpop git commit: TINKERPOP-1595 Removed stream() usage

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed stream() usage Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/31c4c36a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/31c4c36a Diff:

[2/9] tinkerpop git commit: TINKERPOP-1595 Refactored reflective lookups for clone()

2018-05-21 Thread spmallette
TINKERPOP-1595 Refactored reflective lookups for clone() Rather than iterate all methods to find clone() just call getMethod() and call that if found. Nothing seems to be exercising this bit of code in our test suite. I forced it by adding clone() temporarily to RangeBiOperator and it worked

[6/8] tinkerpop git commit: TINKERPOP-1595 Removed usage of deprecated graph computer method

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed usage of deprecated graph computer method Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f99d68a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1f99d68a Diff:

[5/8] tinkerpop git commit: TINKERPOP-1595 Changed vertex program serialization to base64 encoded

2018-05-21 Thread spmallette
TINKERPOP-1595 Changed vertex program serialization to base64 encoded This approach shows to be faster than writing the bytes as an array of string values and deserializing with regex based parsing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[1/8] tinkerpop git commit: TINKERPOP-1595 Cleaned up exception handling for giraph

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 7c696076d -> f36eb4f34 TINKERPOP-1595 Cleaned up exception handling for giraph Some really specific exception handling of deserialization errors in Giraph were causing tests to hang. Corrected those problems and commented heavily.

[8/9] tinkerpop git commit: TINKERPOP-1595 Fixed up changelog as this moved to 3.2.10

2018-05-21 Thread spmallette
TINKERPOP-1595 Fixed up changelog as this moved to 3.2.10 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f36eb4f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f36eb4f3 Diff:

[9/9] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-21 Thread spmallette
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a708cc3b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a708cc3b Diff:

[4/9] tinkerpop git commit: TINKERPOP-1595 Removed usage of deprecated graph computer method

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed usage of deprecated graph computer method Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f99d68a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1f99d68a Diff:

[09/10] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-21 Thread spmallette
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a708cc3b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a708cc3b Diff:

[10/10] tinkerpop git commit: Merge branch 'tp33'

2018-05-21 Thread spmallette
Merge branch 'tp33' Conflicts: giraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/giraph/process/computer/GiraphGraphComputer.java Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6a645c0a Tree:

[01/10] tinkerpop git commit: TINKERPOP-1595 Cleaned up exception handling for giraph

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 17c4e771e -> 6a645c0ae TINKERPOP-1595 Cleaned up exception handling for giraph Some really specific exception handling of deserialization errors in Giraph were causing tests to hang. Corrected those problems and commented heavily.

[02/10] tinkerpop git commit: TINKERPOP-1595 Changed vertex program serialization to base64 encoded

2018-05-21 Thread spmallette
TINKERPOP-1595 Changed vertex program serialization to base64 encoded This approach shows to be faster than writing the bytes as an array of string values and deserializing with regex based parsing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[04/10] tinkerpop git commit: TINKERPOP-1595 Removed stream() usage

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed stream() usage Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/31c4c36a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/31c4c36a Diff:

[03/10] tinkerpop git commit: TINKERPOP-1595 Refactored reflective lookups for clone()

2018-05-21 Thread spmallette
TINKERPOP-1595 Refactored reflective lookups for clone() Rather than iterate all methods to find clone() just call getMethod() and call that if found. Nothing seems to be exercising this bit of code in our test suite. I forced it by adding clone() temporarily to RangeBiOperator and it worked

[06/10] tinkerpop git commit: TINKERPOP-1595 Removed usage of deprecated graph computer method

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed usage of deprecated graph computer method Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f99d68a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1f99d68a Diff:

[05/10] tinkerpop git commit: TINKERPOP-1595 Updated changelog

2018-05-21 Thread spmallette
TINKERPOP-1595 Updated changelog Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4893b82 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d4893b82 Diff:

[08/10] tinkerpop git commit: TINKERPOP-1595 Fixed up changelog as this moved to 3.2.10

2018-05-21 Thread spmallette
TINKERPOP-1595 Fixed up changelog as this moved to 3.2.10 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f36eb4f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f36eb4f3 Diff:

[07/10] tinkerpop git commit: TINKERPOP-1595 Removed stream() usage

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed stream() usage Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/55c6fb51 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/55c6fb51 Diff:

tinkerpop git commit: Don't download nuget.exe on every build again TINKERPOP-1836 [Forced Update!]

2018-05-21 Thread florianhockmann
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1836 770d54b71 -> 7e7992954 (forced update) Don't download nuget.exe on every build again TINKERPOP-1836 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[11/11] tinkerpop git commit: TINKERPOP-1595 Fixed up changelog as this moved to 3.2.10

2018-05-21 Thread spmallette
TINKERPOP-1595 Fixed up changelog as this moved to 3.2.10 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f36eb4f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f36eb4f3 Diff:

[01/11] tinkerpop git commit: TINKERPOP-1962 GroovyTranslator handles empty maps properly now. [Forced Update!]

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1595 bc3a1d33f -> f36eb4f34 (forced update) TINKERPOP-1962 GroovyTranslator handles empty maps properly now. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[06/11] tinkerpop git commit: TINKERPOP-1595 Removed usage of deprecated graph computer method

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed usage of deprecated graph computer method Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f99d68a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1f99d68a Diff:

[03/11] tinkerpop git commit: All glvs build on integration tests phase, but don't need to be bound to skipIntegrationTests. Much easier to just bind to skipTests. CTR

2018-05-21 Thread spmallette
All glvs build on integration tests phase, but don't need to be bound to skipIntegrationTests. Much easier to just bind to skipTests. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7c696076 Tree:

[09/11] tinkerpop git commit: TINKERPOP-1595 Changed vertex program serialization to base64 encoded

2018-05-21 Thread spmallette
TINKERPOP-1595 Changed vertex program serialization to base64 encoded This approach shows to be faster than writing the bytes as an array of string values and deserializing with regex based parsing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[10/11] tinkerpop git commit: TINKERPOP-1595 Cleaned up exception handling for giraph

2018-05-21 Thread spmallette
TINKERPOP-1595 Cleaned up exception handling for giraph Some really specific exception handling of deserialization errors in Giraph were causing tests to hang. Corrected those problems and commented heavily. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[08/11] tinkerpop git commit: TINKERPOP-1595 Refactored reflective lookups for clone()

2018-05-21 Thread spmallette
TINKERPOP-1595 Refactored reflective lookups for clone() Rather than iterate all methods to find clone() just call getMethod() and call that if found. Nothing seems to be exercising this bit of code in our test suite. I forced it by adding clone() temporarily to RangeBiOperator and it worked

[05/11] tinkerpop git commit: TINKERPOP-1595 Removed stream() usage

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed stream() usage Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/31c4c36a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/31c4c36a Diff:

[02/11] tinkerpop git commit: Merge branch 'TINKERPOP-1962' into tp32

2018-05-21 Thread spmallette
Merge branch 'TINKERPOP-1962' into tp32 Conflicts: CHANGELOG.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e3983733 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e3983733 Diff:

[07/11] tinkerpop git commit: TINKERPOP-1595 Removed stream() usage

2018-05-21 Thread spmallette
TINKERPOP-1595 Removed stream() usage Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/55c6fb51 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/55c6fb51 Diff:

[04/11] tinkerpop git commit: TINKERPOP-1595 Updated changelog

2018-05-21 Thread spmallette
TINKERPOP-1595 Updated changelog Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4893b82 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d4893b82 Diff:

tinkerpop git commit: TINKERPOP-1963 Fixed branch() problems with reducing steps as options [Forced Update!]

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1963 f4a7097b7 -> 9952bcf7c (forced update) TINKERPOP-1963 Fixed branch() problems with reducing steps as options Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: Don't download nuget.exe on every build again TINKERPOP-1836

2018-05-21 Thread florianhockmann
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1836 29e768dff -> 770d54b71 Don't download nuget.exe on every build again TINKERPOP-1836 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/770d54b7 Tree:

[12/14] tinkerpop git commit: Merge branch 'TINKERPOP-1962' into tp32

2018-05-21 Thread spmallette
Merge branch 'TINKERPOP-1962' into tp32 Conflicts: CHANGELOG.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e3983733 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e3983733 Diff:

[13/14] tinkerpop git commit: All glvs build on integration tests phase, but don't need to be bound to skipIntegrationTests. Much easier to just bind to skipTests. CTR

2018-05-21 Thread spmallette
All glvs build on integration tests phase, but don't need to be bound to skipIntegrationTests. Much easier to just bind to skipTests. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7c696076 Tree:

[01/14] tinkerpop git commit: Don't use recursive calls for streaming response [Forced Update!]

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1963 96072c7bc -> f4a7097b7 (forced update) Don't use recursive calls for streaming response Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4c8717dd

[07/14] tinkerpop git commit: CTR changelog entry for TINKERPOP-1933

2018-05-21 Thread spmallette
CTR changelog entry for TINKERPOP-1933 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/58d3d403 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/58d3d403 Diff:

[10/14] tinkerpop git commit: Merge branch 'TINKERPOP-1841' into tp32

2018-05-21 Thread spmallette
Merge branch 'TINKERPOP-1841' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/699a5aa6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/699a5aa6 Diff:

[05/14] tinkerpop git commit: Fixed some minor asciidoc formatting problems CTR

2018-05-21 Thread spmallette
Fixed some minor asciidoc formatting problems CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/770375d4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/770375d4 Diff:

[04/14] tinkerpop git commit: Added more release manager docs CTR

2018-05-21 Thread spmallette
Added more release manager docs CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/90e74768 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/90e74768 Diff:

[02/14] tinkerpop git commit: TINKERPOP-1962 GroovyTranslator handles empty maps properly now.

2018-05-21 Thread spmallette
TINKERPOP-1962 GroovyTranslator handles empty maps properly now. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4e8b4cff Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4e8b4cff Diff:

[06/14] tinkerpop git commit: Merge branch 'TINKERPOP-1933' into tp32

2018-05-21 Thread spmallette
Merge branch 'TINKERPOP-1933' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fa3fb9ea Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fa3fb9ea Diff:

[08/14] tinkerpop git commit: TINKERPOP-1841 Configure python tests in travis

2018-05-21 Thread spmallette
TINKERPOP-1841 Configure python tests in travis Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a2feb2a5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a2feb2a5 Diff:

[14/14] tinkerpop git commit: TINKERPOP-1963 Fixed branch() problems with reducing steps as options

2018-05-21 Thread spmallette
TINKERPOP-1963 Fixed branch() problems with reducing steps as options Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f4a7097b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f4a7097b Diff:

[09/14] tinkerpop git commit: Minor updates to the release email template CTR

2018-05-21 Thread spmallette
Minor updates to the release email template CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4adca20d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4adca20d Diff:

[03/14] tinkerpop git commit: Polish up the release docs a bit for 3.2.x

2018-05-21 Thread spmallette
Polish up the release docs a bit for 3.2.x Not sure why we kinda let those docs die a bit. I think that maybe I figured that we'd always use the /current docs for release but that's not realistic. We probably should try to keep release docs stable to the version being released. CTR Project:

[11/14] tinkerpop git commit: Fixed some bad javadoc CTR

2018-05-21 Thread spmallette
Fixed some bad javadoc CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ae562c18 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ae562c18 Diff:

tinkerpop git commit: All glvs build on integration tests phase, but don't need to be bound to skipIntegrationTests. Much easier to just bind to skipTests. CTR

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 e39837330 -> 7c696076d All glvs build on integration tests phase, but don't need to be bound to skipIntegrationTests. Much easier to just bind to skipTests. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[3/3] tinkerpop git commit: Merge branch 'tp33'

2018-05-21 Thread spmallette
Merge branch 'tp33' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/17c4e771 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/17c4e771 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/17c4e771

[2/2] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-21 Thread spmallette
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e04f2630 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e04f2630 Diff:

[2/3] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-21 Thread spmallette
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e04f2630 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e04f2630 Diff:

[1/2] tinkerpop git commit: All glvs build on integration tests phase, but don't need to be bound to skipIntegrationTests. Much easier to just bind to skipTests. CTR

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp33 558e8147e -> e04f2630c All glvs build on integration tests phase, but don't need to be bound to skipIntegrationTests. Much easier to just bind to skipTests. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: TINKERPOP-1968 Javascript doesn't handle embedded list assertions.

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1968 811df9bea -> 949cffec8 TINKERPOP-1968 Javascript doesn't handle embedded list assertions. Had to ignore this test for now. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: TINKERPOP-1968 Open up a formerly ignored test

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1968 1c9087785 -> 811df9bea TINKERPOP-1968 Open up a formerly ignored test Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/811df9be Tree:

tinkerpop git commit: TINKERPOP-1968 Have one method of ignoring tests.

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1968 6fd177a2c -> 1c9087785 TINKERPOP-1968 Have one method of ignoring tests. Tests that should be ignored are "unsupported" in the .feature files. The validator doesn't need a second level of filtering for that. Project:

tinkerpop git commit: TINKERPOP-1968 Removed embedded list test from ignored validation

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1968 e99ea75e8 -> 6fd177a2c TINKERPOP-1968 Removed embedded list test from ignored validation Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6fd177a2

tinkerpop git commit: TINKERPOP-1968 PageRank tests aren't currently part of the required tests

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1968 29eef8977 -> e99ea75e8 TINKERPOP-1968 PageRank tests aren't currently part of the required tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: TINKERPOP-1968 Embedded list tests only pass for js at this point

2018-05-21 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1968 4d322a13a -> 29eef8977 TINKERPOP-1968 Embedded list tests only pass for js at this point Creating issues for .net and python. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: