tinkerpop git commit: Increased settings on Cluster creation in test.

2016-06-30 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1352 e66f2c983 -> e14183c65 Increased settings on Cluster creation in test. The test uses a fair degree of parallelism and now that other bug fixes went into play the pool wasn't growing out of bounds as it was before in some

tinkerpop git commit: Prevents connections from exceeding max size in the driver.

2016-06-30 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1352 033a44d1a -> e66f2c983 Prevents connections from exceeding max size in the driver. A fix for TINKERPOP-1351 - see that issue for more details. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[1/2] tinkerpop git commit: Uncommented some tests that were accidentally commented out.

2016-06-30 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1352 989977f67 -> 033a44d1a http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/033a44d1/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinDriverIntegrateTest.java

[2/2] tinkerpop git commit: Uncommented some tests that were accidentally commented out.

2016-06-30 Thread spmallette
Uncommented some tests that were accidentally commented out. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/033a44d1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/033a44d1 Diff:

[2/3] tinkerpop git commit: Fixed bug in driver where the client would unecessarily replace Connections.

2016-06-30 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/989977f6/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinDriverIntegrateTest.java -- diff --git

[3/3] tinkerpop git commit: Fixed bug in driver where the client would unecessarily replace Connections.

2016-06-30 Thread spmallette
Fixed bug in driver where the client would unecessarily replace Connections. Replacing the Connection was pretty transparent to the user in most cases, but it wasn't a good practice as there was a cost in doing that which was uncessary since the pool size for a session is always 1. Project:

[1/3] tinkerpop git commit: Fixed bug in driver where the client would unecessarily replace Connections.

2016-06-30 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1352 bc397eca6 -> 989977f67 http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/989977f6/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerSessionIntegrateTest.java

[28/50] [abbrv] tinkerpop git commit: Fixed up TraversalOpProcessor to use HaltedTraversalStrategy to decide detachement with ReferenceFactory being the default (as before). This allowed me to open uu

2016-06-30 Thread spmallette
Fixed up TraversalOpProcessor to use HaltedTraversalStrategy to decide detachement with ReferenceFactory being the default (as before). This allowed me to open uup a bunch more OPT_OUT tests on RemoteGraph. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[05/50] [abbrv] tinkerpop git commit: TraversalExplanation now supports word wrapping and VertexProgamStep.toStrings() have GraphFilter information attached.

2016-06-30 Thread spmallette
TraversalExplanation now supports word wrapping and VertexProgamStep.toStrings() have GraphFilter information attached. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fc62efec Tree:

[21/50] [abbrv] tinkerpop git commit: Merge branch 'tp31'

2016-06-30 Thread spmallette
Merge branch 'tp31' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/668bee37 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/668bee37 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/668bee37

[06/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-06-30 Thread spmallette
Merge remote-tracking branch 'origin/tp31' Conflicts: gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/PropertiesTest.java Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[25/50] [abbrv] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR.

2016-06-30 Thread spmallette
removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/da26cf18 Tree:

[35/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1071'

2016-06-30 Thread spmallette
Merge branch 'TINKERPOP-1071' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5395aaeb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5395aaeb Diff:

[03/50] [abbrv] tinkerpop git commit: This closes #333

2016-06-30 Thread spmallette
This closes #333 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/842a58f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/842a58f3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/842a58f3

[20/50] [abbrv] tinkerpop git commit: Fixed path to log file for `bin/validate-distribution.sh` and log only errors in `mvn clean install`.

2016-06-30 Thread spmallette
Fixed path to log file for `bin/validate-distribution.sh` and log only errors in `mvn clean install`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ce0dc48b Tree:

[44/50] [abbrv] tinkerpop git commit: Fixed wildcard imports.

2016-06-30 Thread spmallette
Fixed wildcard imports. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6cee5267 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6cee5267 Diff:

[15/50] [abbrv] tinkerpop git commit: Added a NOTE to the centrality recipe to clarify the usage of by() CTR

2016-06-30 Thread spmallette
Added a NOTE to the centrality recipe to clarify the usage of by() CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b67db0c5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b67db0c5 Diff:

[09/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-06-30 Thread spmallette
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/97a7ba5b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/97a7ba5b Diff:

[36/50] [abbrv] tinkerpop git commit: Frame up for GraphSON 2.0

2016-06-30 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0554b59b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphson/JavaTimeSerializersV1d0.java -- diff --git

[45/50] [abbrv] tinkerpop git commit: Added CHANGELOG entry and 'reference' docs.

2016-06-30 Thread spmallette
Added CHANGELOG entry and 'reference' docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7546bc79 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7546bc79 Diff:

[38/50] [abbrv] tinkerpop git commit: TINKERPOP-1274: GraphSON 2.0.

2016-06-30 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/b44ec666/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphGraphSONSerializerV2d0Test.java -- diff --git

[07/50] [abbrv] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1332

2016-06-30 Thread spmallette
Merge branch 'master' into TINKERPOP-1332 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a4771b6c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a4771b6c Diff:

[50/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1274' of https://github.com/newkek/incubator-tinkerpop into TINKERPOP-1274

2016-06-30 Thread spmallette
Merge branch 'TINKERPOP-1274' of https://github.com/newkek/incubator-tinkerpop into TINKERPOP-1274 Conflicts: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.java

[30/50] [abbrv] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1332

2016-06-30 Thread spmallette
Merge branch 'master' into TINKERPOP-1332 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7dfd0ddc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7dfd0ddc Diff:

[43/50] [abbrv] tinkerpop git commit: Changed GraphSONMapper constructor

2016-06-30 Thread spmallette
Changed GraphSONMapper constructor Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3f89027f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3f89027f Diff:

[27/50] [abbrv] tinkerpop git commit: realized why various providers OPT_OUT of a particular OrderTest. The traversal should be compiled and then setLimit() called. CTR.

2016-06-30 Thread spmallette
realized why various providers OPT_OUT of a particular OrderTest. The traversal should be compiled and then setLimit() called. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2eafeef8 Tree:

[29/50] [abbrv] tinkerpop git commit: made things safer -- not longer wraps by step name, but by character. much cleaner.

2016-06-30 Thread spmallette
made things safer -- not longer wraps by step name, but by character. much cleaner. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/090efe3b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/090efe3b Diff:

[01/50] [abbrv] tinkerpop git commit: the latest up-merge from tp31 had a minor bug.

2016-06-30 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1274 f5b64fafb -> 10abe8e14 the latest up-merge from tp31 had a minor bug. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1a526eb5 Tree:

[19/50] [abbrv] tinkerpop git commit: TraversalExplanation now how prettyPrint(), prettyPrint(int maxLineLength), and toString(). Console will detect a TraversalExplaination and use prettyPrint(Termin

2016-06-30 Thread spmallette
TraversalExplanation now how prettyPrint(), prettyPrint(int maxLineLength), and toString(). Console will detect a TraversalExplaination and use prettyPrint(TerminalFactory.get().getWidth()). If the TerminalFactory is 'bad' then a default reasonable value is use -- people say some Java versions

[24/50] [abbrv] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR.

2016-06-30 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/da26cf18/docs/static/images/tinkerpop3.graffle -- diff --git a/docs/static/images/tinkerpop3.graffle b/docs/static/images/tinkerpop3.graffle index de98d34..11a1a94 100644 ---

[42/50] [abbrv] tinkerpop git commit: Fixed GraphSONMessageSerializer tests.

2016-06-30 Thread spmallette
Fixed GraphSONMessageSerializer tests. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7309230d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7309230d Diff:

[32/50] [abbrv] tinkerpop git commit: Force startedIterating before sleep

2016-06-30 Thread spmallette
Force startedIterating before sleep Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0787e460 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0787e460 Diff:

[41/50] [abbrv] tinkerpop git commit: TINKERPOP-1274: GraphSON 2.0.

2016-06-30 Thread spmallette
TINKERPOP-1274: GraphSON 2.0. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b44ec666 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b44ec666 Diff:

[08/50] [abbrv] tinkerpop git commit: Remove reference to the third by() on group() docs CTR

2016-06-30 Thread spmallette
Remove reference to the third by() on group() docs CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ebfa7859 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ebfa7859 Diff:

[40/50] [abbrv] tinkerpop git commit: TINKERPOP-1274: GraphSON 2.0.

2016-06-30 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/b44ec666/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphson/JavaTimeSerializersV2d0.java -- diff --git

[22/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-939' into tp31

2016-06-30 Thread spmallette
Merge branch 'TINKERPOP-939' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/45e19af7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/45e19af7 Diff:

[39/50] [abbrv] tinkerpop git commit: TINKERPOP-1274: GraphSON 2.0.

2016-06-30 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/b44ec666/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapperV2d0Test.java -- diff --git

[48/50] [abbrv] tinkerpop git commit: Parameterized some tests, re-wrote the IO tests.

2016-06-30 Thread spmallette
Parameterized some tests, re-wrote the IO tests. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a9bf7ea5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a9bf7ea5 Diff:

[46/50] [abbrv] tinkerpop git commit: Added upgrade docs.

2016-06-30 Thread spmallette
Added upgrade docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/67db6be8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/67db6be8 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/67db6be8

[10/50] [abbrv] tinkerpop git commit: Added the secretary email to the committer invite template

2016-06-30 Thread spmallette
Added the secretary email to the committer invite template No one ever seems to be able to figure that part out - including the email might save them some time CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[17/50] [abbrv] tinkerpop git commit: Added docs for Neo4j HA configuration.

2016-06-30 Thread spmallette
Added docs for Neo4j HA configuration. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/62206538 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/62206538 Diff:

[02/50] [abbrv] tinkerpop git commit: so strange. I knew this didn't work, but the tests passed locally and now they don't. I think I had some cached classes or something weird -- sorry for the broken

2016-06-30 Thread spmallette
so strange. I knew this didn't work, but the tests passed locally and now they don't. I think I had some cached classes or something weird -- sorry for the broken tp31/ build. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[31/50] [abbrv] tinkerpop git commit: updated CHANGELOG.

2016-06-30 Thread spmallette
updated CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/82afed3a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/82afed3a Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/82afed3a

[11/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-06-30 Thread spmallette
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c2d2a7d2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c2d2a7d2 Diff:

[04/50] [abbrv] tinkerpop git commit: Fixed a bug introduced at 3f8577596dee49493a75b039bf16e2e3f8e92793

2016-06-30 Thread spmallette
Fixed a bug introduced at 3f8577596dee49493a75b039bf16e2e3f8e92793 The bug seemed to allow a driver host to get marked as dead even when it wasn't. This manifested as problems for the RemoteGraph process tests in the 3.2.x line of code, but the problem also existed along 3.1.x generally

[14/50] [abbrv] tinkerpop git commit: Re-assigned step labels as appropriate in SubgraphStrategy.

2016-06-30 Thread spmallette
Re-assigned step labels as appropriate in SubgraphStrategy. Step labels were not being re-written to replaced steps or to the subgraph filter steps and so traversals using .as('a') and the like were failing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[18/50] [abbrv] tinkerpop git commit: Log `mvn clean install` install into file and show the last 100 lines in case of an error.

2016-06-30 Thread spmallette
Log `mvn clean install` install into file and show the last 100 lines in case of an error. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6edca751 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6edca751

[4/8] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR.

2016-06-30 Thread spmallette
removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. (cherry picked from commit da26cf1862b7827223205c5410731c96d3cca70a) Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[3/8] tinkerpop git commit: Updated changelog.

2016-06-30 Thread spmallette
Updated changelog. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/099e6bc6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/099e6bc6 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/099e6bc6

[7/8] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1063' into tp31

2016-06-30 Thread spmallette
Merge remote-tracking branch 'origin/TINKERPOP-1063' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1c9bd087 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1c9bd087 Diff:

[2/8] tinkerpop git commit: Made TinkerGraph validate that ids be homogeneous up front.

2016-06-30 Thread spmallette
Made TinkerGraph validate that ids be homogeneous up front. Take this approach rather than doing it during iteration so that TinkerPop semantics are respected and appropriate validation exceptions are thrown at the right time. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[8/8] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-06-30 Thread spmallette
Merge remote-tracking branch 'origin/tp31' Conflicts: tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[6/8] tinkerpop git commit: Removed potential for NPEs when validating IDs given to vertices()/edges()

2016-06-30 Thread spmallette
Removed potential for NPEs when validating IDs given to vertices()/edges() Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1e0c581c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1e0c581c Diff:

[5/8] tinkerpop git commit: Cancellation of a timeout should occur in existing thread pool

2016-06-30 Thread spmallette
Cancellation of a timeout should occur in existing thread pool Prior to this change, the cancellation of a timeout occured in the ForkJoinPool when an existing thread pool in the GremlinExecutor was present to handle that job. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[5/5] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1063' into tp31

2016-06-30 Thread spmallette
Merge remote-tracking branch 'origin/TINKERPOP-1063' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1c9bd087 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1c9bd087 Diff:

[2/5] tinkerpop git commit: Made TinkerGraph validate that ids be homogeneous up front.

2016-06-30 Thread spmallette
Made TinkerGraph validate that ids be homogeneous up front. Take this approach rather than doing it during iteration so that TinkerPop semantics are respected and appropriate validation exceptions are thrown at the right time. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[1/5] tinkerpop git commit: Improved performance of TinkerGraph around element lookup.

2016-06-30 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp31 d699cb6c0 -> 1c9bd087d Improved performance of TinkerGraph around element lookup. Primary change was to drop use of Stream and use IteratorUtils. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[4/5] tinkerpop git commit: Removed potential for NPEs when validating IDs given to vertices()/edges()

2016-06-30 Thread spmallette
Removed potential for NPEs when validating IDs given to vertices()/edges() Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1e0c581c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1e0c581c Diff:

[07/11] tinkerpop git commit: added missing license header

2016-06-30 Thread okram
added missing license header Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/05d4c32d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/05d4c32d Diff:

[10/11] tinkerpop git commit: updated changelog.

2016-06-30 Thread okram
updated changelog. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/44ad2ebd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/44ad2ebd Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/44ad2ebd

[03/11] tinkerpop git commit: took into account a @dkuppitz comment about not checking for hasStepOfAssignableClass as it just wastes clock cycles. Also, came up with a cleaner algorithm for determing

2016-06-30 Thread okram
took into account a @dkuppitz comment about not checking for hasStepOfAssignableClass as it just wastes clock cycles. Also, came up with a cleaner algorithm for determing whether the final NoOpBarrierStep should be added or not. Faster and less memory usage. Project:

[04/11] tinkerpop git commit: learned how to used Enclosed.class to have parameterized and non-parameterized sections of a test. I think all our Strategy tests should have a 'isFaster' test to ensure

2016-06-30 Thread okram
learned how to used Enclosed.class to have parameterized and non-parameterized sections of a test. I think all our Strategy tests should have a 'isFaster' test to ensure that our optimizations are actually making things faster. cc/ @dkuppitz. Project:

[09/11] tinkerpop git commit: Merge branch 'TINKERPOP-1349'

2016-06-30 Thread okram
Merge branch 'TINKERPOP-1349' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7f22595c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7f22595c Diff:

[11/11] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278

2016-06-30 Thread okram
Merge branch 'master' into TINKERPOP-1278 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/292f0243 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/292f0243 Diff:

svn commit: r1750796 - /tinkerpop/site/index.html

2016-06-30 Thread okram
Author: okram Date: Thu Jun 30 13:29:02 2016 New Revision: 1750796 URL: http://svn.apache.org/viewvc?rev=1750796=rev Log: added DSEGraph to index.html list of supporting graph databases. It was always on our providers.html page, but for some reason not on the index.html listing. Modified:

[01/10] tinkerpop git commit: added RepeatUnrollStrategy for when the loop amount is known at compile time. Fixed a bug in BranchStep around child integration.

2016-06-30 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master 5395aaeb0 -> 44ad2ebdc added RepeatUnrollStrategy for when the loop amount is known at compile time. Fixed a bug in BranchStep around child integration. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[05/10] tinkerpop git commit: shouldBeFaster() in both RepeatUnrollStrategyTest and IdentityRemovalStrategyTest now do parameter sweeps and test a broader range of behaviors.

2016-06-30 Thread okram
shouldBeFaster() in both RepeatUnrollStrategyTest and IdentityRemovalStrategyTest now do parameter sweeps and test a broader range of behaviors. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e6071c0e Tree:

[10/10] tinkerpop git commit: updated changelog.

2016-06-30 Thread okram
updated changelog. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/44ad2ebd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/44ad2ebd Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/44ad2ebd

[02/10] tinkerpop git commit: came up with a nice optimization. If the step after the repeat() is a Barrier, then there is no need to add a NoOpBarrier on the last loop serialization. Also, discovered

2016-06-30 Thread okram
came up with a nice optimization. If the step after the repeat() is a Barrier, then there is no need to add a NoOpBarrier on the last loop serialization. Also, discovered a severe clone() bug in AbstractStep around label cloning. Can't believe this never popped up before now. Project:

[03/10] tinkerpop git commit: took into account a @dkuppitz comment about not checking for hasStepOfAssignableClass as it just wastes clock cycles. Also, came up with a cleaner algorithm for determing

2016-06-30 Thread okram
took into account a @dkuppitz comment about not checking for hasStepOfAssignableClass as it just wastes clock cycles. Also, came up with a cleaner algorithm for determing whether the final NoOpBarrierStep should be added or not. Faster and less memory usage. Project:

[04/10] tinkerpop git commit: learned how to used Enclosed.class to have parameterized and non-parameterized sections of a test. I think all our Strategy tests should have a 'isFaster' test to ensure

2016-06-30 Thread okram
learned how to used Enclosed.class to have parameterized and non-parameterized sections of a test. I think all our Strategy tests should have a 'isFaster' test to ensure that our optimizations are actually making things faster. cc/ @dkuppitz. Project:

[08/10] tinkerpop git commit: prevent division by zero

2016-06-30 Thread okram
prevent division by zero Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/857e2e2c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/857e2e2c Diff:

[06/10] tinkerpop git commit: Refactored traversal strategy performance tests.

2016-06-30 Thread okram
Refactored traversal strategy performance tests. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f87ef124 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f87ef124 Diff:

tinkerpop git commit: Removed potential for NPEs when validating IDs given to vertices()/edges()

2016-06-30 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1063 099e6bc62 -> 1e0c581c9 Removed potential for NPEs when validating IDs given to vertices()/edges() Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: