tinkerpop git commit: fixed a bug in until(predicate) which was actually calling emit(predicate). Added a test case to verify bug and demonstrate that fix fixes bug.

2017-05-26 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1678 [created] 8695b15c1 fixed a bug in until(predicate) which was actually calling emit(predicate). Added a test case to verify bug and demonstrate that fix fixes bug. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[1/4] tinkerpop git commit: TINKERPOP-1618 Updated glv documentation regarding groovy usage

2017-05-26 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 1d97c3de2 -> 2bc5431ad TINKERPOP-1618 Updated glv documentation regarding groovy usage Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4b7f2dd Tree: http://g

[3/4] tinkerpop git commit: TINKERPOP-1618 Removed dependence on groovy for gremlin-python

2017-05-26 Thread spmallette
TINKERPOP-1618 Removed dependence on groovy for gremlin-python Executed code generation with the gmaven plugin and the Groovy templating library. This approach also gets the files generated in a much earlier (and more correct) phase of the maven life cycle which may be important to other GLVs u

[4/4] tinkerpop git commit: TINKERPOP-1618 Added in some template changes after rebase

2017-05-26 Thread spmallette
TINKERPOP-1618 Added in some template changes after rebase There were changes to the groovy script that generated python. Obviously that couldn't merge on rebase as the file has been deleted in this branch. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us

[2/4] tinkerpop git commit: TINKERPOP-1618 Removed dependence on groovy for gremlin-python

2017-05-26 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/894fc805/gremlin-python/src/main/jython/gremlin_python/process/graph_traversal.py -- diff --git a/gremlin-python/src/main/jython/gremlin_python/process/graph_traversal.py b/gr

[1/6] tinkerpop git commit: TINKERPOP-1618 Updated glv documentation regarding groovy usage

2017-05-26 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master f1a2e495e -> 16d35f19e TINKERPOP-1618 Updated glv documentation regarding groovy usage Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4b7f2dd Tree: http:/

[3/6] tinkerpop git commit: TINKERPOP-1618 Removed dependence on groovy for gremlin-python

2017-05-26 Thread spmallette
TINKERPOP-1618 Removed dependence on groovy for gremlin-python Executed code generation with the gmaven plugin and the Groovy templating library. This approach also gets the files generated in a much earlier (and more correct) phase of the maven life cycle which may be important to other GLVs u

[5/6] tinkerpop git commit: Merge branch 'tp32'

2017-05-26 Thread spmallette
Merge branch 'tp32' Conflicts: gremlin-python/src/main/groovy/org/apache/tinkerpop/gremlin/python/GraphTraversalSourceGenerator.groovy gremlin-python/src/main/jython/gremlin_python/process/graph_traversal.py gremlin-python/src/main/jython/gremlin_python/process/traversal.p

[6/6] tinkerpop git commit: Merge of changes in the old groovy script gremlin-python generator

2017-05-26 Thread spmallette
Merge of changes in the old groovy script gremlin-python generator That file is now removed and moved to groovy templates so those changes had to be moved over manually. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/c

[2/6] tinkerpop git commit: TINKERPOP-1618 Removed dependence on groovy for gremlin-python

2017-05-26 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/894fc805/gremlin-python/src/main/jython/gremlin_python/process/graph_traversal.py -- diff --git a/gremlin-python/src/main/jython/gremlin_python/process/graph_traversal.py b/gr

[4/6] tinkerpop git commit: TINKERPOP-1618 Added in some template changes after rebase

2017-05-26 Thread spmallette
TINKERPOP-1618 Added in some template changes after rebase There were changes to the groovy script that generated python. Obviously that couldn't merge on rebase as the file has been deleted in this branch. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us

[24/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Made python DSL example like the java example

2017-05-26 Thread spmallette
TINKERPOP-786 Made python DSL example like the java example Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5e09caf1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5e09caf1 Diff: http://git-wip-us.apache.o

[44/50] [abbrv] tinkerpop git commit: Add Gremlin-CSharp and Gremlin-DotNet

2017-05-26 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bdb21f2d/gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/TraversalSerializer.cs -- diff --git a/gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/TraversalSerializer.cs

[35/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Updated upgrade docs with DSL info

2017-05-26 Thread spmallette
TINKERPOP-786 Updated upgrade docs with DSL info Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/869ba9a4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/869ba9a4 Diff: http://git-wip-us.apache.org/repos/as

[05/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Worked in custom GraphTraversalSource into DSL

2017-05-26 Thread spmallette
TINKERPOP-786 Worked in custom GraphTraversalSource into DSL Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cf53e13d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cf53e13d Diff: http://git-wip-us.apache.

[45/50] [abbrv] tinkerpop git commit: Add Gremlin-CSharp and Gremlin-DotNet

2017-05-26 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bdb21f2d/gremlin-dotnet/src/Gremlin.Net/Driver/Remote/DriverRemoteTraversalSideEffects.cs -- diff --git a/gremlin-dotnet/src/Gremlin.Net/Driver/Remote/DriverRemoteTraversalSide

[28/50] [abbrv] tinkerpop git commit: updated pattern for defining anonymous dsl traversals

2017-05-26 Thread spmallette
updated pattern for defining anonymous dsl traversals Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/404ee8ce Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/404ee8ce Diff: http://git-wip-us.apache.org/rep

[13/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Used templating language instead of string concat

2017-05-26 Thread spmallette
TINKERPOP-786 Used templating language instead of string concat Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2d574fbd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2d574fbd Diff: http://git-wip-us.apac

[29/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Refactored processor

2017-05-26 Thread spmallette
TINKERPOP-786 Refactored processor Removed some more duplicate code and streamlined a bit further. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7963dc24 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7

[15/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Improved TraversalSource for testing purposes

2017-05-26 Thread spmallette
TINKERPOP-786 Improved TraversalSource for testing purposes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e661359a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e661359a Diff: http://git-wip-us.apache.o

[21/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Added support for anonymous traversal generation

2017-05-26 Thread spmallette
TINKERPOP-786 Added support for anonymous traversal generation Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e0505d12 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e0505d12 Diff: http://git-wip-us.apach

[47/50] [abbrv] tinkerpop git commit: Add Gremlin-CSharp and Gremlin-DotNet

2017-05-26 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bdb21f2d/gremlin-dotnet/src/Gremlin.CSharp/Process/GraphTraversalSource.cs -- diff --git a/gremlin-dotnet/src/Gremlin.CSharp/Process/GraphTraversalSource.cs b/gremlin-dotnet/sr

[31/50] [abbrv] tinkerpop git commit: Fixed bad sample code in docs

2017-05-26 Thread spmallette
Fixed bad sample code in docs vertexIdKey was removed a long long time ago. Can't even find where it was last in the API going back to 3.0.x - that's been bad a long time...dah CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tink

[12/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Bumped to 0.10 of google compile-test

2017-05-26 Thread spmallette
TINKERPOP-786 Bumped to 0.10 of google compile-test Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ef359dda Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ef359dda Diff: http://git-wip-us.apache.org/repos

[11/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Deleted an unused interface

2017-05-26 Thread spmallette
TINKERPOP-786 Deleted an unused interface Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f437275e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f437275e Diff: http://git-wip-us.apache.org/repos/asf/tinke

[40/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Improved flexbility of handling __ for DSLs in java

2017-05-26 Thread spmallette
TINKERPOP-786 Improved flexbility of handling __ for DSLs in java Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d6b0122b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d6b0122b Diff: http://git-wip-us.ap

[46/50] [abbrv] tinkerpop git commit: Add Gremlin-CSharp and Gremlin-DotNet

2017-05-26 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bdb21f2d/gremlin-dotnet/src/Gremlin.Net.Process/Traversal/Strategy/Optimization/FilterRankingStrategy.cs -- diff --git a/gremlin-dotnet/src/Gremlin.Net.Process/Traversal/Strate

[19/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Updated changelog for DSL work

2017-05-26 Thread spmallette
TINKERPOP-786 Updated changelog for DSL work Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5c7f0cbd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5c7f0cbd Diff: http://git-wip-us.apache.org/repos/asf/ti

[09/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Removed some commented out config in the pom.xml

2017-05-26 Thread spmallette
TINKERPOP-786 Removed some commented out config in the pom.xml Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/62cfbc95 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/62cfbc95 Diff: http://git-wip-us.apach

[36/50] [abbrv] tinkerpop git commit: TINKERPOP-1653 Fixed multiple -e script execution in Console

2017-05-26 Thread spmallette
TINKERPOP-1653 Fixed multiple -e script execution in Console Added tests - not sure why these weren't there before. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7bf68835 Tree: http://git-wip-us.apache.org/repos/asf

[33/50] [abbrv] tinkerpop git commit: TINKERPOP-1675 Throw underlying unchecked exception in processNextStart

2017-05-26 Thread spmallette
TINKERPOP-1675 Throw underlying unchecked exception in processNextStart For consistency with previous behavior, if an unchecked exception is set on the returned future throw that instead of the wrapped CompletionException. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: ht

[26/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Minor change to imports for python DSL example

2017-05-26 Thread spmallette
TINKERPOP-786 Minor change to imports for python DSL example Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/628ef6e0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/628ef6e0 Diff: http://git-wip-us.apache.

[39/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-786' into tp32

2017-05-26 Thread spmallette
Merge branch 'TINKERPOP-786' 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/651c1c66 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/651c1c66 Diff: http://g

[01/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Extracted logic for DefaultTraversal generation for DSLs [Forced Update!]

2017-05-26 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1552 e4d183807 -> 301b46b23 (forced update) TINKERPOP-786 Extracted logic for DefaultTraversal generation for DSLs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerp

[03/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Allow the package name of the dsl to change

2017-05-26 Thread spmallette
TINKERPOP-786 Allow the package name of the dsl to change Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5ae34971 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5ae34971 Diff: http://git-wip-us.apache.org

[07/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Refactored code to extract TraversalSource generation in DSLs

2017-05-26 Thread spmallette
TINKERPOP-786 Refactored code to extract TraversalSource generation in DSLs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/be3ed44d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/be3ed44d Diff: http://git

[27/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Updated reference docs for dsl archetype

2017-05-26 Thread spmallette
TINKERPOP-786 Updated reference docs for dsl archetype Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a96544f0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a96544f0 Diff: http://git-wip-us.apache.org/re

[23/50] [abbrv] tinkerpop git commit: TINKERPOP-786 WIP for anonymous traversals in python DSLs

2017-05-26 Thread spmallette
TINKERPOP-786 WIP for anonymous traversals in python DSLs Not sure if this will be the right way to do this, but it works and tests pass. We'll see what happens once this gets review. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/t

[20/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Added a note to docs about generic naming

2017-05-26 Thread spmallette
TINKERPOP-786 Added a note to docs about generic naming Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/911d17fe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/911d17fe Diff: http://git-wip-us.apache.org/r

[18/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Added some initial documentation for DSLs

2017-05-26 Thread spmallette
TINKERPOP-786 Added some initial documentation for DSLs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/50f2dac9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/50f2dac9 Diff: http://git-wip-us.apache.org/r

[17/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Updated README for gremlin-archetype-dsl

2017-05-26 Thread spmallette
TINKERPOP-786 Updated README for gremlin-archetype-dsl Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/df012d37 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/df012d37 Diff: http://git-wip-us.apache.org/re

[42/50] [abbrv] tinkerpop git commit: Add Gremlin-CSharp and Gremlin-DotNet

2017-05-26 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bdb21f2d/gremlin-dotnet/test/Gremlin.Net.UnitTest/Structure/IO/GraphSON/GraphSONReaderTests.cs -- diff --git a/gremlin-dotnet/test/Gremlin.Net.UnitTest/Structure/IO/GraphSON/Gr

[32/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-05-26 Thread spmallette
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/afa3432e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/afa3432e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/af

[38/50] [abbrv] tinkerpop git commit: Merge branch 'pr-609' into tp32

2017-05-26 Thread spmallette
Merge branch 'pr-609' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8812f85a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8812f85a Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/

[16/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Improved the TraversalSource definition in the archetype

2017-05-26 Thread spmallette
TINKERPOP-786 Improved the TraversalSource definition in the archetype Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b47b25cd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b47b25cd Diff: http://git-wip-

[48/50] [abbrv] tinkerpop git commit: Add Gremlin-CSharp and Gremlin-DotNet

2017-05-26 Thread spmallette
Add Gremlin-CSharp and Gremlin-DotNet This adds Gremlin-CSharp (a C# GLV), together with a .NET driver. The driver is based on Gremlin.Net (https://github.com/FlorianHockmann/Gremlin.Net) with added support for GLVs and Gremlin-CSharp is auto generated, very similar to Gremlin-Python. This should

[14/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Updated docs for intellij setup

2017-05-26 Thread spmallette
TINKERPOP-786 Updated docs for intellij setup Now that we have a annotation processor in gremlin-core there are some additional setup instructions required for Intellij to ensure tests can run through the debugger. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://g

[37/50] [abbrv] tinkerpop git commit: Improved error messaging in addV() CTR

2017-05-26 Thread spmallette
Improved error messaging in addV() CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1ee5b375 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1ee5b375 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpo

[02/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Refactored settings extraction for DSL generation

2017-05-26 Thread spmallette
TINKERPOP-786 Refactored settings extraction for DSL generation Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/06d6d138 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/06d6d138 Diff: http://git-wip-us.apac

[43/50] [abbrv] tinkerpop git commit: Add Gremlin-CSharp and Gremlin-DotNet

2017-05-26 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bdb21f2d/gremlin-dotnet/test/Gremlin.CSharp.IntegrationTest/Properties/AssemblyInfo.cs -- diff --git a/gremlin-dotnet/test/Gremlin.CSharp.IntegrationTest/Properties/AssemblyInf

[04/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Made override of iterate() automatic

2017-05-26 Thread spmallette
TINKERPOP-786 Made override of iterate() automatic Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/21b92b8f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/21b92b8f Diff: http://git-wip-us.apache.org/repos/

[25/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Added docs for gremlin-python based DSLs

2017-05-26 Thread spmallette
TINKERPOP-786 Added docs for gremlin-python based DSLs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3142aeee Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3142aeee Diff: http://git-wip-us.apache.org/re

[08/50] [abbrv] tinkerpop git commit: added basic pattern for gremlin-python dsl development

2017-05-26 Thread spmallette
added basic pattern for gremlin-python dsl development Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e0dc97d0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e0dc97d0 Diff: http://git-wip-us.apache.org/re

[50/50] [abbrv] tinkerpop git commit: TINKERPOP-1552 Added license to poms for dotnet

2017-05-26 Thread spmallette
TINKERPOP-1552 Added license to poms for dotnet Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6b5928f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6b5928f3 Diff: http://git-wip-us.apache.org/repos/asf

[34/50] [abbrv] tinkerpop git commit: Improved memory usage when deserializing TinkerGraph from GraphSON

2017-05-26 Thread spmallette
Improved memory usage when deserializing TinkerGraph from GraphSON Streamed vertices/edges rather than reading them all into memory at once. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7ea38751 Tree: http://gi

[22/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Refactoring the DSL processor

2017-05-26 Thread spmallette
TINKERPOP-786 Refactoring the DSL processor Abstracted some duplicate code to a single method to clean up a bit more. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/db9343f0 Tree: http://git-wip-us.apache.org/repos/a

[49/50] [abbrv] tinkerpop git commit: TINKERPOP-1552 Minor dev docs formatting

2017-05-26 Thread spmallette
TINKERPOP-1552 Minor dev docs formatting Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/301b46b2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/301b46b2 Diff: http://git-wip-us.apache.org/repos/asf/tinker

[41/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Changed name of DSL archetype

2017-05-26 Thread spmallette
TINKERPOP-786 Changed name of DSL archetype Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1d97c3de Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1d97c3de Diff: http://git-wip-us.apache.org/repos/asf/tin

[30/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Refactored the processor a bit.

2017-05-26 Thread spmallette
TINKERPOP-786 Refactored the processor a bit. Trying to get this guy more organized. Lots of duplicate code to remove still. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fbf8f0df Tree: http://git-wip-us.apache.org/

[10/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Add option for no default method generation on GremlinDsl

2017-05-26 Thread spmallette
TINKERPOP-786 Add option for no default method generation on GremlinDsl Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7790716a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7790716a Diff: http://git-wip

[06/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Fixed gremlin syntax in test DSL files

2017-05-26 Thread spmallette
TINKERPOP-786 Fixed gremlin syntax in test DSL files Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fe702fe7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fe702fe7 Diff: http://git-wip-us.apache.org/repo

[04/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Updated docs for intellij setup

2017-05-26 Thread spmallette
TINKERPOP-786 Updated docs for intellij setup Now that we have a annotation processor in gremlin-core there are some additional setup instructions required for Intellij to ensure tests can run through the debugger. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://g

[41/50] [abbrv] tinkerpop git commit: Export enums and fix TraversalStrategies#applyStrategies()

2017-05-26 Thread spmallette
Export enums and fix TraversalStrategies#applyStrategies() Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b0454c3d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b0454c3d Diff: http://git-wip-us.apache.or

[32/50] [abbrv] tinkerpop git commit: TINKERPOP-1675 Throw underlying unchecked exception in processNextStart

2017-05-26 Thread spmallette
TINKERPOP-1675 Throw underlying unchecked exception in processNextStart For consistency with previous behavior, if an unchecked exception is set on the returned future throw that instead of the wrapped CompletionException. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: ht

[11/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Add option for no default method generation on GremlinDsl

2017-05-26 Thread spmallette
TINKERPOP-786 Add option for no default method generation on GremlinDsl Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7790716a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7790716a Diff: http://git-wip

[44/50] [abbrv] tinkerpop git commit: Graph, traversalStrategies and graph as Traversal properties

2017-05-26 Thread spmallette
Graph, traversalStrategies and graph as Traversal properties Expose those properties as in the Python GLV and the Java implementation. Previously, those properties where exposed using the private notation (ie: _graph). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http

[27/50] [abbrv] tinkerpop git commit: updated pattern for defining anonymous dsl traversals

2017-05-26 Thread spmallette
updated pattern for defining anonymous dsl traversals Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/404ee8ce Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/404ee8ce Diff: http://git-wip-us.apache.org/rep

[19/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Updated reference docs for dsl archetype

2017-05-26 Thread spmallette
TINKERPOP-786 Updated reference docs for dsl archetype Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a96544f0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a96544f0 Diff: http://git-wip-us.apache.org/re

[09/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Removed some commented out config in the pom.xml

2017-05-26 Thread spmallette
TINKERPOP-786 Removed some commented out config in the pom.xml Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/62cfbc95 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/62cfbc95 Diff: http://git-wip-us.apach

[23/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Minor change to imports for python DSL example

2017-05-26 Thread spmallette
TINKERPOP-786 Minor change to imports for python DSL example Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/628ef6e0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/628ef6e0 Diff: http://git-wip-us.apache.

[26/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Added docs for gremlin-python based DSLs

2017-05-26 Thread spmallette
TINKERPOP-786 Added docs for gremlin-python based DSLs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3142aeee Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3142aeee Diff: http://git-wip-us.apache.org/re

[39/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Improved flexbility of handling __ for DSLs in java

2017-05-26 Thread spmallette
TINKERPOP-786 Improved flexbility of handling __ for DSLs in java Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d6b0122b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d6b0122b Diff: http://git-wip-us.ap

[45/50] [abbrv] tinkerpop git commit: Filter out __() static method

2017-05-26 Thread spmallette
Filter out __() static method Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/aed528cb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/aed528cb Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ae

[48/50] [abbrv] tinkerpop git commit: Javascript GLV

2017-05-26 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fe8da7cf/gremlin-javascript/src/main/javascript/gremlin-javascript/process/graph-traversal.js -- diff --git a/gremlin-javascript/src/main/javascript/gremlin-javascript/process/

[42/50] [abbrv] tinkerpop git commit: Parse Edge and VertexProperty properties

2017-05-26 Thread spmallette
Parse Edge and VertexProperty properties To follow the decision around TINKERPOP-1474 for the GLV to parse properties. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9cdebd15 Tree: http://git-wip-us.apache.org/repos/

[38/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-786' into tp32

2017-05-26 Thread spmallette
Merge branch 'TINKERPOP-786' 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/651c1c66 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/651c1c66 Diff: http://g

[31/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-05-26 Thread spmallette
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/afa3432e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/afa3432e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/af

[03/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Improved social DSL example a bit.

2017-05-26 Thread spmallette
TINKERPOP-786 Improved social DSL example a bit. Made persons() take a varargs of names to filter with so that you can do: g.persons('marko') Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7e0d6d4a Tree: http://git-

[16/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Improved the TraversalSource definition in the archetype

2017-05-26 Thread spmallette
TINKERPOP-786 Improved the TraversalSource definition in the archetype Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b47b25cd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b47b25cd Diff: http://git-wip-

[21/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Added support for anonymous traversal generation

2017-05-26 Thread spmallette
TINKERPOP-786 Added support for anonymous traversal generation Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e0505d12 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e0505d12 Diff: http://git-wip-us.apach

[15/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Improved TraversalSource for testing purposes

2017-05-26 Thread spmallette
TINKERPOP-786 Improved TraversalSource for testing purposes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e661359a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e661359a Diff: http://git-wip-us.apache.o

[25/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Refactoring the DSL processor

2017-05-26 Thread spmallette
TINKERPOP-786 Refactoring the DSL processor Abstracted some duplicate code to a single method to clean up a bit more. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/db9343f0 Tree: http://git-wip-us.apache.org/repos/a

[10/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Bumped to 0.10 of google compile-test

2017-05-26 Thread spmallette
TINKERPOP-786 Bumped to 0.10 of google compile-test Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ef359dda Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ef359dda Diff: http://git-wip-us.apache.org/repos

[07/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Fixed gremlin syntax in test DSL files

2017-05-26 Thread spmallette
TINKERPOP-786 Fixed gremlin syntax in test DSL files Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fe702fe7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fe702fe7 Diff: http://git-wip-us.apache.org/repo

[35/50] [abbrv] tinkerpop git commit: TINKERPOP-1653 Fixed multiple -e script execution in Console

2017-05-26 Thread spmallette
TINKERPOP-1653 Fixed multiple -e script execution in Console Added tests - not sure why these weren't there before. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7bf68835 Tree: http://git-wip-us.apache.org/repos/asf

[47/50] [abbrv] tinkerpop git commit: Javascript GLV

2017-05-26 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fe8da7cf/gremlin-javascript/src/test/javascript/gremlin-javascript/test-graphson.js -- diff --git a/gremlin-javascript/src/test/javascript/gremlin-javascript/test-graphson.js

[46/50] [abbrv] tinkerpop git commit: TINKERPOP-1489 Regenerated traversal.js

2017-05-26 Thread spmallette
TINKERPOP-1489 Regenerated traversal.js which added Pick. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/74bffea0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/74bffea0 Diff: http://git-wip-us.apache.or

[22/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Added a note to docs about generic naming

2017-05-26 Thread spmallette
TINKERPOP-786 Added a note to docs about generic naming Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/911d17fe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/911d17fe Diff: http://git-wip-us.apache.org/r

[37/50] [abbrv] tinkerpop git commit: Merge branch 'pr-609' into tp32

2017-05-26 Thread spmallette
Merge branch 'pr-609' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8812f85a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8812f85a Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/

[13/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Used templating language instead of string concat

2017-05-26 Thread spmallette
TINKERPOP-786 Used templating language instead of string concat Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2d574fbd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2d574fbd Diff: http://git-wip-us.apac

[14/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Added some initial documentation for DSLs

2017-05-26 Thread spmallette
TINKERPOP-786 Added some initial documentation for DSLs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/50f2dac9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/50f2dac9 Diff: http://git-wip-us.apache.org/r

[49/50] [abbrv] tinkerpop git commit: Javascript GLV

2017-05-26 Thread spmallette
Javascript GLV Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fe8da7cf Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fe8da7cf Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/fe8da7cf Branch:

[28/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Refactored the processor a bit.

2017-05-26 Thread spmallette
TINKERPOP-786 Refactored the processor a bit. Trying to get this guy more organized. Lots of duplicate code to remove still. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fbf8f0df Tree: http://git-wip-us.apache.org/

[50/50] [abbrv] tinkerpop git commit: Use null as empty result

2017-05-26 Thread spmallette
Use null as empty result Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d2651910 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d2651910 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d265191

[20/50] [abbrv] tinkerpop git commit: TINKERPOP-786 WIP for anonymous traversals in python DSLs

2017-05-26 Thread spmallette
TINKERPOP-786 WIP for anonymous traversals in python DSLs Not sure if this will be the right way to do this, but it works and tests pass. We'll see what happens once this gets review. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/t

[02/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Made override of iterate() automatic

2017-05-26 Thread spmallette
TINKERPOP-786 Made override of iterate() automatic Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/21b92b8f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/21b92b8f Diff: http://git-wip-us.apache.org/repos/

[30/50] [abbrv] tinkerpop git commit: Fixed bad sample code in docs

2017-05-26 Thread spmallette
Fixed bad sample code in docs vertexIdKey was removed a long long time ago. Can't even find where it was last in the API going back to 3.0.x - that's been bad a long time...dah CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tink

[05/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Deleted an unused interface

2017-05-26 Thread spmallette
TINKERPOP-786 Deleted an unused interface Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f437275e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f437275e Diff: http://git-wip-us.apache.org/repos/asf/tinke

[33/50] [abbrv] tinkerpop git commit: Improved memory usage when deserializing TinkerGraph from GraphSON

2017-05-26 Thread spmallette
Improved memory usage when deserializing TinkerGraph from GraphSON Streamed vertices/edges rather than reading them all into memory at once. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7ea38751 Tree: http://gi

[06/50] [abbrv] tinkerpop git commit: TINKERPOP-786 Worked in custom GraphTraversalSource into DSL

2017-05-26 Thread spmallette
TINKERPOP-786 Worked in custom GraphTraversalSource into DSL Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cf53e13d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cf53e13d Diff: http://git-wip-us.apache.

  1   2   3   >