tinkerpop git commit: Removed stream usage and String interning in StarGraph. Also bumped JMH to 1.13.

2016-08-10 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1287 [created] ddd4a4edf Removed stream usage and String interning in StarGraph. Also bumped JMH to 1.13. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[28/50] [abbrv] tinkerpop git commit: added missing license header

2016-07-08 Thread twilmes
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:

[11/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-07-08 Thread twilmes
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:

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

2016-07-08 Thread twilmes
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:

[50/50] [abbrv] tinkerpop git commit: TINKERPOP-1254 Support dropping traverser path information when it is no longer needed

2016-07-08 Thread twilmes
TINKERPOP-1254 Support dropping traverser path information when it is no longer needed This commit adds support for path retraction to increase the likelihood of bulking in OLTP and OLAP modes. Traversal analysis is performed during the application of the PrunePathStrategy to identify labels

[36/50] [abbrv] tinkerpop git commit: Added more invalid binding keys to Gremlin Server OpProcessor validation.

2016-07-08 Thread twilmes
Added more invalid binding keys to Gremlin Server OpProcessor validation. These "invalid" keys are reserved terms for Gremlin Server as they are statically imported enums and shouldn't be used as binding keys. You get some less than easy to understand error messages if those keys are used.

[10/50] [abbrv] tinkerpop git commit: Updated instructions on how to process a single AsciiDoc file.

2016-07-08 Thread twilmes
Updated instructions on how to process a single AsciiDoc file. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9ff14b73 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9ff14b73 Diff:

[45/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1350' into tp31

2016-07-08 Thread twilmes
Merge remote-tracking branch 'origin/TINKERPOP-1350' into tp31 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/17aab3e3 Tree:

[37/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1341' of https://github.com/dalaro/incubator-tinkerpop

2016-07-08 Thread twilmes
Merge branch 'TINKERPOP-1341' of https://github.com/dalaro/incubator-tinkerpop Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c0b0eedc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c0b0eedc Diff:

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

2016-07-08 Thread twilmes
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:

[40/50] [abbrv] tinkerpop git commit: Void and void can not use FieldSerializers. However, note that Void and void are in DefaultSerializers and thus, don't need to be registered by GryoRegistrator. C

2016-07-08 Thread twilmes
Void and void can not use FieldSerializers. However, note that Void and void are in DefaultSerializers and thus, don't need to be registered by GryoRegistrator. Commented them out and added a note if for some reason Void and void require serializaion registration. However, integration tests

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

2016-07-08 Thread twilmes
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:

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

2016-07-08 Thread twilmes
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:

[23/50] [abbrv] tinkerpop git commit: Fixed a problem with how timeouts were scheduled in GremlinExecutor

2016-07-08 Thread twilmes
Fixed a problem with how timeouts were scheduled in GremlinExecutor Made timeouts schedule closer to when execution of a script actually occurred. All together, this change helps prevent sessions from locking when submitting multiple parallel requests that have the potential to block.

[02/50] [abbrv] tinkerpop git commit: Updated changelog.

2016-07-08 Thread twilmes
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

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

2016-07-08 Thread twilmes
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:

[42/50] [abbrv] tinkerpop git commit: ResultSet.hasNext should be idempotent

2016-07-08 Thread twilmes
ResultSet.hasNext should be idempotent Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0fd1706e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0fd1706e Diff:

[41/50] [abbrv] tinkerpop git commit: Update changelog.

2016-07-08 Thread twilmes
Update changelog. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/320071d3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/320071d3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/320071d3

[32/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1349'

2016-07-08 Thread twilmes
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:

[43/50] [abbrv] tinkerpop git commit: Update changelog.

2016-07-08 Thread twilmes
Update changelog. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4e0b5b1a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4e0b5b1a Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4e0b5b1a

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

2016-07-08 Thread twilmes
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:

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

2016-07-08 Thread twilmes
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/88f3da55 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/88f3da55 Diff:

[30/50] [abbrv] tinkerpop git commit: TINKERPOP-1341 Add missing classes to GryoRegistrator

2016-07-08 Thread twilmes
TINKERPOP-1341 Add missing classes to GryoRegistrator GryoRegistrator is missing registrations for three classes registered in GryoSerializer: * void * Void * CompactBuffer[] This commit adds all three to GryoRegistrator.getExtraRegistrations(). So far, CompactBuffer[] is the only omission

[17/50] [abbrv] tinkerpop git commit: Enhanced pre-processor output for failure cases.

2016-07-08 Thread twilmes
Enhanced pre-processor output for failure cases. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/98f09bad Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/98f09bad Diff:

[18/50] [abbrv] tinkerpop git commit: minor correction; code was using a test file instead of the actual output file

2016-07-08 Thread twilmes
minor correction; code was using a test file instead of the actual output file Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2d69b9e7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2d69b9e7 Diff:

[49/50] [abbrv] tinkerpop git commit: Fixed merge issues from previous commit.

2016-07-08 Thread twilmes
Fixed merge issues from previous commit. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a138d554 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a138d554 Diff:

[38/50] [abbrv] tinkerpop git commit: TINKERPOP-1355 Design HasContainer for extension

2016-07-08 Thread twilmes
TINKERPOP-1355 Design HasContainer for extension Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ca8a4f9f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ca8a4f9f Diff:

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

2016-07-08 Thread twilmes
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

[24/50] [abbrv] 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 d

2016-07-08 Thread twilmes
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:

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

2016-07-08 Thread twilmes
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:

[12/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-07-08 Thread twilmes
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:

[1/2] tinkerpop git commit: Updating strategy to fix nesting issues and moved label dropping from MatchStep's processNextStart to MatchEndStep's processNextStart.

2016-07-09 Thread twilmes
0644 --- a/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphPlayTest.java +++ b/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphPlayTest.java @@ -19,16 +19,19 @@ package org.apache.tinkerpop.gremlin.tinkerg

[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1254' of https://git-wip-us.apache.org/repos/asf/tinkerpop into TINKERPOP-1254

2016-07-09 Thread twilmes
Merge branch 'TINKERPOP-1254' of https://git-wip-us.apache.org/repos/asf/tinkerpop into TINKERPOP-1254 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a71ce327 Tree:

tinkerpop git commit: Updated ReferencePath to copy labels into a new HashSet before adding them to reference path so that ReferencePaths will not end up sharing label sets. Added a number of new Prun

2016-07-10 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1254 a71ce3278 -> 43c6108dd Updated ReferencePath to copy labels into a new HashSet before adding them to reference path so that ReferencePaths will not end up sharing label sets. Added a number of new PrunePathStrategy tests.

[2/3] tinkerpop git commit: Prune path work.

2016-07-07 Thread twilmes
l.java @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache L

[3/3] tinkerpop git commit: ready for integration test

2016-07-07 Thread twilmes
der the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distr

[1/3] tinkerpop git commit: Prune path work.

2016-07-07 Thread twilmes
x("a"); +Vertex b = graph.addVertex("b"); +Vertex c = graph.addVertex("c"); +Vertex d = graph.addVertex("d"); + Vertex e = graph.addVertex("e"); + +a.addEdge("knows", b); +a.addEdge("knows", c); +

tinkerpop git commit: Tests passing.

2016-07-02 Thread twilmes
kerpop.gremlin.process.traversal.Order; @@ -32,6 +33,7 @@ import org.apache.tinkerpop.gremlin.structure.T; import org.apache.tinkerpop.gremlin.structure.Vertex; import org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo; import org.apache.tinkerpop.gremlin.structure.util.GraphFact

tinkerpop git commit: Updated strategy test.

2016-07-02 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1254 2d30be456 -> 6473f4aef Updated strategy test. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6473f4ae Tree:

svn commit: r18109 - /dev/tinkerpop/3.1.6/

2017-02-03 Thread twilmes
Author: twilmes Date: Fri Feb 3 17:56:41 2017 New Revision: 18109 Log: TinkerPop 3.1.6 release Added: dev/tinkerpop/3.1.6/ dev/tinkerpop/3.1.6/apache-tinkerpop-3.1.6-src.zip (with props) dev/tinkerpop/3.1.6/apache-tinkerpop-3.1.6-src.zip.asc dev/tinkerpop/3.1.6/apache

[tinkerpop] Git Push Summary

2017-02-03 Thread twilmes
Repository: tinkerpop Updated Tags: refs/tags/3.1.6 [created] 1f70ff8f6

svn commit: r1781570 - in /tinkerpop/site: docs/ docs/3.1.6/ docs/3.1.6/dev/ docs/3.1.6/dev/developer/ docs/3.1.6/dev/provider/ docs/3.1.6/images/ docs/3.1.6/images/icons/ docs/3.1.6/reference/ docs/3

2017-02-03 Thread twilmes
Author: twilmes Date: Fri Feb 3 15:19:44 2017 New Revision: 1781570 URL: http://svn.apache.org/viewvc?rev=1781570=rev Log: Deploy docs for TinkerPop 3.1.6 [This commit notification would consist of 795 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

tinkerpop git commit: TinkerPop 3.1.6 release

2017-02-03 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/tp31 c279fab44 -> 5bba83cf4 TinkerPop 3.1.6 release Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5bba83cf Tree:

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

2017-01-23 Thread twilmes
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d5013902 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d5013902 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d5013902

[1/2] tinkerpop git commit: TINKERPOP-1433 CTR: added release manager key setup docs.

2017-01-23 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/master 98ea81d3b -> d50139023 TINKERPOP-1433 CTR: added release manager key setup docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/aa262d6b Tree:

tinkerpop git commit: TINKERPOP-1433 CTR: added release manager key setup docs.

2017-01-23 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/tp32 fe5f557a7 -> aa262d6bd TINKERPOP-1433 CTR: added release manager key setup docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/aa262d6b Tree:

tinkerpop git commit: Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy.

2017-01-24 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1583 [created] da762dfee Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: Removed unused and wildcard imports.

2017-01-27 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1583 cf7a0777d -> cbd13 Removed unused and wildcard imports. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cbd1 Tree:

tinkerpop git commit: Finalized variables and arguments.

2017-01-27 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1583 cbd13 -> 4dfba7708 Finalized variables and arguments. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4dfba770 Tree:

tinkerpop git commit: Update to test to account for new OptionalStep CTR

2017-01-27 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/master 4917d8870 -> f7f0bc40f Update to test to account for new OptionalStep CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f7f0bc40 Tree:

tinkerpop git commit: Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly.

2017-01-27 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1583 da762dfee -> cf7a0777d Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[5/5] tinkerpop git commit: Merge branch 'TINKERPOP-1583' into tp32

2017-01-27 Thread twilmes
Merge branch 'TINKERPOP-1583' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f0875d7b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f0875d7b Diff:

[3/5] tinkerpop git commit: Removed unused and wildcard imports.

2017-01-27 Thread twilmes
Removed unused and wildcard imports. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cbd1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cbd1 Diff:

[1/5] tinkerpop git commit: Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy.

2017-01-27 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/tp32 c958b220b -> f0875d7be Fixed a bug where keepLabels were not being pushed down into child traversals by PathRetractionStrategy. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[2/5] tinkerpop git commit: Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly.

2017-01-27 Thread twilmes
Added check for MatchStep.Select.FilterStep pattern so that MatchStep start and end keys are preserved correctly. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cf7a0777 Tree:

svn commit: r1780809 - in /tinkerpop/site: docs/ docs/3.1.6-SNAPSHOT/dev/developer/ docs/3.1.6-SNAPSHOT/dev/provider/ docs/3.1.6-SNAPSHOT/reference/ docs/3.1.6-SNAPSHOT/tutorials/the-gremlin-console/

2017-01-29 Thread twilmes
Author: twilmes Date: Sun Jan 29 15:33:12 2017 New Revision: 1780809 URL: http://svn.apache.org/viewvc?rev=1780809=rev Log: Deploy docs for TinkerPop 3.1.6-SNAPSHOT [This commit notification would consist of 79 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r18319 - /release/tinkerpop/3.1.6/

2017-02-13 Thread twilmes
Author: twilmes Date: Tue Feb 14 05:26:58 2017 New Revision: 18319 Log: TinkerPop 3.1.6 release Added: release/tinkerpop/3.1.6/ release/tinkerpop/3.1.6/apache-tinkerpop-3.1.6-src.zip (with props) release/tinkerpop/3.1.6/apache-tinkerpop-3.1.6-src.zip.asc (with props) release

tinkerpop git commit: Bump to 3.1.7-SNAPSHOT

2017-02-14 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/tp31 5bba83cf4 -> 2decc8132 Bump to 3.1.7-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2decc813 Tree:

svn commit: r1759436 - in /tinkerpop/site: docs/ docs/3.1.4/ docs/3.1.4/dev/ docs/3.1.4/dev/developer/ docs/3.1.4/dev/provider/ docs/3.1.4/images/ docs/3.1.4/images/icons/ docs/3.1.4/reference/ docs/3

2016-09-06 Thread twilmes
Author: twilmes Date: Tue Sep 6 14:04:20 2016 New Revision: 1759436 URL: http://svn.apache.org/viewvc?rev=1759436=rev Log: Deploy docs for TinkerPop 3.1.4 [This commit notification would consist of 793 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r15182 - /dev/tinkerpop/3.1.4/

2016-09-06 Thread twilmes
Author: twilmes Date: Tue Sep 6 15:11:45 2016 New Revision: 15182 Log: TinkerPop 3.1.4 release Added: dev/tinkerpop/3.1.4/apache-tinkerpop-gremlin-console-3.1.4-bin.zip (with props) dev/tinkerpop/3.1.4/apache-tinkerpop-gremlin-console-3.1.4-bin.zip.asc dev/tinkerpop/3.1.4/apache

svn commit: r15183 - /dev/tinkerpop/3.1.4/

2016-09-06 Thread twilmes
Author: twilmes Date: Tue Sep 6 16:41:00 2016 New Revision: 15183 Log: Removing 3.1.4 release files without docs. Removed: dev/tinkerpop/3.1.4/apache-tinkerpop-3.1.4-src.zip dev/tinkerpop/3.1.4/apache-tinkerpop-3.1.4-src.zip.asc dev/tinkerpop/3.1.4/apache-tinkerpop-3.1.4-src.zip.md5

[tinkerpop] Git Push Summary

2016-09-06 Thread twilmes
Repository: tinkerpop Updated Tags: refs/tags/3.1.4 [created] f5760e9f2

tinkerpop git commit: Added line to validate-distributions.sh to accept my pgp key. CTR

2016-09-06 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/tp31 b0d4c837b -> 16057b153 Added line to validate-distributions.sh to accept my pgp key. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/16057b15 Tree:

svn commit: r1758642 - in /tinkerpop/site: docs/3.1.4-SNAPSHOT/ javadocs/3.1.4-SNAPSHOT/

2016-08-31 Thread twilmes
Author: twilmes Date: Wed Aug 31 16:10:55 2016 New Revision: 1758642 URL: http://svn.apache.org/viewvc?rev=1758642=rev Log: Docs for TinkerPop 3.1.4-SNAPSHOT are being replaced. Removed: tinkerpop/site/docs/3.1.4-SNAPSHOT/ tinkerpop/site/javadocs/3.1.4-SNAPSHOT/

svn commit: r1760281 - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/ docs/3.1.5-SNAPSHOT/dev/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/images/ docs/3.1

2016-09-11 Thread twilmes
Author: twilmes Date: Sun Sep 11 21:35:26 2016 New Revision: 1760281 URL: http://svn.apache.org/viewvc?rev=1760281=rev Log: Deploy docs for TinkerPop 3.1.5-SNAPSHOT [This commit notification would consist of 796 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

tinkerpop git commit: Bumping to 3.1.5-SNAPSHOT

2016-09-11 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/tp31 16057b153 -> 0b7da662b Bumping to 3.1.5-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0b7da662 Tree:

svn commit: r1757377 - /tinkerpop/test.txt

2016-08-23 Thread twilmes
Author: twilmes Date: Tue Aug 23 14:09:14 2016 New Revision: 1757377 URL: http://svn.apache.org/viewvc?rev=1757377=rev Log: Trying out svn Added: tinkerpop/test.txt Added: tinkerpop/test.txt URL: http://svn.apache.org/viewvc/tinkerpop/test.txt?rev=1757377=auto

svn commit: r1757379 - /tinkerpop/test.txt

2016-08-23 Thread twilmes
Author: twilmes Date: Tue Aug 23 14:11:00 2016 New Revision: 1757379 URL: http://svn.apache.org/viewvc?rev=1757379=rev Log: Deleted test file. Removed: tinkerpop/test.txt

svn commit: r1765004 [25/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-c

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/overview-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/overview-tree.html?rev=1765004=1765003=1765004=diff == ---

svn commit: r1765004 [3/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-co

2016-10-14 Thread twilmes
Modified: tinkerpop/site/docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-console/index.html URL: http://svn.apache.org/viewvc/tinkerpop/site/docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-console/index.html?rev=1765004=1765003=1765004=diff

svn commit: r1765004 [1/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-co

2016-10-14 Thread twilmes
Author: twilmes Date: Sat Oct 15 01:29:05 2016 New Revision: 1765004 URL: http://svn.apache.org/viewvc?rev=1765004=rev Log: Deploy docs for TinkerPop 3.1.5-SNAPSHOT Added: tinkerpop/site/docs/current (with props) tinkerpop/site/javadocs/current (with props) Modified: tinkerpop

svn commit: r1765004 [18/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-c

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.html URL:

svn commit: r1765004 [20/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-c

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/ImmutableMetrics.html URL:

svn commit: r1765004 [10/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-c

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/computer/class-use/MapReduce.html URL:

svn commit: r1765004 [16/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-c

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/class-use/GraphTraversalSource.html URL:

svn commit: r1765004 [8/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-co

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/neo4j/structure/class-use/Neo4jVertexProperty.html URL:

svn commit: r1765004 [11/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-c

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/Step.html URL:

svn commit: r1765004 [9/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-co

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/computer/class-use/MapReduce.NullObject.html URL:

svn commit: r1765004 [19/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-c

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/traverser/class-use/TraverserRequirement.html URL:

svn commit: r1765004 [2/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-co

2016-10-14 Thread twilmes
Modified: tinkerpop/site/docs/3.1.5-SNAPSHOT/reference/index.html URL: http://svn.apache.org/viewvc/tinkerpop/site/docs/3.1.5-SNAPSHOT/reference/index.html?rev=1765004=1765003=1765004=diff == ---

svn commit: r1765004 [6/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-co

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/class-use/LoadGraphWith.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/class-use/LoadGraphWith.html?rev=1765004=1765003=1765004=diff

svn commit: r1765004 [4/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-co

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/core/org/apache/tinkerpop/gremlin/process/traversal/class-use/Traverser.html URL:

svn commit: r1765004 [17/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-c

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.GreedyMatchTraversals.html URL:

svn commit: r1765004 [22/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-c

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/PropertyType.html URL:

svn commit: r1765004 [23/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-c

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Vertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Vertex.html?rev=1765004=1765003=1765004=diff

svn commit: r1765004 [12/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-c

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/Traversal.Admin.html URL:

svn commit: r1765004 [24/25] - in /tinkerpop/site: docs/ docs/3.1.5-SNAPSHOT/dev/developer/ docs/3.1.5-SNAPSHOT/dev/provider/ docs/3.1.5-SNAPSHOT/reference/ docs/3.1.5-SNAPSHOT/tutorials/the-gremlin-c

2016-10-14 Thread twilmes
Modified: tinkerpop/site/javadocs/3.1.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/VertexProperty.Cardinality.html URL:

svn commit: r16608 - /release/tinkerpop/3.1.5/

2016-10-20 Thread twilmes
Author: twilmes Date: Thu Oct 20 16:51:27 2016 New Revision: 16608 Log: TinkerPop 3.1.5 release Added: release/tinkerpop/3.1.5/ release/tinkerpop/3.1.5/apache-tinkerpop-3.1.5-src.zip (with props) release/tinkerpop/3.1.5/apache-tinkerpop-3.1.5-src.zip.asc release/tinkerpop/3.1.5

svn commit: r1765860 - in /tinkerpop/site: docs/ docs/3.1.6-SNAPSHOT/ docs/3.1.6-SNAPSHOT/dev/ docs/3.1.6-SNAPSHOT/dev/developer/ docs/3.1.6-SNAPSHOT/dev/provider/ docs/3.1.6-SNAPSHOT/images/ docs/3.1

2016-10-20 Thread twilmes
Author: twilmes Date: Thu Oct 20 18:40:51 2016 New Revision: 1765860 URL: http://svn.apache.org/viewvc?rev=1765860=rev Log: Deploy docs for TinkerPop 3.1.6-SNAPSHOT [This commit notification would consist of 799 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

tinkerpop git commit: Bump to 3.1.6-SNAPSHOT.

2016-10-20 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/tp31 6b1865d78 -> 4d8945456 Bump to 3.1.6-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4d894545 Tree:

[1/3] tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted.

2016-11-22 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/master d20e1daf0 -> bd9dd0d25 Added a short sleep to prevent traversal from finishing before it can be interrupted. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

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

2016-11-22 Thread twilmes
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bd9dd0d2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bd9dd0d2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/bd9dd0d2

[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1548' into tp32

2016-11-22 Thread twilmes
Merge branch 'TINKERPOP-1548' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1fcca958 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1fcca958 Diff:

tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted. [Forced Update!]

2016-11-22 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1548 1d9725418 -> 9983fd210 (forced update) Added a short sleep to prevent traversal from finishing before it can be interrupted. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[1/2] tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted.

2016-11-22 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/tp32 dc39759cd -> 1fcca9580 Added a short sleep to prevent traversal from finishing before it can be interrupted. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1548' into tp32

2016-11-22 Thread twilmes
Merge branch 'TINKERPOP-1548' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1fcca958 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1fcca958 Diff:

tinkerpop git commit: Added HGraphDB to graph systems listing.

2016-11-16 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/master e1f82c422 -> 4334087cd Added HGraphDB to graph systems listing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4334087c Tree:

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

2016-11-16 Thread twilmes
Author: twilmes Date: Wed Nov 16 14:26:11 2016 New Revision: 1769990 URL: http://svn.apache.org/viewvc?rev=1769990=rev Log: Deploy TinkerPop homepage Modified: tinkerpop/site/index.html Modified: tinkerpop/site/index.html URL: http://svn.apache.org/viewvc/tinkerpop/site/index.html?rev

tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted.

2016-11-19 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1548 [created] 3d826a8e4 Added a short sleep to prevent traversal from finishing before it can be interrupted. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted. [Forced Update!]

2016-11-20 Thread twilmes
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1548 3d826a8e4 -> 1d9725418 (forced update) Added a short sleep to prevent traversal from finishing before it can be interrupted. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

  1   2   >