tinkerpop git commit: added support for lambda embedding by using the native lambda functionality of the host language. It supplies a String of the translated language lambda. Removed ScriptXXXTravers

2016-06-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 6338c9a23 -> 8d2de3f6a added support for lambda embedding by using the native lambda functionality of the host language. It supplies a String of the translated language lambda. Removed ScriptXXXTraversal model as after

tinkerpop git commit: Re-assigned step labels as appropriate in SubgraphStrategy. [Forced Update!]

2016-06-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1139 a41971eca -> 84f2d63d7 (forced update) Re-assigned step labels as appropriate in SubgraphStrategy. Step labels were not being re-written to replaced steps or to the subgraph filter steps and so traversals using .as('a') and

tinkerpop git commit: Added the secretary email to the committer invite template

2016-06-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp31 ebfa7859f -> ccd2630ed Added the secretary email to the committer invite template No one ever seems to be able to figure that part out - including the email might save them some time CTR Project:

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

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

tinkerpop git commit: Remove reference to the third by() on group() docs CTR

2016-06-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp31 2c835c30b -> ebfa7859f Remove reference to the third by() on group() docs CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ebfa7859 Tree:

[16/18] tinkerpop git commit: Fixed a bug introduced at 3f8577596dee49493a75b039bf16e2e3f8e92793

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

[10/18] tinkerpop git commit: Fixed up CHANGELOG entry. CTR

2016-06-15 Thread okram
Fixed up CHANGELOG entry. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0aab69ca Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0aab69ca Diff:

[01/18] tinkerpop git commit: If there is no edge label in the GraphML file, then use Edge.DEFAULT

2016-06-15 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 9a16f766d -> aeec72c48 If there is no edge label in the GraphML file, then use Edge.DEFAULT Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

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

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

[02/18] tinkerpop git commit: Minor tweaks and support for more path separators in `HADOOP_GREMLIN_LIBS` (e.g. `; ` on Windows systems).

2016-06-15 Thread okram
Minor tweaks and support for more path separators in `HADOOP_GREMLIN_LIBS` (e.g. `;` on Windows systems). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fe98cf07 Tree:

[11/18] tinkerpop git commit: added a new PropertiesTest that really ensures vertex property ids are handled correctly by the underlying engine. CTR.

2016-06-15 Thread okram
added a new PropertiesTest that really ensures vertex property ids are handled correctly by the underlying engine. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9c8c655d Tree:

[07/18] tinkerpop git commit: Improved eigenvector centrality recipe CTR

2016-06-15 Thread okram
Improved eigenvector centrality recipe CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fbf476a1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fbf476a1 Diff:

[05/18] tinkerpop git commit: Allow DFS paths in `HADOOP_GREMLIN_LIBS`.

2016-06-15 Thread okram
Allow DFS paths in `HADOOP_GREMLIN_LIBS`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5e96f353 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5e96f353 Diff:

[03/18] tinkerpop git commit: Added test to verify the paths in HADOOP_GREMLIN_LIBS are handled properly handled, with and without a file system scheme prefix.

2016-06-15 Thread okram
Added test to verify the paths in HADOOP_GREMLIN_LIBS are handled properly handled, with and without a file system scheme prefix. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6352bab2 Tree:

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

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

[08/18] tinkerpop git commit: Merge branch 'TINKERPOP-1331'

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

[12/18] tinkerpop git commit: Merge branch 'tp31'

2016-06-15 Thread okram
Merge branch 'tp31' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8147e119 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8147e119 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8147e119

[04/18] tinkerpop git commit: Updated CHANGELOG

2016-06-15 Thread okram
Updated CHANGELOG Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7a85d629 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7a85d629 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7a85d629

[06/18] tinkerpop git commit: Added a note that `HADOOP_GREMLIN_LIBS` allows the use of file scheme prefixes.

2016-06-15 Thread okram
Added a note that `HADOOP_GREMLIN_LIBS` allows the use of file scheme prefixes. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d1d8f262 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d1d8f262 Diff:

[2/5] tinkerpop git commit: This closes #333

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

[5/5] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1332

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

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

2016-06-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 842a58f31 -> c1b4dae38 so strange. I knew this didn't work, but the tests passed locally and now they don't. I think I had some cached classes or something weird -- sorry for the broken tp31/ build. CTR. Project:

[2/3] tinkerpop git commit: Fixed a bug introduced at 3f8577596dee49493a75b039bf16e2e3f8e92793

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

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

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

tinkerpop git commit: Fixed a bug introduced at 3f8577596dee49493a75b039bf16e2e3f8e92793

2016-06-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp31 ec106fc5a -> 2c835c30b Fixed a bug introduced at 3f8577596dee49493a75b039bf16e2e3f8e92793 The bug seemed to allow a driver host to get marked as dead even when it wasn't. This manifested as problems for the RemoteGraph process tests in

tinkerpop git commit: fix incorrect FeatureRequirement annotations

2016-06-15 Thread pluradj
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1319 [created] 6fe943ff6 fix incorrect FeatureRequirement annotations Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6fe943ff Tree:

tinkerpop git commit: fix GremlinGroovyScriptEngineFileSandboxTest resource loading

2016-06-15 Thread pluradj
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1320 [created] 11491010f fix GremlinGroovyScriptEngineFileSandboxTest resource loading Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/11491010 Tree:

tinkerpop git commit: This closes #333

2016-06-15 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 1a526eb5b -> 842a58f31 This closes #333 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/842a58f3 Tree: