svn commit: r13950 - /release/tinkerpop/

2016-06-09 Thread humbedooh
Author: humbedooh Date: Thu Jun 9 18:31:53 2016 New Revision: 13950 Log: mmins Added: release/tinkerpop/

svn commit: r13951 - /dev/tinkerpop/

2016-06-09 Thread humbedooh
Author: humbedooh Date: Thu Jun 9 18:32:04 2016 New Revision: 13951 Log: more moomins Added: dev/tinkerpop/

svn commit: r1747572 - /incubator/tinkerpop/

2016-06-09 Thread cml
Author: cml Date: Thu Jun 9 18:14:01 2016 New Revision: 1747572 URL: http://svn.apache.org/viewvc?rev=1747572&view=rev Log: TinkerPop has become a TLP Removed: incubator/tinkerpop/

svn commit: r1747572 - /tinkerpop/

2016-06-09 Thread cml
Author: cml Date: Thu Jun 9 18:14:01 2016 New Revision: 1747572 URL: http://svn.apache.org/viewvc?rev=1747572&view=rev Log: TinkerPop has become a TLP Added: tinkerpop/ - copied from r1747571, incubator/tinkerpop/

[10/50] [abbrv] incubator-tinkerpop git commit: Able to now test both shim and non-shim models in Spark. Also go configuration with ProgramTest working.

2016-06-09 Thread dkuppitz
Able to now test both shim and non-shim models in Spark. Also go configuration with ProgramTest working. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/e7003635 Tree: http://git-wip-us.apache.org

[35/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG

2016-06-09 Thread dkuppitz
updated CHANGELOG Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/2f1dc3ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/2f1dc3ea Diff: http://git-wip-us.apache.org/repos/as

[37/50] [abbrv] incubator-tinkerpop git commit: Break apart the developer docs a bit into new sections CTR

2016-06-09 Thread dkuppitz
Break apart the developer docs a bit into new sections CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/2c092c89 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/2c092c89 Di

[16/50] [abbrv] incubator-tinkerpop git commit: Use "final" where required to be consistent with rest of codebase.

2016-06-09 Thread dkuppitz
Use "final" where required to be consistent with rest of codebase. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/45abdcc3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/45a

[02/50] [abbrv] incubator-tinkerpop git commit: Kryo shim configuration tweaks

2016-06-09 Thread dkuppitz
Kryo shim configuration tweaks Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/9321a3e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/9321a3e1 Diff: http://git-wip-us.apache

[20/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1196' into tp31

2016-06-09 Thread dkuppitz
Merge remote-tracking branch 'origin/TINKERPOP-1196' into tp31 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/2907ff81 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/2907ff8

[32/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG

2016-06-09 Thread dkuppitz
updated CHANGELOG Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/1f0c34fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/1f0c34fa Diff: http://git-wip-us.apache.org/repos/as

[11/50] [abbrv] incubator-tinkerpop git commit: VertexProgramHelper now uses Gryo to serialize objects if the standard Java Serializer fails. Moving forward (3.3.x), this should all be accomplished by

2016-06-09 Thread dkuppitz
VertexProgramHelper now uses Gryo to serialize objects if the standard Java Serializer fails. Moving forward (3.3.x), this should all be accomplished by KryoShimServiceLoader. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/as

[28/50] [abbrv] incubator-tinkerpop git commit: use graph class as root class to find temporary directory

2016-06-09 Thread dkuppitz
use graph class as root class to find temporary directory Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/e7b7d149 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/e7b7d149 Dif

[18/50] [abbrv] incubator-tinkerpop git commit: removed GraphFilter from GryoMapper. It was added as another way of solving a problem, but that solution wasn't used so removing it. Also, realized a cl

2016-06-09 Thread dkuppitz
removed GraphFilter from GryoMapper. It was added as another way of solving a problem, but that solution wasn't used so removing it. Also, realized a cleaner way of doing the KryoShim tests in Spark -- minor configuration changes. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinker

[08/50] [abbrv] incubator-tinkerpop git commit: Moved metrics init to Gremlin Server constructor.

2016-06-09 Thread dkuppitz
Moved metrics init to Gremlin Server constructor. By moving it to the constructor, the metric init does not get bypassed if programmatically starting Gremlin Server. CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incu

[34/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1318'

2016-06-09 Thread dkuppitz
Merge branch 'TINKERPOP-1318' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/8083819a Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/8083819a Diff: http://git-wip-us.apache.

[33/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1317'

2016-06-09 Thread dkuppitz
Merge branch 'TINKERPOP-1317' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/a6c19f06 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/a6c19f06 Diff: http://git-wip-us.apache.

[31/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1318' into tp31

2016-06-09 Thread dkuppitz
Merge branch 'TINKERPOP-1318' into tp31 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/9f403aed Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/9f403aed Diff: http://git-wip-

[30/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG

2016-06-09 Thread dkuppitz
updated CHANGELOG Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/19c77916 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/19c77916 Diff: http://git-wip-us.apache.org/repos/as

[07/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'serialization-flexibility' of https://github.com/dalaro/incubator-tinkerpop into TINKERPOP-1321-dan

2016-06-09 Thread dkuppitz
Merge branch 'serialization-flexibility' of https://github.com/dalaro/incubator-tinkerpop into TINKERPOP-1321-dan Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/0cd31bf8 Tree: http://git-wip-us.a

[12/50] [abbrv] incubator-tinkerpop git commit: worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper.

2016-06-09 Thread dkuppitz
worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/90e31599 Tree: http://git-wip-us.apache.org

[06/50] [abbrv] incubator-tinkerpop git commit: TINKERPOP-1321 Shim change and test tweaks

2016-06-09 Thread dkuppitz
TINKERPOP-1321 Shim change and test tweaks Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/88ac3047 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/88ac3047 Diff: http://git-w

[41/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'tp31'

2016-06-09 Thread dkuppitz
Merge branch 'tp31' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/367aae2a Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/367aae2a Diff: http://git-wip-us.apache.org/repos/

[15/50] [abbrv] incubator-tinkerpop git commit: split up the GryoRegistrator and GryoSerializer based tests into two different full runs of ProcessComputerSuite. The former is an Integration test.

2016-06-09 Thread dkuppitz
split up the GryoRegistrator and GryoSerializer based tests into two different full runs of ProcessComputerSuite. The former is an Integration test. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit

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

2016-06-09 Thread dkuppitz
Merge remote-tracking branch 'origin/tp31' Conflicts: CHANGELOG.asciidoc Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/7c585e0c Tree: http://git-wip-us.apache.org/repos/asf/incubator-tin

[03/50] [abbrv] incubator-tinkerpop git commit: Fix MonthDay serializer

2016-06-09 Thread dkuppitz
Fix MonthDay serializer I carelessly broke the read leg of this serializer when porting it to the shim. Ireplaced actual deserialization logic with autogenerated "return null" when inserting a method template with the shim's slightly different method signature. Trivial fix though. Project: htt

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

2016-06-09 Thread dkuppitz
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/406956db Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/406956db Diff: http://git-w

[22/50] [abbrv] incubator-tinkerpop git commit: This closes #325

2016-06-09 Thread dkuppitz
This closes #325 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/54199593 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/54199593 Diff: http://git-wip-us.apache.org/repos/asf

[45/50] [abbrv] incubator-tinkerpop git commit: removed import.

2016-06-09 Thread dkuppitz
removed import. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/4b331f24 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/4b331f24 Diff: http://git-wip-us.apache.org/repos/asf/

[24/50] [abbrv] incubator-tinkerpop git commit: Removed DISCLAIMER now that TinkerPop is an apache top-level project.

2016-06-09 Thread dkuppitz
Removed DISCLAIMER now that TinkerPop is an apache top-level project. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/97f0238a Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/

[17/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1321'

2016-06-09 Thread dkuppitz
Merge branch 'TINKERPOP-1321' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/4bb9f36a Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/4bb9f36a Diff: http://git-wip-us.apache.

[19/50] [abbrv] incubator-tinkerpop git commit: renamed the global System property from tinkerpop.kryo.shim to gremlin.io.kryoShimService to be consistent with our property naming convention -- cc @da

2016-06-09 Thread dkuppitz
renamed the global System property from tinkerpop.kryo.shim to gremlin.io.kryoShimService to be consistent with our property naming convention -- cc @dalaro. CTR. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-t

[01/50] [abbrv] incubator-tinkerpop git commit: Kryo shim configuration tweaks [Forced Update!]

2016-06-09 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1331 2ccae55e8 -> 9f57dbdb7 (forced update) http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/9321a3e1/spark-gremlin/src/test/java/org/apache/tinkerpop/gremlin/spark/structure/io/ToyGraphInputRDD.java -

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

2016-06-09 Thread dkuppitz
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/7386035f Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/7386035f Diff: http://git-w

[04/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1322'

2016-06-09 Thread dkuppitz
Merge remote-tracking branch 'origin/TINKERPOP-1322' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/092dcb99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/092dcb99 Diff: ht

[40/50] [abbrv] incubator-tinkerpop git commit: Added ElementHelper.legalKeyValues() to Parameters to give a better exception message to Gremlin users with traversals that use parameterized-steps. E.g

2016-06-09 Thread dkuppitz
Added ElementHelper.legalKeyValues() to Parameters to give a better exception message to Gremlin users with traversals that use parameterized-steps. E.g. addV(). Fixed #TINKERPOP-1324. CTR. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apach

[46/50] [abbrv] incubator-tinkerpop git commit: Made the console support managed transactions for :remote

2016-06-09 Thread dkuppitz
Made the console support managed transactions for :remote This was a small oversight from the original implementation of managed session transactions. CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop

[26/50] [abbrv] incubator-tinkerpop git commit: Re-worked the "how to contribute" documentation. CTR

2016-06-09 Thread dkuppitz
Re-worked the "how to contribute" documentation. CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/21967742 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/21967742 Diff: ht

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

2016-06-09 Thread dkuppitz
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/ff52eb63 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/ff52eb63 Diff: http://git-w

[39/50] [abbrv] incubator-tinkerpop git commit: Minor updates to developer docs CTR

2016-06-09 Thread dkuppitz
Minor updates to developer docs CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/7f2be972 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/7f2be972 Diff: http://git-wip-us.a

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

2016-06-09 Thread dkuppitz
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/89f63650 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/89f63650 Diff: http://git-w

[43/50] [abbrv] incubator-tinkerpop git commit: so sorry -- I'm a mess this morning. My last commit was not valid. Parameters can have String, T, or Traversal values. Thus, ElementHelper.legalKeyValue

2016-06-09 Thread dkuppitz
so sorry -- I'm a mess this morning. My last commit was not valid. Parameters can have String, T, or Traversal values. Thus, ElementHelper.legalKeyValues() shouldn't be used. Fixed. CTR. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.o

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

2016-06-09 Thread dkuppitz
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/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/9f57dbdb Tree: http://git-wip-us.apache.or

[13/50] [abbrv] incubator-tinkerpop git commit: remove uneeded import.

2016-06-09 Thread dkuppitz
remove uneeded import. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/359f04bb Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/359f04bb Diff: http://git-wip-us.apache.org/rep

[49/50] [abbrv] incubator-tinkerpop git commit: Updated CHANGELOG

2016-06-09 Thread dkuppitz
Updated CHANGELOG Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/f624d987 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/f624d987 Diff: http://git-wip-us.apache.org/repos/as

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

2016-06-09 Thread dkuppitz
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/459a4b2f Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/459a4b2f Diff: http://git-w

[48/50] [abbrv] incubator-tinkerpop git commit: Allow DFS paths in `HADOOP_GREMLIN_LIBS`.

2016-06-09 Thread dkuppitz
Allow DFS paths in `HADOOP_GREMLIN_LIBS`. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/94603501 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/94603501 Diff: http://git-wi

[29/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1317' into tp31

2016-06-09 Thread dkuppitz
Merge branch 'TINKERPOP-1317' into tp31 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/142512c8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/142512c8 Diff: http://git-wip-

[23/50] [abbrv] incubator-tinkerpop git commit: This closes #331

2016-06-09 Thread dkuppitz
This closes #331 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/7b88477b Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/7b88477b Diff: http://git-wip-us.apache.org/repos/asf

[42/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG for the KryoShim work.

2016-06-09 Thread dkuppitz
updated CHANGELOG for the KryoShim work. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/76b1722f Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/76b1722f Diff: http://git-wip

[05/50] [abbrv] incubator-tinkerpop git commit: This closes #314

2016-06-09 Thread dkuppitz
This closes #314 Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/55eb1e64 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/55eb1e64 Diff: http://git-wip-us.apache.org/repos/asf

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

2016-06-09 Thread dkuppitz
Merge remote-tracking branch 'origin/tp31' Conflicts: docs/src/dev/developer/contributing.asciidoc Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/af98ba16 Tree: http://git-wip-us.apache.o

[14/50] [abbrv] incubator-tinkerpop git commit: made SparkHadoopGraphProvider more robust.

2016-06-09 Thread dkuppitz
made SparkHadoopGraphProvider more robust. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/08040f80 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/08040f80 Diff: http://git-w

[44/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'tp31'

2016-06-09 Thread dkuppitz
Merge branch 'tp31' Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/d0e3da8b Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/d0e3da8b Diff: http://git-wip-us.apache.org/repos/

incubator-tinkerpop git commit: Minor tweaks and support for more path separators in `HADOOP_GREMLIN_LIBS` (e.g. `; ` on Windows systems).

2016-06-09 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1331 91475d3e8 -> 2ccae55e8 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/incubator-tinkerpop/repo Commit: http:

[1/2] incubator-tinkerpop git commit: Made the console support managed transactions for :remote

2016-06-09 Thread spmallette
Repository: incubator-tinkerpop Updated Branches: refs/heads/master 4b331f246 -> ff52eb63b Made the console support managed transactions for :remote This was a small oversight from the original implementation of managed session transactions. CTR Project: http://git-wip-us.apache.org/repos/a

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

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

incubator-tinkerpop git commit: Made the console support managed transactions for :remote

2016-06-09 Thread spmallette
Repository: incubator-tinkerpop Updated Branches: refs/heads/tp31 f30a84a21 -> 23956b223 Made the console support managed transactions for :remote This was a small oversight from the original implementation of managed session transactions. CTR Project: http://git-wip-us.apache.org/repos/asf

[2/2] incubator-tinkerpop git commit: Have GroovyTranslator implemented and connected with ProcessStandard and ProcessComputer suites. Moved packages around -- now its tinkerpop.gremlin.python -- tink

2016-06-09 Thread okram
Have GroovyTranslator implemented and connected with ProcessStandard and ProcessComputer suites. Moved packages around -- now its tinkerpop.gremlin.python -- tinkerpop.gremlin.groovy. Things are looking good. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http

[1/2] incubator-tinkerpop git commit: Have GroovyTranslator implemented and connected with ProcessStandard and ProcessComputer suites. Moved packages around -- now its tinkerpop.gremlin.python -- tink

2016-06-09 Thread okram
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 47e71228f -> 97b12a405 http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/97b12a40/gremlin-variant/src/test/java/org/apache/tinkerpop/gremlin/groovy/GroovyProcessComputerTest.java --

[7/9] incubator-tinkerpop git commit: Switching to keep labels and updating strategy application.

2016-06-09 Thread twilmes
Switching to keep labels and updating strategy application. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/0111be20 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/0111be20 D

[1/9] incubator-tinkerpop git commit: Initial work on dropping labels.

2016-06-09 Thread twilmes
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1254 [created] a8637a614 Initial work on dropping labels. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/0ba01e45 Tree: h

[3/9] incubator-tinkerpop git commit: Further work

2016-06-09 Thread twilmes
Further work Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/92108060 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/92108060 Diff: http://git-wip-us.apache.org/repos/asf/inc

[5/9] incubator-tinkerpop git commit: Further progress

2016-06-09 Thread twilmes
Further progress Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/afbadfec Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/afbadfec Diff: http://git-wip-us.apache.org/repos/asf

[9/9] incubator-tinkerpop git commit: Intermediate commit.

2016-06-09 Thread twilmes
Intermediate commit. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/a8637a61 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/a8637a61 Diff: http://git-wip-us.apache.org/repos

[6/9] incubator-tinkerpop git commit: Before big change.

2016-06-09 Thread twilmes
Before big change. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/3bcb7e67 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/3bcb7e67 Diff: http://git-wip-us.apache.org/repos/a

[8/9] incubator-tinkerpop git commit: Bug fixes and refinement.

2016-06-09 Thread twilmes
Bug fixes and refinement. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/4de097ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/4de097ec Diff: http://git-wip-us.apache.org/

[4/9] incubator-tinkerpop git commit: Further work

2016-06-09 Thread twilmes
Further work Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/4da3fe96 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/4da3fe96 Diff: http://git-wip-us.apache.org/repos/asf/inc

[2/9] incubator-tinkerpop git commit: Further progress.

2016-06-09 Thread twilmes
Further progress. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/d9140118 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/d9140118 Diff: http://git-wip-us.apache.org/repos/as

[2/2] incubator-tinkerpop git commit: Updated CHANGELOG

2016-06-09 Thread dkuppitz
Updated CHANGELOG Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/91475d3e Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/91475d3e Diff: http://git-wip-us.apache.org/repos/as

[1/2] incubator-tinkerpop git commit: Allow DFS paths in `HADOOP_GREMLIN_LIBS`.

2016-06-09 Thread dkuppitz
Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP-1331 [created] 91475d3e8 Allow DFS paths in `HADOOP_GREMLIN_LIBS`. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/447941d