tinkerpop git commit: Upload only diffs in `publish-docs.sh`.

2016-09-19 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-927 [created] 5f2d25193 Upload only diffs in `publish-docs.sh`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5f2d2519 Tree:

svn commit: r1761432 - in /tinkerpop/site: docs/3.1.5-SNAPSHOT/index.html docs/current javadocs/current

2016-09-19 Thread dkuppitz
Author: dkuppitz Date: Mon Sep 19 13:17:32 2016 New Revision: 1761432 URL: http://svn.apache.org/viewvc?rev=1761432=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 git commit: Fixed bad merge at 2c5733111b2c60b2e17d7ccd1fd83fff727335d4

2016-09-19 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 4293eb333 -> 54ed33df5 Fixed bad merge at 2c5733111b2c60b2e17d7ccd1fd83fff727335d4 Somehow, the "windows" profile wasn't removed in that conflict. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[34/50] [abbrv] tinkerpop git commit: tweaked CHANGELOG.

2016-09-19 Thread pieter
tweaked CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2790dbba Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2790dbba Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2790dbba

[12/50] [abbrv] tinkerpop git commit: added the homepage image light box to the graffle so we can reuse it in the future more easily. CTR.

2016-09-19 Thread pieter
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9004b4bd/docs/static/images/tinkerpop3.graffle -- diff --git a/docs/static/images/tinkerpop3.graffle b/docs/static/images/tinkerpop3.graffle index 04307a8..226ddb5 100644 ---

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

2016-09-19 Thread pieter
Merge branch 'TINKERPOP-1442' into TINKERPOP-1442-master Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1e248531 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1e248531 Diff:

[01/50] [abbrv] tinkerpop git commit: CTR: fixed `has(T accessor, Object value, Object... values)` which didn't take into account that `value` can be an array. [Forced Update!]

2016-09-19 Thread pieter
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1404 4f705dfd7 -> c1556fe82 (forced update) CTR: fixed `has(T accessor, Object value, Object... values)` which didn't take into account that `value` can be an array. Prior this fix we've had this behavior: ``` gremlin> labels =

[24/50] [abbrv] tinkerpop git commit: Fix multiple occurrences of 'the'

2016-09-19 Thread pieter
Fix multiple occurrences of 'the' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6cdc5a03 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6cdc5a03 Diff:

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

2016-09-19 Thread pieter
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/cf8f6f7d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cf8f6f7d Diff:

[47/50] [abbrv] tinkerpop git commit: Updated dev docs regarding branching and pull requests CTR

2016-09-19 Thread pieter
Updated dev docs regarding branching and pull requests CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4ed00952 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4ed00952 Diff:

[30/50] [abbrv] tinkerpop git commit: updated the complex filtering in traversal-induced-values.asciidoc with a more simple where().by() clause per @spmallette's request.

2016-09-19 Thread pieter
updated the complex filtering in traversal-induced-values.asciidoc with a more simple where().by() clause per @spmallette's request. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/82a1bc00 Tree:

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

2016-09-19 Thread pieter
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/4293eb33 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4293eb33 Diff:

[36/50] [abbrv] tinkerpop git commit: Print no result line if empty.result.indicator is empty string.

2016-09-19 Thread pieter
Print no result line if empty.result.indicator is empty string. This seems like a better use of the empty string setting than to actually just print an empty string line. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[03/50] [abbrv] tinkerpop git commit: reduced complexity by having a single GLOBAL_METHOD_CACHE for both Traversal and TraversalSource methods. Cleaner code with less instanceof stuff.

2016-09-19 Thread pieter
reduced complexity by having a single GLOBAL_METHOD_CACHE for both Traversal and TraversalSource methods. Cleaner code with less instanceof stuff. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1fc52cb2 Tree:

[44/50] [abbrv] tinkerpop git commit: Improved session cleanup on client close.

2016-09-19 Thread pieter
Improved session cleanup on client close. While not a perfect implementation, a long run job blocking a close request from the client will now at least get an attempt at interruption rather thant consuming the thread indefinitely. TINKERPOP-1442 Project:

[50/50] [abbrv] tinkerpop git commit: Removed adding labels to the traverser in AbstractStep. Steps that call traverser.split(r, step) have already added the labels to the traverser. Steps that do not

2016-09-19 Thread pieter
Removed adding labels to the traverser in AbstractStep. Steps that call traverser.split(r, step) have already added the labels to the traverser. Steps that do not call traverser.split(r, step) add the labels manually by overriding AbstractStep.prepareTraversalForNextStep(). ImmutablePath hold a

[29/50] [abbrv] tinkerpop git commit: added where().by() semantics to Gremlin and fixed a severe bug in Gremlin-Python's P object. Optimized TraversalRing for non-existent modulators.

2016-09-19 Thread pieter
added where().by() semantics to Gremlin and fixed a severe bug in Gremlin-Python's P object. Optimized TraversalRing for non-existent modulators. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/68ecda40 Tree:

[13/50] [abbrv] tinkerpop git commit: added the homepage image light box to the graffle so we can reuse it in the future more easily. CTR.

2016-09-19 Thread pieter
added the homepage image light box to the graffle so we can reuse it in the future more easily. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9004b4bd Tree:

[26/50] [abbrv] tinkerpop git commit: Deleted accidentally added files

2016-09-19 Thread pieter
Deleted accidentally added files Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/146f36f2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/146f36f2 Diff:

[19/50] [abbrv] tinkerpop git commit: Use an absolute path for `PYTHONPATH`.

2016-09-19 Thread pieter
Use an absolute path for `PYTHONPATH`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a569ea82 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a569ea82 Diff:

[38/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1391-master'

2016-09-19 Thread pieter
Merge branch 'TINKERPOP-1391-master' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3a4f7051 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3a4f7051 Diff:

[49/50] [abbrv] tinkerpop git commit: Fixed bad merge at 2c5733111b2c60b2e17d7ccd1fd83fff727335d4

2016-09-19 Thread pieter
Fixed bad merge at 2c5733111b2c60b2e17d7ccd1fd83fff727335d4 Somehow, the "windows" profile wasn't removed in that conflict. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/54ed33df Tree:

[02/50] [abbrv] tinkerpop git commit: removed this. from a static field name call. minor nothing.

2016-09-19 Thread pieter
removed this. from a static field name call. minor nothing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ed8feea5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ed8feea5 Diff:

[22/50] [abbrv] tinkerpop git commit: This closes #170

2016-09-19 Thread pieter
This closes #170 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cedbe9cb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cedbe9cb Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cedbe9cb

[17/50] [abbrv] tinkerpop git commit: Udpated dev docs related to release given changes to gremlin-python build

2016-09-19 Thread pieter
Udpated dev docs related to release given changes to gremlin-python build Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/079cc20d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/079cc20d Diff:

[06/50] [abbrv] tinkerpop git commit: Minor formatting fixes to dev docs CTR

2016-09-19 Thread pieter
Minor formatting fixes to dev docs CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4d8297f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d4d8297f Diff:

[41/50] [abbrv] tinkerpop git commit: Renamed empty.result.indicator to result.indicator.null

2016-09-19 Thread pieter
Renamed empty.result.indicator to result.indicator.null Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/75b4f204 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/75b4f204 Diff:

[20/50] [abbrv] tinkerpop git commit: updated setup.py, added six as requirement (for python 3), also added some basic classifiers

2016-09-19 Thread pieter
updated setup.py, added six as requirement (for python 3), also added some basic classifiers Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1c5e6989 Tree:

[28/50] [abbrv] tinkerpop git commit: Merge branch 'pr-420'

2016-09-19 Thread pieter
Merge branch 'pr-420' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a2ddf8f0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a2ddf8f0 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a2ddf8f0

[15/50] [abbrv] tinkerpop git commit: moved numeric types compat code to statics module

2016-09-19 Thread pieter
moved numeric types compat code to statics module Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c7d3da2f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c7d3da2f Diff:

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

2016-09-19 Thread pieter
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/14bca062 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/14bca062 Diff:

[25/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1449'

2016-09-19 Thread pieter
Merge remote-tracking branch 'origin/TINKERPOP-1449' 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/8fc60ad4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8fc60ad4

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

2016-09-19 Thread pieter
Merge branch 'TINKERPOP-1448' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/687ae742 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/687ae742 Diff:

[31/50] [abbrv] tinkerpop git commit: forgot a <4> marking.

2016-09-19 Thread pieter
forgot a <4> marking. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fe21ce16 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fe21ce16 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/fe21ce16

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

2016-09-19 Thread pieter
Updated changelog. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5bc1c7be Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5bc1c7be Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5bc1c7be

[33/50] [abbrv] tinkerpop git commit: per @spmallette's request, added where().by() to the upgrading user-docs.

2016-09-19 Thread pieter
per @spmallette's request, added where().by() to the upgrading user-docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8febc4da Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8febc4da Diff:

[10/50] [abbrv] tinkerpop git commit: Allow -DskipTests to still produce a valid build of gremlin-python

2016-09-19 Thread pieter
Allow -DskipTests to still produce a valid build of gremlin-python Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2106b10e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2106b10e Diff:

[08/50] [abbrv] tinkerpop git commit: Drop -DglvPython as a requirement for building gremlin-python.

2016-09-19 Thread pieter
Drop -DglvPython as a requirement for building gremlin-python. Now you can just add .glv file to the root of gremlin-python to let Maven know that your environment is python-enabled. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[11/50] [abbrv] tinkerpop git commit: Added compatibility support for Python 2/3 in gremlin-python glv

2016-09-19 Thread pieter
Added compatibility support for Python 2/3 in gremlin-python glv Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b61f0d82 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b61f0d82 Diff:

tinkerpop git commit: Added support for SubgraphStrategy.vertexProperties(). Added some test cases to verify proper functioning. Also, cleaned up Stream-stuff in SubgraphStrategy. Going to do some mor

2016-09-19 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1456 [created] 4f723eed8 Added support for SubgraphStrategy.vertexProperties(). Added some test cases to verify proper functioning. Also, cleaned up Stream-stuff in SubgraphStrategy. Going to do some more cleanup there to make

svn commit: r1761506 [22/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/traverser/package-use.html URL:

svn commit: r1761506 [15/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/Traversal.html URL:

svn commit: r1761506 [19/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/filter/WhereTest.Traversals.html URL:

svn commit: r1761506 [25/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Property.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Property.html?rev=1761506=1761505=1761506=diff

svn commit: r1761506 [29/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/overview-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/overview-tree.html?rev=1761506=1761505=1761506=diff == ---

svn commit: r1761506 [9/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/driver/ser/package-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/driver/ser/package-tree.html?rev=1761506=1761505=1761506=diff

svn commit: r1761506 [4/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/core/org/apache/tinkerpop/gremlin/process/computer/VertexProgram.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/core/org/apache/tinkerpop/gremlin/process/computer/VertexProgram.html?rev=1761506=1761505=1761506=diff

svn commit: r1761506 [17/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/TraverserGenerator.html URL:

svn commit: r1761506 [27/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/VertexProperty.Cardinality.html URL:

svn commit: r1761506 [6/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/index-all.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/index-all.html?rev=1761506=1761505=1761506=diff == ---

svn commit: r1761506 [20/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/filter/package-tree.html URL:

svn commit: r1761506 [23/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Edge.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Edge.html?rev=1761506=1761505=1761506=diff

svn commit: r1761506 [1/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Author: dkuppitz Date: Mon Sep 19 23:12:37 2016 New Revision: 1761506 URL: http://svn.apache.org/viewvc?rev=1761506=rev Log: Deploy docs for TinkerPop 3.2.3-SNAPSHOT Modified: tinkerpop/site/docs/3.2.3-SNAPSHOT/dev/developer/index.html

svn commit: r1761506 [16/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/Traverser.Admin.html URL:

svn commit: r1761506 [10/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/neo4j/structure/class-use/Neo4jVertexProperty.html URL:

svn commit: r1761506 [11/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/computer/GraphComputerTest.html URL:

svn commit: r1761506 [21/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/traverser/class-use/TraverserRequirement.html URL:

svn commit: r1761506 [13/29] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/ docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/

2016-09-19 Thread dkuppitz
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/Step.html URL:

[3/3] tinkerpop git commit: Fixed temporary file path.

2016-09-19 Thread dkuppitz
Fixed temporary file path. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/120cef66 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/120cef66 Diff:

[1/3] tinkerpop git commit: Merge branch 'TINKERPOP-927' into TINKERPOP-927-master

2016-09-19 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-927-master [created] 120cef66d Merge branch 'TINKERPOP-927' into TINKERPOP-927-master Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b20921bd Tree: