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

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

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

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

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

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

tinkerpop git commit: JavaDoc on GraphActors. Added a new GraphActorsTest to that verifies the Actor.setup() and Actor.termiate() methods execute accordingly.

2017-01-23 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1564 74cedc439 -> 13596ef01 JavaDoc on GraphActors. Added a new GraphActorsTest to that verifies the Actor.setup() and Actor.termiate() methods execute accordingly. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[46/50] [abbrv] tinkerpop git commit: Created a new gremlin-tools/ packaged called gremlin-tinkergraph-test/ which includes an AbstractTinkerGraphProvider to allow providers to more easily leverage Ti

2017-01-23 Thread okram
Created a new gremlin-tools/ packaged called gremlin-tinkergraph-test/ which includes an AbstractTinkerGraphProvider to allow providers to more easily leverage TinkerGraph in their testing. Both spark-gremlin/ and akka-gremlin/ use it to test SparkGraphComputer and AkkaGraphActors against

[24/50] [abbrv] tinkerpop git commit: okay, so I now have the GryoMapper classes programmically loaded in the ActorSystem serialiation-bindings. This is slick. We are almost there. Done for the night.

2017-01-23 Thread okram
okay, so I now have the GryoMapper classes programmically loaded in the ActorSystem serialiation-bindings. This is slick. We are almost there. Done for the night. That was a 13 hour day. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[34/50] [abbrv] tinkerpop git commit: through hell and back to get IoRegistries loaded into Akka GryoSerializer. Phew. Learned a bunch about Akka Config.

2017-01-23 Thread okram
through hell and back to get IoRegistries loaded into Akka GryoSerializer. Phew. Learned a bunch about Akka Config. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a15a6984 Tree:

[22/50] [abbrv] tinkerpop git commit: smarter distribution of initial GraphStep traversers.

2017-01-23 Thread okram
smarter distribution of initial GraphStep traversers. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bb330a04 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bb330a04 Diff:

[15/50] [abbrv] tinkerpop git commit: Tweaks to SparkGraphComputer configuration settings. More GraphComputerTest things. Before the break, I want to have Configuration all stubbed out for GraphComput

2017-01-23 Thread okram
Tweaks to SparkGraphComputer configuration settings. More GraphComputerTest things. Before the break, I want to have Configuration all stubbed out for GraphComputer and GraphActors and then this branch is simply a function of testing GraphActors at scale when we return. Project:

[49/50] [abbrv] tinkerpop git commit: solved my actors race conditition from Friday. I had it such that the master actor was not part of the termination token ring which was bad. Given that the master

2017-01-23 Thread okram
solved my actors race conditition from Friday. I had it such that the master actor was not part of the termination token ring which was bad. Given that the master actor does send traversers, it should be able to VOTE_TO_HALT. Now it is part of the termination ring and things work as expected. I

[29/50] [abbrv] tinkerpop git commit: I have Master/Worker serialization working fully now. Prior to this moment, the master was sent to an Akka server and then it executed its workers locally. Now th

2017-01-23 Thread okram
I have Master/Worker serialization working fully now. Prior to this moment, the master was sent to an Akka server and then it executed its workers locally. Now the workers are distributed to where their physical Partition is. Furthermore, ActorProgams are fully serializable via

[25/50] [abbrv] tinkerpop git commit: what a day. So I have Akka remoting working (not fully). We now have akka.io.GryoSerializer :). And TraversalActorProgram is smart about detach() and attach(). Le

2017-01-23 Thread okram
what a day. So I have Akka remoting working (not fully). We now have akka.io.GryoSerializer :). And TraversalActorProgram is smart about detach() and attach(). Learned a bunch about how to do Partitioner/Partitions in TinkerPop stuff is coming along nicely. Need a break though...been coding

[10/50] [abbrv] tinkerpop git commit: added GraphActorsHelper which will configure a GraphActors via its fluent interface via a provided Configuration. Added a new GraphActorsTest that ensures worker

2017-01-23 Thread okram
added GraphActorsHelper which will configure a GraphActors via its fluent interface via a provided Configuration. Added a new GraphActorsTest that ensures worker counts are correct. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[04/50] [abbrv] tinkerpop git commit: more alignment between GraphActors and GraphComputer. GraphActors.partitioner().program().submit(). Unlike GraphComputer, there is no Graph.actors(). HOWEVER -- s

2017-01-23 Thread okram
more alignment between GraphActors and GraphComputer. GraphActors.partitioner().program().submit(). Unlike GraphComputer, there is no Graph.actors(). HOWEVER -- since GraphActors is Partition-centric, perhaps we do Graph.partitioner().actors(). eek. hehe.. Project:

[45/50] [abbrv] tinkerpop git commit: got LocalBarriers with SideEffects working in GraphActors. There are only 3 tests that fail -- having to do with nested group().groupCount()-style things. Almost

2017-01-23 Thread okram
got LocalBarriers with SideEffects working in GraphActors. There are only 3 tests that fail -- having to do with nested group().groupCount()-style things. Almost done. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[02/50] [abbrv] tinkerpop git commit: having to redesign our concept of Attachable.attach() and detach(). @spmallette's Host interface now has a default method of Host.attach(t). Moreover, Traverser n

2017-01-23 Thread okram
having to redesign our concept of Attachable.attach() and detach(). @spmallette's Host interface now has a default method of Host.attach(t). Moreover, Traverser now has Traverser.attach(Host). Vertex extends Host. Graph extends Host... and now Partition extends Host. Instead of leaving the

[32/50] [abbrv] tinkerpop git commit: We now have AkkaGraphActors configured fully via our Configuration model -- graph.configuration(), actorProgram.configuration(), etc... Generates appropriate Conf

2017-01-23 Thread okram
We now have AkkaGraphActors configured fully via our Configuration model -- graph.configuration(), actorProgram.configuration(), etc... Generates appropriate Config for Akka and we are off to the races. More work on Host. I have some good ideas here... didn't have time to get to it today.

[33/50] [abbrv] tinkerpop git commit: trying to surpress the logging during testing, but I'm clueles.. Need @spmallette help.

2017-01-23 Thread okram
trying to surpress the logging during testing, but I'm clueles.. Need @spmallette help. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6f85cb86 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6f85cb86

[26/50] [abbrv] tinkerpop git commit: added OrderedTraverser to Gryo registration listing.... Crap, prolly means I need to do it for GraphSON too...

2017-01-23 Thread okram
added OrderedTraverser to Gryo registration listing Crap, prolly means I need to do it for GraphSON too... Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/14adac08 Tree:

[18/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode.

2017-01-23 Thread okram
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a3eb72a4/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/actors/GraphActors.java -- diff --git

[05/50] [abbrv] tinkerpop git commit: taking a lunch break --- added more JavaDoc and started honing in on how withProcessor() will generalize... sorta tricky.

2017-01-23 Thread okram
taking a lunch break --- added more JavaDoc and started honing in on how withProcessor() will generalize... sorta tricky. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a45e1423 Tree:

[12/50] [abbrv] tinkerpop git commit: got new GraphComputer.configuration() model working for SparkGraphComputer and GiraphGraphComputer.

2017-01-23 Thread okram
got new GraphComputer.configuration() model working for SparkGraphComputer and GiraphGraphComputer. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d5a906b0 Tree:

[38/50] [abbrv] tinkerpop git commit: GroupStep work... Moving to another branch so committing what I had left after from last week.

2017-01-23 Thread okram
GroupStep work... Moving to another branch so committing what I had left after from last week. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b6da5e98 Tree:

[48/50] [abbrv] tinkerpop git commit: gremlin-python/ now uses gremlin-tinkergraph-test/ AbstractTinkerGraphProvider for PythonProvider. So much duplicated code has gone down the drain cause of Abstar

2017-01-23 Thread okram
gremlin-python/ now uses gremlin-tinkergraph-test/ AbstractTinkerGraphProvider for PythonProvider. So much duplicated code has gone down the drain cause of AbstarctTinkerGraphProvider. Classy. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[07/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work ov

2017-01-23 Thread okram
So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withComputer() deprecated. Lots of cool stuff with Process strategies --

[35/50] [abbrv] tinkerpop git commit: can't really get my head around the best way to do partition attachment.... keep playing with different models... each have their problems. Minor commit with Part

2017-01-23 Thread okram
can't really get my head around the best way to do partition attachment keep playing with different models... each have their problems. Minor commit with Partitioner.getPartition(Element) to Partition.find(Element). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[30/50] [abbrv] tinkerpop git commit: trivial tweaks. going to take a break.

2017-01-23 Thread okram
trivial tweaks. going to take a break. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d74ee61c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d74ee61c Diff:

[13/50] [abbrv] tinkerpop git commit: came up with a much cleaner GiraphGraphComputer usage around workers.

2017-01-23 Thread okram
came up with a much cleaner GiraphGraphComputer usage around workers. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a170ad97 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a170ad97 Diff:

[14/50] [abbrv] tinkerpop git commit: added a GraphComputerTest that ensures that the GraphComputer configuration evolves as expected and that it does not alter the Graph configuration.

2017-01-23 Thread okram
added a GraphComputerTest that ensures that the GraphComputer configuration evolves as expected and that it does not alter the Graph configuration. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/517ad3e7 Tree:

[21/50] [abbrv] tinkerpop git commit: added the @dkuppitz example to the AkkaGraphActors test/ package for playing and benchmarking.

2017-01-23 Thread okram
added the @dkuppitz example to the AkkaGraphActors test/ package for playing and benchmarking. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/065bcfb3 Tree:

[47/50] [abbrv] tinkerpop git commit: okay, more tests exposed. The final issue is nested group().groupCount().select(keys) style traversals. I believe I have attachment covered in this situation, but

2017-01-23 Thread okram
okay, more tests exposed. The final issue is nested group().groupCount().select(keys) style traversals. I believe I have attachment covered in this situation, but obviously not. I'm blasted done for the day. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[06/50] [abbrv] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work ov

2017-01-23 Thread okram
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6353595e/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/computer/GraphComputerTest.java -- diff --git

[39/50] [abbrv] tinkerpop git commit: opened up more test cases to AkkaGraphActors. A few that fail don't make sense too me...but very close to the entire test suite passing.

2017-01-23 Thread okram
opened up more test cases to AkkaGraphActors. A few that fail don't make sense too me...but very close to the entire test suite passing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/696888d7 Tree:

[40/50] [abbrv] tinkerpop git commit: Integration tests fully passing now on this brach. There is a problem (generally outside of this branch) with one of @dkuppitz recent tests to GraphComputerTest a

2017-01-23 Thread okram
Integration tests fully passing now on this brach. There is a problem (generally outside of this branch) with one of @dkuppitz recent tests to GraphComputerTest around VertexProgram requirements. Depending on test execution order, it can fail or succeeed. Project:

[19/50] [abbrv] tinkerpop git commit: refactored GraphActors packaging -- its not actor/, but actors/. JavaDoc and various cleanups. Also, about to NOT serialize a traversal but instead use Bytecode.

2017-01-23 Thread okram
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a3eb72a4/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/actor/ActorProgram.java -- diff --git

[42/50] [abbrv] tinkerpop git commit: sync'd master with GraphActors branch. New tests are failing cause of ProjectedTraverser. Will fix after lunch.

2017-01-23 Thread okram
sync'd master with GraphActors branch. New tests are failing cause of ProjectedTraverser. Will fix after lunch. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/76eb3d10 Tree:

[17/50] [abbrv] tinkerpop git commit: added graphNotSupported coverage to GraphComputerTest. Added JavaDocs here and there while I was waiting for the test suite to complete.

2017-01-23 Thread okram
added graphNotSupported coverage to GraphComputerTest. Added JavaDocs here and there while I was waiting for the test suite to complete. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/46ef7669 Tree:

[50/50] [abbrv] tinkerpop git commit: I was able to get another test case to pass with akka-gremlin/ --- the problem was successive cap('a')s were building up successively larger side-effect values.

2017-01-23 Thread okram
I was able to get another test case to pass with akka-gremlin/ --- the problem was successive cap('a')s were building up successively larger side-effect values. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[11/50] [abbrv] tinkerpop git commit: small nothing.

2017-01-23 Thread okram
small nothing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/37605ff2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/37605ff2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/37605ff2

[16/50] [abbrv] tinkerpop git commit: revert to master/ representation of GroupStep. TINKERPOP-1590 has the clone safe model.

2017-01-23 Thread okram
revert to master/ representation of GroupStep. TINKERPOP-1590 has the clone safe model. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0ccb424b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0ccb424b

[23/50] [abbrv] tinkerpop git commit: HashPartitioner requires a positive hashCode() value. Thus, wrapped calls in Math.abs().

2017-01-23 Thread okram
HashPartitioner requires a positive hashCode() value. Thus, wrapped calls in Math.abs(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2b36074e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2b36074e

[28/50] [abbrv] tinkerpop git commit: Added AkkaConfigFactory which deals with creating an Akka Config. Identical in nature to SparkConf and Hadoop's Configuration. Akka GryoSerializer pimp'd up a bit

2017-01-23 Thread okram
Added AkkaConfigFactory which deals with creating an Akka Config. Identical in nature to SparkConf and Hadoop's Configuration. Akka GryoSerializer pimp'd up a bit. I had a default pool size of 256. Test cases were slow. Changed to 1 -- BOOMIN fast. Wonder what the nature of serializer reuse is

[31/50] [abbrv] tinkerpop git commit: more organization and cleaning and learning.... next up Host and Proxy.

2017-01-23 Thread okram
more organization and cleaning and learning next up Host and Proxy. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c69b6c05 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c69b6c05 Diff:

[27/50] [abbrv] tinkerpop git commit: GryoVersion.3_0 ... epic. @spmallette making my life easy. OrderedTraverser registered and private no-arg constructor added. More AkkaActorsProcessActorsTest case

2017-01-23 Thread okram
GryoVersion.3_0 ... epic. @spmallette making my life easy. OrderedTraverser registered and private no-arg constructor added. More AkkaActorsProcessActorsTest cases passing. The only ones that are failing have to do with GroupStep.GroupBiOperator. So lost as to why its a problem. :| Project:

[03/50] [abbrv] tinkerpop git commit: commited to g.withProcessor(Processor.Description). Actors and Computer implement Processor.Description. Following the VertexProgramStrategy model, this makes it

2017-01-23 Thread okram
commited to g.withProcessor(Processor.Description). Actors and Computer implement Processor.Description. Following the VertexProgramStrategy model, this makes it easy for language variant providers to support any arbitrary Processor down the line. Project:

[37/50] [abbrv] tinkerpop git commit: finally figured out what is wrong with GroupStep. Just sending over the Barrier object -- no need to send over the whole traversal during serialization. Phew.

2017-01-23 Thread okram
finally figured out what is wrong with GroupStep. Just sending over the Barrier object -- no need to send over the whole traversal during serialization. Phew. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0c3f6c63

[44/50] [abbrv] tinkerpop git commit: Was able to open up a bunch more test cases to AkkaGraphActors. There are a few that are still busted -- and I believe these are related to nested collections and

2017-01-23 Thread okram
Was able to open up a bunch more test cases to AkkaGraphActors. There are a few that are still busted -- and I believe these are related to nested collections and complexities with attachment of elements in the collections. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[08/50] [abbrv] tinkerpop git commit: We now have PartitionInputFormat which allows an Hadoop-based GraphComputer to pull data from any Graph implementation. PartitionInputSplit is basically a wrapper

2017-01-23 Thread okram
We now have PartitionInputFormat which allows an Hadoop-based GraphComputer to pull data from any Graph implementation. PartitionInputSplit is basically a wrapper around Partition so that data access is data-local and thus, for distributed Graph databases, it will simply Partition.vertices()

[09/50] [abbrv] tinkerpop git commit: okay. so I created ProcessActorsSuite and our first actors specific test -- GraphActorsTest (currently just makes sure toString() is valid :). Really organizing t

2017-01-23 Thread okram
okay. so I created ProcessActorsSuite and our first actors specific test -- GraphActorsTest (currently just makes sure toString() is valid :). Really organizing things around Configuration... Just like Graphs, Computers and Actors are defined by Configurations. Project:

[41/50] [abbrv] tinkerpop git commit: OrderedTraverser needs a equals() and hashCode().

2017-01-23 Thread okram
OrderedTraverser needs a equals() and hashCode(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3ac4f3d6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3ac4f3d6 Diff:

[01/50] [abbrv] tinkerpop git commit: starting to fill out GraphActorsTest (like GraphComputerTest). Tweaks to AkkaConfigFactory for default 'local' settings. [Forced Update!]

2017-01-23 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1564 6c8517d92 -> 74cedc439 (forced update) starting to fill out GraphActorsTest (like GraphComputerTest). Tweaks to AkkaConfigFactory for default 'local' settings. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[6/8] tinkerpop git commit: updated doc for ssl client auth

2017-01-23 Thread rdale
updated doc for ssl client auth Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/18a52d62 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/18a52d62 Diff:

[2/8] tinkerpop git commit: Fixed and simplified 'language not supported' formatting

2017-01-23 Thread rdale
Fixed and simplified 'language not supported' formatting Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f84f454e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f84f454e Diff:

[7/8] tinkerpop git commit: updated docs

2017-01-23 Thread rdale
updated docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b812a2d3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b812a2d3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/b812a2d3 Branch:

[4/8] tinkerpop git commit: fix wrong python package name

2017-01-23 Thread rdale
fix wrong python package name change 'gremlin_python' to 'gremlinpython' https://pypi.python.org/pypi/gremlinpython/3.2.3 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fe5f557a Tree:

[1/8] tinkerpop git commit: TINKERPOP-1610 Deprecated Groovy test suites [Forced Update!]

2017-01-23 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1602 1633bd945 -> 705c93412 (forced update) TINKERPOP-1610 Deprecated Groovy test suites Graph Providers no longer need to implement these going forward. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[5/8] tinkerpop git commit: Support SSL client auth

2017-01-23 Thread rdale
Support SSL client auth Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e120e9f7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e120e9f7 Diff:

[8/8] tinkerpop git commit: added tests

2017-01-23 Thread rdale
added tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/705c9341 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/705c9341 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/705c9341 Branch:

[3/8] tinkerpop git commit: Merge branch 'TINKERPOP-1610' into tp32

2017-01-23 Thread rdale
Merge branch 'TINKERPOP-1610' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/70cf34b2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/70cf34b2 Diff:

[23/45] tinkerpop git commit: Consistent naming for TinkerIoRegistry

2017-01-23 Thread rdale
Consistent naming for TinkerIoRegistry Now that there are multiple versions of GraphSON/Gryo the naming of registries should reflect the version number. This is a non-breaking change. The old TinkerIoRegistry is just deprecated. CTR Project:

[34/45] tinkerpop git commit: moved all the GroupStep work against tp32/

2017-01-23 Thread rdale
moved all the GroupStep work against tp32/ Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3496402a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3496402a Diff:

[44/45] tinkerpop git commit: updated docs

2017-01-23 Thread rdale
updated docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2979af65 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2979af65 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2979af65 Branch:

[29/45] tinkerpop git commit: Removed a PathProcessor.ID constraint from ComputerVerificationStrategy. Moreover, sampling and ordering is more efficient as the projected data is co-located with the tr

2017-01-23 Thread rdale
Removed a PathProcessor.ID constraint from ComputerVerificationStrategy. Moreover, sampling and ordering is more efficient as the projected data is co-located with the traverser in the new ProjectedTraverser wrapper. Going to leave it at this for tp32/... Moving forward, we can make it so we

[04/45] tinkerpop git commit: Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps.

2017-01-23 Thread rdale
Fixed bug in `IncidentToAdjacentStrategy`, it was missing some invalidating steps. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/52e3b86c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/52e3b86c Diff:

[40/45] tinkerpop git commit: Merge branch 'TINKERPOP-1605' into tp32

2017-01-23 Thread rdale
Merge branch 'TINKERPOP-1605' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/67a10923 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/67a10923 Diff:

[21/45] tinkerpop git commit: Bump to groovy 2.4.8

2017-01-23 Thread rdale
Bump to groovy 2.4.8 https://lists.apache.org/thread.html/50dd28c50a15c422b3e7277d0aa4c59a8831523d4ae7d5afe73e8573@%3Cdev.tinkerpop.apache.org%3E CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6e2128cb Tree:

[08/45] tinkerpop git commit: Move appendix to its own doc and out of index.

2017-01-23 Thread rdale
Move appendix to its own doc and out of index. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3e54d897 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3e54d897 Diff:

[24/45] tinkerpop git commit: TINKERPOP-1600 Added base64 encoded string to sasl challenge

2017-01-23 Thread rdale
TINKERPOP-1600 Added base64 encoded string to sasl challenge Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e80a4cd1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e80a4cd1 Diff:

[39/45] tinkerpop git commit: introduced a minor bug into CollectingBarrierStep that would only be noticed by asynchrnous traversal execution engines. I noticed it in the GraphActors branch. Also, add

2017-01-23 Thread rdale
introduced a minor bug into CollectingBarrierStep that would only be noticed by asynchrnous traversal execution engines. I noticed it in the GraphActors branch. Also, added a toString() to ProjectedTraverser. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[35/45] tinkerpop git commit: Merge branch 'TINKERPOP-1248' into tp32

2017-01-23 Thread rdale
Merge branch 'TINKERPOP-1248' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/379a6e5e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/379a6e5e Diff:

[38/45] tinkerpop git commit: updated CHANGELOG.

2017-01-23 Thread rdale
updated CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/60022999 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/60022999 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/60022999

[25/45] tinkerpop git commit: Created OrdertedTraverser which allows us to move beyond the star graph for OrderGlobalStep by()-projections. Moreover, it reduces the complexity of ordering as the objec

2017-01-23 Thread rdale
Created OrdertedTraverser which allows us to move beyond the star graph for OrderGlobalStep by()-projections. Moreover, it reduces the complexity of ordering as the objects of comparison are already determined. Going to generalize fully to a ProjectedTraverser which will allow us to do the same

[10/45] tinkerpop git commit: Added a recipe appendix entry

2017-01-23 Thread rdale
Added a recipe appendix entry Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0938ebdc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0938ebdc Diff:

[32/45] tinkerpop git commit: Renamed GraphSONTraversalSerializersV2d0 for consistency

2017-01-23 Thread rdale
Renamed GraphSONTraversalSerializersV2d0 for consistency This is a non-breaking change as the class is not public. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/97cc07de Tree:

[45/45] tinkerpop git commit: added tests

2017-01-23 Thread rdale
added tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1633bd94 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1633bd94 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1633bd94 Branch:

[18/45] tinkerpop git commit: Fixed up an appendix entry given pull request feedback.

2017-01-23 Thread rdale
Fixed up an appendix entry given pull request feedback. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f992cdfe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f992cdfe Diff:

[14/45] tinkerpop git commit: Added some additional examples to appendix recipes.

2017-01-23 Thread rdale
Added some additional examples to appendix recipes. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4be8a1b2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4be8a1b2 Diff:

[30/45] tinkerpop git commit: updated CHANGELOG and tweaked ProjectTraverser variable naming.

2017-01-23 Thread rdale
updated CHANGELOG and tweaked ProjectTraverser variable naming. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/91e1f50c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/91e1f50c Diff:

[05/45] tinkerpop git commit: Added connected components recipe

2017-01-23 Thread rdale
Added connected components recipe Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d5404b81 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d5404b81 Diff:

[42/45] tinkerpop git commit: updated doc for ssl client auth

2017-01-23 Thread rdale
updated doc for ssl client auth Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9f7e367c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9f7e367c Diff:

[26/45] tinkerpop git commit: remember user's working directory when script files are being loaded in execution mode

2017-01-23 Thread rdale
remember user's working directory when script files are being loaded in execution mode Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8fd6dbbe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8fd6dbbe

[06/45] tinkerpop git commit: Add an appendix to the recipes.

2017-01-23 Thread rdale
Add an appendix to the recipes. Useful for general example traversals that don't fit nicely into a specific recipe or under a specific step in the reference documentation. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[33/45] tinkerpop git commit: Not going to touch GroupStep in this ticket. Too complicated ... will do for the next release. Minor tweaks and cleanups.

2017-01-23 Thread rdale
Not going to touch GroupStep in this ticket. Too complicated ... will do for the next release. Minor tweaks and cleanups. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/973484d1 Tree:

[19/45] tinkerpop git commit: optimized math examples

2017-01-23 Thread rdale
optimized math examples Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9cdc47c3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9cdc47c3 Diff:

[02/45] tinkerpop git commit: Added more content to traversal induced value recipe

2017-01-23 Thread rdale
Added more content to traversal induced value recipe Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e1d5b686 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e1d5b686 Diff:

[01/45] tinkerpop git commit: Added more cycle detection and traversal induced value recipes. [Forced Update!]

2017-01-23 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1602 d7b7e66d7 -> 1633bd945 (forced update) Added more cycle detection and traversal induced value recipes. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[13/45] tinkerpop git commit: Improved the section description for the recipes appendix

2017-01-23 Thread rdale
Improved the section description for the recipes appendix Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0fbfd75a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0fbfd75a Diff:

[20/45] tinkerpop git commit: Merge remote-tracking branch 'origin/more-recipes' into tp32

2017-01-23 Thread rdale
Merge remote-tracking branch 'origin/more-recipes' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e06ce0c1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e06ce0c1 Diff:

[09/45] tinkerpop git commit: Added duplicate vertex recipe

2017-01-23 Thread rdale
Added duplicate vertex recipe Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d7ecfc05 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d7ecfc05 Diff:

[16/45] tinkerpop git commit: Add another example for appendix d of recipes.

2017-01-23 Thread rdale
Add another example for appendix d of recipes. The addition find vertex pairs with more than one edge between them assuming undirected edges. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1c14dde5 Tree:

[15/45] tinkerpop git commit: Merge branch 'TINKERPOP-1545-tp31' into tp31

2017-01-23 Thread rdale
Merge branch 'TINKERPOP-1545-tp31' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4b8ea270 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4b8ea270 Diff:

[22/45] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-01-23 Thread rdale
Merge branch 'tp31' into tp32 Conflicts: CHANGELOG.asciidoc gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/IncidentToAdjacentStrategy.java

[41/45] tinkerpop git commit: CTR: added another script evaluation test in `validate-distribution.sh`.

2017-01-23 Thread rdale
CTR: added another script evaluation test in `validate-distribution.sh`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/62785dcb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/62785dcb Diff:

[36/45] tinkerpop git commit: @dkuppitz found an optimization trick for MultiComparator. The startIndex for comparing should start after the last Order.shuffle.

2017-01-23 Thread rdale
@dkuppitz found an optimization trick for MultiComparator. The startIndex for comparing should start after the last Order.shuffle. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/341ebf98 Tree:

[07/45] tinkerpop git commit: Added duplicate edge detection recipe

2017-01-23 Thread rdale
Added duplicate edge detection recipe Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7783c838 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7783c838 Diff:

[28/45] tinkerpop git commit: We now have ProjectedTraveser which is a Traverser with List of projections. OrderGlobalStep uses this and thus, can order for everything within the local star gr

2017-01-23 Thread rdale
We now have ProjectedTraveser which is a Traverser with List of projections. OrderGlobalStep uses this and thus, can order for everything within the local star graph. Added MultiComparator which is like ChainedComparator but doesn't contain traversal projections -- just comparators. Project:

[12/45] tinkerpop git commit: Added some more appendix items to recipes

2017-01-23 Thread rdale
Added some more appendix items to recipes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/79a24685 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/79a24685 Diff:

[31/45] tinkerpop git commit: added a private no-arg constructor to MultiComparator so it can be serialized.

2017-01-23 Thread rdale
added a private no-arg constructor to MultiComparator so it can be serialized. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ee1ab08b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ee1ab08b Diff:

[17/45] tinkerpop git commit: Allow some extra time to be sure the future completes

2017-01-23 Thread rdale
Allow some extra time to be sure the future completes This test never fails on my system but on rare occassions it seems to fail for others. I can only guess it is a timing issue of sorts, but I'm not sure I see how to better test this. The point of the test is not related to timing, so adding

[37/45] tinkerpop git commit: A proof that TINKERPOP-1261 is fixed given the refactor of GroupBiOperator.

2017-01-23 Thread rdale
A proof that TINKERPOP-1261 is fixed given the refactor of GroupBiOperator. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d54b490a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d54b490a Diff:

  1   2   >