You are viewing a plain text version of this content. The canonical link for it is here.
- [incubator-tinkerpop] Git Push Summary - posted by sp...@apache.org on 2016/02/01 13:36:47 UTC, 71 replies.
- incubator-tinkerpop git commit: Bump to 3.2.0-SNAPSHOT. - posted by sp...@apache.org on 2016/02/01 14:10:09 UTC, 0 replies.
- incubator-tinkerpop git commit: Started working on GraphComputer.vertices() and GraphComputer.edges(). Have it working (untested) for SparkGraphComputer. The same pattern will flow over to GiraphGraphComputer. There are some issues regarding semantics in - posted by ok...@apache.org on 2016/02/01 17:29:18 UTC, 0 replies.
- incubator-tinkerpop git commit: GraphComputerTest now verifies that graph filters work -- GraphComputer.vertices() and GraphComputer.edges(). SparkGraphComputer implements graph filters correctly. TinkerGraph and Giraph throw UnsupportOperationException - posted by ok...@apache.org on 2016/02/01 20:38:44 UTC, 0 replies.
- incubator-tinkerpop git commit: Created a CommonFileInputFormat abstract class that both GryoInputFormat and ScriptInputFormat now extend. It handles all vertex/edge filter construction and has helper methods for filtering the StarVertex prior to being f - posted by ok...@apache.org on 2016/02/01 22:45:54 UTC, 0 replies.
- incubator-tinkerpop git commit: tweaks to filtered boolean check. - posted by ok...@apache.org on 2016/02/01 22:59:04 UTC, 0 replies.
- incubator-tinkerpop git commit: GiraphGraphComputer now has support for vertexFilters and edgeFilters. Consolidated a bunch of code to make it easy for future InputFormats to be GraphFilterAware. Will most likely make a filterMap so variables are bundled - posted by ok...@apache.org on 2016/02/02 00:46:08 UTC, 0 replies.
- incubator-tinkerpop git commit: created a GraphFilter container object that makes storing and applying filters easy. Very clean model. GraphFilter will next contain stuff like inferences on the filters so easy push-down predicates are available to the gr - posted by ok...@apache.org on 2016/02/02 01:44:21 UTC, 0 replies.
- incubator-tinkerpop git commit: Update NOTICE given bump in groovy version. - posted by sp...@apache.org on 2016/02/02 13:32:16 UTC, 0 replies.
- incubator-tinkerpop git commit: Minor adjustments to license/notice dev docs. - posted by sp...@apache.org on 2016/02/02 13:40:37 UTC, 0 replies.
- incubator-tinkerpop git commit: GraphFilter is now a really cool class. It is part of gremlin-core/computer and provides access to GraphComputer vertices() and edges() load filters. It also provides direct support for filtering StarVertex vertices (as mo - posted by ok...@apache.org on 2016/02/02 16:55:18 UTC, 0 replies.
- incubator-tinkerpop git commit: TinkerGraph now supports GraphComputer GraphFilter. Sort of an elegant solution that makes use of tagging elements that are legal or not. As of right now, the full test suite passes (integration too). GraphFilter works -- - posted by ok...@apache.org on 2016/02/02 20:18:03 UTC, 0 replies.
- incubator-tinkerpop git commit: added a MapReduce test. We now verify that GraphFilter works for both VertexProgram+MapReduce and MapReduce only. TinkerGraph and Spark integration tests pass. - posted by ok...@apache.org on 2016/02/02 20:44:57 UTC, 0 replies.
- incubator-tinkerpop git commit: added nice GraphFilter.legalVertex() and GraphFilter.legalEdges() methods so that the provider doesn't have to be smart about how to apply the underlying filter traversal. - posted by ok...@apache.org on 2016/02/02 20:53:54 UTC, 0 replies.
- incubator-tinkerpop git commit: Added a state-based test case to GraphFilter. About to run this thing on the Blade cluster against Friendster to see how well we do now. - posted by ok...@apache.org on 2016/02/02 21:24:45 UTC, 0 replies.
- incubator-tinkerpop git commit: Forgot to add vertices() and edges() to the ComputerTraversalEngine.Builder. I can't wait for this model to go away in favor of a fluent TraversalSource. - posted by ok...@apache.org on 2016/02/02 21:35:27 UTC, 0 replies.
- incubator-tinkerpop git commit: found a bug in TraversalUtil.isLocalStarGraph(). Added TraversalUtil.isLocalVertex() (for only checking properties -- no edge access). Added JavaDoc to new GraphComputer methods. Added verfication that the provided travers - posted by ok...@apache.org on 2016/02/02 22:24:39 UTC, 0 replies.
- incubator-tinkerpop git commit: Added standard GraphComputer.Exceptions for GraphFilter and verfiy Exceptions are thrown correctly in GraphComputerTest. Tweaks to JavaDoc. - posted by ok...@apache.org on 2016/02/02 22:49:22 UTC, 0 replies.
- incubator-tinkerpop git commit: Created specialized serializers for common classes in Spark to avoid the overhead of JavaSerialization. - posted by ok...@apache.org on 2016/02/03 19:03:21 UTC, 0 replies.
- incubator-tinkerpop git commit: forgot a Serialization that popped up when taking things to the cluster. - posted by ok...@apache.org on 2016/02/03 19:09:39 UTC, 0 replies.
- incubator-tinkerpop git commit: Learned about ExternalizableSerializer which makes registration of Kryo serializers alot more simple. Ran this code on the cluster -- what took 25 minutes now takes 6.8 minutes. - posted by ok...@apache.org on 2016/02/03 20:49:46 UTC, 0 replies.
- incubator-tinkerpop git commit: Better handled commit and serialization errors in Gremlin Server. - posted by sp...@apache.org on 2016/02/03 21:32:17 UTC, 0 replies.
- incubator-tinkerpop git commit: minor nothings. - posted by ok...@apache.org on 2016/02/03 21:48:23 UTC, 0 replies.
- incubator-tinkerpop git commit: Added a protected constructor() to LP_O_OB_S_SE_SL_Traverser and thus, enable it to be serialized. Fixed a configuration check issue in InputFormatRDD. TINKERPOP-1119 and TINKERPOP-1117. - posted by ok...@apache.org on 2016/02/03 22:00:22 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Update NOTICE given bump in groovy version. - posted by ok...@apache.org on 2016/02/03 22:28:31 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Minor adjustments to license/notice dev docs. - posted by ok...@apache.org on 2016/02/03 22:28:32 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Added a protected constructor() to LP_O_OB_S_SE_SL_Traverser and thus, enable it to be serialized. Fixed a configuration check issue in InputFormatRDD. TINKERPOP-1119 and TINKERPOP-1117. - posted by ok...@apache.org on 2016/02/03 22:28:33 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/03 22:28:34 UTC, 1 replies.
- [1/5] incubator-tinkerpop git commit: Update NOTICE given bump in groovy version. - posted by ok...@apache.org on 2016/02/03 22:28:56 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: Minor adjustments to license/notice dev docs. - posted by ok...@apache.org on 2016/02/03 22:28:57 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: Added a protected constructor() to LP_O_OB_S_SE_SL_Traverser and thus, enable it to be serialized. Fixed a configuration check issue in InputFormatRDD. TINKERPOP-1119 and TINKERPOP-1117. - posted by ok...@apache.org on 2016/02/03 22:28:58 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/03 22:28:59 UTC, 0 replies.
- [5/5] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-962 - posted by ok...@apache.org on 2016/02/03 22:29:00 UTC, 0 replies.
- incubator-tinkerpop git commit: GraphFilter is now embedded at the StarGraph dersialization level. Thus, if an edge isn't needed, its not even manifested as an object. This is in a TEST branch to determine performance gains (if any) on the Blade cluster. - posted by ok...@apache.org on 2016/02/04 00:30:46 UTC, 0 replies.
- incubator-tinkerpop git commit: on the TEST branch for the clusters -- NullPointerException fix and GraphFilter optimization. - posted by ok...@apache.org on 2016/02/04 00:37:58 UTC, 0 replies.
- svn commit: r1728487 - /incubator/tinkerpop/site/index.html - posted by ok...@apache.org on 2016/02/04 15:25:10 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in GryoRecordReader when the input split has 0 bytes. Removed an asssertion from PeerPressureVertexProgram that emerges when the provider has a different ID schema. - posted by ok...@apache.org on 2016/02/04 15:33:15 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: fixed a bug in GryoRecordReader when the input split has 0 bytes. Removed an asssertion from PeerPressureVertexProgram that emerges when the provider has a different ID schema. - posted by ok...@apache.org on 2016/02/04 15:33:46 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/04 15:33:47 UTC, 1 replies.
- [1/3] incubator-tinkerpop git commit: fixed a bug in GryoRecordReader when the input split has 0 bytes. Removed an asssertion from PeerPressureVertexProgram that emerges when the provider has a different ID schema. - posted by ok...@apache.org on 2016/02/04 15:36:32 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/04 15:36:33 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-962 - posted by ok...@apache.org on 2016/02/04 15:36:34 UTC, 0 replies.
- svn commit: r1728491 - /incubator/tinkerpop/site/index.html - posted by ok...@apache.org on 2016/02/04 15:58:45 UTC, 0 replies.
- incubator-tinkerpop git commit: Moved GraphFilterTest to gremlin-groovy/ so I can use reflection and not have to make internal variables protected for testing purposes. Optional GraphReader.readVertex(InputStream, GraphFilter) now exists at the in - posted by ok...@apache.org on 2016/02/04 18:42:23 UTC, 0 replies.
- incubator-tinkerpop git commit: was using null to represent a filtered vertex. went with Optional throughout so the API is consistent. - posted by ok...@apache.org on 2016/02/04 20:59:56 UTC, 0 replies.
- incubator-tinkerpop git commit: method rename. pointless twiddling. - posted by ok...@apache.org on 2016/02/04 21:23:06 UTC, 0 replies.
- incubator-tinkerpop git commit: ensure that the context is closed after the test suite has completed. - posted by ok...@apache.org on 2016/02/04 21:51:05 UTC, 0 replies.
- incubator-tinkerpop git commit: OMG, the most insane bug for the last two hours. Painfull...... - posted by ok...@apache.org on 2016/02/04 23:51:10 UTC, 0 replies.
- incubator-tinkerpop git commit: Provide more robust SimpleClient implementations. - posted by sp...@apache.org on 2016/02/05 00:39:02 UTC, 0 replies.
- incubator-tinkerpop git commit: Created a GraphFilterInputFormat which, if the user provided INPUT_FORMAT is not GraphFilterAware, it will filter the vertex before sending it up the I/O stack. Thus, GraphSONInputFormat, which is currently NOT GraphFilter - posted by ok...@apache.org on 2016/02/05 08:09:06 UTC, 0 replies.
- incubator-tinkerpop git commit: Added JavaDoc to GraphFilter and GraphFilterInputFormat. More JavaDoc to GraphFilter along the way... - posted by ok...@apache.org on 2016/02/05 09:35:44 UTC, 0 replies.
- incubator-tinkerpop git commit: StarGraph is no longer special to GraphFilter. All the filtering methods for StarGraph that were weirdly in GraphFilter are now just in StarGraph -- i.e. StarGraph.applyGraphFilter(GraphFilter). We may want to create an in - posted by ok...@apache.org on 2016/02/05 17:50:23 UTC, 0 replies.
- incubator-tinkerpop git commit: dah. groovy reflection-based test cases. lame. - posted by ok...@apache.org on 2016/02/05 18:53:06 UTC, 0 replies.
- incubator-tinkerpop git commit: Made significant memory improvements to TraverserExecutor. Realized some massive heaps on some jobs on Friendster using SparkGraphComputer and tracked it down to how I'm dealing with traversers in TraverserVertexProgram. I - posted by ok...@apache.org on 2016/02/05 22:56:10 UTC, 0 replies.
- incubator-tinkerpop git commit: Figured out a neat trick. IteratorUtils.noRemove(Iterator) so if a providers Messenger doesn't support Iterator.remove(), they can simply wrap the iterator they provide in Iterator.noRemove(). Chillin'. - posted by ok...@apache.org on 2016/02/05 23:30:48 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Update docs in preparation for release of 3.1.1-incubating. - posted by sp...@apache.org on 2016/02/06 13:00:41 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: TinkerPop 3.1.1-incubating release - posted by sp...@apache.org on 2016/02/06 13:00:42 UTC, 0 replies.
- incubator-tinkerpop git commit: JIRA tickets were not ordered properly. - posted by sp...@apache.org on 2016/02/06 13:03:37 UTC, 0 replies.
- svn commit: r1728842 - in /incubator/tinkerpop/site: docs/3.1.1-incubating/ docs/3.1.1-incubating/dev/ docs/3.1.1-incubating/dev/developer/ docs/3.1.1-incubating/images/ docs/3.1.1-incubating/images/icons/ docs/3.1.1-incubating/reference/ docs/3.1.1-in... - posted by sp...@apache.org on 2016/02/06 15:37:16 UTC, 0 replies.
- [01/30] incubator-tinkerpop git commit: Started working on GraphComputer.vertices() and GraphComputer.edges(). Have it working (untested) for SparkGraphComputer. The same pattern will flow over to GiraphGraphComputer. There are some issues regarding sema - posted by ok...@apache.org on 2016/02/06 20:54:32 UTC, 0 replies.
- [02/30] incubator-tinkerpop git commit: GraphComputerTest now verifies that graph filters work -- GraphComputer.vertices() and GraphComputer.edges(). SparkGraphComputer implements graph filters correctly. TinkerGraph and Giraph throw UnsupportOperationEx - posted by ok...@apache.org on 2016/02/06 20:54:33 UTC, 0 replies.
- [03/30] incubator-tinkerpop git commit: Created a CommonFileInputFormat abstract class that both GryoInputFormat and ScriptInputFormat now extend. It handles all vertex/edge filter construction and has helper methods for filtering the StarVertex prior to - posted by ok...@apache.org on 2016/02/06 20:54:34 UTC, 0 replies.
- [04/30] incubator-tinkerpop git commit: tweaks to filtered boolean check. - posted by ok...@apache.org on 2016/02/06 20:54:35 UTC, 0 replies.
- [05/30] incubator-tinkerpop git commit: GiraphGraphComputer now has support for vertexFilters and edgeFilters. Consolidated a bunch of code to make it easy for future InputFormats to be GraphFilterAware. Will most likely make a filterMap so variables are - posted by ok...@apache.org on 2016/02/06 20:54:36 UTC, 0 replies.
- [06/30] incubator-tinkerpop git commit: created a GraphFilter container object that makes storing and applying filters easy. Very clean model. GraphFilter will next contain stuff like inferences on the filters so easy push-down predicates are available t - posted by ok...@apache.org on 2016/02/06 20:54:37 UTC, 0 replies.
- [07/30] incubator-tinkerpop git commit: GraphFilter is now a really cool class. It is part of gremlin-core/computer and provides access to GraphComputer vertices() and edges() load filters. It also provides direct support for filtering StarVertex vertice - posted by ok...@apache.org on 2016/02/06 20:54:38 UTC, 0 replies.
- [08/30] incubator-tinkerpop git commit: TinkerGraph now supports GraphComputer GraphFilter. Sort of an elegant solution that makes use of tagging elements that are legal or not. As of right now, the full test suite passes (integration too). GraphFilter w - posted by ok...@apache.org on 2016/02/06 20:54:39 UTC, 0 replies.
- [09/30] incubator-tinkerpop git commit: added a MapReduce test. We now verify that GraphFilter works for both VertexProgram+MapReduce and MapReduce only. TinkerGraph and Spark integration tests pass. - posted by ok...@apache.org on 2016/02/06 20:54:40 UTC, 0 replies.
- [10/30] incubator-tinkerpop git commit: added nice GraphFilter.legalVertex() and GraphFilter.legalEdges() methods so that the provider doesn't have to be smart about how to apply the underlying filter traversal. - posted by ok...@apache.org on 2016/02/06 20:54:41 UTC, 0 replies.
- [11/30] incubator-tinkerpop git commit: Added a state-based test case to GraphFilter. About to run this thing on the Blade cluster against Friendster to see how well we do now. - posted by ok...@apache.org on 2016/02/06 20:54:42 UTC, 0 replies.
- [12/30] incubator-tinkerpop git commit: Forgot to add vertices() and edges() to the ComputerTraversalEngine.Builder. I can't wait for this model to go away in favor of a fluent TraversalSource. - posted by ok...@apache.org on 2016/02/06 20:54:43 UTC, 0 replies.
- [13/30] incubator-tinkerpop git commit: found a bug in TraversalUtil.isLocalStarGraph(). Added TraversalUtil.isLocalVertex() (for only checking properties -- no edge access). Added JavaDoc to new GraphComputer methods. Added verfication that the provided - posted by ok...@apache.org on 2016/02/06 20:54:44 UTC, 0 replies.
- [14/30] incubator-tinkerpop git commit: Added standard GraphComputer.Exceptions for GraphFilter and verfiy Exceptions are thrown correctly in GraphComputerTest. Tweaks to JavaDoc. - posted by ok...@apache.org on 2016/02/06 20:54:45 UTC, 0 replies.
- [15/30] incubator-tinkerpop git commit: Created specialized serializers for common classes in Spark to avoid the overhead of JavaSerialization. - posted by ok...@apache.org on 2016/02/06 20:54:46 UTC, 0 replies.
- [16/30] incubator-tinkerpop git commit: forgot a Serialization that popped up when taking things to the cluster. - posted by ok...@apache.org on 2016/02/06 20:54:47 UTC, 0 replies.
- [17/30] incubator-tinkerpop git commit: Learned about ExternalizableSerializer which makes registration of Kryo serializers alot more simple. Ran this code on the cluster -- what took 25 minutes now takes 6.8 minutes. - posted by ok...@apache.org on 2016/02/06 20:54:48 UTC, 0 replies.
- [18/30] incubator-tinkerpop git commit: minor nothings. - posted by ok...@apache.org on 2016/02/06 20:54:49 UTC, 0 replies.
- [19/30] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-962 - posted by ok...@apache.org on 2016/02/06 20:54:50 UTC, 0 replies.
- [20/30] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-962 - posted by ok...@apache.org on 2016/02/06 20:54:51 UTC, 0 replies.
- [21/30] incubator-tinkerpop git commit: Moved GraphFilterTest to gremlin-groovy/ so I can use reflection and not have to make internal variables protected for testing purposes. Optional GraphReader.readVertex(InputStream, GraphFilter) now exists a - posted by ok...@apache.org on 2016/02/06 20:54:52 UTC, 0 replies.
- [22/30] incubator-tinkerpop git commit: was using null to represent a filtered vertex. went with Optional throughout so the API is consistent. - posted by ok...@apache.org on 2016/02/06 20:54:53 UTC, 0 replies.
- [23/30] incubator-tinkerpop git commit: method rename. pointless twiddling. - posted by ok...@apache.org on 2016/02/06 20:54:54 UTC, 0 replies.
- [24/30] incubator-tinkerpop git commit: ensure that the context is closed after the test suite has completed. - posted by ok...@apache.org on 2016/02/06 20:54:55 UTC, 0 replies.
- [25/30] incubator-tinkerpop git commit: OMG, the most insane bug for the last two hours. Painfull...... - posted by ok...@apache.org on 2016/02/06 20:54:56 UTC, 0 replies.
- [26/30] incubator-tinkerpop git commit: Created a GraphFilterInputFormat which, if the user provided INPUT_FORMAT is not GraphFilterAware, it will filter the vertex before sending it up the I/O stack. Thus, GraphSONInputFormat, which is currently NOT Gra - posted by ok...@apache.org on 2016/02/06 20:54:57 UTC, 0 replies.
- [27/30] incubator-tinkerpop git commit: Added JavaDoc to GraphFilter and GraphFilterInputFormat. More JavaDoc to GraphFilter along the way... - posted by ok...@apache.org on 2016/02/06 20:54:58 UTC, 0 replies.
- [28/30] incubator-tinkerpop git commit: StarGraph is no longer special to GraphFilter. All the filtering methods for StarGraph that were weirdly in GraphFilter are now just in StarGraph -- i.e. StarGraph.applyGraphFilter(GraphFilter). We may want to crea - posted by ok...@apache.org on 2016/02/06 20:54:59 UTC, 0 replies.
- [29/30] incubator-tinkerpop git commit: dah. groovy reflection-based test cases. lame. - posted by ok...@apache.org on 2016/02/06 20:55:00 UTC, 0 replies.
- [30/30] incubator-tinkerpop git commit: updated CHANGELOG with 3.2.0 section. We need a new logo. - posted by ok...@apache.org on 2016/02/06 20:55:01 UTC, 0 replies.
- incubator-tinkerpop git commit: added the upgrade doc for 3.2.0 and added a section about GraphFilter and the two new GraphComputer methods. CTR. - posted by ok...@apache.org on 2016/02/06 21:06:52 UTC, 0 replies.
- svn commit: r1728986 - /incubator/tinkerpop/site/images/egg-logo.png - posted by ok...@apache.org on 2016/02/07 17:29:51 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Full quantum-gremlin image by Ketrina. Will announce with GraphDay slides. - posted by tw...@apache.org on 2016/02/07 21:52:58 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Full quantum-gremlin image by Ketrina. Will announce with GraphDay slides. - posted by tw...@apache.org on 2016/02/07 21:52:59 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1016' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop into TINKERPOP-1016 - posted by tw...@apache.org on 2016/02/07 21:53:00 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Further refinement of benchmarking abstract classes. - posted by tw...@apache.org on 2016/02/07 21:53:01 UTC, 0 replies.
- incubator-tinkerpop git commit: Greatly optimized all ReducingBarrierSteps in OLAP execution. I realized that there are actually two 'combine' stages. Given that the HALTED_TRAVERSERS are all group'd at a Vertex prior to MAP, you can COMBINE in Map. Thus - posted by ok...@apache.org on 2016/02/07 22:19:22 UTC, 0 replies.
- svn commit: r12247 - /dev/incubator/tinkerpop/3.1.1-incubating/ - posted by sp...@apache.org on 2016/02/08 00:43:43 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed broken path in distribution validator. - posted by sp...@apache.org on 2016/02/08 00:59:46 UTC, 0 replies.
- incubator-tinkerpop git commit: Fix bad formatting in changelog. - posted by sp...@apache.org on 2016/02/08 01:30:15 UTC, 0 replies.
- svn commit: r1729176 - in /incubator/tinkerpop/site: docs/3.1.2-SNAPSHOT/ docs/3.1.2-SNAPSHOT/dev/ docs/3.1.2-SNAPSHOT/dev/developer/ docs/3.1.2-SNAPSHOT/images/ docs/3.1.2-SNAPSHOT/images/icons/ docs/3.1.2-SNAPSHOT/reference/ docs/3.1.2-SNAPSHOT/tutor... - posted by sp...@apache.org on 2016/02/08 15:04:37 UTC, 0 replies.
- incubator-tinkerpop git commit: Fix broken links in README. - posted by sp...@apache.org on 2016/02/08 15:56:29 UTC, 0 replies.
- incubator-tinkerpop git commit: Bump to 3.1.2-SNAPSHOT. - posted by sp...@apache.org on 2016/02/08 16:16:32 UTC, 1 replies.
- incubator-tinkerpop git commit: minor nothing. - posted by ok...@apache.org on 2016/02/08 16:24:53 UTC, 1 replies.
- [1/9] incubator-tinkerpop git commit: Update docs in preparation for release of 3.1.1-incubating. - posted by sp...@apache.org on 2016/02/08 16:38:01 UTC, 0 replies.
- [2/9] incubator-tinkerpop git commit: TinkerPop 3.1.1-incubating release - posted by sp...@apache.org on 2016/02/08 16:38:02 UTC, 0 replies.
- [3/9] incubator-tinkerpop git commit: JIRA tickets were not ordered properly. - posted by sp...@apache.org on 2016/02/08 16:38:03 UTC, 0 replies.
- [4/9] incubator-tinkerpop git commit: Fixed broken path in distribution validator. - posted by sp...@apache.org on 2016/02/08 16:38:04 UTC, 0 replies.
- [5/9] incubator-tinkerpop git commit: Fix bad formatting in changelog. - posted by sp...@apache.org on 2016/02/08 16:38:05 UTC, 0 replies.
- [6/9] incubator-tinkerpop git commit: Fix broken links in README. - posted by sp...@apache.org on 2016/02/08 16:38:06 UTC, 0 replies.
- [7/9] incubator-tinkerpop git commit: Bump to 3.1.2-SNAPSHOT. - posted by sp...@apache.org on 2016/02/08 16:38:07 UTC, 0 replies.
- [8/9] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/02/08 16:38:08 UTC, 0 replies.
- [9/9] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2016/02/08 16:38:09 UTC, 0 replies.
- incubator-tinkerpop git commit: Added 3.2.x to index of upgrade docs. - posted by sp...@apache.org on 2016/02/08 16:38:33 UTC, 0 replies.
- incubator-tinkerpop git commit: Tweak release docs slightly given minor lessons learned. - posted by sp...@apache.org on 2016/02/08 17:30:41 UTC, 0 replies.
- incubator-tinkerpop git commit: Improved messaging from gremlin server around timeouts. - posted by sp...@apache.org on 2016/02/08 22:11:36 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: The most brutal refactor. There is no such thing as a TraversalSource.Builder anymore. All there are are TraversalSources. These are simply a wrapper of a TraversalStrategy and a Graph. There is no such thing as a Tr - posted by ok...@apache.org on 2016/02/09 01:36:12 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: The most brutal refactor. There is no such thing as a TraversalSource.Builder anymore. All there are are TraversalSources. These are simply a wrapper of a TraversalStrategy and a Graph. There is no such thing as a Tr - posted by ok...@apache.org on 2016/02/09 01:36:13 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: The most brutal refactor. There is no such thing as a TraversalSource.Builder anymore. All there are are TraversalSources. These are simply a wrapper of a TraversalStrategy and a Graph. There is no such thing as a Tr - posted by ok...@apache.org on 2016/02/09 01:36:14 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: The most brutal refactor. There is no such thing as a TraversalSource.Builder anymore. All there are are TraversalSources. These are simply a wrapper of a TraversalStrategy and a Graph. There is no such thing as a Tr - posted by ok...@apache.org on 2016/02/09 01:36:15 UTC, 0 replies.
- incubator-tinkerpop git commit: added back in ComputerTraversalEngine, StandardTraversalEngine, and TraversalSource.Builder. All are deprecated but are functional with respects to Graph.traversal(TravesalSource.Builder). Both TinkerGraphProvider and Spar - posted by ok...@apache.org on 2016/02/09 13:36:23 UTC, 0 replies.
- svn commit: r1729383 - /incubator/tinkerpop/site/index.html - posted by ok...@apache.org on 2016/02/09 15:00:10 UTC, 0 replies.
- incubator-tinkerpop git commit: Added lots of JavaDoc. Lots of organization and clean up. Ready for PR. - posted by ok...@apache.org on 2016/02/09 15:29:14 UTC, 0 replies.
- incubator-tinkerpop git commit: renamed EngineDependent to GraphComputing as there is no longer the concept of a TraversalEngine. - posted by ok...@apache.org on 2016/02/09 15:42:18 UTC, 0 replies.
- incubator-tinkerpop git commit: This closes #208 - posted by sp...@apache.org on 2016/02/09 16:05:08 UTC, 0 replies.
- incubator-tinkerpop git commit: updated AsciiDoc reference manual to use new TraversalSource model. Deprecated Order.valueIncr/etc. -- was a simple dangling ticket for 3.2.0. - posted by ok...@apache.org on 2016/02/09 16:49:19 UTC, 0 replies.
- incubator-tinkerpop git commit: Just realized that numerous tests are excluded because local traversals are being verified as global in ComputerVerificationStrategy. Given that TraversalEngine no longer exists, added TraversalParent.isLocalChild() to tes - posted by ok...@apache.org on 2016/02/09 17:04:41 UTC, 1 replies.
- incubator-tinkerpop git commit: Set up 3.1.2-incubating in CHANGELOG. - posted by sp...@apache.org on 2016/02/09 17:57:50 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Set up 3.1.2-incubating in CHANGELOG. - posted by sp...@apache.org on 2016/02/09 18:01:18 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' into TINKERPOP-1138 - posted by sp...@apache.org on 2016/02/09 18:01:19 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/02/09 18:01:20 UTC, 0 replies.
- svn commit: r1729410 - in /incubator/tinkerpop/site: docs/3.2.0-SNAPSHOT/ docs/3.2.0-SNAPSHOT/dev/ docs/3.2.0-SNAPSHOT/dev/developer/ docs/3.2.0-SNAPSHOT/images/ docs/3.2.0-SNAPSHOT/images/icons/ docs/3.2.0-SNAPSHOT/reference/ docs/3.2.0-SNAPSHOT/tutor... - posted by ok...@apache.org on 2016/02/09 18:01:58 UTC, 0 replies.
- [1/8] incubator-tinkerpop git commit: Bump to 3.2.0-SNAPSHOT. - posted by ok...@apache.org on 2016/02/09 18:09:06 UTC, 0 replies.
- [2/8] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/09 18:09:07 UTC, 0 replies.
- [3/8] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/09 18:09:08 UTC, 0 replies.
- [4/8] incubator-tinkerpop git commit: Made significant memory improvements to TraverserExecutor. Realized some massive heaps on some jobs on Friendster using SparkGraphComputer and tracked it down to how I'm dealing with traversers in TraverserVertexProg - posted by ok...@apache.org on 2016/02/09 18:09:09 UTC, 0 replies.
- [5/8] incubator-tinkerpop git commit: Figured out a neat trick. IteratorUtils.noRemove(Iterator) so if a providers Messenger doesn't support Iterator.remove(), they can simply wrap the iterator they provide in Iterator.noRemove(). Chillin'. - posted by ok...@apache.org on 2016/02/09 18:09:10 UTC, 0 replies.
- [6/8] incubator-tinkerpop git commit: Greatly optimized all ReducingBarrierSteps in OLAP execution. I realized that there are actually two 'combine' stages. Given that the HALTED_TRAVERSERS are all group'd at a Vertex prior to MAP, you can COMBINE in Map - posted by ok...@apache.org on 2016/02/09 18:09:11 UTC, 0 replies.
- [7/8] incubator-tinkerpop git commit: minor nothing. - posted by ok...@apache.org on 2016/02/09 18:09:12 UTC, 0 replies.
- [8/8] incubator-tinkerpop git commit: merge tweaks. updated CHANGELOG. - posted by ok...@apache.org on 2016/02/09 18:09:13 UTC, 0 replies.
- [1/8] incubator-tinkerpop git commit: Made significant memory improvements to TraverserExecutor. Realized some massive heaps on some jobs on Friendster using SparkGraphComputer and tracked it down to how I'm dealing with traversers in TraverserVertexProg - posted by ok...@apache.org on 2016/02/09 18:14:53 UTC, 0 replies.
- [2/8] incubator-tinkerpop git commit: Figured out a neat trick. IteratorUtils.noRemove(Iterator) so if a providers Messenger doesn't support Iterator.remove(), they can simply wrap the iterator they provide in Iterator.noRemove(). Chillin'. - posted by ok...@apache.org on 2016/02/09 18:14:54 UTC, 0 replies.
- [3/8] incubator-tinkerpop git commit: Greatly optimized all ReducingBarrierSteps in OLAP execution. I realized that there are actually two 'combine' stages. Given that the HALTED_TRAVERSERS are all group'd at a Vertex prior to MAP, you can COMBINE in Map - posted by ok...@apache.org on 2016/02/09 18:14:55 UTC, 0 replies.
- [4/8] incubator-tinkerpop git commit: minor nothing. - posted by ok...@apache.org on 2016/02/09 18:14:56 UTC, 0 replies.
- [5/8] incubator-tinkerpop git commit: Tweak release docs slightly given minor lessons learned. - posted by ok...@apache.org on 2016/02/09 18:14:57 UTC, 0 replies.
- [6/8] incubator-tinkerpop git commit: Set up 3.1.2-incubating in CHANGELOG. - posted by ok...@apache.org on 2016/02/09 18:14:58 UTC, 0 replies.
- [7/8] incubator-tinkerpop git commit: merge tweaks. updated CHANGELOG. - posted by ok...@apache.org on 2016/02/09 18:14:59 UTC, 0 replies.
- [8/8] incubator-tinkerpop git commit: merged from tp31 and fix conflicts. - posted by ok...@apache.org on 2016/02/09 18:15:00 UTC, 0 replies.
- incubator-tinkerpop git commit: Added another `edge()` method in `ScriptElementFactory` that allows to set explicit edge ids. - posted by dk...@apache.org on 2016/02/09 19:10:04 UTC, 0 replies.
- [01/11] incubator-tinkerpop git commit: Made significant memory improvements to TraverserExecutor. Realized some massive heaps on some jobs on Friendster using SparkGraphComputer and tracked it down to how I'm dealing with traversers in TraverserVertexPr - posted by ok...@apache.org on 2016/02/09 22:11:53 UTC, 0 replies.
- [02/11] incubator-tinkerpop git commit: Figured out a neat trick. IteratorUtils.noRemove(Iterator) so if a providers Messenger doesn't support Iterator.remove(), they can simply wrap the iterator they provide in Iterator.noRemove(). Chillin'. - posted by ok...@apache.org on 2016/02/09 22:11:54 UTC, 0 replies.
- [03/11] incubator-tinkerpop git commit: Greatly optimized all ReducingBarrierSteps in OLAP execution. I realized that there are actually two 'combine' stages. Given that the HALTED_TRAVERSERS are all group'd at a Vertex prior to MAP, you can COMBINE in M - posted by ok...@apache.org on 2016/02/09 22:11:55 UTC, 0 replies.
- [04/11] incubator-tinkerpop git commit: minor nothing. - posted by ok...@apache.org on 2016/02/09 22:11:56 UTC, 0 replies.
- [05/11] incubator-tinkerpop git commit: Tweak release docs slightly given minor lessons learned. - posted by ok...@apache.org on 2016/02/09 22:11:57 UTC, 0 replies.
- [06/11] incubator-tinkerpop git commit: This closes #208 - posted by ok...@apache.org on 2016/02/09 22:11:58 UTC, 0 replies.
- [07/11] incubator-tinkerpop git commit: Set up 3.1.2-incubating in CHANGELOG. - posted by ok...@apache.org on 2016/02/09 22:11:59 UTC, 0 replies.
- [08/11] incubator-tinkerpop git commit: merge tweaks. updated CHANGELOG. - posted by ok...@apache.org on 2016/02/09 22:12:00 UTC, 0 replies.
- [09/11] incubator-tinkerpop git commit: merged from tp31 and fix conflicts. - posted by ok...@apache.org on 2016/02/09 22:12:01 UTC, 0 replies.
- [10/11] incubator-tinkerpop git commit: minor nothing - posted by ok...@apache.org on 2016/02/09 22:12:02 UTC, 0 replies.
- [11/11] incubator-tinkerpop git commit: merged master/ and fixed conflicts. - posted by ok...@apache.org on 2016/02/09 22:12:03 UTC, 0 replies.
- incubator-tinkerpop git commit: TraversalVertexProgramStep created. It works. Sorta --- need to get ComputerVerificationStrategy more aware. 95 percent of tests pass -- the ones that fail have to do with deep nested traverasls and ComputerVerificationStr - posted by ok...@apache.org on 2016/02/09 23:29:41 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Revert "Added another `edge()` method in `ScriptElementFactory` that allows to set explicit edge ids." - posted by dk...@apache.org on 2016/02/10 00:05:24 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Added ScriptElementFactory::graph() to provide access to the local star graph. - posted by dk...@apache.org on 2016/02/10 00:05:25 UTC, 0 replies.
- [1/7] incubator-tinkerpop git commit: Use the existing Host iterator - posted by sp...@apache.org on 2016/02/10 13:57:08 UTC, 0 replies.
- [2/7] incubator-tinkerpop git commit: Keep the value of open counter in sync when connections fail. - posted by sp...@apache.org on 2016/02/10 13:57:09 UTC, 0 replies.
- [3/7] incubator-tinkerpop git commit: Check the value of reconnectionAttempt and create scheduled task as a 2 step process. - posted by sp...@apache.org on 2016/02/10 13:57:10 UTC, 0 replies.
- [4/7] incubator-tinkerpop git commit: Use an AtomicReference to protect the reconnect task, rather than synchronizing on it. - posted by sp...@apache.org on 2016/02/10 13:57:11 UTC, 0 replies.
- [5/7] incubator-tinkerpop git commit: Extend GremlinServerIntegrateTest::shouldFailOnDeadHost to restart and reconnect. - posted by sp...@apache.org on 2016/02/10 13:57:12 UTC, 0 replies.
- [6/7] incubator-tinkerpop git commit: Merge branch 'tp31' of https://github.com/kieransherlock/incubator-tinkerpop into TINKERPOP-1125-to-1127 - posted by sp...@apache.org on 2016/02/10 13:57:13 UTC, 0 replies.
- [7/7] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1126' of https://github.com/kieransherlock/incubator-tinkerpop into TINKERPOP-1125-to-1127 - posted by sp...@apache.org on 2016/02/10 13:57:14 UTC, 0 replies.
- incubator-tinkerpop git commit: attempt to fix Travis integration - posted by dk...@apache.org on 2016/02/10 13:57:31 UTC, 0 replies.
- incubator-tinkerpop git commit: more memory for surefire - posted by dk...@apache.org on 2016/02/10 14:14:59 UTC, 0 replies.
- incubator-tinkerpop git commit: removed test method that calls System.exit(0) - posted by dk...@apache.org on 2016/02/10 14:27:50 UTC, 1 replies.
- incubator-tinkerpop git commit: CTR: Not skipping tests in `bin/validate-distribution.sh` when building the project as that might lead to failures. @spmallette - posted by dk...@apache.org on 2016/02/10 16:27:51 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Marked `ScriptElementFactory` as deprecated and made the local star graph globally available for the ScriptInputFormat's user defined parse() method. - posted by dk...@apache.org on 2016/02/10 16:29:29 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: updated CHANGELOG - posted by dk...@apache.org on 2016/02/10 16:29:30 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: updated ScriptInputFormat section in reference docs - posted by dk...@apache.org on 2016/02/10 16:29:31 UTC, 0 replies.
- incubator-tinkerpop git commit: Trying to harden up a test that randomly fails some environments. CTR - posted by sp...@apache.org on 2016/02/10 18:00:09 UTC, 0 replies.
- incubator-tinkerpop git commit: Add some instructions to validate-distribution.sh around gpg. - posted by sp...@apache.org on 2016/02/10 18:07:40 UTC, 0 replies.
- incubator-tinkerpop git commit: Have TraversalVertexProgramStep working fully. I had to Ignore tests in ExplainTest and ProfileTest as OLTP and OLAP now no longer compile to the same representation. This is both good and bad. Its good because that means - posted by ok...@apache.org on 2016/02/10 19:11:43 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug around Serialization of GraphComputer. Integration tests now pass. Cool. - posted by ok...@apache.org on 2016/02/10 19:59:10 UTC, 0 replies.
- incubator-tinkerpop git commit: It is no longer up to the VertexProgram to remove() messages from the Messenger. If the graph provider can support iterator remove(), it does it automatically. I added a IteratorUtils.removeOnNext() wrapper to easily aid t - posted by ok...@apache.org on 2016/02/10 20:35:04 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: CTR: Not skipping tests in `bin/validate-distribution.sh` when building the project as that might lead to failures. @spmallette - posted by ok...@apache.org on 2016/02/10 20:35:29 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: Trying to harden up a test that randomly fails some environments. CTR - posted by ok...@apache.org on 2016/02/10 20:35:30 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: Add some instructions to validate-distribution.sh around gpg. - posted by ok...@apache.org on 2016/02/10 20:35:31 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: It is no longer up to the VertexProgram to remove() messages from the Messenger. If the graph provider can support iterator remove(), it does it automatically. I added a IteratorUtils.removeOnNext() wrapper to easily - posted by ok...@apache.org on 2016/02/10 20:35:32 UTC, 0 replies.
- [5/5] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/10 20:35:33 UTC, 0 replies.
- [1/6] incubator-tinkerpop git commit: CTR: Not skipping tests in `bin/validate-distribution.sh` when building the project as that might lead to failures. @spmallette - posted by ok...@apache.org on 2016/02/10 20:36:07 UTC, 0 replies.
- [2/6] incubator-tinkerpop git commit: Trying to harden up a test that randomly fails some environments. CTR - posted by ok...@apache.org on 2016/02/10 20:36:08 UTC, 0 replies.
- [3/6] incubator-tinkerpop git commit: Add some instructions to validate-distribution.sh around gpg. - posted by ok...@apache.org on 2016/02/10 20:36:09 UTC, 0 replies.
- [4/6] incubator-tinkerpop git commit: It is no longer up to the VertexProgram to remove() messages from the Messenger. If the graph provider can support iterator remove(), it does it automatically. I added a IteratorUtils.removeOnNext() wrapper to easily - posted by ok...@apache.org on 2016/02/10 20:36:10 UTC, 0 replies.
- [5/6] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/10 20:36:11 UTC, 0 replies.
- [6/6] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-971 - posted by ok...@apache.org on 2016/02/10 20:36:12 UTC, 0 replies.
- [1/7] incubator-tinkerpop git commit: CTR: Not skipping tests in `bin/validate-distribution.sh` when building the project as that might lead to failures. @spmallette - posted by ok...@apache.org on 2016/02/10 20:36:36 UTC, 0 replies.
- [2/7] incubator-tinkerpop git commit: Trying to harden up a test that randomly fails some environments. CTR - posted by ok...@apache.org on 2016/02/10 20:36:37 UTC, 0 replies.
- [3/7] incubator-tinkerpop git commit: Add some instructions to validate-distribution.sh around gpg. - posted by ok...@apache.org on 2016/02/10 20:36:38 UTC, 0 replies.
- [4/7] incubator-tinkerpop git commit: It is no longer up to the VertexProgram to remove() messages from the Messenger. If the graph provider can support iterator remove(), it does it automatically. I added a IteratorUtils.removeOnNext() wrapper to easily - posted by ok...@apache.org on 2016/02/10 20:36:39 UTC, 0 replies.
- [5/7] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/10 20:36:40 UTC, 0 replies.
- [6/7] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-971 - posted by ok...@apache.org on 2016/02/10 20:36:41 UTC, 0 replies.
- [7/7] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-971' into TINKERPOP-1140 - posted by ok...@apache.org on 2016/02/10 20:36:42 UTC, 0 replies.
- incubator-tinkerpop git commit: Use GraphProvider.clear() to auto-clear graphs created in tests - posted by sp...@apache.org on 2016/02/10 20:53:31 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Provide more robust SimpleClient implementations. - posted by sp...@apache.org on 2016/02/10 21:02:08 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-916' into tp31 - posted by sp...@apache.org on 2016/02/10 21:02:09 UTC, 0 replies.
- incubator-tinkerpop git commit: okay. TraversalVertexProgramStep is just like any other step. Nothing 'special'. Its a TraversalParent with one global child -- the traversal to be executed on the GraphComputer. I got rid of TraversalSideEffects.onGraphCo - posted by ok...@apache.org on 2016/02/10 23:23:15 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: fixed typo - posted by dk...@apache.org on 2016/02/10 23:38:44 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: reverted changes in ScriptInput parser in order to verify that backwards compatibility is preserved - posted by dk...@apache.org on 2016/02/10 23:38:45 UTC, 0 replies.
- incubator-tinkerpop git commit: TraversalExplanation is now Serializable and registered with GryoMapper. - posted by ok...@apache.org on 2016/02/11 00:05:38 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Provide more robust SimpleClient implementations. - posted by ok...@apache.org on 2016/02/11 00:06:08 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-916' into tp31 - posted by ok...@apache.org on 2016/02/11 00:06:09 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: TraversalExplanation is now Serializable and registered with GryoMapper. - posted by ok...@apache.org on 2016/02/11 00:06:10 UTC, 0 replies.
- incubator-tinkerpop git commit: Stubbed PageRankVertexProgramStep. Cleaned up and optimized a few tid bits here and there. Its going to get nasty tomorrow. - posted by ok...@apache.org on 2016/02/11 02:41:21 UTC, 0 replies.
- [1/9] incubator-tinkerpop git commit: Added another `edge()` method in `ScriptElementFactory` that allows to set explicit edge ids. - posted by dk...@apache.org on 2016/02/11 13:32:12 UTC, 0 replies.
- [2/9] incubator-tinkerpop git commit: Revert "Added another `edge()` method in `ScriptElementFactory` that allows to set explicit edge ids." - posted by dk...@apache.org on 2016/02/11 13:32:13 UTC, 0 replies.
- [3/9] incubator-tinkerpop git commit: Added ScriptElementFactory::graph() to provide access to the local star graph. - posted by dk...@apache.org on 2016/02/11 13:32:14 UTC, 0 replies.
- [4/9] incubator-tinkerpop git commit: Marked `ScriptElementFactory` as deprecated and made the local star graph globally available for the ScriptInputFormat's user defined parse() method. - posted by dk...@apache.org on 2016/02/11 13:32:15 UTC, 0 replies.
- [5/9] incubator-tinkerpop git commit: updated CHANGELOG - posted by dk...@apache.org on 2016/02/11 13:32:16 UTC, 0 replies.
- [6/9] incubator-tinkerpop git commit: updated ScriptInputFormat section in reference docs - posted by dk...@apache.org on 2016/02/11 13:32:17 UTC, 0 replies.
- [7/9] incubator-tinkerpop git commit: fixed typo - posted by dk...@apache.org on 2016/02/11 13:32:18 UTC, 0 replies.
- [8/9] incubator-tinkerpop git commit: reverted changes in ScriptInput parser in order to verify that backwards compatibility is preserved - posted by dk...@apache.org on 2016/02/11 13:32:19 UTC, 0 replies.
- [9/9] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1137' into tp31 - posted by dk...@apache.org on 2016/02/11 13:32:20 UTC, 0 replies.
- [01/10] incubator-tinkerpop git commit: Added another `edge()` method in `ScriptElementFactory` that allows to set explicit edge ids. - posted by dk...@apache.org on 2016/02/11 13:42:23 UTC, 0 replies.
- [02/10] incubator-tinkerpop git commit: Revert "Added another `edge()` method in `ScriptElementFactory` that allows to set explicit edge ids." - posted by dk...@apache.org on 2016/02/11 13:42:24 UTC, 0 replies.
- [03/10] incubator-tinkerpop git commit: Added ScriptElementFactory::graph() to provide access to the local star graph. - posted by dk...@apache.org on 2016/02/11 13:42:25 UTC, 0 replies.
- [04/10] incubator-tinkerpop git commit: Marked `ScriptElementFactory` as deprecated and made the local star graph globally available for the ScriptInputFormat's user defined parse() method. - posted by dk...@apache.org on 2016/02/11 13:42:26 UTC, 0 replies.
- [05/10] incubator-tinkerpop git commit: updated CHANGELOG - posted by dk...@apache.org on 2016/02/11 13:42:27 UTC, 0 replies.
- [06/10] incubator-tinkerpop git commit: updated ScriptInputFormat section in reference docs - posted by dk...@apache.org on 2016/02/11 13:42:28 UTC, 0 replies.
- [07/10] incubator-tinkerpop git commit: fixed typo - posted by dk...@apache.org on 2016/02/11 13:42:29 UTC, 0 replies.
- [08/10] incubator-tinkerpop git commit: reverted changes in ScriptInput parser in order to verify that backwards compatibility is preserved - posted by dk...@apache.org on 2016/02/11 13:42:30 UTC, 0 replies.
- [09/10] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1137' into tp31 - posted by dk...@apache.org on 2016/02/11 13:42:31 UTC, 0 replies.
- [10/10] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by dk...@apache.org on 2016/02/11 13:42:32 UTC, 1 replies.
- incubator-tinkerpop git commit: trying Trusty virtualization environment - posted by dk...@apache.org on 2016/02/11 15:51:32 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Revert "attempt to fix Travis integration" - posted by dk...@apache.org on 2016/02/11 16:18:03 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Revert "removed test method that calls System.exit(0)" - posted by dk...@apache.org on 2016/02/11 16:18:04 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Revert "removed test method that calls System.exit(0)" - posted by dk...@apache.org on 2016/02/11 16:18:05 UTC, 0 replies.
- incubator-tinkerpop git commit: using Trusty virtualization environment in Travis - posted by dk...@apache.org on 2016/02/11 16:20:59 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: using Trusty virtualization environment in Travis - posted by dk...@apache.org on 2016/02/11 16:29:05 UTC, 0 replies.
- incubator-tinkerpop git commit: Made the email templates for votes a little more clear in dev docs. - posted by sp...@apache.org on 2016/02/11 16:43:25 UTC, 0 replies.
- incubator-tinkerpop git commit: Add GPG keys to email template for release vote. - posted by sp...@apache.org on 2016/02/11 16:58:26 UTC, 0 replies.
- incubator-tinkerpop git commit: Added the "result summary" to the email template for release vote. - posted by sp...@apache.org on 2016/02/11 17:01:11 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Use GraphProvider.clear() to auto-clear graphs created in tests - posted by sp...@apache.org on 2016/02/11 17:44:25 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1146' into tp31 - posted by sp...@apache.org on 2016/02/11 17:44:26 UTC, 0 replies.
- incubator-tinkerpop git commit: Allowed for transaction management in sessions. - posted by sp...@apache.org on 2016/02/11 18:13:00 UTC, 0 replies.
- incubator-tinkerpop git commit: Okay. Here is is. g.V().pageRank().order.by(pageRank).name.limit(10). We know support chained OLAP jobs within a single Traversal. This is an amazing piece of code. There is still lots more to do, but the basic framework i - posted by ok...@apache.org on 2016/02/11 20:39:38 UTC, 0 replies.
- [01/15] incubator-tinkerpop git commit: The most brutal refactor. There is no such thing as a TraversalSource.Builder anymore. All there are are TraversalSources. These are simply a wrapper of a TraversalStrategy and a Graph. There is no such thing as a - posted by ok...@apache.org on 2016/02/11 20:45:07 UTC, 0 replies.
- [02/15] incubator-tinkerpop git commit: The most brutal refactor. There is no such thing as a TraversalSource.Builder anymore. All there are are TraversalSources. These are simply a wrapper of a TraversalStrategy and a Graph. There is no such thing as a - posted by ok...@apache.org on 2016/02/11 20:45:08 UTC, 0 replies.
- [03/15] incubator-tinkerpop git commit: The most brutal refactor. There is no such thing as a TraversalSource.Builder anymore. All there are are TraversalSources. These are simply a wrapper of a TraversalStrategy and a Graph. There is no such thing as a - posted by ok...@apache.org on 2016/02/11 20:45:09 UTC, 0 replies.
- [04/15] incubator-tinkerpop git commit: The most brutal refactor. There is no such thing as a TraversalSource.Builder anymore. All there are are TraversalSources. These are simply a wrapper of a TraversalStrategy and a Graph. There is no such thing as a - posted by ok...@apache.org on 2016/02/11 20:45:10 UTC, 0 replies.
- [05/15] incubator-tinkerpop git commit: added back in ComputerTraversalEngine, StandardTraversalEngine, and TraversalSource.Builder. All are deprecated but are functional with respects to Graph.traversal(TravesalSource.Builder). Both TinkerGraphProvider - posted by ok...@apache.org on 2016/02/11 20:45:11 UTC, 0 replies.
- [06/15] incubator-tinkerpop git commit: Added lots of JavaDoc. Lots of organization and clean up. Ready for PR. - posted by ok...@apache.org on 2016/02/11 20:45:12 UTC, 0 replies.
- [07/15] incubator-tinkerpop git commit: renamed EngineDependent to GraphComputing as there is no longer the concept of a TraversalEngine. - posted by ok...@apache.org on 2016/02/11 20:45:13 UTC, 0 replies.
- [08/15] incubator-tinkerpop git commit: updated AsciiDoc reference manual to use new TraversalSource model. Deprecated Order.valueIncr/etc. -- was a simple dangling ticket for 3.2.0. - posted by ok...@apache.org on 2016/02/11 20:45:14 UTC, 0 replies.
- [09/15] incubator-tinkerpop git commit: Just realized that numerous tests are excluded because local traversals are being verified as global in ComputerVerificationStrategy. Given that TraversalEngine no longer exists, added TraversalParent.isLocalChild( - posted by ok...@apache.org on 2016/02/11 20:45:15 UTC, 0 replies.
- [10/15] incubator-tinkerpop git commit: Just realized that numerous tests are excluded because local traversals are being verified as global in ComputerVerificationStrategy. Given that TraversalEngine no longer exists, added TraversalParent.isLocalChild( - posted by ok...@apache.org on 2016/02/11 20:45:16 UTC, 0 replies.
- [11/15] incubator-tinkerpop git commit: minor nothing - posted by ok...@apache.org on 2016/02/11 20:45:17 UTC, 0 replies.
- [12/15] incubator-tinkerpop git commit: merged master/ and fixed conflicts. - posted by ok...@apache.org on 2016/02/11 20:45:18 UTC, 0 replies.
- [13/15] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-971 - posted by ok...@apache.org on 2016/02/11 20:45:19 UTC, 0 replies.
- [14/15] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-971' - posted by ok...@apache.org on 2016/02/11 20:45:20 UTC, 0 replies.
- [15/15] incubator-tinkerpop git commit: updated CHANGELOG and upgrade.asciidoc. - posted by ok...@apache.org on 2016/02/11 20:45:21 UTC, 0 replies.
- [01/19] incubator-tinkerpop git commit: Provide more robust SimpleClient implementations. - posted by ok...@apache.org on 2016/02/11 20:46:43 UTC, 0 replies.
- [02/19] incubator-tinkerpop git commit: Added another `edge()` method in `ScriptElementFactory` that allows to set explicit edge ids. - posted by ok...@apache.org on 2016/02/11 20:46:44 UTC, 0 replies.
- [03/19] incubator-tinkerpop git commit: Revert "Added another `edge()` method in `ScriptElementFactory` that allows to set explicit edge ids." - posted by ok...@apache.org on 2016/02/11 20:46:45 UTC, 0 replies.
- [04/19] incubator-tinkerpop git commit: Added ScriptElementFactory::graph() to provide access to the local star graph. - posted by ok...@apache.org on 2016/02/11 20:46:46 UTC, 0 replies.
- [05/19] incubator-tinkerpop git commit: Marked `ScriptElementFactory` as deprecated and made the local star graph globally available for the ScriptInputFormat's user defined parse() method. - posted by ok...@apache.org on 2016/02/11 20:46:47 UTC, 0 replies.
- [06/19] incubator-tinkerpop git commit: updated CHANGELOG - posted by ok...@apache.org on 2016/02/11 20:46:48 UTC, 0 replies.
- [07/19] incubator-tinkerpop git commit: updated ScriptInputFormat section in reference docs - posted by ok...@apache.org on 2016/02/11 20:46:49 UTC, 0 replies.
- [08/19] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-916' into tp31 - posted by ok...@apache.org on 2016/02/11 20:46:50 UTC, 0 replies.
- [09/19] incubator-tinkerpop git commit: fixed typo - posted by ok...@apache.org on 2016/02/11 20:46:51 UTC, 0 replies.
- [10/19] incubator-tinkerpop git commit: reverted changes in ScriptInput parser in order to verify that backwards compatibility is preserved - posted by ok...@apache.org on 2016/02/11 20:46:52 UTC, 0 replies.
- [11/19] incubator-tinkerpop git commit: TraversalExplanation is now Serializable and registered with GryoMapper. - posted by ok...@apache.org on 2016/02/11 20:46:53 UTC, 0 replies.
- [12/19] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/11 20:46:54 UTC, 0 replies.
- [13/19] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1137' into tp31 - posted by ok...@apache.org on 2016/02/11 20:46:55 UTC, 0 replies.
- [14/19] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/11 20:46:56 UTC, 0 replies.
- [15/19] incubator-tinkerpop git commit: using Trusty virtualization environment in Travis - posted by ok...@apache.org on 2016/02/11 20:46:57 UTC, 0 replies.
- [16/19] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/11 20:46:58 UTC, 0 replies.
- [17/19] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-971' - posted by ok...@apache.org on 2016/02/11 20:46:59 UTC, 0 replies.
- [18/19] incubator-tinkerpop git commit: updated CHANGELOG and upgrade.asciidoc. - posted by ok...@apache.org on 2016/02/11 20:47:00 UTC, 0 replies.
- [19/19] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1140 - posted by ok...@apache.org on 2016/02/11 20:47:01 UTC, 0 replies.
- incubator-tinkerpop git commit: Was really dumb about SparkMessenger and GiraphMessenger. No need to insert a start step. Weird. ComputerVerificationStrategy can now recognize when edge properties are being manipulated in MapReduce. Added TraveralHelper. - posted by ok...@apache.org on 2016/02/11 22:32:38 UTC, 0 replies.
- incubator-tinkerpop git commit: there is a bug in GiraphGraphComputer when chaining jobs together. damn. I have things a bit cleaner. committing what I have for now. - posted by ok...@apache.org on 2016/02/11 22:53:05 UTC, 0 replies.
- svn commit: r1729996 - /incubator/tinkerpop/site/index.html - posted by sp...@apache.org on 2016/02/12 12:23:51 UTC, 0 replies.
- incubator-tinkerpop git commit: A note about speeding up doc generation for a single file CTR - posted by sp...@apache.org on 2016/02/12 12:41:20 UTC, 0 replies.
- incubator-tinkerpop git commit: Improved GraphSON support of java.time.* packages. - posted by sp...@apache.org on 2016/02/12 14:13:41 UTC, 0 replies.
- incubator-tinkerpop git commit: Removed superflous text from NOTICE. - posted by sp...@apache.org on 2016/02/12 15:37:25 UTC, 0 replies.
- incubator-tinkerpop git commit: Improved reusability of unique test directory creation in /target - posted by sp...@apache.org on 2016/02/12 15:42:12 UTC, 0 replies.
- incubator-tinkerpop git commit: Should not use GraphFactory to create graphs in tests. - posted by sp...@apache.org on 2016/02/12 16:43:57 UTC, 0 replies.
- incubator-tinkerpop git commit: Use synchronizedList for a script engine test that multithreads. - posted by sp...@apache.org on 2016/02/12 17:11:21 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Updates to LICENSE and NOTICE. - posted by sp...@apache.org on 2016/02/12 18:19:45 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Updates to LICENSE and NOTICE. - posted by sp...@apache.org on 2016/02/12 18:19:46 UTC, 0 replies.
- incubator-tinkerpop git commit: Update docs on LICENSE/NOTICE to mention including copies of the license. - posted by sp...@apache.org on 2016/02/12 18:27:57 UTC, 0 replies.
- incubator-tinkerpop git commit: Found a couple of bugs around job chaining in all GraphComputer implementations. Wrote a solid GraphComputerTest to ensure job chaining behaves as expected. Still a few more things to handle -- the Traversal.pageRank() tes - posted by ok...@apache.org on 2016/02/12 19:57:14 UTC, 0 replies.
- incubator-tinkerpop git commit: Added ConcurrentBindings implementation for Gremlin ScriptEngine. - posted by sp...@apache.org on 2016/02/12 20:08:34 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Improved GraphSON support of java.time.* packages. - posted by sp...@apache.org on 2016/02/12 21:06:30 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1135' into tp31 - posted by sp...@apache.org on 2016/02/12 21:06:31 UTC, 0 replies.
- incubator-tinkerpop git commit: Found a bug in TraverserMapReduce where the combiner should not just call reduce(). Only Giraph was able to expose it because it actually calls combine(). The test dataset is so small that Spark doesn't even kick it off. T - posted by ok...@apache.org on 2016/02/12 22:02:52 UTC, 0 replies.
- incubator-tinkerpop git commit: added another PageRankTest test case and made MapReduce.map() a non-default implementation so users know they have to implement that method. - posted by ok...@apache.org on 2016/02/12 23:15:27 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Improved messaging from gremlin server around timeouts. - posted by sp...@apache.org on 2016/02/12 23:51:41 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' into TINKERPOP-1138 - posted by sp...@apache.org on 2016/02/12 23:51:42 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/02/12 23:51:43 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1138' into tp31 - posted by sp...@apache.org on 2016/02/12 23:51:44 UTC, 0 replies.
- incubator-tinkerpop git commit: forgot to put back the old model after verifying something. changes nothing -- just simpler code. - posted by ok...@apache.org on 2016/02/12 23:53:00 UTC, 0 replies.
- incubator-tinkerpop git commit: Renamed the various /deps directories to /licenses CTR - posted by sp...@apache.org on 2016/02/12 23:57:52 UTC, 0 replies.
- [1/9] incubator-tinkerpop git commit: Use the existing Host iterator - posted by sp...@apache.org on 2016/02/13 00:16:13 UTC, 0 replies.
- [2/9] incubator-tinkerpop git commit: Keep the value of open counter in sync when connections fail. - posted by sp...@apache.org on 2016/02/13 00:16:14 UTC, 0 replies.
- [3/9] incubator-tinkerpop git commit: Check the value of reconnectionAttempt and create scheduled task as a 2 step process. - posted by sp...@apache.org on 2016/02/13 00:16:15 UTC, 0 replies.
- [4/9] incubator-tinkerpop git commit: Use an AtomicReference to protect the reconnect task, rather than synchronizing on it. - posted by sp...@apache.org on 2016/02/13 00:16:16 UTC, 0 replies.
- [5/9] incubator-tinkerpop git commit: Extend GremlinServerIntegrateTest::shouldFailOnDeadHost to restart and reconnect. - posted by sp...@apache.org on 2016/02/13 00:16:17 UTC, 0 replies.
- [6/9] incubator-tinkerpop git commit: Merge branch 'tp31' of https://github.com/kieransherlock/incubator-tinkerpop into TINKERPOP-1125-to-1127 - posted by sp...@apache.org on 2016/02/13 00:16:18 UTC, 0 replies.
- [7/9] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1126' of https://github.com/kieransherlock/incubator-tinkerpop into TINKERPOP-1125-to-1127 - posted by sp...@apache.org on 2016/02/13 00:16:19 UTC, 0 replies.
- [8/9] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1125-to-1127' into tp31 - posted by sp...@apache.org on 2016/02/13 00:16:20 UTC, 0 replies.
- [9/9] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/02/13 00:16:21 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Better handled commit and serialization errors in Gremlin Server. - posted by sp...@apache.org on 2016/02/13 00:42:17 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1106' into tp31 - posted by sp...@apache.org on 2016/02/13 00:42:18 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Updated changelog. - posted by sp...@apache.org on 2016/02/13 00:42:19 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Allowed for transaction management in sessions. - posted by sp...@apache.org on 2016/02/13 00:56:05 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1039' into tp31 - posted by sp...@apache.org on 2016/02/13 00:56:06 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Added ConcurrentBindings implementation for Gremlin ScriptEngine. - posted by sp...@apache.org on 2016/02/13 01:24:55 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1148' into tp31 - posted by sp...@apache.org on 2016/02/13 01:24:56 UTC, 0 replies.
- [01/37] incubator-tinkerpop git commit: Better handled commit and serialization errors in Gremlin Server. - posted by sp...@apache.org on 2016/02/13 13:30:48 UTC, 0 replies.
- [02/37] incubator-tinkerpop git commit: Use the existing Host iterator - posted by sp...@apache.org on 2016/02/13 13:30:49 UTC, 0 replies.
- [03/37] incubator-tinkerpop git commit: Keep the value of open counter in sync when connections fail. - posted by sp...@apache.org on 2016/02/13 13:30:50 UTC, 0 replies.
- [04/37] incubator-tinkerpop git commit: Check the value of reconnectionAttempt and create scheduled task as a 2 step process. - posted by sp...@apache.org on 2016/02/13 13:30:51 UTC, 0 replies.
- [05/37] incubator-tinkerpop git commit: Improved messaging from gremlin server around timeouts. - posted by sp...@apache.org on 2016/02/13 13:30:52 UTC, 0 replies.
- [06/37] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' into TINKERPOP-1138 - posted by sp...@apache.org on 2016/02/13 13:30:53 UTC, 0 replies.
- [07/37] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/02/13 13:30:54 UTC, 0 replies.
- [08/37] incubator-tinkerpop git commit: Use an AtomicReference to protect the reconnect task, rather than synchronizing on it. - posted by sp...@apache.org on 2016/02/13 13:30:55 UTC, 0 replies.
- [09/37] incubator-tinkerpop git commit: Extend GremlinServerIntegrateTest::shouldFailOnDeadHost to restart and reconnect. - posted by sp...@apache.org on 2016/02/13 13:30:56 UTC, 0 replies.
- [10/37] incubator-tinkerpop git commit: Merge branch 'tp31' of https://github.com/kieransherlock/incubator-tinkerpop into TINKERPOP-1125-to-1127 - posted by sp...@apache.org on 2016/02/13 13:30:57 UTC, 0 replies.
- [11/37] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1126' of https://github.com/kieransherlock/incubator-tinkerpop into TINKERPOP-1125-to-1127 - posted by sp...@apache.org on 2016/02/13 13:30:58 UTC, 0 replies.
- [12/37] incubator-tinkerpop git commit: Use GraphProvider.clear() to auto-clear graphs created in tests - posted by sp...@apache.org on 2016/02/13 13:30:59 UTC, 0 replies.
- [13/37] incubator-tinkerpop git commit: Made the email templates for votes a little more clear in dev docs. - posted by sp...@apache.org on 2016/02/13 13:31:00 UTC, 0 replies.
- [14/37] incubator-tinkerpop git commit: Add GPG keys to email template for release vote. - posted by sp...@apache.org on 2016/02/13 13:31:01 UTC, 0 replies.
- [15/37] incubator-tinkerpop git commit: Added the "result summary" to the email template for release vote. - posted by sp...@apache.org on 2016/02/13 13:31:02 UTC, 0 replies.
- [16/37] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1146' into tp31 - posted by sp...@apache.org on 2016/02/13 13:31:03 UTC, 0 replies.
- [17/37] incubator-tinkerpop git commit: Allowed for transaction management in sessions. - posted by sp...@apache.org on 2016/02/13 13:31:04 UTC, 0 replies.
- [18/37] incubator-tinkerpop git commit: A note about speeding up doc generation for a single file CTR - posted by sp...@apache.org on 2016/02/13 13:31:05 UTC, 0 replies.
- [19/37] incubator-tinkerpop git commit: Improved GraphSON support of java.time.* packages. - posted by sp...@apache.org on 2016/02/13 13:31:06 UTC, 0 replies.
- [20/37] incubator-tinkerpop git commit: Removed superflous text from NOTICE. - posted by sp...@apache.org on 2016/02/13 13:31:07 UTC, 0 replies.
- [21/37] incubator-tinkerpop git commit: Improved reusability of unique test directory creation in /target - posted by sp...@apache.org on 2016/02/13 13:31:08 UTC, 0 replies.
- [22/37] incubator-tinkerpop git commit: Should not use GraphFactory to create graphs in tests. - posted by sp...@apache.org on 2016/02/13 13:31:09 UTC, 0 replies.
- [23/37] incubator-tinkerpop git commit: Use synchronizedList for a script engine test that multithreads. - posted by sp...@apache.org on 2016/02/13 13:31:10 UTC, 0 replies.
- [24/37] incubator-tinkerpop git commit: Updates to LICENSE and NOTICE. - posted by sp...@apache.org on 2016/02/13 13:31:11 UTC, 0 replies.
- [25/37] incubator-tinkerpop git commit: Updates to LICENSE and NOTICE. - posted by sp...@apache.org on 2016/02/13 13:31:12 UTC, 0 replies.
- [26/37] incubator-tinkerpop git commit: Update docs on LICENSE/NOTICE to mention including copies of the license. - posted by sp...@apache.org on 2016/02/13 13:31:13 UTC, 0 replies.
- [27/37] incubator-tinkerpop git commit: Added ConcurrentBindings implementation for Gremlin ScriptEngine. - posted by sp...@apache.org on 2016/02/13 13:31:14 UTC, 0 replies.
- [28/37] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1135' into tp31 - posted by sp...@apache.org on 2016/02/13 13:31:15 UTC, 0 replies.
- [29/37] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1138' into tp31 - posted by sp...@apache.org on 2016/02/13 13:31:16 UTC, 0 replies.
- [30/37] incubator-tinkerpop git commit: Renamed the various /deps directories to /licenses CTR - posted by sp...@apache.org on 2016/02/13 13:31:17 UTC, 0 replies.
- [31/37] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1125-to-1127' into tp31 - posted by sp...@apache.org on 2016/02/13 13:31:18 UTC, 0 replies.
- [32/37] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/02/13 13:31:19 UTC, 0 replies.
- [33/37] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1106' into tp31 - posted by sp...@apache.org on 2016/02/13 13:31:20 UTC, 0 replies.
- [34/37] incubator-tinkerpop git commit: Updated changelog. - posted by sp...@apache.org on 2016/02/13 13:31:21 UTC, 0 replies.
- [35/37] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1039' into tp31 - posted by sp...@apache.org on 2016/02/13 13:31:22 UTC, 0 replies.
- [36/37] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1148' into tp31 - posted by sp...@apache.org on 2016/02/13 13:31:23 UTC, 0 replies.
- [37/37] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/02/13 13:31:24 UTC, 0 replies.
- incubator-tinkerpop git commit: Added a github gremlin - posted by sp...@apache.org on 2016/02/13 16:15:13 UTC, 0 replies.
- incubator-tinkerpop git commit: Cleaned up github gremlin a little bit. - posted by sp...@apache.org on 2016/02/13 16:23:33 UTC, 0 replies.
- [01/17] incubator-tinkerpop git commit: TraversalVertexProgramStep created. It works. Sorta --- need to get ComputerVerificationStrategy more aware. 95 percent of tests pass -- the ones that fail have to do with deep nested traverasls and ComputerVerific - posted by ok...@apache.org on 2016/02/13 16:34:55 UTC, 0 replies.
- [02/17] incubator-tinkerpop git commit: Have TraversalVertexProgramStep working fully. I had to Ignore tests in ExplainTest and ProfileTest as OLTP and OLAP now no longer compile to the same representation. This is both good and bad. Its good because tha - posted by ok...@apache.org on 2016/02/13 16:34:56 UTC, 0 replies.
- [03/17] incubator-tinkerpop git commit: fixed a bug around Serialization of GraphComputer. Integration tests now pass. Cool. - posted by ok...@apache.org on 2016/02/13 16:34:57 UTC, 0 replies.
- [04/17] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-971' into TINKERPOP-1140 - posted by ok...@apache.org on 2016/02/13 16:34:58 UTC, 0 replies.
- [05/17] incubator-tinkerpop git commit: okay. TraversalVertexProgramStep is just like any other step. Nothing 'special'. Its a TraversalParent with one global child -- the traversal to be executed on the GraphComputer. I got rid of TraversalSideEffects.o - posted by ok...@apache.org on 2016/02/13 16:34:59 UTC, 0 replies.
- [06/17] incubator-tinkerpop git commit: Stubbed PageRankVertexProgramStep. Cleaned up and optimized a few tid bits here and there. Its going to get nasty tomorrow. - posted by ok...@apache.org on 2016/02/13 16:35:00 UTC, 0 replies.
- [07/17] incubator-tinkerpop git commit: Okay. Here is is. g.V().pageRank().order.by(pageRank).name.limit(10). We know support chained OLAP jobs within a single Traversal. This is an amazing piece of code. There is still lots more to do, but the basic fra - posted by ok...@apache.org on 2016/02/13 16:35:01 UTC, 0 replies.
- [08/17] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1140 - posted by ok...@apache.org on 2016/02/13 16:35:02 UTC, 0 replies.
- [09/17] incubator-tinkerpop git commit: Was really dumb about SparkMessenger and GiraphMessenger. No need to insert a start step. Weird. ComputerVerificationStrategy can now recognize when edge properties are being manipulated in MapReduce. Added Travera - posted by ok...@apache.org on 2016/02/13 16:35:03 UTC, 0 replies.
- [10/17] incubator-tinkerpop git commit: there is a bug in GiraphGraphComputer when chaining jobs together. damn. I have things a bit cleaner. committing what I have for now. - posted by ok...@apache.org on 2016/02/13 16:35:04 UTC, 0 replies.
- [11/17] incubator-tinkerpop git commit: Found a couple of bugs around job chaining in all GraphComputer implementations. Wrote a solid GraphComputerTest to ensure job chaining behaves as expected. Still a few more things to handle -- the Traversal.pageRa - posted by ok...@apache.org on 2016/02/13 16:35:05 UTC, 0 replies.
- [12/17] incubator-tinkerpop git commit: Found a bug in TraverserMapReduce where the combiner should not just call reduce(). Only Giraph was able to expose it because it actually calls combine(). The test dataset is so small that Spark doesn't even kick i - posted by ok...@apache.org on 2016/02/13 16:35:06 UTC, 0 replies.
- [13/17] incubator-tinkerpop git commit: added another PageRankTest test case and made MapReduce.map() a non-default implementation so users know they have to implement that method. - posted by ok...@apache.org on 2016/02/13 16:35:07 UTC, 0 replies.
- [14/17] incubator-tinkerpop git commit: minor nothing. - posted by ok...@apache.org on 2016/02/13 16:35:08 UTC, 0 replies.
- [15/17] incubator-tinkerpop git commit: forgot to put back the old model after verifying something. changes nothing -- just simpler code. - posted by ok...@apache.org on 2016/02/13 16:35:09 UTC, 0 replies.
- [16/17] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1140' - posted by ok...@apache.org on 2016/02/13 16:35:10 UTC, 0 replies.
- [17/17] incubator-tinkerpop git commit: updated CHANGELOG and upgrade docs. - posted by ok...@apache.org on 2016/02/13 16:35:11 UTC, 0 replies.
- svn commit: r1730249 - in /incubator/tinkerpop/site: images/gremlin-github.png index.html - posted by sp...@apache.org on 2016/02/13 16:41:31 UTC, 0 replies.
- incubator-tinkerpop git commit: Added "Apache Gremlin" - posted by sp...@apache.org on 2016/02/13 17:22:23 UTC, 0 replies.
- incubator-tinkerpop git commit: Cleaned up the "apache gremlin" a little bit. - posted by sp...@apache.org on 2016/02/13 17:25:42 UTC, 0 replies.
- incubator-tinkerpop git commit: Still cleaning up apache gremlin. - posted by sp...@apache.org on 2016/02/13 17:28:41 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: update pom.xml dependencies to work with databases created by Neo4j 2.3.0 - 2.3.2 - posted by ok...@apache.org on 2016/02/15 14:35:48 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Merge pull request #1 from leemit/tp31.fix-for-neo4j-2.3.2 - posted by ok...@apache.org on 2016/02/15 14:35:49 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Merge branch 'tp31' of https://github.com/leemit/incubator-tinkerpop into tp31 - posted by ok...@apache.org on 2016/02/15 14:35:50 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Added exclusions required for GremlinServer and Neo4j integration testing. - posted by ok...@apache.org on 2016/02/15 14:35:51 UTC, 0 replies.
- [01/10] incubator-tinkerpop git commit: update pom.xml dependencies to work with databases created by Neo4j 2.3.0 - 2.3.2 - posted by ok...@apache.org on 2016/02/15 14:36:06 UTC, 0 replies.
- [02/10] incubator-tinkerpop git commit: Merge pull request #1 from leemit/tp31.fix-for-neo4j-2.3.2 - posted by ok...@apache.org on 2016/02/15 14:36:07 UTC, 1 replies.
- [03/10] incubator-tinkerpop git commit: Added a github gremlin - posted by ok...@apache.org on 2016/02/15 14:36:08 UTC, 0 replies.
- [04/10] incubator-tinkerpop git commit: Cleaned up github gremlin a little bit. - posted by ok...@apache.org on 2016/02/15 14:36:09 UTC, 0 replies.
- [05/10] incubator-tinkerpop git commit: Added "Apache Gremlin" - posted by ok...@apache.org on 2016/02/15 14:36:10 UTC, 0 replies.
- [06/10] incubator-tinkerpop git commit: Cleaned up the "apache gremlin" a little bit. - posted by ok...@apache.org on 2016/02/15 14:36:11 UTC, 0 replies.
- [07/10] incubator-tinkerpop git commit: Still cleaning up apache gremlin. - posted by ok...@apache.org on 2016/02/15 14:36:12 UTC, 0 replies.
- [08/10] incubator-tinkerpop git commit: Merge branch 'tp31' of https://github.com/leemit/incubator-tinkerpop into tp31 - posted by ok...@apache.org on 2016/02/15 14:36:13 UTC, 0 replies.
- [09/10] incubator-tinkerpop git commit: Added exclusions required for GremlinServer and Neo4j integration testing. - posted by ok...@apache.org on 2016/02/15 14:36:14 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Added ScriptTraversal which contains a String script and reference to a traversal source and script engine. This greatly simplifies serializing traversals and will enable us to just talk always in terms of Traversal - posted by ok...@apache.org on 2016/02/15 16:30:52 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Added ScriptTraversal which contains a String script and reference to a traversal source and script engine. This greatly simplifies serializing traversals and will enable us to just talk always in terms of Traversal - posted by ok...@apache.org on 2016/02/15 16:30:53 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Added ScriptTraversal which contains a String script and reference to a traversal source and script engine. This greatly simplifies serializing traversals and will enable us to just talk always in terms of Traversal - posted by ok...@apache.org on 2016/02/15 16:30:54 UTC, 0 replies.
- incubator-tinkerpop git commit: revived a deprecated method for backwards compatibility. - posted by ok...@apache.org on 2016/02/15 16:31:52 UTC, 0 replies.
- incubator-tinkerpop git commit: Added ByModulating interface which has numerous modulateBy() overloads. Interestingly, all the default call the respective Traversal-form. This makes it much easier for steps to reason about incoming traversals from by()-m - posted by ok...@apache.org on 2016/02/15 19:25:11 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed TINKERPOP-1105. DetachedVertexProperties were being serialized as DetachedProperty by GryoSerializers. - posted by ok...@apache.org on 2016/02/15 20:30:02 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed a bug where DetachedVertexProperties lose transient reference to their Vertex and thus, can't be attached. Without rewriting the serialization format for DetachedVertexProperty, a simple 'don't try and attach' in OLA - posted by ok...@apache.org on 2016/02/15 20:34:11 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Fixed a bug where DetachedVertexProperties lose transient reference to their Vertex and thus, can't be attached. Without rewriting the serialization format for DetachedVertexProperty, a simple 'don't try and attach' - posted by ok...@apache.org on 2016/02/15 20:47:46 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: merged TINKERPOP-1105 fix. - posted by ok...@apache.org on 2016/02/15 20:47:47 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Fixed a bug where DetachedVertexProperties lose transient reference to their Vertex and thus, can't be attached. Without rewriting the serialization format for DetachedVertexProperty, a simple 'don't try and attach' - posted by ok...@apache.org on 2016/02/15 20:48:13 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: merged TINKERPOP-1105 fix. - posted by ok...@apache.org on 2016/02/15 20:48:14 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1154 - posted by ok...@apache.org on 2016/02/15 20:48:15 UTC, 0 replies.
- svn commit: r12402 - /release/incubator/tinkerpop/3.1.1-incubating/ - posted by sp...@apache.org on 2016/02/15 20:56:00 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Minor tweak to artifact deployment in release docs. - posted by sp...@apache.org on 2016/02/15 22:25:24 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: More fixes for in-session binding concurrency. - posted by sp...@apache.org on 2016/02/15 22:25:25 UTC, 0 replies.
- svn commit: r1730675 - /incubator/tinkerpop/site/index.html - posted by sp...@apache.org on 2016/02/16 13:33:12 UTC, 0 replies.
- svn commit: r12409 - /release/incubator/tinkerpop/3.1.0-incubating/ - posted by sp...@apache.org on 2016/02/16 13:43:45 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Update release docs. - posted by sp...@apache.org on 2016/02/16 13:46:30 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Minor tweak to artifact deployment in release docs. - posted by sp...@apache.org on 2016/02/16 13:46:31 UTC, 0 replies.
- incubator-tinkerpop git commit: Added Apache Gremlin to contributing docs. - posted by sp...@apache.org on 2016/02/16 14:28:42 UTC, 0 replies.
- incubator-tinkerpop git commit: Simplified the configuration internals of TraversalVertexProgram, PageRankVertexProgram, and PeerPressureVertexProgram. Stubbed the ability to allow these vertex programs determine which source vertices to use for their co - posted by ok...@apache.org on 2016/02/16 17:31:33 UTC, 0 replies.
- incubator-tinkerpop git commit: added ColumnTraversal for Order-based column selection. Added more test cases to LambdaRestrictionStrategyTest. Split the test suite into 'allowed' and 'not allowed' traversals so its easier to test the scope of what is co - posted by ok...@apache.org on 2016/02/16 17:43:03 UTC, 0 replies.
- incubator-tinkerpop git commit: TINKERPOP-1159 Prevented multiple close requests on call to Client.close() - posted by sp...@apache.org on 2016/02/16 18:14:09 UTC, 0 replies.
- [01/10] incubator-tinkerpop git commit: update pom.xml dependencies to work with databases created by Neo4j 2.3.0 - 2.3.2 [Forced Update!] - posted by sp...@apache.org on 2016/02/16 18:17:38 UTC, 0 replies.
- [03/10] incubator-tinkerpop git commit: Merge branch 'tp31' of https://github.com/leemit/incubator-tinkerpop into tp31 - posted by sp...@apache.org on 2016/02/16 18:17:40 UTC, 0 replies.
- [04/10] incubator-tinkerpop git commit: Added exclusions required for GremlinServer and Neo4j integration testing. - posted by sp...@apache.org on 2016/02/16 18:17:41 UTC, 0 replies.
- [05/10] incubator-tinkerpop git commit: Fixed a bug where DetachedVertexProperties lose transient reference to their Vertex and thus, can't be attached. Without rewriting the serialization format for DetachedVertexProperty, a simple 'don't try and attach - posted by sp...@apache.org on 2016/02/16 18:17:42 UTC, 0 replies.
- [06/10] incubator-tinkerpop git commit: Update release docs. - posted by sp...@apache.org on 2016/02/16 18:17:43 UTC, 0 replies.
- [07/10] incubator-tinkerpop git commit: Minor tweak to artifact deployment in release docs. - posted by sp...@apache.org on 2016/02/16 18:17:44 UTC, 0 replies.
- [08/10] incubator-tinkerpop git commit: Added Apache Gremlin to contributing docs. - posted by sp...@apache.org on 2016/02/16 18:17:45 UTC, 0 replies.
- [09/10] incubator-tinkerpop git commit: TINKERPOP-1159 Prevented multiple close requests on call to Client.close() - posted by sp...@apache.org on 2016/02/16 18:17:46 UTC, 0 replies.
- [10/10] incubator-tinkerpop git commit: More fixes for in-session binding concurrency. - posted by sp...@apache.org on 2016/02/16 18:17:47 UTC, 0 replies.
- incubator-tinkerpop git commit: little more work. saving what I have for a big push next. - posted by ok...@apache.org on 2016/02/16 19:56:45 UTC, 0 replies.
- incubator-tinkerpop git commit: Properly handle session bindings to avoid concurrency errors. - posted by sp...@apache.org on 2016/02/16 22:09:13 UTC, 0 replies.
- incubator-tinkerpop git commit: Through hell and back. You can now go TraversalVertexProgram->PageRankVertexProgramStep->TraversalVertexPrograph->OLTP. I had to create the concept of 'reving and old view.' VertexProgramStrategy is much more flexible. Sti - posted by ok...@apache.org on 2016/02/16 23:15:57 UTC, 0 replies.
- incubator-tinkerpop git commit: added GraphComputerTest.shouldSupportPreExistingComputeKeys(). This is necessary when job chaining and HALTED_TRAVERSERS are later required by another TraversalVertexProgram. - posted by ok...@apache.org on 2016/02/17 00:17:19 UTC, 0 replies.
- incubator-tinkerpop git commit: TraversalVertexProgram now uses the GraphStep instead of reasoning on its internal state. This simplifies the code and stages us for mid-traversal V()/E(). Added a new GraphTest. Fixed an old problem with TraversalVertexPr - posted by ok...@apache.org on 2016/02/17 04:45:25 UTC, 0 replies.
- incubator-tinkerpop git commit: Added a TIP about returning empty list instead of null in gremlin console tutorial. - posted by sp...@apache.org on 2016/02/17 13:24:50 UTC, 0 replies.
- incubator-tinkerpop git commit: GraphTraversalSource, for all its withXXX-methods, simply calls TraversalSource.super.withXXX. Now that we have TraversalSource.getStrategies(), its super easy. - posted by ok...@apache.org on 2016/02/17 13:43:45 UTC, 0 replies.
- incubator-tinkerpop git commit: Uncommented some tests there disabled by accident. - posted by sp...@apache.org on 2016/02/17 15:00:56 UTC, 0 replies.
- incubator-tinkerpop git commit: Created VertexProgramStep which is abstract and provides processNextStarts() functionality to TraversalVertexProgramStep and PageRankVertexProgramStep. Moved the PureTraversal model into the VertexProgramSteps. Added Times - posted by ok...@apache.org on 2016/02/17 17:01:56 UTC, 0 replies.
- incubator-tinkerpop git commit: VertexProgramStrategy is now smart about GraphStep.PageRank. It will just propagate the GraphStep forward to reduce the number of OLAP jobs required. Added VertexProgramStrategyTest which verifies the compilation of a OLAP - posted by ok...@apache.org on 2016/02/17 18:04:30 UTC, 0 replies.
- incubator-tinkerpop git commit: Added PeerPressureVertexProgramStep and GraphTraversal.peerPressure(). Added GraphTraversal.pageRank(alpha). Ensured that VertexComputing steps are NOT used in StandardTraversal. - posted by ok...@apache.org on 2016/02/17 19:04:36 UTC, 0 replies.
- incubator-tinkerpop git commit: dah. forgot to push the update to this test. - posted by ok...@apache.org on 2016/02/17 19:23:26 UTC, 0 replies.
- incubator-tinkerpop git commit: added pageRank() and peerPressure() steps to docs. Also updated the GraphComputer docs with more information about using the VertexPrograms from Traversal. Oh, and updated the PageRank Java code in the docs as its now a bi - posted by ok...@apache.org on 2016/02/17 21:33:49 UTC, 0 replies.
- incubator-tinkerpop git commit: forgot to register the PeerPressureTests to not use ToyInputRDD in SparkHadoopGraphProvider as they require compute chains. - posted by ok...@apache.org on 2016/02/17 23:33:25 UTC, 0 replies.
- incubator-tinkerpop git commit: backpropagated VertexComputing step labels for a robust as().select().path()-experience when working with OLAP VertexProgramSteps. Added a test case to PageRankTest that verifies all is golden. - posted by ok...@apache.org on 2016/02/18 00:46:56 UTC, 0 replies.
- incubator-tinkerpop git commit: Allow ScriptEngine to accept scripts in interpreter mode. - posted by sp...@apache.org on 2016/02/18 16:49:53 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: More fixes for in-session binding concurrency. - posted by sp...@apache.org on 2016/02/18 17:29:08 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Properly handle session bindings to avoid concurrency errors. - posted by sp...@apache.org on 2016/02/18 17:29:09 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1148' into tp31 - posted by sp...@apache.org on 2016/02/18 17:29:10 UTC, 0 replies.
- incubator-tinkerpop git commit: added the most complex OLAP job I could think of. PeerPressure->PageRank->TraversalVertexProgram->OLTP. This was added to PeerPressureTest and GroovyPeerPressureTest. This test exposed 2 bugs. One in PeerPressureVertexProg - posted by ok...@apache.org on 2016/02/18 17:48:43 UTC, 0 replies.
- incubator-tinkerpop git commit: added the concept of initialRank to PageRankVertexProgram. The initialRank of a vertex is determined by a Traversal. What is sweet, in the context of multi-OLAP traversals --- g.V().has('name', 'marko').pageR - posted by ok...@apache.org on 2016/02/18 19:44:09 UTC, 0 replies.
- incubator-tinkerpop git commit: random nothings. found a clone issue. - posted by ok...@apache.org on 2016/02/18 22:26:12 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/18 23:55:05 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/18 23:55:06 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/18 23:55:07 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/18 23:55:08 UTC, 0 replies.
- [5/5] incubator-tinkerpop git commit: deactivate Spark plugin for implementations-neo4j.asciidoc and Neo4j plugin for implementations-hadoop.asciidoc - posted by dk...@apache.org on 2016/02/18 23:55:09 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed a broken test from a previous commit. - posted by sp...@apache.org on 2016/02/19 13:22:20 UTC, 0 replies.
- incubator-tinkerpop git commit: Added some more asserts around variable scoping with interpreter mode. - posted by sp...@apache.org on 2016/02/19 16:06:38 UTC, 0 replies.
- incubator-tinkerpop git commit: ignore pagerank test. - posted by ok...@apache.org on 2016/02/19 16:18:45 UTC, 0 replies.
- incubator-tinkerpop git commit: added spaces to BulkLoaderVertexProgram.toString() and fixed a thread/clone bug in PageRankVertexProgram. Because of initialRankTraversal, PagerankVerteXProgram is no longer a StaticVertexProgram and thus, must be properly - posted by ok...@apache.org on 2016/02/19 17:06:40 UTC, 0 replies.
- incubator-tinkerpop git commit: updated CHANGELOG and upgrade docs. - posted by ok...@apache.org on 2016/02/19 17:26:03 UTC, 0 replies.
- [01/27] incubator-tinkerpop git commit: Added ScriptTraversal which contains a String script and reference to a traversal source and script engine. This greatly simplifies serializing traversals and will enable us to just talk always in terms of Traversa - posted by ok...@apache.org on 2016/02/19 17:26:32 UTC, 0 replies.
- [02/27] incubator-tinkerpop git commit: Added ScriptTraversal which contains a String script and reference to a traversal source and script engine. This greatly simplifies serializing traversals and will enable us to just talk always in terms of Traversa - posted by ok...@apache.org on 2016/02/19 17:26:33 UTC, 0 replies.
- [03/27] incubator-tinkerpop git commit: Added ScriptTraversal which contains a String script and reference to a traversal source and script engine. This greatly simplifies serializing traversals and will enable us to just talk always in terms of Traversa - posted by ok...@apache.org on 2016/02/19 17:26:34 UTC, 0 replies.
- [04/27] incubator-tinkerpop git commit: revived a deprecated method for backwards compatibility. - posted by ok...@apache.org on 2016/02/19 17:26:35 UTC, 0 replies.
- [05/27] incubator-tinkerpop git commit: Added ByModulating interface which has numerous modulateBy() overloads. Interestingly, all the default call the respective Traversal-form. This makes it much easier for steps to reason about incoming traversals fro - posted by ok...@apache.org on 2016/02/19 17:26:36 UTC, 0 replies.
- [06/27] incubator-tinkerpop git commit: Fixed TINKERPOP-1105. DetachedVertexProperties were being serialized as DetachedProperty by GryoSerializers. - posted by ok...@apache.org on 2016/02/19 17:26:37 UTC, 0 replies.
- [07/27] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1154 - posted by ok...@apache.org on 2016/02/19 17:26:38 UTC, 0 replies.
- [08/27] incubator-tinkerpop git commit: Simplified the configuration internals of TraversalVertexProgram, PageRankVertexProgram, and PeerPressureVertexProgram. Stubbed the ability to allow these vertex programs determine which source vertices to use for - posted by ok...@apache.org on 2016/02/19 17:26:39 UTC, 0 replies.
- [09/27] incubator-tinkerpop git commit: added ColumnTraversal for Order-based column selection. Added more test cases to LambdaRestrictionStrategyTest. Split the test suite into 'allowed' and 'not allowed' traversals so its easier to test the scope of wh - posted by ok...@apache.org on 2016/02/19 17:26:40 UTC, 0 replies.
- [10/27] incubator-tinkerpop git commit: little more work. saving what I have for a big push next. - posted by ok...@apache.org on 2016/02/19 17:26:41 UTC, 0 replies.
- [11/27] incubator-tinkerpop git commit: Through hell and back. You can now go TraversalVertexProgram->PageRankVertexProgramStep->TraversalVertexPrograph->OLTP. I had to create the concept of 'reving and old view.' VertexProgramStrategy is much more flexi - posted by ok...@apache.org on 2016/02/19 17:26:42 UTC, 0 replies.
- [12/27] incubator-tinkerpop git commit: added GraphComputerTest.shouldSupportPreExistingComputeKeys(). This is necessary when job chaining and HALTED_TRAVERSERS are later required by another TraversalVertexProgram. - posted by ok...@apache.org on 2016/02/19 17:26:43 UTC, 0 replies.
- [13/27] incubator-tinkerpop git commit: TraversalVertexProgram now uses the GraphStep instead of reasoning on its internal state. This simplifies the code and stages us for mid-traversal V()/E(). Added a new GraphTest. Fixed an old problem with Traversal - posted by ok...@apache.org on 2016/02/19 17:26:44 UTC, 0 replies.
- [14/27] incubator-tinkerpop git commit: GraphTraversalSource, for all its withXXX-methods, simply calls TraversalSource.super.withXXX. Now that we have TraversalSource.getStrategies(), its super easy. - posted by ok...@apache.org on 2016/02/19 17:26:45 UTC, 0 replies.
- [15/27] incubator-tinkerpop git commit: Created VertexProgramStep which is abstract and provides processNextStarts() functionality to TraversalVertexProgramStep and PageRankVertexProgramStep. Moved the PureTraversal model into the VertexProgramSteps. Add - posted by ok...@apache.org on 2016/02/19 17:26:46 UTC, 0 replies.
- [16/27] incubator-tinkerpop git commit: VertexProgramStrategy is now smart about GraphStep.PageRank. It will just propagate the GraphStep forward to reduce the number of OLAP jobs required. Added VertexProgramStrategyTest which verifies the compilation o - posted by ok...@apache.org on 2016/02/19 17:26:47 UTC, 0 replies.
- [17/27] incubator-tinkerpop git commit: Added PeerPressureVertexProgramStep and GraphTraversal.peerPressure(). Added GraphTraversal.pageRank(alpha). Ensured that VertexComputing steps are NOT used in StandardTraversal. - posted by ok...@apache.org on 2016/02/19 17:26:48 UTC, 0 replies.
- [18/27] incubator-tinkerpop git commit: dah. forgot to push the update to this test. - posted by ok...@apache.org on 2016/02/19 17:26:49 UTC, 0 replies.
- [19/27] incubator-tinkerpop git commit: added pageRank() and peerPressure() steps to docs. Also updated the GraphComputer docs with more information about using the VertexPrograms from Traversal. Oh, and updated the PageRank Java code in the docs as its - posted by ok...@apache.org on 2016/02/19 17:26:50 UTC, 0 replies.
- [20/27] incubator-tinkerpop git commit: forgot to register the PeerPressureTests to not use ToyInputRDD in SparkHadoopGraphProvider as they require compute chains. - posted by ok...@apache.org on 2016/02/19 17:26:51 UTC, 0 replies.
- [21/27] incubator-tinkerpop git commit: backpropagated VertexComputing step labels for a robust as().select().path()-experience when working with OLAP VertexProgramSteps. Added a test case to PageRankTest that verifies all is golden. - posted by ok...@apache.org on 2016/02/19 17:26:52 UTC, 0 replies.
- [22/27] incubator-tinkerpop git commit: added the most complex OLAP job I could think of. PeerPressure->PageRank->TraversalVertexProgram->OLTP. This was added to PeerPressureTest and GroovyPeerPressureTest. This test exposed 2 bugs. One in PeerPressureVe - posted by ok...@apache.org on 2016/02/19 17:26:53 UTC, 0 replies.
- [23/27] incubator-tinkerpop git commit: added the concept of initialRank to PageRankVertexProgram. The initialRank of a vertex is determined by a Traversal. What is sweet, in the context of multi-OLAP traversals --- g.V().has('name', 'marko - posted by ok...@apache.org on 2016/02/19 17:26:54 UTC, 0 replies.
- [24/27] incubator-tinkerpop git commit: random nothings. found a clone issue. - posted by ok...@apache.org on 2016/02/19 17:26:55 UTC, 0 replies.
- [25/27] incubator-tinkerpop git commit: ignore pagerank test. - posted by ok...@apache.org on 2016/02/19 17:26:56 UTC, 0 replies.
- [26/27] incubator-tinkerpop git commit: added spaces to BulkLoaderVertexProgram.toString() and fixed a thread/clone bug in PageRankVertexProgram. Because of initialRankTraversal, PagerankVerteXProgram is no longer a StaticVertexProgram and thus, must be - posted by ok...@apache.org on 2016/02/19 17:26:57 UTC, 0 replies.
- [27/27] incubator-tinkerpop git commit: updated CHANGELOG and upgrade docs. - posted by ok...@apache.org on 2016/02/19 17:26:58 UTC, 0 replies.
- incubator-tinkerpop git commit: splitted implementations-neo4j.asciidoc further into implementations-intro.asciidoc, implementations-tinkergraph.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/19 17:54:54 UTC, 0 replies.
- incubator-tinkerpop git commit: minor parser fix - posted by dk...@apache.org on 2016/02/19 18:26:38 UTC, 0 replies.
- incubator-tinkerpop git commit: found a minor bug in how GraphStep is propagated when there is more than one VertexProgramStep in a chain. The 'bug' just yields a suboptimal compilation. CTR. - posted by ok...@apache.org on 2016/02/19 18:47:50 UTC, 0 replies.
- [1/8] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/19 19:38:44 UTC, 0 replies.
- [2/8] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/19 19:38:45 UTC, 0 replies.
- [3/8] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/19 19:38:46 UTC, 0 replies.
- [4/8] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/19 19:38:47 UTC, 0 replies.
- [5/8] incubator-tinkerpop git commit: deactivate Spark plugin for implementations-neo4j.asciidoc and Neo4j plugin for implementations-hadoop.asciidoc - posted by dk...@apache.org on 2016/02/19 19:38:48 UTC, 0 replies.
- [6/8] incubator-tinkerpop git commit: splitted implementations-neo4j.asciidoc further into implementations-intro.asciidoc, implementations-tinkergraph.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/19 19:38:49 UTC, 0 replies.
- [7/8] incubator-tinkerpop git commit: minor parser fix - posted by dk...@apache.org on 2016/02/19 19:38:50 UTC, 0 replies.
- [8/8] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1168' into tp31 - posted by dk...@apache.org on 2016/02/19 19:38:51 UTC, 0 replies.
- [01/19] incubator-tinkerpop git commit: Update release docs. - posted by dk...@apache.org on 2016/02/19 21:40:55 UTC, 0 replies.
- [02/19] incubator-tinkerpop git commit: Minor tweak to artifact deployment in release docs. - posted by dk...@apache.org on 2016/02/19 21:40:56 UTC, 0 replies.
- [03/19] incubator-tinkerpop git commit: Added Apache Gremlin to contributing docs. - posted by dk...@apache.org on 2016/02/19 21:40:57 UTC, 0 replies.
- [04/19] incubator-tinkerpop git commit: TINKERPOP-1159 Prevented multiple close requests on call to Client.close() - posted by dk...@apache.org on 2016/02/19 21:40:58 UTC, 0 replies.
- [05/19] incubator-tinkerpop git commit: More fixes for in-session binding concurrency. - posted by dk...@apache.org on 2016/02/19 21:40:59 UTC, 0 replies.
- [06/19] incubator-tinkerpop git commit: Properly handle session bindings to avoid concurrency errors. - posted by dk...@apache.org on 2016/02/19 21:41:00 UTC, 0 replies.
- [07/19] incubator-tinkerpop git commit: Added a TIP about returning empty list instead of null in gremlin console tutorial. - posted by dk...@apache.org on 2016/02/19 21:41:01 UTC, 0 replies.
- [08/19] incubator-tinkerpop git commit: Uncommented some tests there disabled by accident. - posted by dk...@apache.org on 2016/02/19 21:41:02 UTC, 0 replies.
- [09/19] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1148' into tp31 - posted by dk...@apache.org on 2016/02/19 21:41:03 UTC, 0 replies.
- [10/19] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/19 21:41:04 UTC, 0 replies.
- [11/19] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/19 21:41:05 UTC, 0 replies.
- [12/19] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/19 21:41:06 UTC, 0 replies.
- [13/19] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/19 21:41:07 UTC, 0 replies.
- [14/19] incubator-tinkerpop git commit: deactivate Spark plugin for implementations-neo4j.asciidoc and Neo4j plugin for implementations-hadoop.asciidoc - posted by dk...@apache.org on 2016/02/19 21:41:08 UTC, 0 replies.
- [15/19] incubator-tinkerpop git commit: Fixed a broken test from a previous commit. - posted by dk...@apache.org on 2016/02/19 21:41:09 UTC, 0 replies.
- [16/19] incubator-tinkerpop git commit: splitted implementations-neo4j.asciidoc further into implementations-intro.asciidoc, implementations-tinkergraph.asciidoc and implementations-neo4j.asciidoc - posted by dk...@apache.org on 2016/02/19 21:41:10 UTC, 0 replies.
- [17/19] incubator-tinkerpop git commit: minor parser fix - posted by dk...@apache.org on 2016/02/19 21:41:11 UTC, 0 replies.
- [18/19] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1168' into tp31 - posted by dk...@apache.org on 2016/02/19 21:41:12 UTC, 0 replies.
- [19/19] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by dk...@apache.org on 2016/02/19 21:41:13 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Migrated over to the proposed Memory model of using registered BinaryOperator reducers. It was really easy to change so thats good. All test cases pass for TinkerGraphComputer, one fails in SparkGraphComputer, and I - posted by ok...@apache.org on 2016/02/19 23:49:01 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Migrated over to the proposed Memory model of using registered BinaryOperator reducers. It was really easy to change so thats good. All test cases pass for TinkerGraphComputer, one fails in SparkGraphComputer, and I - posted by ok...@apache.org on 2016/02/19 23:49:02 UTC, 0 replies.
- incubator-tinkerpop git commit: couldn't help myself. once I walked away from the computer I realized how to make GiraphMemory work. Got it working and test cases passing. Only one test fails in SparkGraphComputer. I will handle THAT next week. - posted by ok...@apache.org on 2016/02/20 00:45:24 UTC, 0 replies.
- incubator-tinkerpop git commit: minor tweak. - posted by ok...@apache.org on 2016/02/20 03:35:59 UTC, 0 replies.
- incubator-tinkerpop git commit: Added an extra assert to harden GremlinExecutor test - posted by sp...@apache.org on 2016/02/20 13:19:05 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed the SparkMemory issue from last night. Wow. I was really expecting this ticket to take me all of next week. Knocked it out before the week even began. Bow to me all you peons. - posted by ok...@apache.org on 2016/02/20 18:03:33 UTC, 0 replies.
- svn commit: r1731445 - /incubator/tinkerpop/site/index.html - posted by ok...@apache.org on 2016/02/20 20:55:43 UTC, 0 replies.
- incubator-tinkerpop git commit: Added Conductor Gremlin - posted by sp...@apache.org on 2016/02/22 14:14:04 UTC, 0 replies.
- [01/12] incubator-tinkerpop git commit: Changed back slashes into regular ones - posted by sp...@apache.org on 2016/02/22 14:17:13 UTC, 0 replies.
- [02/12] incubator-tinkerpop git commit: Downloading hadoop winutils.exe when using windows - posted by sp...@apache.org on 2016/02/22 14:17:14 UTC, 0 replies.
- [03/12] incubator-tinkerpop git commit: Enabled build on windows - posted by sp...@apache.org on 2016/02/22 14:17:15 UTC, 0 replies.
- [04/12] incubator-tinkerpop git commit: Ignoring rat on eclipse and appveyor files - posted by sp...@apache.org on 2016/02/22 14:17:16 UTC, 0 replies.
- [05/12] incubator-tinkerpop git commit: Changed back slashes into regular ones - posted by sp...@apache.org on 2016/02/22 14:17:17 UTC, 0 replies.
- [06/12] incubator-tinkerpop git commit: TINKERPOP-1041 - give import thread a chance to run - posted by sp...@apache.org on 2016/02/22 14:17:18 UTC, 0 replies.
- [07/12] incubator-tinkerpop git commit: Url separator is always / even on windows - posted by sp...@apache.org on 2016/02/22 14:17:19 UTC, 0 replies.
- [08/12] incubator-tinkerpop git commit: Attemp to download maven using https - posted by sp...@apache.org on 2016/02/22 14:17:20 UTC, 0 replies.
- [09/12] incubator-tinkerpop git commit: Fixed regex construction - posted by sp...@apache.org on 2016/02/22 14:17:21 UTC, 0 replies.
- [10/12] incubator-tinkerpop git commit: Installing maven using choco - posted by sp...@apache.org on 2016/02/22 14:17:22 UTC, 0 replies.
- [11/12] incubator-tinkerpop git commit: Created an appveyor profile that ignored knowly broken tests - posted by sp...@apache.org on 2016/02/22 14:17:23 UTC, 0 replies.
- [12/12] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1041' of https://github.com/velo/incubator-tinkerpop into tp31 - posted by sp...@apache.org on 2016/02/22 14:17:24 UTC, 0 replies.
- [01/15] incubator-tinkerpop git commit: Added an extra assert to harden GremlinExecutor test - posted by sp...@apache.org on 2016/02/22 14:19:53 UTC, 0 replies.
- [02/15] incubator-tinkerpop git commit: Changed back slashes into regular ones - posted by sp...@apache.org on 2016/02/22 14:19:54 UTC, 0 replies.
- [03/15] incubator-tinkerpop git commit: TINKERPOP-1041 - give import thread a chance to run - posted by sp...@apache.org on 2016/02/22 14:19:55 UTC, 0 replies.
- [04/15] incubator-tinkerpop git commit: Enabled build on windows - posted by sp...@apache.org on 2016/02/22 14:19:56 UTC, 0 replies.
- [05/15] incubator-tinkerpop git commit: Ignoring rat on eclipse and appveyor files - posted by sp...@apache.org on 2016/02/22 14:19:57 UTC, 0 replies.
- [06/15] incubator-tinkerpop git commit: Downloading hadoop winutils.exe when using windows - posted by sp...@apache.org on 2016/02/22 14:19:58 UTC, 0 replies.
- [07/15] incubator-tinkerpop git commit: Changed back slashes into regular ones - posted by sp...@apache.org on 2016/02/22 14:19:59 UTC, 0 replies.
- [08/15] incubator-tinkerpop git commit: Url separator is always / even on windows - posted by sp...@apache.org on 2016/02/22 14:20:00 UTC, 0 replies.
- [09/15] incubator-tinkerpop git commit: Fixed regex construction - posted by sp...@apache.org on 2016/02/22 14:20:01 UTC, 0 replies.
- [10/15] incubator-tinkerpop git commit: Attemp to download maven using https - posted by sp...@apache.org on 2016/02/22 14:20:02 UTC, 0 replies.
- [11/15] incubator-tinkerpop git commit: Installing maven using choco - posted by sp...@apache.org on 2016/02/22 14:20:03 UTC, 0 replies.
- [12/15] incubator-tinkerpop git commit: Created an appveyor profile that ignored knowly broken tests - posted by sp...@apache.org on 2016/02/22 14:20:04 UTC, 0 replies.
- [13/15] incubator-tinkerpop git commit: Added Conductor Gremlin - posted by sp...@apache.org on 2016/02/22 14:20:05 UTC, 0 replies.
- [14/15] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1041' of https://github.com/velo/incubator-tinkerpop into tp31 - posted by sp...@apache.org on 2016/02/22 14:20:06 UTC, 0 replies.
- [15/15] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/02/22 14:20:07 UTC, 0 replies.
- incubator-tinkerpop git commit: Add notes about the build servers in the contributing guide. - posted by sp...@apache.org on 2016/02/22 14:44:32 UTC, 0 replies.
- svn commit: r1731663 - in /incubator/tinkerpop/site: docs/3.1.2-SNAPSHOT/ javadocs/3.1.2-SNAPSHOT/ - posted by sp...@apache.org on 2016/02/22 16:37:59 UTC, 0 replies.
- incubator-tinkerpop git commit: added GraphComputerTest.shouldSupportTransientKeys(). Ensured that only Memory.set() is allowed in setup()/terminate() and Memory.add() in execute(). Fixed up SparkGraphComputer, TinkerGraphComputer, and GiraphSparkCompute - posted by ok...@apache.org on 2016/02/22 17:50:18 UTC, 0 replies.
- svn commit: r1731687 - in /incubator/tinkerpop/site: docs/3.1.2-SNAPSHOT/ docs/3.1.2-SNAPSHOT/dev/ docs/3.1.2-SNAPSHOT/dev/developer/ docs/3.1.2-SNAPSHOT/dev/provider/ docs/3.1.2-SNAPSHOT/images/ docs/3.1.2-SNAPSHOT/images/icons/ docs/3.1.2-SNAPSHOT/re... - posted by sp...@apache.org on 2016/02/22 18:01:03 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Extracted "provider docs" to their own book. - posted by sp...@apache.org on 2016/02/22 18:04:15 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Extracted "provider docs" to their own book. - posted by sp...@apache.org on 2016/02/22 18:04:16 UTC, 0 replies.
- incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/02/22 18:07:08 UTC, 0 replies.
- incubator-tinkerpop git commit: EDGE_COUNT and VOTE_STRENGTH in PageRankVertexProgram and PeerPressureVertexProgram are not transient and the respective property keys are private static. Extended GraphComputerTest.shouldSupportTransientKeys() with a MapR - posted by ok...@apache.org on 2016/02/22 18:38:54 UTC, 0 replies.
- incubator-tinkerpop git commit: Added a note to upgrade docs about Provider Documentation. - posted by sp...@apache.org on 2016/02/22 18:47:49 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed bug with driver connecting to an initially dead server. - posted by sp...@apache.org on 2016/02/22 22:04:29 UTC, 0 replies.
- incubator-tinkerpop git commit: Have all the ReducingBarrierSteps no longer implement MapReduce and using MemoryComputeKeys for their reduction. GroupStep, FoldStep, and GroupStepV3d0 are not complete yet. Having the darndest time with GroupStep -- once - posted by ok...@apache.org on 2016/02/22 22:41:11 UTC, 0 replies.
- incubator-tinkerpop git commit: Got GroupStep working --- buts its a hack unfortunately. Pushing to save work. - posted by ok...@apache.org on 2016/02/22 23:15:24 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed a bug in FoldStep, got GroupStep working perfectly (both OLTP and OLAP -- but there is still one awakward hack). Need to spend some more cycles on GroupStep and then once I get that clean, clean, clean, I will map th - posted by ok...@apache.org on 2016/02/23 01:21:53 UTC, 0 replies.
- incubator-tinkerpop git commit: some more work on GroupStep ---- converging on final solution. - posted by ok...@apache.org on 2016/02/23 02:15:13 UTC, 0 replies.
- incubator-tinkerpop git commit: Added gremlin-archetypes and related submodules. - posted by sp...@apache.org on 2016/02/23 16:04:06 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add -parameters to compile args. - posted by sp...@apache.org on 2016/02/23 16:57:27 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1165' of https://github.com/rjbriody/incubator-tinkerpop into tp31 - posted by sp...@apache.org on 2016/02/23 16:57:28 UTC, 0 replies.
- incubator-tinkerpop git commit: Add exception to logging on ScriptEngines init. - posted by sp...@apache.org on 2016/02/23 19:06:02 UTC, 0 replies.
- incubator-tinkerpop git commit: New Reducing-based Memory-model implemented. A few kooky things emerged because of this and will discuss in UPGRADE docs. However, all-in-all this is a much nicer model which will lead to significant perofmrance improvemen - posted by ok...@apache.org on 2016/02/23 20:25:16 UTC, 0 replies.
- incubator-tinkerpop git commit: Solved the GroupStep-hack. The whole notion of a FinalGet is bad. Every ReducingBarrier step now implements generateFinalReduction() with the default being the identity function. For GroupStep, MeanStep, and GroupStepV3d0, - posted by ok...@apache.org on 2016/02/23 21:40:08 UTC, 0 replies.
- incubator-tinkerpop git commit: The next big thing in the new MemoryComputeKey model -- broadcasting. It is possible to state that a MemoryKey will NOT be read by workers and thus, no need to send the data to the workers on each iteration. Added GraphCom - posted by ok...@apache.org on 2016/02/24 00:21:11 UTC, 0 replies.
- [01/35] incubator-tinkerpop git commit: Update release docs. - posted by ok...@apache.org on 2016/02/24 00:21:54 UTC, 0 replies.
- [02/35] incubator-tinkerpop git commit: Minor tweak to artifact deployment in release docs. - posted by ok...@apache.org on 2016/02/24 00:21:55 UTC, 0 replies.
- [03/35] incubator-tinkerpop git commit: Added Apache Gremlin to contributing docs. - posted by ok...@apache.org on 2016/02/24 00:21:56 UTC, 0 replies.
- [04/35] incubator-tinkerpop git commit: TINKERPOP-1159 Prevented multiple close requests on call to Client.close() - posted by ok...@apache.org on 2016/02/24 00:21:57 UTC, 0 replies.
- [05/35] incubator-tinkerpop git commit: More fixes for in-session binding concurrency. - posted by ok...@apache.org on 2016/02/24 00:21:58 UTC, 0 replies.
- [06/35] incubator-tinkerpop git commit: Properly handle session bindings to avoid concurrency errors. - posted by ok...@apache.org on 2016/02/24 00:21:59 UTC, 0 replies.
- [07/35] incubator-tinkerpop git commit: Added a TIP about returning empty list instead of null in gremlin console tutorial. - posted by ok...@apache.org on 2016/02/24 00:22:00 UTC, 0 replies.
- [08/35] incubator-tinkerpop git commit: Uncommented some tests there disabled by accident. - posted by ok...@apache.org on 2016/02/24 00:22:01 UTC, 0 replies.
- [09/35] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1148' into tp31 - posted by ok...@apache.org on 2016/02/24 00:22:02 UTC, 0 replies.
- [10/35] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by ok...@apache.org on 2016/02/24 00:22:03 UTC, 0 replies.
- [11/35] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by ok...@apache.org on 2016/02/24 00:22:04 UTC, 0 replies.
- [12/35] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by ok...@apache.org on 2016/02/24 00:22:05 UTC, 0 replies.
- [13/35] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by ok...@apache.org on 2016/02/24 00:22:06 UTC, 0 replies.
- [14/35] incubator-tinkerpop git commit: deactivate Spark plugin for implementations-neo4j.asciidoc and Neo4j plugin for implementations-hadoop.asciidoc - posted by ok...@apache.org on 2016/02/24 00:22:07 UTC, 0 replies.
- [15/35] incubator-tinkerpop git commit: Fixed a broken test from a previous commit. - posted by ok...@apache.org on 2016/02/24 00:22:08 UTC, 0 replies.
- [16/35] incubator-tinkerpop git commit: splitted implementations-neo4j.asciidoc further into implementations-intro.asciidoc, implementations-tinkergraph.asciidoc and implementations-neo4j.asciidoc - posted by ok...@apache.org on 2016/02/24 00:22:09 UTC, 0 replies.
- [17/35] incubator-tinkerpop git commit: minor parser fix - posted by ok...@apache.org on 2016/02/24 00:22:10 UTC, 0 replies.
- [18/35] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1168' into tp31 - posted by ok...@apache.org on 2016/02/24 00:22:11 UTC, 0 replies.
- [19/35] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/02/24 00:22:12 UTC, 0 replies.
- [20/35] incubator-tinkerpop git commit: Added an extra assert to harden GremlinExecutor test - posted by ok...@apache.org on 2016/02/24 00:22:13 UTC, 0 replies.
- [21/35] incubator-tinkerpop git commit: Enabled build on windows - posted by ok...@apache.org on 2016/02/24 00:22:14 UTC, 0 replies.
- [22/35] incubator-tinkerpop git commit: Ignoring rat on eclipse and appveyor files - posted by ok...@apache.org on 2016/02/24 00:22:15 UTC, 0 replies.
- [23/35] incubator-tinkerpop git commit: Url separator is always / even on windows - posted by ok...@apache.org on 2016/02/24 00:22:16 UTC, 0 replies.
- [24/35] incubator-tinkerpop git commit: TINKERPOP-1041 - give import thread a chance to run - posted by ok...@apache.org on 2016/02/24 00:22:17 UTC, 0 replies.
- [25/35] incubator-tinkerpop git commit: Changed back slashes into regular ones - posted by ok...@apache.org on 2016/02/24 00:22:18 UTC, 0 replies.
- [26/35] incubator-tinkerpop git commit: Changed back slashes into regular ones - posted by ok...@apache.org on 2016/02/24 00:22:19 UTC, 0 replies.
- [27/35] incubator-tinkerpop git commit: Downloading hadoop winutils.exe when using windows - posted by ok...@apache.org on 2016/02/24 00:22:20 UTC, 0 replies.
- [28/35] incubator-tinkerpop git commit: Attemp to download maven using https - posted by ok...@apache.org on 2016/02/24 00:22:21 UTC, 0 replies.
- [29/35] incubator-tinkerpop git commit: Fixed regex construction - posted by ok...@apache.org on 2016/02/24 00:22:22 UTC, 0 replies.
- [30/35] incubator-tinkerpop git commit: Installing maven using choco - posted by ok...@apache.org on 2016/02/24 00:22:23 UTC, 0 replies.
- [31/35] incubator-tinkerpop git commit: Created an appveyor profile that ignored knowly broken tests - posted by ok...@apache.org on 2016/02/24 00:22:24 UTC, 0 replies.
- [32/35] incubator-tinkerpop git commit: Added Conductor Gremlin - posted by ok...@apache.org on 2016/02/24 00:22:25 UTC, 0 replies.
- [33/35] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1041' of https://github.com/velo/incubator-tinkerpop into tp31 - posted by ok...@apache.org on 2016/02/24 00:22:26 UTC, 0 replies.
- [34/35] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/02/24 00:22:27 UTC, 0 replies.
- [35/35] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1166 - posted by ok...@apache.org on 2016/02/24 00:22:28 UTC, 0 replies.
- incubator-tinkerpop git commit: Needed a no-args constructor for FoldBiOperator in GiraphGraphComputer. - posted by ok...@apache.org on 2016/02/24 01:37:28 UTC, 0 replies.
- incubator-tinkerpop git commit: Moved assertion and increased timeout for test. - posted by sp...@apache.org on 2016/02/24 13:45:32 UTC, 0 replies.
- incubator-tinkerpop git commit: Ensured that TraversalExplaination works for anonymous traversals (or any traversal that has no strategies). Added TraversalExplanationTest that verifies correct behavior. Fixed TINKERPOP-1175 - posted by ok...@apache.org on 2016/02/24 15:30:28 UTC, 0 replies.
- incubator-tinkerpop git commit: Made some adjustments based on pull request feedback. - posted by sp...@apache.org on 2016/02/24 19:56:49 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Added gremlin-archetypes and related submodules. - posted by sp...@apache.org on 2016/02/24 20:07:13 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Made some adjustments based on pull request feedback. - posted by sp...@apache.org on 2016/02/24 20:07:14 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1085' into tp31 - posted by sp...@apache.org on 2016/02/24 20:07:15 UTC, 0 replies.
- [01/10] incubator-tinkerpop git commit: Add notes about the build servers in the contributing guide. - posted by sp...@apache.org on 2016/02/24 20:07:44 UTC, 0 replies.
- [02/10] incubator-tinkerpop git commit: Add -parameters to compile args. - posted by sp...@apache.org on 2016/02/24 20:07:45 UTC, 0 replies.
- [03/10] incubator-tinkerpop git commit: Added gremlin-archetypes and related submodules. - posted by sp...@apache.org on 2016/02/24 20:07:46 UTC, 0 replies.
- [04/10] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1165' of https://github.com/rjbriody/incubator-tinkerpop into tp31 - posted by sp...@apache.org on 2016/02/24 20:07:47 UTC, 0 replies.
- [05/10] incubator-tinkerpop git commit: Add exception to logging on ScriptEngines init. - posted by sp...@apache.org on 2016/02/24 20:07:48 UTC, 0 replies.
- [06/10] incubator-tinkerpop git commit: Moved assertion and increased timeout for test. - posted by sp...@apache.org on 2016/02/24 20:07:49 UTC, 0 replies.
- [07/10] incubator-tinkerpop git commit: Ensured that TraversalExplaination works for anonymous traversals (or any traversal that has no strategies). Added TraversalExplanationTest that verifies correct behavior. Fixed TINKERPOP-1175 - posted by sp...@apache.org on 2016/02/24 20:07:50 UTC, 0 replies.
- [08/10] incubator-tinkerpop git commit: Made some adjustments based on pull request feedback. - posted by sp...@apache.org on 2016/02/24 20:07:51 UTC, 0 replies.
- [09/10] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1085' into tp31 - posted by sp...@apache.org on 2016/02/24 20:07:52 UTC, 0 replies.
- [10/10] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/02/24 20:07:53 UTC, 0 replies.
- incubator-tinkerpop git commit: Added serialization support for TraversalExplanation. - posted by sp...@apache.org on 2016/02/24 20:57:27 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Fix HTTP keepalive support - posted by sp...@apache.org on 2016/02/24 21:16:01 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch 'fix-http-keepalive' of https://github.com/banjiewen/incubator-tinkerpop into tp31 - posted by sp...@apache.org on 2016/02/24 21:16:02 UTC, 0 replies.
- incubator-tinkerpop git commit: Bumped archetype poms to 3.2.0-SNAPSHOT. - posted by sp...@apache.org on 2016/02/24 21:21:02 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Okay. So MapReduce in TraversalVertexProgram is going away fast. GroupSideEffectStep and GroupStep are now one step -- GroupStep. Likewise for GroupCountStep. groupCount() is simply groupCount().cap(). This makes the - posted by ok...@apache.org on 2016/02/24 21:52:40 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Okay. So MapReduce in TraversalVertexProgram is going away fast. GroupSideEffectStep and GroupStep are now one step -- GroupStep. Likewise for GroupCountStep. groupCount() is simply groupCount().cap(). This makes the - posted by ok...@apache.org on 2016/02/24 21:52:41 UTC, 0 replies.
- incubator-tinkerpop git commit: Very minor grammatical fix in reference docs CTR - posted by sp...@apache.org on 2016/02/24 22:03:47 UTC, 0 replies.
- incubator-tinkerpop git commit: StoreStep no longer uses MapReduce. All that is left is AggregateStep and ProfileStep. - posted by ok...@apache.org on 2016/02/24 23:13:16 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed asciidoc formatting warning. - posted by sp...@apache.org on 2016/02/25 12:55:58 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Bump to groovy 2.4.6. - posted by sp...@apache.org on 2016/02/25 13:33:21 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Removed some redundant text in NOTICE - CTR - posted by sp...@apache.org on 2016/02/25 13:33:22 UTC, 0 replies.
- [01/43] incubator-tinkerpop git commit: More fixes for in-session binding concurrency. [Forced Update!] - posted by sp...@apache.org on 2016/02/25 15:00:49 UTC, 0 replies.
- [02/43] incubator-tinkerpop git commit: Properly handle session bindings to avoid concurrency errors. - posted by sp...@apache.org on 2016/02/25 15:00:50 UTC, 0 replies.
- [03/43] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1148' into tp31 - posted by sp...@apache.org on 2016/02/25 15:00:51 UTC, 0 replies.
- [04/43] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by sp...@apache.org on 2016/02/25 15:00:52 UTC, 0 replies.
- [05/43] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by sp...@apache.org on 2016/02/25 15:00:53 UTC, 0 replies.
- [06/43] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by sp...@apache.org on 2016/02/25 15:00:54 UTC, 0 replies.
- [07/43] incubator-tinkerpop git commit: splitted implementations.asciidoc into implementations-hadoop.asciidoc and implementations-neo4j.asciidoc - posted by sp...@apache.org on 2016/02/25 15:00:55 UTC, 0 replies.
- [08/43] incubator-tinkerpop git commit: deactivate Spark plugin for implementations-neo4j.asciidoc and Neo4j plugin for implementations-hadoop.asciidoc - posted by sp...@apache.org on 2016/02/25 15:00:56 UTC, 0 replies.
- [09/43] incubator-tinkerpop git commit: Fixed a broken test from a previous commit. - posted by sp...@apache.org on 2016/02/25 15:00:57 UTC, 0 replies.
- [10/43] incubator-tinkerpop git commit: splitted implementations-neo4j.asciidoc further into implementations-intro.asciidoc, implementations-tinkergraph.asciidoc and implementations-neo4j.asciidoc - posted by sp...@apache.org on 2016/02/25 15:00:58 UTC, 0 replies.
- [11/43] incubator-tinkerpop git commit: minor parser fix - posted by sp...@apache.org on 2016/02/25 15:00:59 UTC, 0 replies.
- [12/43] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1168' into tp31 - posted by sp...@apache.org on 2016/02/25 15:01:00 UTC, 0 replies.
- [13/43] incubator-tinkerpop git commit: Added an extra assert to harden GremlinExecutor test - posted by sp...@apache.org on 2016/02/25 15:01:01 UTC, 0 replies.
- [14/43] incubator-tinkerpop git commit: Changed back slashes into regular ones - posted by sp...@apache.org on 2016/02/25 15:01:02 UTC, 0 replies.
- [15/43] incubator-tinkerpop git commit: Downloading hadoop winutils.exe when using windows - posted by sp...@apache.org on 2016/02/25 15:01:03 UTC, 0 replies.
- [16/43] incubator-tinkerpop git commit: TINKERPOP-1041 - give import thread a chance to run - posted by sp...@apache.org on 2016/02/25 15:01:04 UTC, 0 replies.
- [17/43] incubator-tinkerpop git commit: Enabled build on windows - posted by sp...@apache.org on 2016/02/25 15:01:05 UTC, 0 replies.
- [18/43] incubator-tinkerpop git commit: Ignoring rat on eclipse and appveyor files - posted by sp...@apache.org on 2016/02/25 15:01:06 UTC, 0 replies.
- [19/43] incubator-tinkerpop git commit: Changed back slashes into regular ones - posted by sp...@apache.org on 2016/02/25 15:01:07 UTC, 0 replies.
- [20/43] incubator-tinkerpop git commit: Url separator is always / even on windows - posted by sp...@apache.org on 2016/02/25 15:01:08 UTC, 0 replies.
- [21/43] incubator-tinkerpop git commit: Attemp to download maven using https - posted by sp...@apache.org on 2016/02/25 15:01:09 UTC, 0 replies.
- [22/43] incubator-tinkerpop git commit: Fixed regex construction - posted by sp...@apache.org on 2016/02/25 15:01:10 UTC, 0 replies.
- [23/43] incubator-tinkerpop git commit: Installing maven using choco - posted by sp...@apache.org on 2016/02/25 15:01:11 UTC, 0 replies.
- [24/43] incubator-tinkerpop git commit: Created an appveyor profile that ignored knowly broken tests - posted by sp...@apache.org on 2016/02/25 15:01:12 UTC, 0 replies.
- [25/43] incubator-tinkerpop git commit: Added Conductor Gremlin - posted by sp...@apache.org on 2016/02/25 15:01:13 UTC, 0 replies.
- [26/43] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1041' of https://github.com/velo/incubator-tinkerpop into tp31 - posted by sp...@apache.org on 2016/02/25 15:01:14 UTC, 0 replies.
- [27/43] incubator-tinkerpop git commit: Add notes about the build servers in the contributing guide. - posted by sp...@apache.org on 2016/02/25 15:01:15 UTC, 0 replies.
- [28/43] incubator-tinkerpop git commit: Add -parameters to compile args. - posted by sp...@apache.org on 2016/02/25 15:01:16 UTC, 0 replies.
- [29/43] incubator-tinkerpop git commit: Added gremlin-archetypes and related submodules. - posted by sp...@apache.org on 2016/02/25 15:01:17 UTC, 0 replies.
- [30/43] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1165' of https://github.com/rjbriody/incubator-tinkerpop into tp31 - posted by sp...@apache.org on 2016/02/25 15:01:18 UTC, 0 replies.
- [31/43] incubator-tinkerpop git commit: Add exception to logging on ScriptEngines init. - posted by sp...@apache.org on 2016/02/25 15:01:19 UTC, 0 replies.
- [32/43] incubator-tinkerpop git commit: Moved assertion and increased timeout for test. - posted by sp...@apache.org on 2016/02/25 15:01:20 UTC, 0 replies.
- [33/43] incubator-tinkerpop git commit: Ensured that TraversalExplaination works for anonymous traversals (or any traversal that has no strategies). Added TraversalExplanationTest that verifies correct behavior. Fixed TINKERPOP-1175 - posted by sp...@apache.org on 2016/02/25 15:01:21 UTC, 0 replies.
- [34/43] incubator-tinkerpop git commit: Fix HTTP keepalive support - posted by sp...@apache.org on 2016/02/25 15:01:22 UTC, 0 replies.
- [35/43] incubator-tinkerpop git commit: Made some adjustments based on pull request feedback. - posted by sp...@apache.org on 2016/02/25 15:01:23 UTC, 0 replies.
- [36/43] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1085' into tp31 - posted by sp...@apache.org on 2016/02/25 15:01:24 UTC, 0 replies.
- [37/43] incubator-tinkerpop git commit: Merge branch 'fix-http-keepalive' of https://github.com/banjiewen/incubator-tinkerpop into tp31 - posted by sp...@apache.org on 2016/02/25 15:01:25 UTC, 0 replies.
- [38/43] incubator-tinkerpop git commit: Very minor grammatical fix in reference docs CTR - posted by sp...@apache.org on 2016/02/25 15:01:26 UTC, 0 replies.
- [39/43] incubator-tinkerpop git commit: Fixed asciidoc formatting warning. - posted by sp...@apache.org on 2016/02/25 15:01:27 UTC, 0 replies.
- [40/43] incubator-tinkerpop git commit: Bump to groovy 2.4.6. - posted by sp...@apache.org on 2016/02/25 15:01:28 UTC, 0 replies.
- [41/43] incubator-tinkerpop git commit: Removed some redundant text in NOTICE - CTR - posted by sp...@apache.org on 2016/02/25 15:01:29 UTC, 0 replies.
- [42/43] incubator-tinkerpop git commit: Allow ScriptEngine to accept scripts in interpreter mode. - posted by sp...@apache.org on 2016/02/25 15:01:30 UTC, 0 replies.
- [43/43] incubator-tinkerpop git commit: Added some more asserts around variable scoping with interpreter mode. - posted by sp...@apache.org on 2016/02/25 15:01:31 UTC, 0 replies.
- incubator-tinkerpop git commit: With the bump to groovy 2.4.6 this class is no longer needed. - posted by sp...@apache.org on 2016/02/25 15:06:03 UTC, 0 replies.
- incubator-tinkerpop git commit: Add a note about AWK version for doc processing to dev docs. - posted by sp...@apache.org on 2016/02/25 15:14:17 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Fixed bug with driver connecting to an initially dead server. - posted by sp...@apache.org on 2016/02/25 15:50:52 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1172' into tp31 - posted by sp...@apache.org on 2016/02/25 15:50:53 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: Extracted "provider docs" to their own book. - posted by sp...@apache.org on 2016/02/25 15:56:08 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: Extracted "provider docs" to their own book. - posted by sp...@apache.org on 2016/02/25 15:56:09 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/02/25 15:56:10 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: Added a note to upgrade docs about Provider Documentation. - posted by sp...@apache.org on 2016/02/25 15:56:11 UTC, 0 replies.
- [5/5] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-937' into tp31 - posted by sp...@apache.org on 2016/02/25 15:56:12 UTC, 0 replies.
- incubator-tinkerpop git commit: Change formatting of archetype header to be under gremlin applications header. - posted by sp...@apache.org on 2016/02/25 15:57:13 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: out of my 24 hole. @dkuppitz -- I was wrong, you can't have XXXStep and XXXSideEffectStep as one in the same. I learned exactly what I learned about a year ago by trying. However, note that all GroupCountXXXStep and - posted by ok...@apache.org on 2016/02/25 16:29:28 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: out of my 24 hole. @dkuppitz -- I was wrong, you can't have XXXStep and XXXSideEffectStep as one in the same. I learned exactly what I learned about a year ago by trying. However, note that all GroupCountXXXStep and - posted by ok...@apache.org on 2016/02/25 16:29:29 UTC, 0 replies.
- incubator-tinkerpop git commit: Got rid of the FinalGet concept. This won't work moving forward. Each step is responsible for its final reduction via GraphComputing.generateFinalReduction(). TreeStep and TreeSideEffectStep now both use the GraphComputer. - posted by ok...@apache.org on 2016/02/25 16:53:14 UTC, 0 replies.
- incubator-tinkerpop git commit: RangeGlobalStep is now computing in TraversalVertexProgram. Will slowly dissect away the end-steps of TraverserMapReduce such that we have a pure OLTP/OLAP model within TraversalVertexProgram. - posted by ok...@apache.org on 2016/02/25 18:40:47 UTC, 0 replies.
- incubator-tinkerpop git commit: TailGlobalStep is no longer an OLAP end step. CollectingBarriers are up next -- Aggregate, Order, Dedup. - posted by ok...@apache.org on 2016/02/25 18:53:22 UTC, 0 replies.
- incubator-tinkerpop git commit: All the ReducingBarrierSteps inherent their MemoryComputeKey from abstract ReducingBarrierStep. There key is now step.getId(), not longer ReducingBarrierStep.REDUCING as you can now have multiple reducers in the same OLAP - posted by ok...@apache.org on 2016/02/25 19:37:49 UTC, 0 replies.
- incubator-tinkerpop git commit: Added a test for iterating Vertex properties() on detached - posted by sp...@apache.org on 2016/02/25 19:58:23 UTC, 0 replies.
- incubator-tinkerpop git commit: Added some extra asserts to DetachedVertex in gremlin server - posted by sp...@apache.org on 2016/02/25 20:23:48 UTC, 0 replies.
- incubator-tinkerpop git commit: Gremlin OLAP can now do all the same traversals as Gremlin OLTP. In fact, a Gremlin OLAP job is a undulation between distributed traversers and localized traversers. Its really neat -- it like 'breathes'. Fan out, reduce, - posted by ok...@apache.org on 2016/02/25 22:46:33 UTC, 0 replies.
- incubator-tinkerpop git commit: Okay. Here is the mother load. OrderGlobalStep, DedupGlobalStep, etc. can now exist anywhere in an OLAP traversal. There are some loose ends that still need to be cleanup (as well as some major code reorg and compression), - posted by ok...@apache.org on 2016/02/26 01:05:05 UTC, 0 replies.
- incubator-tinkerpop git commit: limit(1) is now compiled into the TraversalVertexProgramStep job. Forgot to update this test. - posted by ok...@apache.org on 2016/02/26 02:17:24 UTC, 0 replies.
- incubator-tinkerpop git commit: Disabled full build of appveyor until it is stable. - posted by sp...@apache.org on 2016/02/26 13:11:40 UTC, 0 replies.
- [01/19] incubator-tinkerpop git commit: Extracted "provider docs" to their own book. - posted by sp...@apache.org on 2016/02/26 13:17:11 UTC, 0 replies.
- [02/19] incubator-tinkerpop git commit: Extracted "provider docs" to their own book. - posted by sp...@apache.org on 2016/02/26 13:17:12 UTC, 0 replies.
- [03/19] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/02/26 13:17:13 UTC, 0 replies.
- [04/19] incubator-tinkerpop git commit: Added a note to upgrade docs about Provider Documentation. - posted by sp...@apache.org on 2016/02/26 13:17:14 UTC, 0 replies.
- [05/19] incubator-tinkerpop git commit: Fixed bug with driver connecting to an initially dead server. - posted by sp...@apache.org on 2016/02/26 13:17:15 UTC, 0 replies.
- [06/19] incubator-tinkerpop git commit: Fix HTTP keepalive support - posted by sp...@apache.org on 2016/02/26 13:17:16 UTC, 0 replies.
- [07/19] incubator-tinkerpop git commit: Merge branch 'fix-http-keepalive' of https://github.com/banjiewen/incubator-tinkerpop into tp31 - posted by sp...@apache.org on 2016/02/26 13:17:17 UTC, 0 replies.
- [08/19] incubator-tinkerpop git commit: Very minor grammatical fix in reference docs CTR - posted by sp...@apache.org on 2016/02/26 13:17:18 UTC, 0 replies.
- [09/19] incubator-tinkerpop git commit: Fixed asciidoc formatting warning. - posted by sp...@apache.org on 2016/02/26 13:17:19 UTC, 0 replies.
- [10/19] incubator-tinkerpop git commit: Bump to groovy 2.4.6. - posted by sp...@apache.org on 2016/02/26 13:17:20 UTC, 0 replies.
- [11/19] incubator-tinkerpop git commit: Removed some redundant text in NOTICE - CTR - posted by sp...@apache.org on 2016/02/26 13:17:21 UTC, 0 replies.
- [12/19] incubator-tinkerpop git commit: Add a note about AWK version for doc processing to dev docs. - posted by sp...@apache.org on 2016/02/26 13:17:22 UTC, 0 replies.
- [13/19] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1172' into tp31 - posted by sp...@apache.org on 2016/02/26 13:17:23 UTC, 0 replies.
- [14/19] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-937' into tp31 - posted by sp...@apache.org on 2016/02/26 13:17:24 UTC, 0 replies.
- [15/19] incubator-tinkerpop git commit: Change formatting of archetype header to be under gremlin applications header. - posted by sp...@apache.org on 2016/02/26 13:17:25 UTC, 0 replies.
- [16/19] incubator-tinkerpop git commit: Added a test for iterating Vertex properties() on detached - posted by sp...@apache.org on 2016/02/26 13:17:26 UTC, 0 replies.
- [17/19] incubator-tinkerpop git commit: Added some extra asserts to DetachedVertex in gremlin server - posted by sp...@apache.org on 2016/02/26 13:17:27 UTC, 0 replies.
- [18/19] incubator-tinkerpop git commit: Disabled full build of appveyor until it is stable. - posted by sp...@apache.org on 2016/02/26 13:17:28 UTC, 0 replies.
- [19/19] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/02/26 13:17:29 UTC, 0 replies.
- incubator-tinkerpop git commit: I totally forgot about @dkuppitz Operator.java work. I gutted lots of rewritten operators and now just uses Operator. This makes less classes to register with GryoMapper -- phew. It was getting insane. Also, in the future, - posted by ok...@apache.org on 2016/02/26 16:45:21 UTC, 0 replies.
- incubator-tinkerpop git commit: tada -- fixed my groupCount()...groupCount()... bug. Added a crazy asynchronous traversal to groupCount() that demonstrates that the timing is correct for OLAP to OLTP to OLAP conversion. I went through all the test case t - posted by ok...@apache.org on 2016/02/26 17:33:39 UTC, 0 replies.
- incubator-tinkerpop git commit: renamed Operator.add() to Operator.addAll() as its more clear especially since Operator.sum() exists. - posted by ok...@apache.org on 2016/02/26 18:11:49 UTC, 0 replies.
- incubator-tinkerpop git commit: Giraph needed RangeBiOperator registered in GryoMapper. TailBiOperator just uses RangeBiOperator now as they both have the same logic (for now). Now that TraversalVertexProgram.terminate() is so complex and ancient hack in - posted by ok...@apache.org on 2016/02/26 18:43:09 UTC, 0 replies.
- [01/32] incubator-tinkerpop git commit: Add notes about the build servers in the contributing guide. - posted by ok...@apache.org on 2016/02/26 18:51:30 UTC, 0 replies.
- [02/32] incubator-tinkerpop git commit: Extracted "provider docs" to their own book. - posted by ok...@apache.org on 2016/02/26 18:51:31 UTC, 0 replies.
- [03/32] incubator-tinkerpop git commit: Extracted "provider docs" to their own book. - posted by ok...@apache.org on 2016/02/26 18:51:32 UTC, 0 replies.
- [04/32] incubator-tinkerpop git commit: Update changelog. - posted by ok...@apache.org on 2016/02/26 18:51:33 UTC, 0 replies.
- [05/32] incubator-tinkerpop git commit: Added a note to upgrade docs about Provider Documentation. - posted by ok...@apache.org on 2016/02/26 18:51:34 UTC, 0 replies.
- [06/32] incubator-tinkerpop git commit: Fixed bug with driver connecting to an initially dead server. - posted by ok...@apache.org on 2016/02/26 18:51:35 UTC, 0 replies.
- [07/32] incubator-tinkerpop git commit: Add -parameters to compile args. - posted by ok...@apache.org on 2016/02/26 18:51:36 UTC, 0 replies.
- [08/32] incubator-tinkerpop git commit: Added gremlin-archetypes and related submodules. - posted by ok...@apache.org on 2016/02/26 18:51:37 UTC, 0 replies.
- [09/32] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1165' of https://github.com/rjbriody/incubator-tinkerpop into tp31 - posted by ok...@apache.org on 2016/02/26 18:51:38 UTC, 0 replies.
- [10/32] incubator-tinkerpop git commit: Add exception to logging on ScriptEngines init. - posted by ok...@apache.org on 2016/02/26 18:51:39 UTC, 0 replies.
- [11/32] incubator-tinkerpop git commit: Moved assertion and increased timeout for test. - posted by ok...@apache.org on 2016/02/26 18:51:40 UTC, 0 replies.
- [12/32] incubator-tinkerpop git commit: Ensured that TraversalExplaination works for anonymous traversals (or any traversal that has no strategies). Added TraversalExplanationTest that verifies correct behavior. Fixed TINKERPOP-1175 - posted by ok...@apache.org on 2016/02/26 18:51:41 UTC, 0 replies.
- [13/32] incubator-tinkerpop git commit: Fix HTTP keepalive support - posted by ok...@apache.org on 2016/02/26 18:51:42 UTC, 0 replies.
- [14/32] incubator-tinkerpop git commit: Made some adjustments based on pull request feedback. - posted by ok...@apache.org on 2016/02/26 18:51:43 UTC, 0 replies.
- [15/32] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1085' into tp31 - posted by ok...@apache.org on 2016/02/26 18:51:44 UTC, 0 replies.
- [16/32] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/02/26 18:51:45 UTC, 0 replies.
- [17/32] incubator-tinkerpop git commit: Merge branch 'fix-http-keepalive' of https://github.com/banjiewen/incubator-tinkerpop into tp31 - posted by ok...@apache.org on 2016/02/26 18:51:46 UTC, 0 replies.
- [18/32] incubator-tinkerpop git commit: Bumped archetype poms to 3.2.0-SNAPSHOT. - posted by ok...@apache.org on 2016/02/26 18:51:47 UTC, 0 replies.
- [19/32] incubator-tinkerpop git commit: Very minor grammatical fix in reference docs CTR - posted by ok...@apache.org on 2016/02/26 18:51:48 UTC, 0 replies.
- [20/32] incubator-tinkerpop git commit: Fixed asciidoc formatting warning. - posted by ok...@apache.org on 2016/02/26 18:51:49 UTC, 0 replies.
- [21/32] incubator-tinkerpop git commit: Bump to groovy 2.4.6. - posted by ok...@apache.org on 2016/02/26 18:51:50 UTC, 0 replies.
- [22/32] incubator-tinkerpop git commit: Removed some redundant text in NOTICE - CTR - posted by ok...@apache.org on 2016/02/26 18:51:51 UTC, 0 replies.
- [23/32] incubator-tinkerpop git commit: Add a note about AWK version for doc processing to dev docs. - posted by ok...@apache.org on 2016/02/26 18:51:52 UTC, 0 replies.
- [24/32] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1172' into tp31 - posted by ok...@apache.org on 2016/02/26 18:51:53 UTC, 0 replies.
- [25/32] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-937' into tp31 - posted by ok...@apache.org on 2016/02/26 18:51:54 UTC, 0 replies.
- [26/32] incubator-tinkerpop git commit: Change formatting of archetype header to be under gremlin applications header. - posted by ok...@apache.org on 2016/02/26 18:51:55 UTC, 0 replies.
- [27/32] incubator-tinkerpop git commit: Added a test for iterating Vertex properties() on detached - posted by ok...@apache.org on 2016/02/26 18:51:56 UTC, 0 replies.
- [28/32] incubator-tinkerpop git commit: Added some extra asserts to DetachedVertex in gremlin server - posted by ok...@apache.org on 2016/02/26 18:51:57 UTC, 0 replies.
- [29/32] incubator-tinkerpop git commit: Disabled full build of appveyor until it is stable. - posted by ok...@apache.org on 2016/02/26 18:51:58 UTC, 0 replies.
- [30/32] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/02/26 18:51:59 UTC, 0 replies.
- [31/32] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1166 - posted by ok...@apache.org on 2016/02/26 18:52:00 UTC, 0 replies.
- [32/32] incubator-tinkerpop git commit: mvn complained about GroovyUnionTest missing methods... No clue why. However, I noticed we dont have Override so I added them. Reran the test suite and it just worked. ... ah, I know why, I was building and I check - posted by ok...@apache.org on 2016/02/26 18:52:01 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Added serialization support for TraversalExplanation. - posted by sp...@apache.org on 2016/02/26 20:14:25 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1147' into tp31 - posted by sp...@apache.org on 2016/02/26 20:14:26 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Added some more asserts around variable scoping with interpreter mode. - posted by sp...@apache.org on 2016/02/26 20:36:23 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Allow ScriptEngine to accept scripts in interpreter mode. - posted by sp...@apache.org on 2016/02/26 20:36:24 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: With the bump to groovy 2.4.6 this class is no longer needed. - posted by sp...@apache.org on 2016/02/26 20:36:25 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1107' into tp31 - posted by sp...@apache.org on 2016/02/26 20:36:26 UTC, 0 replies.
- incubator-tinkerpop git commit: added a GroupCountTest that uses two sideEffect cap() calls in the same traversal with OLTP projecting select(keys). Little bit of a hole I got into trying to get it to work. However, now SupplyingBarrierSteps can be anywh - posted by ok...@apache.org on 2016/02/26 21:16:58 UTC, 0 replies.
- incubator-tinkerpop git commit: forgot to include update to ComputerVerificationStrategyTest. - posted by ok...@apache.org on 2016/02/26 21:18:37 UTC, 0 replies.
- incubator-tinkerpop git commit: Bump to netty 4.0.34.Final - posted by sp...@apache.org on 2016/02/27 00:19:51 UTC, 0 replies.
- incubator-tinkerpop git commit: Update CHANGELOG. - posted by sp...@apache.org on 2016/02/27 00:20:42 UTC, 0 replies.
- incubator-tinkerpop git commit: OMG I was in a bug hole for 2 hours straight with a bad if()-statement. So burnt. Anywho, TraverserMapReduce is no longer needed -- everything is completely handled by GraphComputer.Memory. There is one last step to get to - posted by ok...@apache.org on 2016/02/27 00:30:40 UTC, 0 replies.
- incubator-tinkerpop git commit: Cleaned up ComputerVerificationStrategy. There are few nick-nacks left to do. Added comments about why particular ComputerVertificationExceptions are thrown so its clear what is and is not legal on OLAP. - posted by ok...@apache.org on 2016/02/27 02:51:14 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: TINKERPOP-1179 - Archetypes modules won't compile due to https://issues.apache.org/jira/browse/ARCHETYPE-488 - posted by sp...@apache.org on 2016/02/29 13:07:30 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Enable "install" on appveyor stability branch. - posted by sp...@apache.org on 2016/02/29 13:07:31 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Barrier is generalizes a bunch of ahoc behavior I had distributed everywhere. It is the means by which OLAP becomes OLTP. If you need to analyze a TraverserSet, your step needs to extend Barrier. - posted by ok...@apache.org on 2016/02/29 17:47:01 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Barrier is generalizes a bunch of ahoc behavior I had distributed everywhere. It is the means by which OLAP becomes OLTP. If you need to analyze a TraverserSet, your step needs to extend Barrier. - posted by ok...@apache.org on 2016/02/29 17:47:02 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: now that TraversalVertexProgram.terminate() is so complex, a bug in GiraphMemory popped up. Created PassthroughMemory as a fix for Giraph. Basically, its a wrapper around GiraphMemory where all set() operations go in - posted by ok...@apache.org on 2016/02/29 18:54:11 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: minor nothings. running full integration tests on this branch and then will VOTE it out. - posted by ok...@apache.org on 2016/02/29 18:54:12 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed the case of a file to match the class name. - posted by sp...@apache.org on 2016/02/29 23:31:14 UTC, 0 replies.