You are viewing a plain text version of this content. The canonical link for it is here.
- incubator-tinkerpop git commit: fixed a bug in SelectStep around multi-label traversals. - posted by ok...@apache.org on 2015/05/01 00:07:35 UTC, 2 replies.
- incubator-tinkerpop git commit: added support for Steps having multiple labels. - posted by ok...@apache.org on 2015/05/01 00:34:23 UTC, 0 replies.
- incubator-tinkerpop git commit: super optimization to WhereStep I never realized before. - posted by ok...@apache.org on 2015/05/01 01:12:48 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Dropped BatchGraph. - posted by sp...@apache.org on 2015/05/01 15:03:42 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Dropped BatchGraph. - posted by sp...@apache.org on 2015/05/01 15:03:43 UTC, 0 replies.
- incubator-tinkerpop git commit: Drop BatchGraph docs. - posted by sp...@apache.org on 2015/05/01 15:14:54 UTC, 0 replies.
- incubator-tinkerpop git commit: Add docs around changes to IO and serialization formats. - posted by sp...@apache.org on 2015/05/01 15:37:43 UTC, 0 replies.
- incubator-tinkerpop git commit: Update with IO instructions. - posted by sp...@apache.org on 2015/05/01 16:40:36 UTC, 0 replies.
- [1/6] incubator-tinkerpop git commit: Dropped BatchGraph. - posted by ok...@apache.org on 2015/05/01 16:59:05 UTC, 0 replies.
- [2/6] incubator-tinkerpop git commit: Dropped BatchGraph. - posted by ok...@apache.org on 2015/05/01 16:59:06 UTC, 0 replies.
- [3/6] incubator-tinkerpop git commit: Drop BatchGraph docs. - posted by ok...@apache.org on 2015/05/01 16:59:07 UTC, 0 replies.
- [4/6] incubator-tinkerpop git commit: Add docs around changes to IO and serialization formats. - posted by ok...@apache.org on 2015/05/01 16:59:08 UTC, 0 replies.
- [5/6] incubator-tinkerpop git commit: Merge branch 'master' into multi-label-steps - posted by ok...@apache.org on 2015/05/01 16:59:09 UTC, 0 replies.
- [6/6] incubator-tinkerpop git commit: Multi-label steps complete. Cleaned up various aspects of the code base related to multi-labels in both steps and paths. - posted by ok...@apache.org on 2015/05/01 16:59:10 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: added support for Steps having multiple labels. - posted by ok...@apache.org on 2015/05/01 16:59:25 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: super optimization to WhereStep I never realized before. - posted by ok...@apache.org on 2015/05/01 16:59:26 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: Merge branch 'master' into multi-label-steps - posted by ok...@apache.org on 2015/05/01 16:59:27 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: Multi-label steps complete. Cleaned up various aspects of the code base related to multi-labels in both steps and paths. - posted by ok...@apache.org on 2015/05/01 16:59:28 UTC, 0 replies.
- [5/5] incubator-tinkerpop git commit: Merge branch 'multi-label-steps' - posted by ok...@apache.org on 2015/05/01 16:59:29 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug I introduced in ReadOnlyStrategyProcessTest -- [~spmallette] you may want to see what I did (last method with a TODO for you). Simplified TraversalVerificationStrategy. - posted by ok...@apache.org on 2015/05/01 17:06:22 UTC, 0 replies.
- [01/50] [abbrv] incubator-tinkerpop git commit: Properly constructed a typed array list for GraphSON. - posted by sp...@apache.org on 2015/05/01 17:52:32 UTC, 0 replies.
- [02/50] [abbrv] incubator-tinkerpop git commit: touchups to TestFileReaderWriterHelper. - posted by sp...@apache.org on 2015/05/01 17:52:33 UTC, 0 replies.
- [03/50] [abbrv] incubator-tinkerpop git commit: removed Compare.inside and Compare.outside as they can be composed from more primitive comparators. HasStep and IsStep now take predicate arrays. - posted by sp...@apache.org on 2015/05/01 17:52:34 UTC, 0 replies.
- [04/50] [abbrv] incubator-tinkerpop git commit: added a note about import static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.*..thanks @dkuppitz. - posted by sp...@apache.org on 2015/05/01 17:52:35 UTC, 0 replies.
- [05/50] [abbrv] incubator-tinkerpop git commit: users can not double name a step with as(). - posted by sp...@apache.org on 2015/05/01 17:52:36 UTC, 0 replies.
- [06/50] [abbrv] incubator-tinkerpop git commit: users can not double name a step with as(). - posted by sp...@apache.org on 2015/05/01 17:52:37 UTC, 0 replies.
- [07/50] [abbrv] incubator-tinkerpop git commit: fixed a minor typo bug in docs. - posted by sp...@apache.org on 2015/05/01 17:52:38 UTC, 0 replies.
- [08/50] [abbrv] incubator-tinkerpop git commit: fixed minor bug around IsStep and reimplemented RangeByIsCountStrategy - posted by sp...@apache.org on 2015/05/01 17:52:39 UTC, 0 replies.
- [09/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop - posted by sp...@apache.org on 2015/05/01 17:52:40 UTC, 0 replies.
- [10/50] [abbrv] incubator-tinkerpop git commit: Add some javadoc to GraphReader/Writer and GraphSON implementations. - posted by sp...@apache.org on 2015/05/01 17:52:41 UTC, 0 replies.
- [11/50] [abbrv] incubator-tinkerpop git commit: Drop some todo comments - posted by sp...@apache.org on 2015/05/01 17:52:42 UTC, 0 replies.
- [12/50] [abbrv] incubator-tinkerpop git commit: Fix serialization assertion in integration test after GraphSON refactoring. - posted by sp...@apache.org on 2015/05/01 17:52:43 UTC, 0 replies.
- [13/50] [abbrv] incubator-tinkerpop git commit: Fixed bug in gremlin server load script - calling bad method. - posted by sp...@apache.org on 2015/05/01 17:52:44 UTC, 0 replies.
- [14/50] [abbrv] incubator-tinkerpop git commit: Get rid of some object creation in serialization of a ResponseMessage. - posted by sp...@apache.org on 2015/05/01 17:52:45 UTC, 0 replies.
- [15/50] [abbrv] incubator-tinkerpop git commit: Got normalization back into GraphSON serialization. - posted by sp...@apache.org on 2015/05/01 17:52:46 UTC, 0 replies.
- [16/50] [abbrv] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/05/01 17:52:47 UTC, 0 replies.
- [17/50] [abbrv] incubator-tinkerpop git commit: Add GraphReader/Writer functions for Property and VertexProperty. - posted by sp...@apache.org on 2015/05/01 17:52:48 UTC, 0 replies.
- [18/50] [abbrv] incubator-tinkerpop git commit: Update javadoc on GraphReader/Writer a bit. - posted by sp...@apache.org on 2015/05/01 17:52:49 UTC, 0 replies.
- [19/50] [abbrv] incubator-tinkerpop git commit: Finalize a bunch of variables for code consistency. - posted by sp...@apache.org on 2015/05/01 17:52:50 UTC, 0 replies.
- [20/50] [abbrv] incubator-tinkerpop git commit: select() now works off the path labels, not via a static analysis of the traversal. Thanks Matt Frantz. - posted by sp...@apache.org on 2015/05/01 17:52:51 UTC, 0 replies.
- [21/50] [abbrv] incubator-tinkerpop git commit: Name of class that generated test/sample data changed. - posted by sp...@apache.org on 2015/05/01 17:52:52 UTC, 0 replies.
- [22/50] [abbrv] incubator-tinkerpop git commit: Remove unused import. - posted by sp...@apache.org on 2015/05/01 17:52:53 UTC, 0 replies.
- [23/50] [abbrv] incubator-tinkerpop git commit: Fix up filters for javadoc core. - posted by sp...@apache.org on 2015/05/01 17:52:54 UTC, 0 replies.
- [24/50] [abbrv] incubator-tinkerpop git commit: Javadoc improvements for IO. - posted by sp...@apache.org on 2015/05/01 17:52:55 UTC, 0 replies.
- [25/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/01 17:52:56 UTC, 0 replies.
- [26/50] [abbrv] incubator-tinkerpop git commit: Replace all
tags in javadoc with

for consistency. - posted by sp...@apache.org on 2015/05/01 17:52:57 UTC, 0 replies.
- [27/50] [abbrv] incubator-tinkerpop git commit: relaxed equality and inequality checks for numbers - posted by sp...@apache.org on 2015/05/01 17:52:58 UTC, 0 replies.
- [28/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop - posted by sp...@apache.org on 2015/05/01 17:52:59 UTC, 0 replies.
- [29/50] [abbrv] incubator-tinkerpop git commit: Add an example to the javadoc in the GryoMapper. - posted by sp...@apache.org on 2015/05/01 17:53:00 UTC, 0 replies.
- [30/50] [abbrv] incubator-tinkerpop git commit: Update javadoc for some of the GraphSON. - posted by sp...@apache.org on 2015/05/01 17:53:01 UTC, 0 replies.
- [31/50] [abbrv] incubator-tinkerpop git commit: Groovy-Gremlin test suite now using ScriptEngine bindings so IDs are not string generated by pulled from bindings. - posted by sp...@apache.org on 2015/05/01 17:53:02 UTC, 0 replies.
- [32/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/01 17:53:03 UTC, 0 replies.
- [33/50] [abbrv] incubator-tinkerpop git commit: Update javadoc in IO packages. - posted by sp...@apache.org on 2015/05/01 17:53:04 UTC, 0 replies.
- [34/50] [abbrv] incubator-tinkerpop git commit: Update NOTICE. - posted by sp...@apache.org on 2015/05/01 17:53:05 UTC, 0 replies.
- [35/50] [abbrv] incubator-tinkerpop git commit: TraversalSideEffects now make use of Java8 Optional. Less code to maintain and easier to understand semantics for users. - posted by sp...@apache.org on 2015/05/01 17:53:06 UTC, 0 replies.
- [36/50] [abbrv] incubator-tinkerpop git commit: minor nothing generics tweak. - posted by sp...@apache.org on 2015/05/01 17:53:07 UTC, 0 replies.
- [37/50] [abbrv] incubator-tinkerpop git commit: minor fix ups to SideEffectCapStep. - posted by sp...@apache.org on 2015/05/01 17:53:08 UTC, 0 replies.
- [38/50] [abbrv] incubator-tinkerpop git commit: Reduce logging level - calm Gremlin Server console output a bit. - posted by sp...@apache.org on 2015/05/01 17:53:09 UTC, 0 replies.
- [39/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/01 17:53:10 UTC, 0 replies.
- [40/50] [abbrv] incubator-tinkerpop git commit: Relaxed number comparisons for Compare.[gt, lt, gte, lte] and added more test cases in CompareTest - posted by sp...@apache.org on 2015/05/01 17:53:11 UTC, 0 replies.
- [41/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop - posted by sp...@apache.org on 2015/05/01 17:53:12 UTC, 0 replies.
- [42/50] [abbrv] incubator-tinkerpop git commit: fixed a bug in SelectStep around multi-label traversals. - posted by sp...@apache.org on 2015/05/01 17:53:13 UTC, 0 replies.
- [43/50] [abbrv] incubator-tinkerpop git commit: fixed a bug in SelectStep around multi-label traversals. - posted by sp...@apache.org on 2015/05/01 17:53:14 UTC, 0 replies.
- [44/50] [abbrv] incubator-tinkerpop git commit: fixed a bug in SelectStep around multi-label traversals. - posted by sp...@apache.org on 2015/05/01 17:53:15 UTC, 0 replies.
- [45/50] [abbrv] incubator-tinkerpop git commit: Dropped BatchGraph. - posted by sp...@apache.org on 2015/05/01 17:53:16 UTC, 0 replies.
- [46/50] [abbrv] incubator-tinkerpop git commit: Dropped BatchGraph. - posted by sp...@apache.org on 2015/05/01 17:53:17 UTC, 0 replies.
- [47/50] [abbrv] incubator-tinkerpop git commit: Drop BatchGraph docs. - posted by sp...@apache.org on 2015/05/01 17:53:18 UTC, 0 replies.
- [48/50] [abbrv] incubator-tinkerpop git commit: Add docs around changes to IO and serialization formats. - posted by sp...@apache.org on 2015/05/01 17:53:19 UTC, 0 replies.
- [49/50] [abbrv] incubator-tinkerpop git commit: Update with IO instructions. - posted by sp...@apache.org on 2015/05/01 17:53:20 UTC, 0 replies.
- [50/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into variables - posted by sp...@apache.org on 2015/05/01 17:53:21 UTC, 0 replies.
- incubator-tinkerpop git commit: updated the preprocessor.sh to show the line and line number that failed if there is an Exception when processing the ascii source docs. fixed up traversal docs with Optional semantics work on TraveraslSideEffects. - posted by ok...@apache.org on 2015/05/01 18:29:50 UTC, 0 replies.
- svn commit: r1677175 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/05/01 18:32:23 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Added an extra byte to Gryo serialization of StarGraph to denote version. - posted by sp...@apache.org on 2015/05/01 18:38:54 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/01 18:38:55 UTC, 18 replies.
- svn commit: r1677183 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by ok...@apache.org on 2015/05/01 18:56:19 UTC, 0 replies.
- incubator-tinkerpop git commit: publish-docs.sh does not upload the tinkerpop3.graffle. - posted by ok...@apache.org on 2015/05/01 19:01:15 UTC, 0 replies.
- Git Push Summary - posted by ok...@apache.org on 2015/05/01 19:21:20 UTC, 23 replies.
- incubator-tinkerpop git commit: Path and Step labels are now ordered according to the order of the addLabel() calls. - posted by ok...@apache.org on 2015/05/01 20:21:18 UTC, 0 replies.
- incubator-tinkerpop git commit: Changed IoRegistry to an interface that vendors implement. - posted by sp...@apache.org on 2015/05/01 20:49:14 UTC, 0 replies.
- svn commit: r1677212 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by sp...@apache.org on 2015/05/01 21:04:32 UTC, 0 replies.
- svn commit: r1677214 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by sp...@apache.org on 2015/05/01 21:17:07 UTC, 0 replies.
- svn commit: r1677216 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by sp...@apache.org on 2015/05/01 21:51:19 UTC, 0 replies.
- svn commit: r1677217 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by sp...@apache.org on 2015/05/01 22:03:50 UTC, 0 replies.
- incubator-tinkerpop git commit: Add one more code snippet for io section for vendors. - posted by sp...@apache.org on 2015/05/01 22:07:05 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: added test-cases for multi-labels - posted by dk...@apache.org on 2015/05/01 22:34:40 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop - posted by dk...@apache.org on 2015/05/01 22:34:41 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop - posted by dk...@apache.org on 2015/05/01 22:34:42 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: fixed select tests - posted by dk...@apache.org on 2015/05/01 22:34:43 UTC, 0 replies.
- [5/5] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop - posted by dk...@apache.org on 2015/05/01 22:34:44 UTC, 0 replies.
- incubator-tinkerpop git commit: HadoopGraph's GraphComputers are vendor-agnostic. Any vendor can leverage them as long as they provide appropriate Input/OutputFormats for their graph system. Added PersistResultGraphAware interface which allows vendors to - posted by ok...@apache.org on 2015/05/01 22:44:32 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Fix for TINKERPOP3-642 where ElementIdStrategy was not setting the id field directly if specified. - posted by sp...@apache.org on 2015/05/01 22:58:09 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/05/01 22:58:10 UTC, 1 replies.
- incubator-tinkerpop git commit: clean up on AbstractHadoopGraphComputer and added section to docs on how vendors can leverage Hadoop-Gremlin for their graph system. - posted by ok...@apache.org on 2015/05/01 23:44:30 UTC, 0 replies.
- svn commit: r1677242 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/05/01 23:44:49 UTC, 0 replies.
- svn commit: r1677243 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by ok...@apache.org on 2015/05/02 00:08:32 UTC, 0 replies.
- incubator-tinkerpop git commit: Remove Terminator message from Gremlin Server protocol. - posted by sp...@apache.org on 2015/05/03 12:33:53 UTC, 0 replies.
- incubator-tinkerpop git commit: Update docs given the removal of terminator message in Gremlin Server protocol. - posted by sp...@apache.org on 2015/05/04 14:30:03 UTC, 0 replies.
- incubator-tinkerpop git commit: Add an example for how to register a strategy in Gremlin Server. - posted by sp...@apache.org on 2015/05/04 15:46:35 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in ProfileStep.MapReduce that occur when there are numerous KeyValues to the same key -- e.g. Hadoop with numerous reducers. - posted by ok...@apache.org on 2015/05/04 15:58:38 UTC, 0 replies.
- incubator-tinkerpop git commit: if the vertex is already a StarVertex, then StarGraph.of(vertex) simply returns vertex.graph(). This halfs the object creation and memory footprint of VertexWritable heading to a GraphWriter. Also, VertexWritable automatic - posted by ok...@apache.org on 2015/05/04 16:37:42 UTC, 0 replies.
- incubator-tinkerpop git commit: GraphSONReaderReader and GryoRecordReader now directly use the StarGraph.StarVertex as it is simply fed into a VertexWritable. This makes it so we don't create a StarGraph at the XXXReader and then again at the XXXRecordRe - posted by ok...@apache.org on 2015/05/04 17:05:03 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/05/04 17:32:12 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/04 17:32:13 UTC, 2 replies.
- [3/3] incubator-tinkerpop git commit: Update javadoc on ElementIdStrategy. - posted by sp...@apache.org on 2015/05/04 17:32:14 UTC, 0 replies.
- incubator-tinkerpop git commit: This closes #58 - posted by ok...@apache.org on 2015/05/04 17:38:16 UTC, 0 replies.
- [1/8] incubator-tinkerpop git commit: Add an example for how to register a strategy in Gremlin Server. - posted by sp...@apache.org on 2015/05/04 17:48:22 UTC, 0 replies.
- [2/8] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/05/04 17:48:23 UTC, 0 replies.
- [3/8] incubator-tinkerpop git commit: fixed a bug in ProfileStep.MapReduce that occur when there are numerous KeyValues to the same key -- e.g. Hadoop with numerous reducers. - posted by sp...@apache.org on 2015/05/04 17:48:24 UTC, 0 replies.
- [4/8] incubator-tinkerpop git commit: if the vertex is already a StarVertex, then StarGraph.of(vertex) simply returns vertex.graph(). This halfs the object creation and memory footprint of VertexWritable heading to a GraphWriter. Also, VertexWritable aut - posted by sp...@apache.org on 2015/05/04 17:48:25 UTC, 0 replies.
- [5/8] incubator-tinkerpop git commit: GraphSONReaderReader and GryoRecordReader now directly use the StarGraph.StarVertex as it is simply fed into a VertexWritable. This makes it so we don't create a StarGraph at the XXXReader and then again at the XXXRe - posted by sp...@apache.org on 2015/05/04 17:48:26 UTC, 0 replies.
- [6/8] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/04 17:48:27 UTC, 0 replies.
- [7/8] incubator-tinkerpop git commit: Update javadoc on ElementIdStrategy. - posted by sp...@apache.org on 2015/05/04 17:48:28 UTC, 0 replies.
- [8/8] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into gs-protocol - posted by sp...@apache.org on 2015/05/04 17:48:29 UTC, 0 replies.
- incubator-tinkerpop git commit: minor README update. - posted by ok...@apache.org on 2015/05/04 18:58:07 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Remove Terminator message from Gremlin Server protocol. - posted by sp...@apache.org on 2015/05/04 22:18:53 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Update docs given the removal of terminator message in Gremlin Server protocol. - posted by sp...@apache.org on 2015/05/04 22:18:54 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into gs-protocol - posted by sp...@apache.org on 2015/05/04 22:18:55 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/04 22:18:56 UTC, 4 replies.
- incubator-tinkerpop git commit: first stab at lifecycles. - posted by ok...@apache.org on 2015/05/04 22:25:32 UTC, 0 replies.
- incubator-tinkerpop git commit: Update changelog for some gremlin server changes. - posted by sp...@apache.org on 2015/05/04 22:31:50 UTC, 0 replies.
- [1/6] incubator-tinkerpop git commit: Remove Terminator message from Gremlin Server protocol. - posted by ok...@apache.org on 2015/05/05 00:32:22 UTC, 0 replies.
- [2/6] incubator-tinkerpop git commit: Update docs given the removal of terminator message in Gremlin Server protocol. - posted by ok...@apache.org on 2015/05/05 00:32:23 UTC, 0 replies.
- [3/6] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into gs-protocol - posted by ok...@apache.org on 2015/05/05 00:32:24 UTC, 0 replies.
- [4/6] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by ok...@apache.org on 2015/05/05 00:32:25 UTC, 0 replies.
- [5/6] incubator-tinkerpop git commit: Update changelog for some gremlin server changes. - posted by ok...@apache.org on 2015/05/05 00:32:26 UTC, 0 replies.
- [6/6] incubator-tinkerpop git commit: Merge branch 'master' into lifecylces - posted by ok...@apache.org on 2015/05/05 00:32:27 UTC, 0 replies.
- incubator-tinkerpop git commit: traversal lifecycles implemented. pretty basic, nice separation. would really like to get ComputerTraversalEngine strategy in there as that would seal the deal. - posted by ok...@apache.org on 2015/05/05 01:15:50 UTC, 0 replies.
- incubator-tinkerpop git commit: bumped version to 3.0.0.M9-incubating-rc1. - posted by ok...@apache.org on 2015/05/05 01:17:05 UTC, 0 replies.
- incubator-tinkerpop git commit: bumped back to SNAPSHOT. - posted by ok...@apache.org on 2015/05/05 01:18:02 UTC, 1 replies.
- incubator-tinkerpop git commit: bingo. TraversalEngines now can register and de-register strategies. A fully self-contained strategy model. - posted by ok...@apache.org on 2015/05/05 02:06:25 UTC, 0 replies.
- incubator-tinkerpop git commit: withStrategies() and withoutStrategies() is now part of the TraversalEngine.Builder. JavaDoc. - posted by ok...@apache.org on 2015/05/05 15:52:48 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in HasNextTraversal and its relation to ChooseStep. Also, fixed a similar bug in OrderGlobalStep. - posted by ok...@apache.org on 2015/05/05 16:23:58 UTC, 0 replies.
- incubator-tinkerpop git commit: If a user needs to provide a traversal strategy that doesn't nicely fit into the provided traversal categories, they can sort outside the category boundaries. - posted by ok...@apache.org on 2015/05/05 17:50:55 UTC, 0 replies.
- [1/8] incubator-tinkerpop git commit: first stab at lifecycles. - posted by ok...@apache.org on 2015/05/05 17:51:27 UTC, 0 replies.
- [2/8] incubator-tinkerpop git commit: Merge branch 'master' into lifecylces - posted by ok...@apache.org on 2015/05/05 17:51:28 UTC, 0 replies.
- [3/8] incubator-tinkerpop git commit: traversal lifecycles implemented. pretty basic, nice separation. would really like to get ComputerTraversalEngine strategy in there as that would seal the deal. - posted by ok...@apache.org on 2015/05/05 17:51:29 UTC, 0 replies.
- [4/8] incubator-tinkerpop git commit: bingo. TraversalEngines now can register and de-register strategies. A fully self-contained strategy model. - posted by ok...@apache.org on 2015/05/05 17:51:30 UTC, 0 replies.
- [5/8] incubator-tinkerpop git commit: withStrategies() and withoutStrategies() is now part of the TraversalEngine.Builder. JavaDoc. - posted by ok...@apache.org on 2015/05/05 17:51:31 UTC, 0 replies.
- [6/8] incubator-tinkerpop git commit: fixed a bug in HasNextTraversal and its relation to ChooseStep. Also, fixed a similar bug in OrderGlobalStep. - posted by ok...@apache.org on 2015/05/05 17:51:32 UTC, 0 replies.
- [7/8] incubator-tinkerpop git commit: If a user needs to provide a traversal strategy that doesn't nicely fit into the provided traversal categories, they can sort outside the category boundaries. - posted by ok...@apache.org on 2015/05/05 17:51:33 UTC, 0 replies.
- [8/8] incubator-tinkerpop git commit: Merge branch 'master' into lifecylces - posted by ok...@apache.org on 2015/05/05 17:51:34 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Construct error message using static member variable. - posted by sp...@apache.org on 2015/05/05 18:28:40 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Added some javadoc to Graph. - posted by sp...@apache.org on 2015/05/05 18:28:41 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/05 18:28:42 UTC, 1 replies.
- [4/4] incubator-tinkerpop git commit: GryoPool now takes a Configuration object. - posted by sp...@apache.org on 2015/05/05 18:28:43 UTC, 0 replies.
- incubator-tinkerpop git commit: added doc on groupCount by() modulation and fixed up the TraversalStrategies section with talk of strategy categories. - posted by ok...@apache.org on 2015/05/05 19:01:24 UTC, 0 replies.
- svn commit: r1677861 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/05/05 19:01:56 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Quick updates to javadoc. - posted by sp...@apache.org on 2015/05/05 19:06:51 UTC, 0 replies.
- svn commit: r1677870 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by ok...@apache.org on 2015/05/05 19:47:14 UTC, 0 replies.
- incubator-tinkerpop git commit: Add some javadoc to TraversalStrategy marker interfaces. - posted by sp...@apache.org on 2015/05/05 20:00:41 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed up properties file in Hadoop to use new non -vertices. Updated Hadoop docs with latest updates to TP3. - posted by ok...@apache.org on 2015/05/05 20:54:14 UTC, 0 replies.
- [1/9] incubator-tinkerpop git commit: implemented HalfStepTraversalStrategy - posted by dk...@apache.org on 2015/05/05 20:57:39 UTC, 0 replies.
- [2/9] incubator-tinkerpop git commit: don't optimize .select() in HalfStepTraversalStrategy - posted by dk...@apache.org on 2015/05/05 20:57:40 UTC, 0 replies.
- [3/9] incubator-tinkerpop git commit: optimized HalfStepTraversalStrategy - posted by dk...@apache.org on 2015/05/05 20:57:41 UTC, 0 replies.
- [4/9] incubator-tinkerpop git commit: added HalfStepTraversalStrategy tests - posted by dk...@apache.org on 2015/05/05 20:57:42 UTC, 0 replies.
- [5/9] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP3-654 - posted by dk...@apache.org on 2015/05/05 20:57:43 UTC, 0 replies.
- [6/9] incubator-tinkerpop git commit: use new TraversalStrategy model - posted by dk...@apache.org on 2015/05/05 20:57:44 UTC, 0 replies.
- [7/9] incubator-tinkerpop git commit: removed optimization from HalfStepTraversalStrategy that broke SubgraphStrategy in some cases - posted by dk...@apache.org on 2015/05/05 20:57:45 UTC, 0 replies.
- [8/9] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP3-654 - posted by dk...@apache.org on 2015/05/05 20:57:46 UTC, 0 replies.
- [9/9] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop - posted by dk...@apache.org on 2015/05/05 20:57:47 UTC, 0 replies.
- incubator-tinkerpop git commit: renamed HalfStepStrategy to AdjacentToIndicentStrategy. Updated CHANGELOG. - posted by ok...@apache.org on 2015/05/05 21:07:19 UTC, 0 replies.
- incubator-tinkerpop git commit: finalized TokenTraveral. - posted by ok...@apache.org on 2015/05/05 21:23:14 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: Make profiler for driver a bit more robust. - posted by sp...@apache.org on 2015/05/05 21:39:55 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: Remove some of the printlns from the profiler. - posted by sp...@apache.org on 2015/05/05 21:39:56 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: Minor adjustments to log output and thread naming. - posted by sp...@apache.org on 2015/05/05 21:39:57 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: Minor adjustments to log output. - posted by sp...@apache.org on 2015/05/05 21:39:58 UTC, 0 replies.
- [5/5] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/05 21:39:59 UTC, 1 replies.
- incubator-tinkerpop git commit: Some more log message changes for profiler. - posted by sp...@apache.org on 2015/05/05 21:46:27 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: refactored AdjacentToIncidentStrategy code - improved code readability - posted by dk...@apache.org on 2015/05/05 22:01:35 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop - posted by dk...@apache.org on 2015/05/05 22:01:36 UTC, 3 replies.
- [1/4] incubator-tinkerpop git commit: Added VertexFeatures.getCardinality(key). - posted by sp...@apache.org on 2015/05/05 22:04:01 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/05/05 22:04:02 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Update javadoc. - posted by sp...@apache.org on 2015/05/05 22:04:03 UTC, 0 replies.
- incubator-tinkerpop git commit: moved FastNoSuchElementException to util/ -- don't know why it was in core process/. JavaDoc'd all the core process/ interfaces. - posted by ok...@apache.org on 2015/05/06 00:18:52 UTC, 0 replies.
- incubator-tinkerpop git commit: made ConjunctionStrategy a bit faster. - posted by ok...@apache.org on 2015/05/06 00:22:26 UTC, 0 replies.
- incubator-tinkerpop git commit: added JavaDoc for AdjacentToIncidentStrategy - posted by dk...@apache.org on 2015/05/06 02:06:22 UTC, 0 replies.
- incubator-tinkerpop git commit: prettier output for JavaDoc examples - posted by dk...@apache.org on 2015/05/06 02:34:58 UTC, 0 replies.
- incubator-tinkerpop git commit: optimize child traversals of ConjunctionSteps in AdjacentToIncidentStrategy - posted by dk...@apache.org on 2015/05/06 12:32:06 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Fixed bug in HasContainer that wasn't handling within properly for ids. - posted by sp...@apache.org on 2015/05/06 13:21:40 UTC, 0 replies.
- incubator-tinkerpop git commit: Update readme around issue tracker usage. - posted by sp...@apache.org on 2015/05/06 13:31:13 UTC, 0 replies.
- incubator-tinkerpop git commit: Use resource accessors in IoTest. - posted by sp...@apache.org on 2015/05/06 13:48:22 UTC, 0 replies.
- incubator-tinkerpop git commit: Provides a fix for TINKERPOP3-660 with the GraphMLReader. - posted by sp...@apache.org on 2015/05/06 14:26:49 UTC, 0 replies.
- incubator-tinkerpop git commit: Get rid of .stream() usage. - posted by sp...@apache.org on 2015/05/06 14:40:42 UTC, 0 replies.
- incubator-tinkerpop git commit: Stop rounding seconds in profiler. - posted by sp...@apache.org on 2015/05/06 14:45:03 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixes up TINKERPOP3-661 which caused problems with graphs that don't support user supplied ids in IO. - posted by sp...@apache.org on 2015/05/06 15:34:45 UTC, 0 replies.
- incubator-tinkerpop git commit: Enforce equality of the StarAdjacentVertex to Vertex and StarVertex. - posted by sp...@apache.org on 2015/05/06 15:48:00 UTC, 0 replies.
- incubator-tinkerpop git commit: @dkuppitz style JavaDoc for various TraversalStrategies. Added test cases for various strategies using the @spmallette model for strategy testing. HasNextTraversal is a traversal parent. AbstractLambdaTraversal can receive - posted by ok...@apache.org on 2015/05/06 16:46:10 UTC, 0 replies.
- svn commit: r1678015 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/05/06 16:57:55 UTC, 0 replies.
- incubator-tinkerpop git commit: implemented IncidentToAdjacentStrategy - posted by dk...@apache.org on 2015/05/06 17:07:48 UTC, 0 replies.
- svn commit: r1678021 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by ok...@apache.org on 2015/05/06 17:10:14 UTC, 0 replies.
- incubator-tinkerpop git commit: minor JavaDoc tweak. like relaly minor. - posted by ok...@apache.org on 2015/05/06 17:32:29 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: toString calls on some of the gremlin-driver objects were kinda expensive. - posted by sp...@apache.org on 2015/05/06 17:54:22 UTC, 0 replies.
- incubator-tinkerpop git commit: bumped to 3.0.0.M9-incubating-rc2 - posted by ok...@apache.org on 2015/05/06 17:54:57 UTC, 0 replies.
- incubator-tinkerpop git commit: bumped to 3.0.0.M9-incubating-rc2 - posted by ok...@apache.org on 2015/05/06 18:01:09 UTC, 0 replies.
- incubator-tinkerpop git commit: bumped back to SNAPSHOT -- sorry, have tag issues. - posted by ok...@apache.org on 2015/05/06 18:06:04 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: added new TraversalHelper method: hasStepOfAssignableClassRecursively - posted by dk...@apache.org on 2015/05/06 18:28:48 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: consider path- and lambda-steps in all child- and parent-traversals when applying IncidentToAdjacentStrategy - posted by dk...@apache.org on 2015/05/06 18:28:49 UTC, 0 replies.
- incubator-tinkerpop git commit: Traversal now propagates the graph object to nested traversals -- didnt see the sitution where a strategy needed a graph instance. @BrynCooke. - posted by ok...@apache.org on 2015/05/06 19:26:18 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: Move "profiling" class out of test for Gremlin Driver. - posted by sp...@apache.org on 2015/05/06 19:39:40 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/06 19:39:41 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/06 19:39:42 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: Refactored the profiling app to include more config options and optional logging to file. - posted by sp...@apache.org on 2015/05/06 19:39:43 UTC, 0 replies.
- incubator-tinkerpop git commit: anonymous traversals no longer have EmptyGraph as their graph given that Traverasl.getGraph() is Optional. This was confusing and caused problems for vendors. - posted by ok...@apache.org on 2015/05/06 19:55:46 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add a helper script to run the driver profiling tests. - posted by sp...@apache.org on 2015/05/06 19:57:57 UTC, 0 replies.
- incubator-tinkerpop git commit: Add a configuration tester for gremlin-driver. - posted by sp...@apache.org on 2015/05/06 21:42:49 UTC, 0 replies.
- incubator-tinkerpop git commit: updated CHANGELOG - posted by dk...@apache.org on 2015/05/06 21:58:17 UTC, 0 replies.
- incubator-tinkerpop git commit: renamed ComparatorHolderRemovalStrategy to OrderGlobalRemovalStrategy as it ONLY applies to OrderGlobalStep. Also, fixed up all the recent strategy test case where the engine was defined after applyStrategies(). JavaDoc. - posted by ok...@apache.org on 2015/05/06 22:16:57 UTC, 0 replies.
- incubator-tinkerpop git commit: more work on JavaDocs - posted by dk...@apache.org on 2015/05/06 22:18:56 UTC, 0 replies.
- incubator-tinkerpop git commit: barrier steps now have protected methods like their filter, map, etc. counterparts. - posted by ok...@apache.org on 2015/05/06 22:26:43 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in DedupGlobalStep's TraverserRequirements -- bulk, not sideEffects. - posted by ok...@apache.org on 2015/05/06 22:36:45 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Include a timeout for especially long configurations. - posted by sp...@apache.org on 2015/05/07 00:02:55 UTC, 0 replies.
- incubator-tinkerpop git commit: Optimized IncidentToAdjacentStrategy by implementing (and using) yet another TraversalHelper.hasStepOfAssignableClassRecursively() method. The new implementation accepts a collection of step classes. This way the recursion - posted by dk...@apache.org on 2015/05/07 00:36:25 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Removed platform dependent line feed. - posted by sp...@apache.org on 2015/05/07 13:12:54 UTC, 0 replies.
- incubator-tinkerpop git commit: By adding some log level checks, prevent expensive calls on String construction. - posted by sp...@apache.org on 2015/05/07 13:26:07 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Update javadoc - posted by sp...@apache.org on 2015/05/07 15:35:31 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Intern the response message after deserialization. - posted by sp...@apache.org on 2015/05/07 15:35:32 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Check debug level as there is a call to an expensive method. - posted by sp...@apache.org on 2015/05/07 15:35:33 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Implemented a method to execute process tests without strategies. TINKERPOP3-668 - posted by sp...@apache.org on 2015/05/07 15:35:34 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Update javadoc - posted by sp...@apache.org on 2015/05/07 15:36:08 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Intern the response message after deserialization. - posted by sp...@apache.org on 2015/05/07 15:36:09 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Check debug level as there is a call to an expensive method. - posted by sp...@apache.org on 2015/05/07 15:36:10 UTC, 0 replies.
- incubator-tinkerpop git commit: worked on core/ javadoc inclusion. - posted by ok...@apache.org on 2015/05/07 15:46:06 UTC, 0 replies.
- incubator-tinkerpop git commit: Update README. - posted by sp...@apache.org on 2015/05/07 16:04:31 UTC, 0 replies.
- incubator-tinkerpop git commit: Bump to junit 4.12. - posted by sp...@apache.org on 2015/05/07 16:16:57 UTC, 0 replies.
- incubator-tinkerpop git commit: TinkerGraph Computer and Standard tests now run against the process test suite without strategies -- well, a few key strategies are required. This is good to make sure that strategies are not changing the semantics of the - posted by ok...@apache.org on 2015/05/07 16:20:15 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: worked on core/ javadoc inclusion. - posted by ok...@apache.org on 2015/05/07 16:20:31 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch 'master' into no-strategy-test - posted by ok...@apache.org on 2015/05/07 16:20:32 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Implemented a method to execute process tests without strategies. TINKERPOP3-668 - posted by ok...@apache.org on 2015/05/07 16:21:03 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: TinkerGraph Computer and Standard tests now run against the process test suite without strategies -- well, a few key strategies are required. This is good to make sure that strategies are not changing the semantics o - posted by ok...@apache.org on 2015/05/07 16:21:04 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Merge branch 'master' into no-strategy-test - posted by ok...@apache.org on 2015/05/07 16:21:05 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop - posted by ok...@apache.org on 2015/05/07 16:21:06 UTC, 0 replies.
- incubator-tinkerpop git commit: Lots of good JavaDoc on how to write a TraversalStrategy. finalized various decoration/ strategies. ComputerResultStrategy has a PRIOR of ProfileStrategy. - posted by ok...@apache.org on 2015/05/07 16:40:26 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Bump to latest versions in gremlin-core. - posted by sp...@apache.org on 2015/05/07 16:40:47 UTC, 0 replies.
- incubator-tinkerpop git commit: Test for exceeding timeout after first run. - posted by sp...@apache.org on 2015/05/07 16:49:11 UTC, 0 replies.
- incubator-tinkerpop git commit: Strategy sorting converted to top-sort Added extra test to demonstrate previous sort was not working Added some docs - posted by ok...@apache.org on 2015/05/07 16:52:41 UTC, 0 replies.
- incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/05/07 17:41:50 UTC, 1 replies.
- incubator-tinkerpop git commit: gutted unused static utility methods in TraveraslHelper. Added XXXReader/Writer to JavaDoc core/ as well as XXXVertexProgram. Updated CHANGELOG. - posted by ok...@apache.org on 2015/05/07 18:06:05 UTC, 0 replies.
- incubator-tinkerpop git commit: implemented select(local). Updated MatchTest and docs accordingly. Have an idea for an 'auto-scope' strategy so we don't have the ugly select(local, 'a'). will be cool. - posted by ok...@apache.org on 2015/05/07 18:49:37 UTC, 0 replies.
- incubator-tinkerpop git commit: added ScopingStrategy which automagically detects whether you want select(local) or select(global) based on whether the previous step works with Map or not. Updated MatchStepTest and docs accordingly. Now going to knock ou - posted by ok...@apache.org on 2015/05/07 19:20:06 UTC, 0 replies.
- incubator-tinkerpop git commit: implemente where(local) and where(global). Was really easy. Need some code cleanup and some test cases around where(global). Sweeeeeeeeeet. - posted by ok...@apache.org on 2015/05/07 19:49:12 UTC, 0 replies.
- incubator-tinkerpop git commit: select() is now smart about NOT using PATH. That is a huge gain. Good idea by Matt Frantz to push select(local/global). Updated WhereStep, SelectStep, and SelectOneStep toString() methods. - posted by ok...@apache.org on 2015/05/07 19:52:53 UTC, 0 replies.
- [01/10] incubator-tinkerpop git commit: Renamed the inFlight variable. - posted by sp...@apache.org on 2015/05/07 20:22:01 UTC, 0 replies.
- [02/10] incubator-tinkerpop git commit: Renamed setting in gremlin-driver. - posted by sp...@apache.org on 2015/05/07 20:22:02 UTC, 0 replies.
- [03/10] incubator-tinkerpop git commit: More renaming of "request" to "usage" in variables/methods. - posted by sp...@apache.org on 2015/05/07 20:22:03 UTC, 0 replies.
- [04/10] incubator-tinkerpop git commit: Update javadoc in the driver for some of its more obscure settings. - posted by sp...@apache.org on 2015/05/07 20:22:04 UTC, 0 replies.
- [05/10] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/07 20:22:05 UTC, 0 replies.
- [06/10] incubator-tinkerpop git commit: Some inline comments in gremlin-driver. - posted by sp...@apache.org on 2015/05/07 20:22:06 UTC, 0 replies.
- [07/10] incubator-tinkerpop git commit: Add configuration options for "mins" to the ConfigurationEvaluator app. - posted by sp...@apache.org on 2015/05/07 20:22:07 UTC, 0 replies.
- [08/10] incubator-tinkerpop git commit: Move pause in profiler to end of a cycle rather than at the beginning. - posted by sp...@apache.org on 2015/05/07 20:22:08 UTC, 0 replies.
- [09/10] incubator-tinkerpop git commit: Improve killing the profiling app if the works is just too slow. - posted by sp...@apache.org on 2015/05/07 20:22:09 UTC, 0 replies.
- [10/10] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/07 20:22:10 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Small optimization in gremlin-driver to prevent recreation of ResponseMessage instances. - posted by sp...@apache.org on 2015/05/07 21:30:33 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Stop using ResponseMessage as the commodity of result queues. - posted by sp...@apache.org on 2015/05/07 21:30:34 UTC, 0 replies.
- incubator-tinkerpop git commit: Better optimal defaults for the Profiler. - posted by sp...@apache.org on 2015/05/07 21:55:32 UTC, 0 replies.
- incubator-tinkerpop git commit: WhereStep now works for both Scope.local and Scope.global. - posted by ok...@apache.org on 2015/05/07 22:30:21 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Fix broken tests n ResultTest. - posted by sp...@apache.org on 2015/05/07 22:36:56 UTC, 0 replies.
- incubator-tinkerpop git commit: Scope now has Scope.opposite(). Scoping.recommendNextScope() instead of getScope() as its not necessarily the scope of the current step. This is slick. - posted by ok...@apache.org on 2015/05/07 22:48:11 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Got rid of @IgnoreEngine. Instead we're now using a custom test class runner which allows ComputerVerificationExceptions to be thrown when a test runs in computer mode. - posted by dk...@apache.org on 2015/05/07 23:00:36 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Got rid of @IgnoreEngine. Instead we're now using a custom test class runner which allows ComputerVerificationExceptions to be thrown when a test runs in computer mode. - posted by dk...@apache.org on 2015/05/07 23:00:37 UTC, 0 replies.
- incubator-tinkerpop git commit: removed old code - posted by dk...@apache.org on 2015/05/07 23:03:47 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Pushed the "no strategy" tests to be part of integration test execution. - posted by sp...@apache.org on 2015/05/07 23:13:03 UTC, 0 replies.
- [01/24] incubator-tinkerpop git commit: Renamed the inFlight variable. - posted by dk...@apache.org on 2015/05/07 23:30:10 UTC, 0 replies.
- [02/24] incubator-tinkerpop git commit: implemented select(local). Updated MatchTest and docs accordingly. Have an idea for an 'auto-scope' strategy so we don't have the ugly select(local, 'a'). will be cool. - posted by dk...@apache.org on 2015/05/07 23:30:11 UTC, 0 replies.
- [03/24] incubator-tinkerpop git commit: Renamed setting in gremlin-driver. - posted by dk...@apache.org on 2015/05/07 23:30:12 UTC, 0 replies.
- [04/24] incubator-tinkerpop git commit: More renaming of "request" to "usage" in variables/methods. - posted by dk...@apache.org on 2015/05/07 23:30:13 UTC, 0 replies.
- [05/24] incubator-tinkerpop git commit: Update javadoc in the driver for some of its more obscure settings. - posted by dk...@apache.org on 2015/05/07 23:30:14 UTC, 0 replies.
- [06/24] incubator-tinkerpop git commit: added ScopingStrategy which automagically detects whether you want select(local) or select(global) based on whether the previous step works with Map or not. Updated MatchStepTest and docs accordingly. Now going to - posted by dk...@apache.org on 2015/05/07 23:30:15 UTC, 0 replies.
- [07/24] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by dk...@apache.org on 2015/05/07 23:30:16 UTC, 0 replies.
- [08/24] incubator-tinkerpop git commit: Some inline comments in gremlin-driver. - posted by dk...@apache.org on 2015/05/07 23:30:17 UTC, 0 replies.
- [09/24] incubator-tinkerpop git commit: implemente where(local) and where(global). Was really easy. Need some code cleanup and some test cases around where(global). Sweeeeeeeeeet. - posted by dk...@apache.org on 2015/05/07 23:30:18 UTC, 0 replies.
- [10/24] incubator-tinkerpop git commit: select() is now smart about NOT using PATH. That is a huge gain. Good idea by Matt Frantz to push select(local/global). Updated WhereStep, SelectStep, and SelectOneStep toString() methods. - posted by dk...@apache.org on 2015/05/07 23:30:19 UTC, 0 replies.
- [11/24] incubator-tinkerpop git commit: Add configuration options for "mins" to the ConfigurationEvaluator app. - posted by dk...@apache.org on 2015/05/07 23:30:20 UTC, 0 replies.
- [12/24] incubator-tinkerpop git commit: Move pause in profiler to end of a cycle rather than at the beginning. - posted by dk...@apache.org on 2015/05/07 23:30:21 UTC, 0 replies.
- [13/24] incubator-tinkerpop git commit: Improve killing the profiling app if the works is just too slow. - posted by dk...@apache.org on 2015/05/07 23:30:22 UTC, 0 replies.
- [14/24] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by dk...@apache.org on 2015/05/07 23:30:23 UTC, 0 replies.
- [15/24] incubator-tinkerpop git commit: Small optimization in gremlin-driver to prevent recreation of ResponseMessage instances. - posted by dk...@apache.org on 2015/05/07 23:30:24 UTC, 0 replies.
- [16/24] incubator-tinkerpop git commit: Stop using ResponseMessage as the commodity of result queues. - posted by dk...@apache.org on 2015/05/07 23:30:25 UTC, 0 replies.
- [17/24] incubator-tinkerpop git commit: Better optimal defaults for the Profiler. - posted by dk...@apache.org on 2015/05/07 23:30:26 UTC, 0 replies.
- [18/24] incubator-tinkerpop git commit: WhereStep now works for both Scope.local and Scope.global. - posted by dk...@apache.org on 2015/05/07 23:30:27 UTC, 0 replies.
- [19/24] incubator-tinkerpop git commit: Fix broken tests n ResultTest. - posted by dk...@apache.org on 2015/05/07 23:30:28 UTC, 0 replies.
- [20/24] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by dk...@apache.org on 2015/05/07 23:30:29 UTC, 0 replies.
- [21/24] incubator-tinkerpop git commit: Scope now has Scope.opposite(). Scoping.recommendNextScope() instead of getScope() as its not necessarily the scope of the current step. This is slick. - posted by dk...@apache.org on 2015/05/07 23:30:30 UTC, 0 replies.
- [22/24] incubator-tinkerpop git commit: Pushed the "no strategy" tests to be part of integration test execution. - posted by dk...@apache.org on 2015/05/07 23:30:31 UTC, 0 replies.
- [23/24] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by dk...@apache.org on 2015/05/07 23:30:32 UTC, 0 replies.
- [24/24] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP3-666 - posted by dk...@apache.org on 2015/05/07 23:30:33 UTC, 0 replies.
- incubator-tinkerpop git commit: added WhereStep to the docs. - posted by ok...@apache.org on 2015/05/07 23:31:21 UTC, 0 replies.
- incubator-tinkerpop git commit: simplified the WhereStep code a bit. - posted by ok...@apache.org on 2015/05/07 23:56:58 UTC, 0 replies.
- incubator-tinkerpop git commit: Added the persistence feature to a couple of Transaction tests - posted by sp...@apache.org on 2015/05/08 13:05:27 UTC, 0 replies.
- [1/9] incubator-tinkerpop git commit: Use the gryo serializer as generated by the Graph.io() method. - posted by sp...@apache.org on 2015/05/08 14:12:21 UTC, 0 replies.
- [2/9] incubator-tinkerpop git commit: Added structure "integration" tests to the test suite. - posted by sp...@apache.org on 2015/05/08 14:12:22 UTC, 0 replies.
- [3/9] incubator-tinkerpop git commit: Fix test name mispellings. - posted by sp...@apache.org on 2015/05/08 14:12:23 UTC, 0 replies.
- [4/9] incubator-tinkerpop git commit: Enforce order of edges in testing equality. - posted by sp...@apache.org on 2015/05/08 14:12:24 UTC, 0 replies.
- [5/9] incubator-tinkerpop git commit: Move IoTest to io package with its associated integration test. - posted by sp...@apache.org on 2015/05/08 14:12:25 UTC, 0 replies.
- [6/9] incubator-tinkerpop git commit: Move IoTest to io package with its associated integration test. - posted by sp...@apache.org on 2015/05/08 14:12:26 UTC, 0 replies.
- [7/9] incubator-tinkerpop git commit: Move IoTest to io package with its associated integration test. - posted by sp...@apache.org on 2015/05/08 14:12:27 UTC, 0 replies.
- [8/9] incubator-tinkerpop git commit: Move IoTest to io package with its associated integration test. - posted by sp...@apache.org on 2015/05/08 14:12:28 UTC, 0 replies.
- [9/9] incubator-tinkerpop git commit: Move IoTest to io package with its associated integration test. - posted by sp...@apache.org on 2015/05/08 14:12:29 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Rename test for consistency. - posted by sp...@apache.org on 2015/05/08 16:13:09 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Open up more tests in IoTest by relaxing features. - posted by sp...@apache.org on 2015/05/08 16:13:10 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Assert with order in properties. - posted by sp...@apache.org on 2015/05/08 16:13:11 UTC, 0 replies.
- incubator-tinkerpop git commit: if no traversal engine is supplied to the DefaultTraversal, assume STANDARD. - posted by ok...@apache.org on 2015/05/08 17:17:23 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed bug in traversal in test - not written as expected. - posted by sp...@apache.org on 2015/05/08 17:41:53 UTC, 0 replies.
- incubator-tinkerpop git commit: TraversalVertexProgram will delay traversal compilation until the first vertex is processed so it can compile against the Vertex.graph(). - posted by ok...@apache.org on 2015/05/08 18:41:35 UTC, 0 replies.
- incubator-tinkerpop git commit: Revert "TraversalVertexProgram will delay traversal compilation until the first vertex is processed so it can compile against the Vertex.graph()." - posted by ok...@apache.org on 2015/05/08 19:20:38 UTC, 0 replies.
- incubator-tinkerpop git commit: VertexProgram.loadState() and MapReduce.loadState() now take a Graph argument. This greatly simplifies numerous areas of the code base around getting the graph to the OLAP job. So much code was gutted that did backwards wo - posted by ok...@apache.org on 2015/05/08 20:00:20 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Use an executorservice in the profiling app to submit requests. - posted by sp...@apache.org on 2015/05/08 20:14:13 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Make sure that the cluster executor handles all async ops. - posted by sp...@apache.org on 2015/05/08 20:14:14 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/08 20:14:15 UTC, 2 replies.
- [1/2] incubator-tinkerpop git commit: Add a parallelism setting to size the threadpool that sends out messages over a client. - posted by sp...@apache.org on 2015/05/08 21:24:29 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Replaced "clients" setting with "parallelism" in profiler. - posted by sp...@apache.org on 2015/05/08 21:24:30 UTC, 0 replies.
- incubator-tinkerpop git commit: Add a note about muting logging. - posted by sp...@apache.org on 2015/05/08 21:50:10 UTC, 0 replies.
- incubator-tinkerpop git commit: Consider HasContainers accessing non-existent properties and deeply nested traversals in TraversalHelper.isLocalStarGraph(). - posted by dk...@apache.org on 2015/05/08 21:56:51 UTC, 0 replies.
- incubator-tinkerpop git commit: VertexProgram.loadState(Graph, Configuration) yielded a ripple of code gutting. I can't believe how much work I did to get around not having the Graph instance during an OLAP job. Pointless --- the code is much simpler. Lot - posted by ok...@apache.org on 2015/05/08 22:42:27 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add a test for MultiMap methods. - posted by sp...@apache.org on 2015/05/08 22:46:53 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in GraphTraversal API around ambiguous method call. - posted by ok...@apache.org on 2015/05/08 23:17:22 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed the same bug we had for has() for is(). - posted by ok...@apache.org on 2015/05/08 23:24:48 UTC, 0 replies.
- incubator-tinkerpop git commit: minor nothing -- removal of pointless null check. - posted by ok...@apache.org on 2015/05/08 23:30:05 UTC, 0 replies.
- incubator-tinkerpop git commit: HasStep returns an UnmodifiableList of HasContainers. - posted by ok...@apache.org on 2015/05/09 00:04:27 UTC, 0 replies.
- incubator-tinkerpop git commit: Orders return unmodifiable lists for comparators. - posted by ok...@apache.org on 2015/05/09 00:13:29 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Added nioPoolSize and parallelism settings to conf evaluator. - posted by sp...@apache.org on 2015/05/09 12:12:55 UTC, 0 replies.
- incubator-tinkerpop git commit: Fix report header. - posted by sp...@apache.org on 2015/05/09 12:19:39 UTC, 0 replies.
- incubator-tinkerpop git commit: Properly close the cluster in the profiling app. - posted by sp...@apache.org on 2015/05/09 17:51:41 UTC, 0 replies.
- [1/7] incubator-tinkerpop git commit: greatly simplified the groovy test suite. its all generated via strings and thus, no need for STANDARD and COMPUTER versions of the tests. - posted by ok...@apache.org on 2015/05/09 22:41:47 UTC, 0 replies.
- [2/7] incubator-tinkerpop git commit: greatly simplified the groovy test suite. its all generated via strings and thus, no need for STANDARD and COMPUTER versions of the tests. - posted by ok...@apache.org on 2015/05/09 22:41:48 UTC, 0 replies.
- [3/7] incubator-tinkerpop git commit: greatly simplified the groovy test suite. its all generated via strings and thus, no need for STANDARD and COMPUTER versions of the tests. - posted by ok...@apache.org on 2015/05/09 22:41:49 UTC, 0 replies.
- [4/7] incubator-tinkerpop git commit: greatly simplified the groovy test suite. its all generated via strings and thus, no need for STANDARD and COMPUTER versions of the tests. - posted by ok...@apache.org on 2015/05/09 22:41:50 UTC, 0 replies.
- [5/7] incubator-tinkerpop git commit: GroovyComputerTestHelper is now general to gremlin-core/process/util. Renamed to TraversalScriptHelper and it will determine from the Source and Script whether its a STANDARD or COMPUTER traversal. Neat. Moved Script - posted by ok...@apache.org on 2015/05/09 22:41:51 UTC, 0 replies.
- [6/7] incubator-tinkerpop git commit: GroovyComputerTestHelper is now general to gremlin-core/process/util. Renamed to TraversalScriptHelper and it will determine from the Source and Script whether its a STANDARD or COMPUTER traversal. Neat. Moved Script - posted by ok...@apache.org on 2015/05/09 22:41:52 UTC, 0 replies.
- [7/7] incubator-tinkerpop git commit: GroovyComputerTestHelper is now general to gremlin-core/process/util. Renamed to TraversalScriptHelper and it will determine from the Source and Script whether its a STANDARD or COMPUTER traversal. Neat. Moved Script - posted by ok...@apache.org on 2015/05/09 22:41:53 UTC, 0 replies.
- incubator-tinkerpop git commit: Updated CHANGELOG, finalized some classes that are just static method givers. Moved ScriptEngineLambda to gremlin.function. - posted by ok...@apache.org on 2015/05/09 22:51:49 UTC, 0 replies.
- incubator-tinkerpop git commit: @IgnoreEngine on MatchTest tests. - posted by ok...@apache.org on 2015/05/10 00:30:09 UTC, 0 replies.
- incubator-tinkerpop git commit: TraveraslScriptFunction tests the bindings at constructor. GroovyHasTest minor tweak. private Constants() {}. - posted by ok...@apache.org on 2015/05/10 00:58:43 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Adjust profiler config runner. - posted by sp...@apache.org on 2015/05/11 12:29:36 UTC, 0 replies.
- [01/50] [abbrv] incubator-tinkerpop git commit: simplified the WhereStep code a bit. - posted by dk...@apache.org on 2015/05/11 13:43:32 UTC, 0 replies.
- [02/50] [abbrv] incubator-tinkerpop git commit: Added the persistence feature to a couple of Transaction tests - posted by dk...@apache.org on 2015/05/11 13:43:33 UTC, 0 replies.
- [03/50] [abbrv] incubator-tinkerpop git commit: Use the gryo serializer as generated by the Graph.io() method. - posted by dk...@apache.org on 2015/05/11 13:43:34 UTC, 0 replies.
- [04/50] [abbrv] incubator-tinkerpop git commit: Added structure "integration" tests to the test suite. - posted by dk...@apache.org on 2015/05/11 13:43:35 UTC, 0 replies.
- [05/50] [abbrv] incubator-tinkerpop git commit: Fix test name mispellings. - posted by dk...@apache.org on 2015/05/11 13:43:36 UTC, 0 replies.
- [06/50] [abbrv] incubator-tinkerpop git commit: Enforce order of edges in testing equality. - posted by dk...@apache.org on 2015/05/11 13:43:37 UTC, 0 replies.
- [07/50] [abbrv] incubator-tinkerpop git commit: Move IoTest to io package with its associated integration test. - posted by dk...@apache.org on 2015/05/11 13:43:38 UTC, 0 replies.
- [08/50] [abbrv] incubator-tinkerpop git commit: Move IoTest to io package with its associated integration test. - posted by dk...@apache.org on 2015/05/11 13:43:39 UTC, 0 replies.
- [09/50] [abbrv] incubator-tinkerpop git commit: Move IoTest to io package with its associated integration test. - posted by dk...@apache.org on 2015/05/11 13:43:40 UTC, 0 replies.
- [10/50] [abbrv] incubator-tinkerpop git commit: Move IoTest to io package with its associated integration test. - posted by dk...@apache.org on 2015/05/11 13:43:41 UTC, 0 replies.
- [11/50] [abbrv] incubator-tinkerpop git commit: Move IoTest to io package with its associated integration test. - posted by dk...@apache.org on 2015/05/11 13:43:42 UTC, 0 replies.
- [12/50] [abbrv] incubator-tinkerpop git commit: Rename test for consistency. - posted by dk...@apache.org on 2015/05/11 13:43:43 UTC, 0 replies.
- [13/50] [abbrv] incubator-tinkerpop git commit: Open up more tests in IoTest by relaxing features. - posted by dk...@apache.org on 2015/05/11 13:43:44 UTC, 0 replies.
- [14/50] [abbrv] incubator-tinkerpop git commit: Assert with order in properties. - posted by dk...@apache.org on 2015/05/11 13:43:45 UTC, 0 replies.
- [15/50] [abbrv] incubator-tinkerpop git commit: if no traversal engine is supplied to the DefaultTraversal, assume STANDARD. - posted by dk...@apache.org on 2015/05/11 13:43:46 UTC, 0 replies.
- [16/50] [abbrv] incubator-tinkerpop git commit: Fixed bug in traversal in test - not written as expected. - posted by dk...@apache.org on 2015/05/11 13:43:47 UTC, 0 replies.
- [17/50] [abbrv] incubator-tinkerpop git commit: TraversalVertexProgram will delay traversal compilation until the first vertex is processed so it can compile against the Vertex.graph(). - posted by dk...@apache.org on 2015/05/11 13:43:48 UTC, 0 replies.
- [18/50] [abbrv] incubator-tinkerpop git commit: Revert "TraversalVertexProgram will delay traversal compilation until the first vertex is processed so it can compile against the Vertex.graph()." - posted by dk...@apache.org on 2015/05/11 13:43:49 UTC, 0 replies.
- [19/50] [abbrv] incubator-tinkerpop git commit: VertexProgram.loadState() and MapReduce.loadState() now take a Graph argument. This greatly simplifies numerous areas of the code base around getting the graph to the OLAP job. So much code was gutted that - posted by dk...@apache.org on 2015/05/11 13:43:50 UTC, 0 replies.
- [20/50] [abbrv] incubator-tinkerpop git commit: Use an executorservice in the profiling app to submit requests. - posted by dk...@apache.org on 2015/05/11 13:43:51 UTC, 0 replies.
- [21/50] [abbrv] incubator-tinkerpop git commit: Make sure that the cluster executor handles all async ops. - posted by dk...@apache.org on 2015/05/11 13:43:52 UTC, 0 replies.
- [22/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by dk...@apache.org on 2015/05/11 13:43:53 UTC, 0 replies.
- [23/50] [abbrv] incubator-tinkerpop git commit: Add a parallelism setting to size the threadpool that sends out messages over a client. - posted by dk...@apache.org on 2015/05/11 13:43:54 UTC, 0 replies.
- [24/50] [abbrv] incubator-tinkerpop git commit: Replaced "clients" setting with "parallelism" in profiler. - posted by dk...@apache.org on 2015/05/11 13:43:55 UTC, 0 replies.
- [25/50] [abbrv] incubator-tinkerpop git commit: Add a note about muting logging. - posted by dk...@apache.org on 2015/05/11 13:43:56 UTC, 0 replies.
- [26/50] [abbrv] incubator-tinkerpop git commit: VertexProgram.loadState(Graph, Configuration) yielded a ripple of code gutting. I can't believe how much work I did to get around not having the Graph instance during an OLAP job. Pointless --- the code is m - posted by dk...@apache.org on 2015/05/11 13:43:57 UTC, 0 replies.
- [27/50] [abbrv] incubator-tinkerpop git commit: Add a test for MultiMap methods. - posted by dk...@apache.org on 2015/05/11 13:43:58 UTC, 0 replies.
- [28/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by dk...@apache.org on 2015/05/11 13:43:59 UTC, 0 replies.
- [29/50] [abbrv] incubator-tinkerpop git commit: fixed a bug in GraphTraversal API around ambiguous method call. - posted by dk...@apache.org on 2015/05/11 13:44:00 UTC, 0 replies.
- [30/50] [abbrv] incubator-tinkerpop git commit: fixed the same bug we had for has() for is(). - posted by dk...@apache.org on 2015/05/11 13:44:01 UTC, 0 replies.
- [31/50] [abbrv] incubator-tinkerpop git commit: minor nothing -- removal of pointless null check. - posted by dk...@apache.org on 2015/05/11 13:44:02 UTC, 0 replies.
- [32/50] [abbrv] incubator-tinkerpop git commit: HasStep returns an UnmodifiableList of HasContainers. - posted by dk...@apache.org on 2015/05/11 13:44:03 UTC, 0 replies.
- [33/50] [abbrv] incubator-tinkerpop git commit: Orders return unmodifiable lists for comparators. - posted by dk...@apache.org on 2015/05/11 13:44:04 UTC, 0 replies.
- [34/50] [abbrv] incubator-tinkerpop git commit: Added nioPoolSize and parallelism settings to conf evaluator. - posted by dk...@apache.org on 2015/05/11 13:44:05 UTC, 0 replies.
- [35/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by dk...@apache.org on 2015/05/11 13:44:06 UTC, 0 replies.
- [36/50] [abbrv] incubator-tinkerpop git commit: Fix report header. - posted by dk...@apache.org on 2015/05/11 13:44:07 UTC, 0 replies.
- [37/50] [abbrv] incubator-tinkerpop git commit: Properly close the cluster in the profiling app. - posted by dk...@apache.org on 2015/05/11 13:44:08 UTC, 0 replies.
- [38/50] [abbrv] incubator-tinkerpop git commit: greatly simplified the groovy test suite. its all generated via strings and thus, no need for STANDARD and COMPUTER versions of the tests. - posted by dk...@apache.org on 2015/05/11 13:44:09 UTC, 0 replies.
- [39/50] [abbrv] incubator-tinkerpop git commit: greatly simplified the groovy test suite. its all generated via strings and thus, no need for STANDARD and COMPUTER versions of the tests. - posted by dk...@apache.org on 2015/05/11 13:44:10 UTC, 0 replies.
- [40/50] [abbrv] incubator-tinkerpop git commit: greatly simplified the groovy test suite. its all generated via strings and thus, no need for STANDARD and COMPUTER versions of the tests. - posted by dk...@apache.org on 2015/05/11 13:44:11 UTC, 0 replies.
- [41/50] [abbrv] incubator-tinkerpop git commit: greatly simplified the groovy test suite. its all generated via strings and thus, no need for STANDARD and COMPUTER versions of the tests. - posted by dk...@apache.org on 2015/05/11 13:44:12 UTC, 0 replies.
- [42/50] [abbrv] incubator-tinkerpop git commit: GroovyComputerTestHelper is now general to gremlin-core/process/util. Renamed to TraversalScriptHelper and it will determine from the Source and Script whether its a STANDARD or COMPUTER traversal. Neat. Mo - posted by dk...@apache.org on 2015/05/11 13:44:13 UTC, 0 replies.
- [43/50] [abbrv] incubator-tinkerpop git commit: GroovyComputerTestHelper is now general to gremlin-core/process/util. Renamed to TraversalScriptHelper and it will determine from the Source and Script whether its a STANDARD or COMPUTER traversal. Neat. Mo - posted by dk...@apache.org on 2015/05/11 13:44:14 UTC, 0 replies.
- [44/50] [abbrv] incubator-tinkerpop git commit: GroovyComputerTestHelper is now general to gremlin-core/process/util. Renamed to TraversalScriptHelper and it will determine from the Source and Script whether its a STANDARD or COMPUTER traversal. Neat. Mo - posted by dk...@apache.org on 2015/05/11 13:44:15 UTC, 0 replies.
- [45/50] [abbrv] incubator-tinkerpop git commit: Updated CHANGELOG, finalized some classes that are just static method givers. Moved ScriptEngineLambda to gremlin.function. - posted by dk...@apache.org on 2015/05/11 13:44:16 UTC, 0 replies.
- [46/50] [abbrv] incubator-tinkerpop git commit: @IgnoreEngine on MatchTest tests. - posted by dk...@apache.org on 2015/05/11 13:44:17 UTC, 0 replies.
- [47/50] [abbrv] incubator-tinkerpop git commit: TraveraslScriptFunction tests the bindings at constructor. GroovyHasTest minor tweak. private Constants() {}. - posted by dk...@apache.org on 2015/05/11 13:44:18 UTC, 0 replies.
- [48/50] [abbrv] incubator-tinkerpop git commit: Adjust profiler config runner. - posted by dk...@apache.org on 2015/05/11 13:44:19 UTC, 0 replies.
- [49/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by dk...@apache.org on 2015/05/11 13:44:20 UTC, 0 replies.
- [50/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP3-666 - posted by dk...@apache.org on 2015/05/11 13:44:21 UTC, 0 replies.
- incubator-tinkerpop git commit: cleaned up remainings of a merge conflict - posted by dk...@apache.org on 2015/05/11 13:45:03 UTC, 0 replies.
- incubator-tinkerpop git commit: Use GroovySystem to access the MetaRegistry. - posted by sp...@apache.org on 2015/05/11 20:25:44 UTC, 0 replies.
- incubator-tinkerpop git commit: GraphComputerTest now ensures that adjacent vertices can only have their IDs accessed. Rabbit hole around ComputerGraph. - posted by ok...@apache.org on 2015/05/11 21:49:50 UTC, 0 replies.
- incubator-tinkerpop git commit: added back a test for DetachGraphTest as if the label of the adjacent vertex doesn't exist, fail silently. - posted by ok...@apache.org on 2015/05/11 22:12:46 UTC, 0 replies.
- incubator-tinkerpop git commit: nothign. - posted by ok...@apache.org on 2015/05/11 23:00:12 UTC, 0 replies.
- incubator-tinkerpop git commit: GraphComputerTest now tests property manipulation in MapReduce jobs. - posted by ok...@apache.org on 2015/05/12 00:45:30 UTC, 0 replies.
- incubator-tinkerpop git commit: Simplified ComputerGraph as MapReduce does not need the VertexProgram. - posted by ok...@apache.org on 2015/05/12 00:52:57 UTC, 0 replies.
- incubator-tinkerpop git commit: import missing bug fixed. - posted by ok...@apache.org on 2015/05/12 00:53:37 UTC, 0 replies.
- incubator-tinkerpop git commit: GroovyFoldTest failed in OLAP Spark/Giraph. Fixed. - posted by ok...@apache.org on 2015/05/12 02:39:41 UTC, 0 replies.
- [01/12] incubator-tinkerpop git commit: Use GroovySystem to access the MetaRegistry. - posted by dk...@apache.org on 2015/05/12 04:14:19 UTC, 0 replies.
- [02/12] incubator-tinkerpop git commit: GraphComputerTest now ensures that adjacent vertices can only have their IDs accessed. Rabbit hole around ComputerGraph. - posted by dk...@apache.org on 2015/05/12 04:14:20 UTC, 0 replies.
- [03/12] incubator-tinkerpop git commit: added back a test for DetachGraphTest as if the label of the adjacent vertex doesn't exist, fail silently. - posted by dk...@apache.org on 2015/05/12 04:14:21 UTC, 0 replies.
- [04/12] incubator-tinkerpop git commit: nothign. - posted by dk...@apache.org on 2015/05/12 04:14:22 UTC, 0 replies.
- [05/12] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP3-666 - posted by dk...@apache.org on 2015/05/12 04:14:23 UTC, 0 replies.
- [06/12] incubator-tinkerpop git commit: restored IgnoreEngine class - posted by dk...@apache.org on 2015/05/12 04:14:24 UTC, 0 replies.
- [07/12] incubator-tinkerpop git commit: using IgnoreEngine annotation for failing tests - posted by dk...@apache.org on 2015/05/12 04:14:25 UTC, 0 replies.
- [08/12] incubator-tinkerpop git commit: added @IgnoreEngine annotation for tests that only fail in Groovy computer tests - posted by dk...@apache.org on 2015/05/12 04:14:26 UTC, 0 replies.
- [09/12] incubator-tinkerpop git commit: take expected exceptions into account - posted by dk...@apache.org on 2015/05/12 04:14:27 UTC, 0 replies.
- [10/12] incubator-tinkerpop git commit: Revert "added @IgnoreEngine annotation for tests that only fail in Groovy computer tests" - posted by dk...@apache.org on 2015/05/12 04:14:28 UTC, 0 replies.
- [11/12] incubator-tinkerpop git commit: pass ComputerverificationException unchanged through the whole vertex program stack - posted by dk...@apache.org on 2015/05/12 04:14:29 UTC, 0 replies.
- [12/12] incubator-tinkerpop git commit: stoked! much implementation for GremlinProcessRunner - posted by dk...@apache.org on 2015/05/12 04:14:30 UTC, 0 replies.
- incubator-tinkerpop git commit: commented out the same tests in GroovyProcessComputerSuite as in ProcessComputerSuite - posted by dk...@apache.org on 2015/05/12 04:27:27 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: GraphComputerTest now tests property manipulation in MapReduce jobs. - posted by dk...@apache.org on 2015/05/12 04:30:22 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: Simplified ComputerGraph as MapReduce does not need the VertexProgram. - posted by dk...@apache.org on 2015/05/12 04:30:23 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: import missing bug fixed. - posted by dk...@apache.org on 2015/05/12 04:30:24 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: GroovyFoldTest failed in OLAP Spark/Giraph. Fixed. - posted by dk...@apache.org on 2015/05/12 04:30:25 UTC, 0 replies.
- [5/5] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP3-666 - posted by dk...@apache.org on 2015/05/12 04:30:26 UTC, 0 replies.
- [01/17] incubator-tinkerpop git commit: Got rid of @IgnoreEngine. Instead we're now using a custom test class runner which allows ComputerVerificationExceptions to be thrown when a test runs in computer mode. - posted by dk...@apache.org on 2015/05/12 04:47:30 UTC, 0 replies.
- [02/17] incubator-tinkerpop git commit: Got rid of @IgnoreEngine. Instead we're now using a custom test class runner which allows ComputerVerificationExceptions to be thrown when a test runs in computer mode. - posted by dk...@apache.org on 2015/05/12 04:47:31 UTC, 0 replies.
- [03/17] incubator-tinkerpop git commit: removed old code - posted by dk...@apache.org on 2015/05/12 04:47:32 UTC, 0 replies.
- [04/17] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP3-666 - posted by dk...@apache.org on 2015/05/12 04:47:33 UTC, 0 replies.
- [05/17] incubator-tinkerpop git commit: Consider HasContainers accessing non-existent properties and deeply nested traversals in TraversalHelper.isLocalStarGraph(). - posted by dk...@apache.org on 2015/05/12 04:47:34 UTC, 0 replies.
- [06/17] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP3-666 - posted by dk...@apache.org on 2015/05/12 04:47:35 UTC, 0 replies.
- [07/17] incubator-tinkerpop git commit: cleaned up remainings of a merge conflict - posted by dk...@apache.org on 2015/05/12 04:47:36 UTC, 0 replies.
- [08/17] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP3-666 - posted by dk...@apache.org on 2015/05/12 04:47:37 UTC, 0 replies.
- [09/17] incubator-tinkerpop git commit: restored IgnoreEngine class - posted by dk...@apache.org on 2015/05/12 04:47:38 UTC, 0 replies.
- [10/17] incubator-tinkerpop git commit: using IgnoreEngine annotation for failing tests - posted by dk...@apache.org on 2015/05/12 04:47:39 UTC, 0 replies.
- [11/17] incubator-tinkerpop git commit: added @IgnoreEngine annotation for tests that only fail in Groovy computer tests - posted by dk...@apache.org on 2015/05/12 04:47:40 UTC, 0 replies.
- [12/17] incubator-tinkerpop git commit: take expected exceptions into account - posted by dk...@apache.org on 2015/05/12 04:47:41 UTC, 0 replies.
- [13/17] incubator-tinkerpop git commit: Revert "added @IgnoreEngine annotation for tests that only fail in Groovy computer tests" - posted by dk...@apache.org on 2015/05/12 04:47:42 UTC, 0 replies.
- [14/17] incubator-tinkerpop git commit: pass ComputerverificationException unchanged through the whole vertex program stack - posted by dk...@apache.org on 2015/05/12 04:47:43 UTC, 0 replies.
- [15/17] incubator-tinkerpop git commit: stoked! much implementation for GremlinProcessRunner - posted by dk...@apache.org on 2015/05/12 04:47:44 UTC, 0 replies.
- [16/17] incubator-tinkerpop git commit: commented out the same tests in GroovyProcessComputerSuite as in ProcessComputerSuite - posted by dk...@apache.org on 2015/05/12 04:47:45 UTC, 0 replies.
- [17/17] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP3-666 - posted by dk...@apache.org on 2015/05/12 04:47:46 UTC, 0 replies.
- incubator-tinkerpop git commit: Update javadoc for gremlin-driver. - posted by sp...@apache.org on 2015/05/12 15:05:54 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add integration test for ensuring re-use of a Client over multiple threads. - posted by sp...@apache.org on 2015/05/12 15:44:18 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Update Client javadocs. - posted by sp...@apache.org on 2015/05/12 15:44:19 UTC, 0 replies.
- incubator-tinkerpop git commit: Drop the ClusterInfo class in gremlin-driver. - posted by sp...@apache.org on 2015/05/12 17:04:29 UTC, 0 replies.
- incubator-tinkerpop git commit: Remove a todo comment and include resolution. - posted by sp...@apache.org on 2015/05/12 17:14:47 UTC, 0 replies.
- incubator-tinkerpop git commit: introduced BiPredicateTraversal which tests a start -> end. If the end is null, then its a hasNext() check. This makes WhereStep simple as now everything is with respect to P. WhereStep, when Scope.global, now checks the T - posted by ok...@apache.org on 2015/05/12 18:37:50 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Remove some todo comments - obsolete. - posted by sp...@apache.org on 2015/05/12 19:55:18 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Added missing semicolon. - posted by sp...@apache.org on 2015/05/12 19:55:19 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Streamline error handling in the script eval/iteration process. - posted by sp...@apache.org on 2015/05/12 19:55:21 UTC, 0 replies.
- incubator-tinkerpop git commit: WhereStep now has all the functionality of except/retain. Migrated over the Except and RetainTests to WhereTest. - posted by ok...@apache.org on 2015/05/12 20:23:04 UTC, 0 replies.
- incubator-tinkerpop git commit: ExceptStep and RetainStep no longer exist. WhereStep provides all the functionality. - posted by ok...@apache.org on 2015/05/12 20:28:07 UTC, 0 replies.
- [1/6] incubator-tinkerpop git commit: activated all test cases for computer traversal tests - posted by dk...@apache.org on 2015/05/12 20:49:03 UTC, 0 replies.
- [2/6] incubator-tinkerpop git commit: got rid of UseEngine annotation - posted by dk...@apache.org on 2015/05/12 20:49:04 UTC, 0 replies.
- [3/6] incubator-tinkerpop git commit: got rid of UseEngine annotation - posted by dk...@apache.org on 2015/05/12 20:49:05 UTC, 0 replies.
- [4/6] incubator-tinkerpop git commit: removed old UseEngine reference - posted by dk...@apache.org on 2015/05/12 20:49:06 UTC, 0 replies.
- [5/6] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop - posted by dk...@apache.org on 2015/05/12 20:49:07 UTC, 1 replies.
- [6/6] incubator-tinkerpop git commit: added missing imports (probably a side-effect of the last merge conflict) - posted by dk...@apache.org on 2015/05/12 20:49:08 UTC, 0 replies.
- incubator-tinkerpop git commit: updated docs --- removed except and retain step sections. added where-step section. updated processor.groovy as an import changed and a few imports were no longer needed. - posted by ok...@apache.org on 2015/05/12 21:26:03 UTC, 0 replies.
- svn commit: r1679035 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/05/12 21:26:18 UTC, 0 replies.
- svn commit: r1679039 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by ok...@apache.org on 2015/05/12 21:42:07 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Change "default" vertex serialization to look like StarGraph serialization. - posted by sp...@apache.org on 2015/05/12 21:44:33 UTC, 0 replies.
- svn commit: r1679041 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/05/12 21:45:58 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: added another where() example. - posted by ok...@apache.org on 2015/05/12 21:53:59 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: minor doc tweak. - posted by ok...@apache.org on 2015/05/12 21:54:00 UTC, 0 replies.
- svn commit: r1679043 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by ok...@apache.org on 2015/05/12 21:58:57 UTC, 0 replies.
- incubator-tinkerpop git commit: StepLoader no longer has a meta-method of Iterator/Iterable.mean(). If you want the mean, use Traversal.mean(). - posted by ok...@apache.org on 2015/05/12 22:44:37 UTC, 0 replies.
- incubator-tinkerpop git commit: added a System.err message for tests that are ignored due to ComputerVerificationException - posted by dk...@apache.org on 2015/05/12 23:09:23 UTC, 0 replies.
- incubator-tinkerpop git commit: small tweak to TraverserExecutor. - posted by ok...@apache.org on 2015/05/12 23:53:05 UTC, 0 replies.
- incubator-tinkerpop git commit: deleted GremlinLoaderTest as mean() is no longer avaialbable. - posted by ok...@apache.org on 2015/05/13 00:01:38 UTC, 2 replies.
- incubator-tinkerpop git commit: IgnoreEngine no longer needed on SelectTests, TreeTests, PathTests, ... and various spots where I saw select() being used in other tests. Probably more dangling. Added PathProcessor which specifies the requirements of the - posted by ok...@apache.org on 2015/05/13 00:41:23 UTC, 0 replies.
- incubator-tinkerpop git commit: Sugar is applied once for the life of the jvm. - posted by sp...@apache.org on 2015/05/13 14:48:41 UTC, 0 replies.
- incubator-tinkerpop git commit: Drop classes dealing with trying to clear up the application of "sugar". - posted by sp...@apache.org on 2015/05/13 15:49:13 UTC, 0 replies.
- incubator-tinkerpop git commit: added a DefaultTraversalStrategies test to test the full behavior of sorting. Passed. Added a new case to TraversalStrategiesTest. Passed. - posted by ok...@apache.org on 2015/05/13 18:40:04 UTC, 0 replies.
- incubator-tinkerpop git commit: broke up DefaultTraversalStrategiesTest into multiple test cases. - posted by ok...@apache.org on 2015/05/13 18:44:08 UTC, 0 replies.
- incubator-tinkerpop git commit: Added TraversalStrategy.VendorOptimization which is where vendors can rewrite travesrals with their own vendor specific steps. MultiMap now uses LinkedHashSet. - posted by ok...@apache.org on 2015/05/13 20:01:10 UTC, 0 replies.
- incubator-tinkerpop git commit: added discussion of vendor optimization strategy to docs. - posted by ok...@apache.org on 2015/05/13 20:04:11 UTC, 0 replies.
- incubator-tinkerpop git commit: PageRankVertexProgram example fixed with new loadState(Graph, Configuration) method. - posted by ok...@apache.org on 2015/05/13 20:57:51 UTC, 0 replies.
- incubator-tinkerpop git commit: IdentityRemovalStrategy is now smart about step labels. Updated traversal docs with a CAUTION about VendorOptimizations vs. Optimizations. - posted by ok...@apache.org on 2015/05/13 21:21:17 UTC, 0 replies.
- incubator-tinkerpop git commit: GraphStep must be the first step of a graph computer traversal. - posted by ok...@apache.org on 2015/05/13 21:41:21 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in InjectTest. Added logic to TraverserMapReduce to handle CollectiveBarrierEnd steps -- so far, SampleStep in OLAP is working. - posted by ok...@apache.org on 2015/05/13 22:14:17 UTC, 0 replies.
- incubator-tinkerpop git commit: Moved the GraphProviderClass annotation to its own file. - posted by sp...@apache.org on 2015/05/13 22:43:54 UTC, 0 replies.
- incubator-tinkerpop git commit: OrderTests are now available to ComputerVerificationStrategy. SubGraphstrategyProcessTest ignore -- @Dkuppitz, can you make it smart about ComputerVerificationException. - posted by ok...@apache.org on 2015/05/13 22:45:23 UTC, 0 replies.
- incubator-tinkerpop git commit: GroovyBranchTest test was the right synxtax -- fixed. ComputerVerificationStrategy is now aware of Java8 lambdas. - posted by ok...@apache.org on 2015/05/13 22:58:20 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: use custom JUnit class runner for SubgraphStrategyProcessTest - posted by dk...@apache.org on 2015/05/13 23:00:56 UTC, 0 replies.
- incubator-tinkerpop git commit: using Sugar in the GroovyBranchTest. - posted by ok...@apache.org on 2015/05/13 23:05:20 UTC, 0 replies.
- incubator-tinkerpop git commit: GremlinProcessRunner bails on NotSerializableException -- no longer part of ComputerVerificationException. - posted by ok...@apache.org on 2015/05/13 23:37:26 UTC, 0 replies.
- incubator-tinkerpop git commit: introduced Bypassing as a marker interface used by both RangeGlobalStep and ComputerResultStep. RangeGlobalStep works in OLAP if its the last step in the traversal. Fixed a bug in WhereTest around sideEffects and Giraph ar - posted by ok...@apache.org on 2015/05/14 01:46:50 UTC, 0 replies.
- incubator-tinkerpop git commit: Giraph doesn't let me get the Exception that occured during the job. Thus, to handle the lambda serialization error, I have a hack that just throws NotSerializableException on failed jobs -- this is bad, but necessary for - posted by ok...@apache.org on 2015/05/14 17:27:10 UTC, 0 replies.
- incubator-tinkerpop git commit: StoreTest method renamed. Removed unnecessary TODOs in GiraphComputeVertex. The integration tests fail near the end of the test suite --- too many jobs running as when I start the test suite from the end, they all pass. G - posted by ok...@apache.org on 2015/05/14 17:52:45 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Add some javadoc to the gremlin-driver testers. - posted by sp...@apache.org on 2015/05/14 18:58:42 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Assert exception for ReadOnlyStrategy if not testing OLAP. - posted by sp...@apache.org on 2015/05/14 18:58:44 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Remove todo comments - doubt we will fix the weirdness described there. - posted by sp...@apache.org on 2015/05/14 19:07:00 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Removed todo comment - created ticket. - posted by sp...@apache.org on 2015/05/14 19:07:01 UTC, 0 replies.
- incubator-tinkerpop git commit: lots of TODOs removed and or solved. - posted by ok...@apache.org on 2015/05/14 19:52:53 UTC, 0 replies.
- incubator-tinkerpop git commit: Update notice/license. - posted by sp...@apache.org on 2015/05/14 21:44:22 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: ImmutableMemory uses the toString() of the baseMemory. Added lots of good GraphComputerTests around memory state through various stages -- start, setup, execute, terminate, etc. Added test cases to make sure workerSt - posted by ok...@apache.org on 2015/05/14 22:16:57 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: fixed up implementations ascii docs. - posted by ok...@apache.org on 2015/05/14 22:16:58 UTC, 0 replies.
- incubator-tinkerpop git commit: used memory.asImmutable() in Spark for consistency sake. - posted by ok...@apache.org on 2015/05/14 22:25:35 UTC, 0 replies.
- incubator-tinkerpop git commit: had a commented out assert() when figuring out a bug in Spark. Uncommented. All good. - posted by ok...@apache.org on 2015/05/14 22:37:18 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Update release docs. - posted by sp...@apache.org on 2015/05/14 22:57:26 UTC, 0 replies.
- svn commit: r1679458 - /incubator/tinkerpop/site/index.html - posted by sp...@apache.org on 2015/05/14 23:00:00 UTC, 0 replies.
- incubator-tinkerpop git commit: crazy stringent tests on workerStart/End in GraphComputerTest. - posted by ok...@apache.org on 2015/05/14 23:32:42 UTC, 0 replies.
- incubator-tinkerpop git commit: minor tweek to GraphComputerTest. - posted by ok...@apache.org on 2015/05/14 23:42:47 UTC, 0 replies.
- svn commit: r1679462 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/05/14 23:43:11 UTC, 0 replies.
- svn commit: r1679465 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by ok...@apache.org on 2015/05/14 23:55:26 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: throw SerializationException instead of RuntimeException - posted by sp...@apache.org on 2015/05/15 12:36:08 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch '20150514' of https://github.com/pluradj/incubator-tinkerpop - posted by sp...@apache.org on 2015/05/15 12:36:09 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Finalize GraphSONUtil class - just a utility class with static methods. - posted by sp...@apache.org on 2015/05/15 13:44:21 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Prevent the default jackson serialization from taking over when types aren't embedded. - posted by sp...@apache.org on 2015/05/15 13:44:22 UTC, 0 replies.
- incubator-tinkerpop git commit: Add some docs for vendors around proper IO testing. - posted by sp...@apache.org on 2015/05/15 14:18:01 UTC, 0 replies.
- incubator-tinkerpop git commit: Add properties file for the custom set command help in the console. - posted by sp...@apache.org on 2015/05/15 15:15:48 UTC, 0 replies.
- incubator-tinkerpop git commit: Add some testing notes to README. - posted by sp...@apache.org on 2015/05/15 15:29:32 UTC, 0 replies.
- incubator-tinkerpop git commit: SubgraphStrategy now takes Traversal rather than Predicate. TINKERPOP3-681 - posted by sp...@apache.org on 2015/05/15 17:40:24 UTC, 0 replies.
- incubator-tinkerpop git commit: SugarLoader now makes sure that the Mixin for GraphTraversalSource has a proper toString(). Added test cases for all mixins in SugarLoader. - posted by ok...@apache.org on 2015/05/15 17:42:27 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/05/15 17:42:42 UTC, 0 replies.
- incubator-tinkerpop git commit: Add javadoc to SubgraphStrategy. - posted by sp...@apache.org on 2015/05/15 18:02:49 UTC, 0 replies.
- incubator-tinkerpop git commit: has(traversal) is now provided by where(traverasl). has(key, traversal) exists. has() is always with respects to an element property. where() is for generic traversals off the incoming object and variable binding in Maps an - posted by ok...@apache.org on 2015/05/15 19:03:23 UTC, 0 replies.
- incubator-tinkerpop git commit: minor spelling mistake in CHANGELOG. - posted by ok...@apache.org on 2015/05/15 19:06:35 UTC, 0 replies.
- incubator-tinkerpop git commit: WhereStep smart about start and end keys so as to not get the path if it is not needed. Updated SubgraphStrategy test respectively. - posted by ok...@apache.org on 2015/05/15 19:28:37 UTC, 0 replies.
- incubator-tinkerpop git commit: bug. sorry for the bad build. - posted by ok...@apache.org on 2015/05/15 19:35:40 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Remove unused imports. - posted by sp...@apache.org on 2015/05/15 19:36:35 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/05/15 19:36:36 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Improved logging of serialization errors in the Gremlin HTTP endpoint. - posted by sp...@apache.org on 2015/05/15 19:36:37 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: fixed up has()-step -> where()-step in docs. - posted by ok...@apache.org on 2015/05/15 19:44:29 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: add cap step documentation - posted by ok...@apache.org on 2015/05/15 19:44:30 UTC, 0 replies.
- incubator-tinkerpop git commit: Compare.opposite() is now Compare.negate() as that is a Java BiPredicate interface method. Likewise for Contains.negate() and P.negate(). Finally, Order.opposite() is now Order.reversed() as that is a Java Comparator intef - posted by ok...@apache.org on 2015/05/15 20:00:27 UTC, 0 replies.
- incubator-tinkerpop git commit: updated CHANGELOG and renamed BiPredicateTraveral to TraversalBiPredicate. - posted by ok...@apache.org on 2015/05/15 20:02:57 UTC, 0 replies.
- incubator-tinkerpop git commit: add P.not(P...) and P.not(traversal) which nots a P[]. hasNot(traversal) is now simply where(not(traversal)). - posted by ok...@apache.org on 2015/05/15 20:17:46 UTC, 0 replies.
- incubator-tinkerpop git commit: TraversalBiPredicate clone is smart about negation. - posted by ok...@apache.org on 2015/05/15 20:24:56 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Minor renaming in SubgraphStrategy and update docs. - posted by sp...@apache.org on 2015/05/15 20:52:08 UTC, 0 replies.
- incubator-tinkerpop git commit: No more P[]. Now there is AndP which is a P. This makes the method signatures of has() and is() much simpler. Moreover, IsStep is extremely simple. - posted by ok...@apache.org on 2015/05/15 22:07:48 UTC, 0 replies.
- incubator-tinkerpop git commit: removed hasNot() references and replaced with where(not()). - posted by ok...@apache.org on 2015/05/15 22:14:12 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed up docs around where() and has(). Added ConjunctionP as an abtract class to AndP and OrP. TraveralBiPredicate is now cloneable. - posted by ok...@apache.org on 2015/05/15 22:49:55 UTC, 0 replies.
- incubator-tinkerpop git commit: uncommented P.and(traveral) and P.or(traversal) for @dkuppitz. - posted by ok...@apache.org on 2015/05/15 22:54:02 UTC, 0 replies.
- incubator-tinkerpop git commit: the oring of has containers is currently not supported. - posted by ok...@apache.org on 2015/05/15 22:59:15 UTC, 1 replies.
- incubator-tinkerpop git commit: fixed a bug in the docs in() needs to be __in(). - posted by ok...@apache.org on 2015/05/15 23:10:06 UTC, 0 replies.
- incubator-tinkerpop git commit: a good toString() on TraveralBiPredicate with negate. - posted by ok...@apache.org on 2015/05/15 23:13:29 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: better negating for ConjunctionP's - posted by dk...@apache.org on 2015/05/16 00:37:47 UTC, 0 replies.
- incubator-tinkerpop git commit: added back hasNot(key) which is simply where(not(values(key))). Moreover, Contains.within null no longer exist. It was an ugly hack -- has(key) and hasNot(key) are just where() conversions. - posted by ok...@apache.org on 2015/05/16 00:52:58 UTC, 0 replies.
- [01/10] incubator-tinkerpop git commit: TINKERPOP3-670: Tail handles bulk and bypass during MapReduce - posted by ok...@apache.org on 2015/05/16 01:14:08 UTC, 0 replies.
- [02/10] incubator-tinkerpop git commit: TINKERPOP3-670: Add tail step to __ - posted by ok...@apache.org on 2015/05/16 01:14:09 UTC, 0 replies.
- [03/10] incubator-tinkerpop git commit: TINKERPOP3-670: Add overloads to default tail limit to 1 - posted by ok...@apache.org on 2015/05/16 01:14:10 UTC, 0 replies.
- [04/10] incubator-tinkerpop git commit: Implement RangeLocalStep.toString - posted by ok...@apache.org on 2015/05/16 01:14:11 UTC, 0 replies.
- [05/10] incubator-tinkerpop git commit: TINKERPOP3-670: Add 'tail' step - posted by ok...@apache.org on 2015/05/16 01:14:12 UTC, 0 replies.
- [06/10] incubator-tinkerpop git commit: TINKERPOP3-670: Cloned tail step should not include traverser buffer contents - posted by ok...@apache.org on 2015/05/16 01:14:13 UTC, 0 replies.
- [07/10] incubator-tinkerpop git commit: TINKERPOP3-670: Add repeat test for tail step - posted by ok...@apache.org on 2015/05/16 01:14:14 UTC, 0 replies.
- [08/10] incubator-tinkerpop git commit: TINKERPOP3-670: Avoid ID's in unit tests, since they're not vendor agnostic - posted by ok...@apache.org on 2015/05/16 01:14:15 UTC, 0 replies.
- [09/10] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-670-tail-step.v3' of https://github.com/RedSeal-co/incubator-tinkerpop - posted by ok...@apache.org on 2015/05/16 01:14:16 UTC, 0 replies.
- [10/10] incubator-tinkerpop git commit: GroovyTailTest in new TravesralScriptHelper pattern. Fixed a by(id) to by(name) bug. has(key, traversal) no longer uses HasTraversalStep. HasTraversalStep is deleted. Updated CHANGELOG. - posted by ok...@apache.org on 2015/05/16 01:14:17 UTC, 0 replies.
- incubator-tinkerpop git commit: HasStep is now a TraversalParent as it may have a P.traversal() HasContainer. - posted by ok...@apache.org on 2015/05/16 01:38:35 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Add limit(local) doc - posted by ok...@apache.org on 2015/05/16 03:03:26 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: TINKERPOP3-670: Add doc for tail step - posted by ok...@apache.org on 2015/05/16 03:03:27 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Add range(local) doc - posted by ok...@apache.org on 2015/05/16 03:03:28 UTC, 0 replies.
- svn commit: r1679671 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/05/16 03:03:43 UTC, 0 replies.
- svn commit: r1679672 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by ok...@apache.org on 2015/05/16 03:23:40 UTC, 0 replies.
- incubator-tinkerpop git commit: Feature check for metaproperties prior to creation in stargraph TINKERPOP3-684 - posted by sp...@apache.org on 2015/05/16 12:33:37 UTC, 0 replies.
- incubator-tinkerpop git commit: Feature check before asserting metaproperties TINKERPOP3-685 - posted by sp...@apache.org on 2015/05/16 13:19:05 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: fix for TINKERPOP3-686 WebSocket serialization fails for JSON - posted by sp...@apache.org on 2015/05/16 17:54:47 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Change method scope to private in ws request decoders - posted by sp...@apache.org on 2015/05/16 17:54:48 UTC, 0 replies.
- incubator-tinkerpop git commit: Change scope of testing deps in gremlin-core. TINKERPOP3-687 - posted by sp...@apache.org on 2015/05/16 18:04:13 UTC, 0 replies.
- incubator-tinkerpop git commit: Add caution for running tests in parallel. - posted by sp...@apache.org on 2015/05/18 14:23:30 UTC, 0 replies.
- incubator-tinkerpop git commit: added an image for tail()-step in docs. Added another example for tail()-step in the docs. - posted by ok...@apache.org on 2015/05/18 15:54:39 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: moved the string factory methods for traversals from TraversalHelper to StringFactory. Removed the SELECT FROM Gremlin SQL stuff from Sugar. We can add it later via a Gremlin SQL DSL. - posted by ok...@apache.org on 2015/05/18 17:10:21 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: moved the string factory methods for traversals from TraversalHelper to StringFactory. Removed the SELECT FROM Gremlin SQL stuff from Sugar. We can add it later via a Gremlin SQL DSL. - posted by ok...@apache.org on 2015/05/18 17:10:22 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: IsStep is now a TraversalParent. SubgraphStrategy uses Scope.global where()-traversals. TraversalBiPredicate moved to step/util. - posted by ok...@apache.org on 2015/05/18 17:10:23 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Fix incorrect logging message. - posted by sp...@apache.org on 2015/05/18 17:54:57 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Add a serialization section to Gremlin Server configuration section. - posted by sp...@apache.org on 2015/05/18 17:54:58 UTC, 0 replies.
- incubator-tinkerpop git commit: Add some comments around serializers in yaml. - posted by sp...@apache.org on 2015/05/18 18:02:16 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add some javadoc. - posted by sp...@apache.org on 2015/05/18 18:13:11 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Renamed JSON related serializer classes for consistency with GraphSON. - posted by sp...@apache.org on 2015/05/18 18:13:12 UTC, 0 replies.
- incubator-tinkerpop git commit: WhereStep is smart to use the traverser object and not the get() form. - posted by ok...@apache.org on 2015/05/18 18:17:37 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Update names of JSON related serializers. - posted by sp...@apache.org on 2015/05/18 18:18:40 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed inconsistency in naming that was causing Gremlin Server integration tests to fail. - posted by sp...@apache.org on 2015/05/18 19:40:20 UTC, 0 replies.
- incubator-tinkerpop git commit: InputFormats now implement HadoopPoolsConfigurable which intilize Hadoop pools for the respective IO registry. - posted by ok...@apache.org on 2015/05/18 19:45:05 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Minor update to javadoc. - posted by sp...@apache.org on 2015/05/18 20:03:21 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Updates to javadocs. - posted by sp...@apache.org on 2015/05/18 20:03:22 UTC, 0 replies.
- svn commit: r1680063 - /incubator/tinkerpop/site/index.html - posted by sp...@apache.org on 2015/05/18 20:23:37 UTC, 0 replies.
- incubator-tinkerpop git commit: Corrected bugs in gremlin-server http tests. - posted by sp...@apache.org on 2015/05/18 20:51:19 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Okay -- made the Gryo pool intialization a bit more sturdy in both Giraph and Spark. Removed new Consumer() in ProfileTest as its just a lambda. - posted by ok...@apache.org on 2015/05/18 20:56:23 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Rename Profileable to Profiling. Add a more generic ProfileTest case. Fix some ProfileTest method names. - posted by ok...@apache.org on 2015/05/18 20:56:24 UTC, 0 replies.
- incubator-tinkerpop git commit: HasContainer now uses P -- this provides a consistent API across predicate usage. And this will make AndP, OrP, TraversalP easier for vendors to deal with down the road. HasContainer public fields are now methods --- getKe - posted by ok...@apache.org on 2015/05/18 22:06:19 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Gremlin Server integration/performance tests can now run from the root of the project. - posted by sp...@apache.org on 2015/05/18 22:12:26 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/05/18 22:12:28 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in TraversalBiPredicate. - posted by ok...@apache.org on 2015/05/18 22:15:40 UTC, 0 replies.
- incubator-tinkerpop git commit: minor tweak. - posted by ok...@apache.org on 2015/05/18 22:22:01 UTC, 1 replies.
- [1/2] incubator-tinkerpop git commit: moved Contains, Order, Operator, P, Compare to process/traversal package. - posted by ok...@apache.org on 2015/05/18 22:46:30 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: moved Contains, Order, Operator, P, Compare to process/traversal package. - posted by ok...@apache.org on 2015/05/18 22:46:31 UTC, 0 replies.
- svn commit: r1680094 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/05/18 22:53:37 UTC, 0 replies.
- incubator-tinkerpop git commit: HasContainer now implements Predicate... just for consistency. - posted by ok...@apache.org on 2015/05/18 23:03:16 UTC, 0 replies.
- svn commit: r1680100 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by ok...@apache.org on 2015/05/18 23:06:33 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: implemented a single base class for all I/O format tests - posted by dk...@apache.org on 2015/05/18 23:26:23 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: implemented a single base class for all I/O format tests - posted by dk...@apache.org on 2015/05/18 23:26:24 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: implemented a single base class for all I/O format tests - posted by dk...@apache.org on 2015/05/18 23:26:25 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: implemented a single base class for all I/O format tests - posted by dk...@apache.org on 2015/05/18 23:26:26 UTC, 0 replies.
- incubator-tinkerpop git commit: a prettier toString() of HasContainer. - posted by ok...@apache.org on 2015/05/19 00:27:49 UTC, 0 replies.
- incubator-tinkerpop git commit: HasContainer does not care about OrP anymore. - posted by ok...@apache.org on 2015/05/19 00:35:16 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: AndStep and OrStep are now simply Conjunction 'markers'. The true meat is WhereStep(P.traversal(a).and(b).and(c).and(d)...). The conjunction of traversal is consolidated into P and the TraversalP. - posted by ok...@apache.org on 2015/05/19 01:48:11 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: AndStep and OrStep are now simply Conjunction 'markers'. The true meat is WhereStep(P.traversal(a).and(b).and(c).and(d)...). The conjunction of traversal is consolidated into P and the TraversalP. - posted by ok...@apache.org on 2015/05/19 01:48:12 UTC, 0 replies.
- incubator-tinkerpop git commit: BiPredicate implements Serializable in TraversalP. - posted by ok...@apache.org on 2015/05/19 03:42:26 UTC, 0 replies.
- incubator-tinkerpop git commit: added AsciiDocs postprocessor which removes Apache license header from code samples in the docs - posted by dk...@apache.org on 2015/05/19 13:07:10 UTC, 0 replies.
- incubator-tinkerpop git commit: wrapped commands to process AsciiDoc files in a single shell script - posted by dk...@apache.org on 2015/05/19 13:36:39 UTC, 0 replies.
- incubator-tinkerpop git commit: old text in docs removed. MapReduce.NullObject pattern copied from Hadoop's NullWritable. CountMapReduce, Max, Min assume a full reduction on key -- was a bug in the past. Can't seem to reproduce it anymore. HadoopPools wi - posted by ok...@apache.org on 2015/05/19 16:31:14 UTC, 0 replies.
- incubator-tinkerpop git commit: Reverting SumMapReduce to the proper way to deal with generatingFinalResult. - posted by ok...@apache.org on 2015/05/19 16:42:04 UTC, 0 replies.
- incubator-tinkerpop git commit: Make Gremlin Server Settings public scope. - posted by sp...@apache.org on 2015/05/19 17:05:51 UTC, 0 replies.
- incubator-tinkerpop git commit: Various MapReduce impl tweeks to make everything more consistent. - posted by ok...@apache.org on 2015/05/19 17:40:24 UTC, 0 replies.
- incubator-tinkerpop git commit: TraversalRing is now cloneable and this makes PathStep, SelectStep, and TreeStep clone() simpler. - posted by ok...@apache.org on 2015/05/19 18:33:14 UTC, 0 replies.
- incubator-tinkerpop git commit: added GraphTraversalTest to verify that both __ and GraphTraversal have the same methods. - posted by ok...@apache.org on 2015/05/19 19:37:27 UTC, 0 replies.
- incubator-tinkerpop git commit: no more TraversalHolderP. P.getTraversals() exists. If there is no Traversal, return Collections.emptyList(). This makes steps alot easier as there is no type checking. - posted by ok...@apache.org on 2015/05/19 19:58:03 UTC, 0 replies.
- incubator-tinkerpop git commit: Added more tests of IteratorUtils. - posted by sp...@apache.org on 2015/05/19 20:35:09 UTC, 0 replies.
- incubator-tinkerpop git commit: WhereStep now supports multi-labeled starts and ends. - posted by ok...@apache.org on 2015/05/19 21:34:08 UTC, 0 replies.
- incubator-tinkerpop git commit: added a multi-label start where() test and cleaned up TraversalUtil some more. - posted by ok...@apache.org on 2015/05/19 22:01:33 UTC, 0 replies.
- incubator-tinkerpop git commit: more WhereStepTest tests. - posted by ok...@apache.org on 2015/05/19 22:03:18 UTC, 0 replies.
- incubator-tinkerpop git commit: added tests for P - posted by dk...@apache.org on 2015/05/19 22:04:17 UTC, 0 replies.
- incubator-tinkerpop git commit: commented out one RangeByIsCountStrategy as OrP is currently not handled by the strategy - posted by dk...@apache.org on 2015/05/19 22:29:10 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed RangeByIsCountStrategy - posted by dk...@apache.org on 2015/05/19 22:39:54 UTC, 0 replies.
- incubator-tinkerpop git commit: Removed unneeded methods in ComputerGraph. - posted by ok...@apache.org on 2015/05/19 23:34:20 UTC, 0 replies.
- incubator-tinkerpop git commit: consistency on typing in __ and GraphTraversal. - posted by ok...@apache.org on 2015/05/19 23:50:18 UTC, 0 replies.
- incubator-tinkerpop git commit: minor nothing cleanups. - posted by ok...@apache.org on 2015/05/19 23:55:48 UTC, 0 replies.
- incubator-tinkerpop git commit: reduced object creation when its a where(out) style traversal -- no start or end labels. - posted by ok...@apache.org on 2015/05/20 00:05:13 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in HasContainer.makeHasContainers() around duplicating the AndP instead of unfolding it...doh. - posted by ok...@apache.org on 2015/05/20 00:30:07 UTC, 0 replies.
- incubator-tinkerpop git commit: 100% test coverage for P - posted by dk...@apache.org on 2015/05/20 03:28:39 UTC, 0 replies.
- incubator-tinkerpop git commit: Giraph configuration: increased the max. time to wait before giving up trying to get the minimum number of workers before a superstep from 10 minutes to 1 hour. Integration test suite should now pass again. - posted by dk...@apache.org on 2015/05/20 14:44:11 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Add test for ArrayIterator. - posted by sp...@apache.org on 2015/05/20 15:46:54 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Add assertion to ensure hasNext on MultiIterator returns true. - posted by sp...@apache.org on 2015/05/20 15:46:55 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Covered some un-tested code in the IteratorUtils. - posted by sp...@apache.org on 2015/05/20 15:46:56 UTC, 0 replies.
- incubator-tinkerpop git commit: Add test for ChainedComparator - posted by sp...@apache.org on 2015/05/20 16:42:28 UTC, 0 replies.
- incubator-tinkerpop git commit: Forgot to add the license. - posted by sp...@apache.org on 2015/05/20 16:47:26 UTC, 0 replies.
- incubator-tinkerpop git commit: simplified constructor for TraverserMapReduce. - posted by ok...@apache.org on 2015/05/20 16:57:46 UTC, 0 replies.
- incubator-tinkerpop git commit: Add test for ArrayListSupplier. - posted by sp...@apache.org on 2015/05/20 17:09:59 UTC, 0 replies.
- incubator-tinkerpop git commit: TinkerGraph is now final. Have fun trying to extend these bad boys suckers. - posted by ok...@apache.org on 2015/05/20 17:35:23 UTC, 0 replies.
- incubator-tinkerpop git commit: TinkerEdge can not be final or else Jackson GraphSON no happy. - posted by ok...@apache.org on 2015/05/20 17:47:05 UTC, 0 replies.
- incubator-tinkerpop git commit: Altered GraphSON serialization to properly serialize all final classes. - posted by sp...@apache.org on 2015/05/20 18:46:06 UTC, 0 replies.
- incubator-tinkerpop git commit: Add test for Scope. - posted by sp...@apache.org on 2015/05/20 19:04:30 UTC, 0 replies.
- incubator-tinkerpop git commit: TinkerPop 3.0.0.M9-incubating-rc3 release - posted by ok...@apache.org on 2015/05/20 19:14:17 UTC, 0 replies.
- incubator-tinkerpop git commit: updated CHANGELOG.: - posted by ok...@apache.org on 2015/05/20 19:21:12 UTC, 0 replies.
- incubator-tinkerpop git commit: updated CHANGELOG. - posted by ok...@apache.org on 2015/05/20 19:26:54 UTC, 4 replies.
- incubator-tinkerpop git commit: CHANGELOG update. - posted by ok...@apache.org on 2015/05/20 19:35:16 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed an step ID naming algorithm bug. Created a static tool to verify that all step IDs are unique in a compiled traversal. Added the tool to AbstractGremlinTest -- now every traversal in the test suite is valifdated to e - posted by ok...@apache.org on 2015/05/20 21:07:32 UTC, 1 replies.
- svn commit: r1680696 - /incubator/tinkerpop/site/index.html - posted by sp...@apache.org on 2015/05/21 01:08:31 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Add LifeCycleHook to Gremlin Server TINKERPOP3-696 and TINKERPOP3-553 - posted by sp...@apache.org on 2015/05/21 17:48:35 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Update changelog - posted by sp...@apache.org on 2015/05/21 17:48:36 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Update docs wrt LifeCycleHook and Gremlin Server. - posted by sp...@apache.org on 2015/05/21 17:48:37 UTC, 0 replies.
- incubator-tinkerpop git commit: OLAP local traversals working for PathStep -- only PathStep works right now. For everyone else, we need to make it so that TRaversalParents with local traversals implements some interface that TraversalVertexProgram can ha - posted by ok...@apache.org on 2015/05/21 17:58:04 UTC, 0 replies.
- svn commit: r1680933 - /incubator/tinkerpop/site/index.html - posted by sp...@apache.org on 2015/05/21 19:29:59 UTC, 0 replies.
- incubator-tinkerpop git commit: HadoopGraph has been final'd. - posted by ok...@apache.org on 2015/05/21 21:51:58 UTC, 0 replies.
- [01/11] incubator-tinkerpop git commit: Add test for HashMapSupplier. - posted by sp...@apache.org on 2015/05/21 21:55:15 UTC, 0 replies.
- [02/11] incubator-tinkerpop git commit: Add tests for HashSetSupplier. - posted by sp...@apache.org on 2015/05/21 21:55:16 UTC, 0 replies.
- [03/11] incubator-tinkerpop git commit: Corrected bug in test and adjusted test names. - posted by sp...@apache.org on 2015/05/21 21:55:17 UTC, 0 replies.
- [04/11] incubator-tinkerpop git commit: Add tests for BulkSetSupplier. - posted by sp...@apache.org on 2015/05/21 21:55:18 UTC, 0 replies.
- [05/11] incubator-tinkerpop git commit: Add tests for ScriptEngineLambdaSupplier. - posted by sp...@apache.org on 2015/05/21 21:55:19 UTC, 0 replies.
- [06/11] incubator-tinkerpop git commit: Add tests for ConstantSupplier. - posted by sp...@apache.org on 2015/05/21 21:55:20 UTC, 0 replies.
- [07/11] incubator-tinkerpop git commit: Add tests for MeanNumberSupplier. - posted by sp...@apache.org on 2015/05/21 21:55:21 UTC, 0 replies.
- [08/11] incubator-tinkerpop git commit: Add tests for TreeSupplier. - posted by sp...@apache.org on 2015/05/21 21:55:22 UTC, 0 replies.
- [09/11] incubator-tinkerpop git commit: Add tests for FunctionUtils. - posted by sp...@apache.org on 2015/05/21 21:55:23 UTC, 0 replies.
- [10/11] incubator-tinkerpop git commit: Author tag was not in the right place. - posted by sp...@apache.org on 2015/05/21 21:55:24 UTC, 0 replies.
- [11/11] incubator-tinkerpop git commit: This class is no longer used. - posted by sp...@apache.org on 2015/05/21 21:55:25 UTC, 0 replies.
- incubator-tinkerpop git commit: Giraph and Spark now both use the same Rule engine for Aggregating memory -- INCR, AND, OR, SET, etc. - posted by ok...@apache.org on 2015/05/21 22:19:06 UTC, 0 replies.
- incubator-tinkerpop git commit: Add tests for Operator. - posted by sp...@apache.org on 2015/05/21 22:24:46 UTC, 0 replies.
- incubator-tinkerpop git commit: removed GraphComputer.isolation() as all implementations use BSP. No point having it if no tests and no impls. If there is an ASP in the future, we can add back in the method. - posted by ok...@apache.org on 2015/05/21 22:30:30 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add tests for T. - posted by sp...@apache.org on 2015/05/21 22:49:41 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Add tests for the Direction enum. - posted by sp...@apache.org on 2015/05/21 22:49:42 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Added license text. - posted by sp...@apache.org on 2015/05/21 22:52:50 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: This class is no longer utilized. - posted by sp...@apache.org on 2015/05/21 22:52:51 UTC, 0 replies.
- incubator-tinkerpop git commit: HadoopRemoteAcceptorTest added to test to make sure :> works as expected. - posted by ok...@apache.org on 2015/05/21 23:39:39 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in Sugar loading with :> HadoopRemoteAcceptor. So glad I have this test case now -- no more manual testing in gremlin-console. - posted by ok...@apache.org on 2015/05/22 00:38:27 UTC, 0 replies.
- incubator-tinkerpop git commit: GiraphGraphComputer now tests for serializability of the traversal prior to job distribution -- much cleaner than the previous model. - posted by ok...@apache.org on 2015/05/22 00:46:56 UTC, 0 replies.
- incubator-tinkerpop git commit: a much better way to do HadoopRemote connections -- via the console variable name. - posted by ok...@apache.org on 2015/05/22 01:09:48 UTC, 1 replies.
- svn commit: r1680968 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/05/22 02:06:16 UTC, 0 replies.
- svn commit: r1680972 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by ok...@apache.org on 2015/05/22 02:23:32 UTC, 0 replies.
- incubator-tinkerpop git commit: Add best practices to Gremlin Server. - posted by sp...@apache.org on 2015/05/22 14:11:09 UTC, 0 replies.
- incubator-tinkerpop git commit: Add "Parameterized Gremlin" logo. - posted by sp...@apache.org on 2015/05/22 14:33:56 UTC, 0 replies.
- incubator-tinkerpop git commit: Fix bug in driver where NO_CONTENT was not being handled properly. - posted by sp...@apache.org on 2015/05/22 15:29:05 UTC, 0 replies.
- svn commit: r1681140 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by sp...@apache.org on 2015/05/22 17:00:14 UTC, 0 replies.
- svn commit: r1681142 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by sp...@apache.org on 2015/05/22 17:12:48 UTC, 0 replies.
- incubator-tinkerpop git commit: Defaulted TinkerGraph to use LONG for the IdManager in Gremlin Server packaging. - posted by sp...@apache.org on 2015/05/22 17:38:21 UTC, 0 replies.
- incubator-tinkerpop git commit: Added TestableConsolePluginAcceptor so people that have console-based plugins can test them easier. HadoopGremlinPluginTest now tests HadoopGremlinPlugin and no more manual testing to make sure all the HDFS, sugar, remote, - posted by ok...@apache.org on 2015/05/22 17:47:43 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Extract out helper function to validate that a utility class is properly defined. - posted by sp...@apache.org on 2015/05/22 17:53:50 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Finalize MultiMap and add private constructor since it is a utility class. - posted by sp...@apache.org on 2015/05/22 17:53:51 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Enforce FunctionUtils as a utility class. - posted by sp...@apache.org on 2015/05/22 18:44:55 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Enforce exception types for ScriptEngineLambda. - posted by sp...@apache.org on 2015/05/22 18:44:56 UTC, 0 replies.
- incubator-tinkerpop git commit: Add SerializerTest. - posted by sp...@apache.org on 2015/05/22 18:49:09 UTC, 0 replies.
- incubator-tinkerpop git commit: HadoopGremlinPlugin now supports SparkGraphComputer. Super good integration tests on the HadoopGremlinPlugin. Docs updated. Very good stuff here. - posted by ok...@apache.org on 2015/05/22 19:05:27 UTC, 0 replies.
- incubator-tinkerpop git commit: Drop StreamFactory - buh-bye - posted by sp...@apache.org on 2015/05/22 20:22:40 UTC, 0 replies.
- incubator-tinkerpop git commit: Add test for IteratorUtils.stream(). - posted by sp...@apache.org on 2015/05/22 20:29:53 UTC, 0 replies.
- incubator-tinkerpop git commit: pointless nothings on TinkerMessenger. - posted by ok...@apache.org on 2015/05/22 20:31:50 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add tests for ScriptEngineCache. - posted by sp...@apache.org on 2015/05/22 20:35:53 UTC, 0 replies.
- incubator-tinkerpop git commit: Gremlin OLAP now supports DedupGlobalStep if its an end step. Added two new tests to DedupTest to verify behavior. - posted by ok...@apache.org on 2015/05/22 21:01:08 UTC, 0 replies.
- incubator-tinkerpop git commit: Removed other constructors for YamlConfiguration as they were not working. - posted by sp...@apache.org on 2015/05/22 21:11:42 UTC, 0 replies.
- incubator-tinkerpop git commit: Optimize imports. - posted by sp...@apache.org on 2015/05/22 21:20:12 UTC, 0 replies.
- incubator-tinkerpop git commit: If the DedupGlobalStep is an end-step and has a by()-projection, don't allow it in ComputerVerificationStrategy. - posted by ok...@apache.org on 2015/05/22 21:27:30 UTC, 0 replies.
- incubator-tinkerpop git commit: dah. back to the rght TraverserMapReduce using IteratorUtils.map(bulk(1)). - posted by ok...@apache.org on 2015/05/22 21:32:48 UTC, 0 replies.
- incubator-tinkerpop git commit: better test extensions from @spmallette test suite. - posted by ok...@apache.org on 2015/05/22 21:48:17 UTC, 0 replies.
- incubator-tinkerpop git commit: going to town testing HadoopGremlinPlugin -- loving it. So much safety. - posted by ok...@apache.org on 2015/05/22 22:15:53 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add test for Gremlin utility. - posted by sp...@apache.org on 2015/05/22 22:49:43 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Add test for TimeUtil. - posted by sp...@apache.org on 2015/05/22 22:49:44 UTC, 0 replies.
- incubator-tinkerpop git commit: some commented out code that I may use later. - posted by ok...@apache.org on 2015/05/22 23:10:48 UTC, 0 replies.
- incubator-tinkerpop git commit: TraveraslClassFunction tied to TraversalVertexProgram. - posted by ok...@apache.org on 2015/05/23 01:36:15 UTC, 0 replies.
- incubator-tinkerpop git commit: greatly simplified ConfigurationTraversal -- sweet. - posted by ok...@apache.org on 2015/05/23 01:46:11 UTC, 0 replies.
- [1/6] incubator-tinkerpop git commit: implemented .equals() and .hashCode() for all steps - posted by dk...@apache.org on 2015/05/24 19:01:42 UTC, 0 replies.
- [2/6] incubator-tinkerpop git commit: implemented equals()/hashCode() tests for all steps - posted by dk...@apache.org on 2015/05/24 19:01:43 UTC, 0 replies.
- [3/6] incubator-tinkerpop git commit: implemented equals()/hashCode() tests for all steps - posted by dk...@apache.org on 2015/05/24 19:01:44 UTC, 0 replies.
- [4/6] incubator-tinkerpop git commit: implemented equals()/hashCode() tests for all steps - posted by dk...@apache.org on 2015/05/24 19:01:45 UTC, 0 replies.
- [6/6] incubator-tinkerpop git commit: fixed bugs that were subsequent errors from the work on Step.equals() and Step.hashCode() - posted by dk...@apache.org on 2015/05/24 19:01:47 UTC, 0 replies.
- incubator-tinkerpop git commit: updated command to process AsciiDocs files - posted by dk...@apache.org on 2015/05/24 19:04:10 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: GraphSONModule does not need to be public. - posted by sp...@apache.org on 2015/05/26 14:03:51 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Make GraphSONUtil a utility class. - posted by sp...@apache.org on 2015/05/26 14:03:52 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Make GraphSONTokens not possible to instantiate. - posted by sp...@apache.org on 2015/05/26 14:14:44 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Add license header. - posted by sp...@apache.org on 2015/05/26 14:14:45 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Remove unused imports. - posted by sp...@apache.org on 2015/05/26 15:35:14 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Add some versioning to GraphSON. - posted by sp...@apache.org on 2015/05/26 15:35:15 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Finalize classes. - posted by sp...@apache.org on 2015/05/26 15:36:16 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Explicitly specify GraphSONVersion to serializers. - posted by sp...@apache.org on 2015/05/26 15:36:17 UTC, 0 replies.
- incubator-tinkerpop git commit: Add way to get pretty version number from GraphSONVersion. - posted by sp...@apache.org on 2015/05/26 15:39:04 UTC, 0 replies.
- incubator-tinkerpop git commit: Add gremlin-test logo. - posted by sp...@apache.org on 2015/05/26 16:19:21 UTC, 0 replies.
- incubator-tinkerpop git commit: updated README.asciidoc with clearer release stage. - posted by ok...@apache.org on 2015/05/26 17:44:44 UTC, 0 replies.
- incubator-tinkerpop git commit: TinkerPop 3.0.0.M9-incubating release - posted by ok...@apache.org on 2015/05/26 19:04:19 UTC, 0 replies.
- incubator-tinkerpop git commit: Add check of other exception that seems to throw from LifeCycleHook. - posted by sp...@apache.org on 2015/05/26 19:24:36 UTC, 0 replies.
- svn commit: r1681797 - in /incubator/tinkerpop/site: docs/3.0.0.M9-incubating/ docs/3.0.0.M9-incubating/images/ docs/3.0.0.M9-incubating/images/icons/ javadocs/3.0.0.M9-incubating/ javadocs/3.0.0.M9-incubating/core/ javadocs/3.0.0.M9-incubating/core/or... - posted by ok...@apache.org on 2015/05/26 19:39:46 UTC, 0 replies.
- svn commit: r9138 - /dev/incubator/tinkerpop/3.0.0.M9-incubating/ - posted by ok...@apache.org on 2015/05/26 19:53:45 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed up README with more release notes. Fixed a CHANGELOG date bug. - posted by ok...@apache.org on 2015/05/26 20:29:02 UTC, 0 replies.
- svn commit: r9139 - /dev/incubator/tinkerpop/3.0.0.M9-incubating/ - posted by ok...@apache.org on 2015/05/26 20:46:36 UTC, 0 replies.
- incubator-tinkerpop git commit: bumped back to 3.0.0-SNAPSHOT and updated the README with a release instruction tip. - posted by ok...@apache.org on 2015/05/26 21:38:24 UTC, 0 replies.
- incubator-tinkerpop git commit: an email template for VOTE. - posted by ok...@apache.org on 2015/05/26 21:42:33 UTC, 0 replies.
- incubator-tinkerpop git commit: updated CHANGELOG with the GA section. - posted by ok...@apache.org on 2015/05/26 21:48:48 UTC, 0 replies.
- incubator-tinkerpop git commit: Added Scope.getScopeValuesByKey() as a way to ensure all steps have the same behavior around path/map/sideEffect selection. - posted by ok...@apache.org on 2015/05/26 22:07:30 UTC, 0 replies.
- incubator-tinkerpop git commit: SelectStep now uses Scope.getScopeValueByKey() helper method. - posted by ok...@apache.org on 2015/05/26 22:12:45 UTC, 0 replies.
- incubator-tinkerpop git commit: added InputRDD interface to allow vendors to use RDDs instead of InputFormats to feed data to SparkGraphComputer. The default is to use InputFormatRDD which simply uses the InputFormat to generate the RDD. - posted by ok...@apache.org on 2015/05/27 00:00:39 UTC, 0 replies.
- incubator-tinkerpop git commit: used multi-catch in SparkGraphComputer and added JavaDoc to InputRDD. Added note about InputRDD to asciidocs. - posted by ok...@apache.org on 2015/05/27 00:16:32 UTC, 0 replies.
- svn commit: r1681878 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/05/27 00:17:55 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in traversal docs around select(local/global). - posted by ok...@apache.org on 2015/05/27 00:22:36 UTC, 0 replies.
- incubator-tinkerpop git commit: simplified ExampleInputRDD. - posted by ok...@apache.org on 2015/05/27 00:32:00 UTC, 0 replies.
- incubator-tinkerpop git commit: made an inject-example simpler in asciidocs. - posted by ok...@apache.org on 2015/05/27 00:38:55 UTC, 0 replies.
- svn commit: r1681886 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ docs/3.0.0-SNAPSHOT/images/ docs/3.0.0-SNAPSHOT/images/icons/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/core/org/ javadocs/3.0.0-SNAPSHOT/cor... - posted by ok...@apache.org on 2015/05/27 00:49:16 UTC, 0 replies.
- incubator-tinkerpop git commit: removed unneeded typecasts. - posted by ok...@apache.org on 2015/05/27 02:19:53 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: replaced numbers written in Long-notation (e.g. '1L') with standard numbers (e.g. '1') - posted by dk...@apache.org on 2015/05/27 10:07:22 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Added OutputRDD for Spark. TinkerGraphView now tested with dropView() within GraphComputerTest. GraphComputerTests now test the meaning of ResultGraph and Persist. - posted by ok...@apache.org on 2015/05/27 19:58:05 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: GiraphGraphComputer no longer requires another BSP round to compute its memory. This removed alot of extra code, extra MapReduce, and numerous Constants. Added more tests to GraphComputerTest that verify Persist and - posted by ok...@apache.org on 2015/05/27 19:58:06 UTC, 0 replies.
- incubator-tinkerpop git commit: TinkerGraphComputer, SparkGraphComputer, and GiraphGraphComputer are all consistent regarding ResultGraph/Persist options. Added helper methods to GraphComputerHelper so its easy for vendors to get consistent behavior with - posted by ok...@apache.org on 2015/05/27 21:53:41 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Iteration of results in Gremlin Server now occur in the same thread as eval. TINKERPOP3-704 - posted by sp...@apache.org on 2015/05/27 22:44:36 UTC, 0 replies.
- incubator-tinkerpop git commit: TinkerGraphComputer now supports every ResultGraph/Persist combination. TinkerComputerResult goes away as the GraphComputer view is dropped in every possible combination of pairs -- now just using DefaultComputerResult. - posted by ok...@apache.org on 2015/05/27 22:49:15 UTC, 0 replies.
- incubator-tinkerpop git commit: better method names for GraphComputerTests. - posted by ok...@apache.org on 2015/05/27 23:26:08 UTC, 1 replies.
- incubator-tinkerpop git commit: ProfileTest times made less stringent. - posted by ok...@apache.org on 2015/05/27 23:27:55 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a JavaDoc bug in GraphComputer. - posted by ok...@apache.org on 2015/05/28 00:10:51 UTC, 0 replies.
- incubator-tinkerpop git commit: no more Memory OutputFormat. It alwayas has to be SequenceFile so why try and allow other things. This again, simplifies the Hadoop GraphComputer's code. A lot less if/else checking and potential for user error. - posted by ok...@apache.org on 2015/05/28 00:29:24 UTC, 0 replies.
- incubator-tinkerpop git commit: OutputRDD documented and tested. More simplifications to the parameterization in HadoopGraph -- getting down to the basics which will make everyone's life easier. - posted by ok...@apache.org on 2015/05/28 00:58:41 UTC, 0 replies.
- incubator-tinkerpop git commit: Add hadoop-gremlin/conf files to console zip distribution. TINKERPOP3-708 - posted by sp...@apache.org on 2015/05/28 13:40:35 UTC, 0 replies.
- incubator-tinkerpop git commit: Udpate changelog. - posted by sp...@apache.org on 2015/05/28 13:41:14 UTC, 0 replies.
- incubator-tinkerpop git commit: Write more tests for the GremlinExecutor. - posted by sp...@apache.org on 2015/05/28 15:06:24 UTC, 0 replies.
- incubator-tinkerpop git commit: Simplify the constructor on GremlinExecutor. - posted by sp...@apache.org on 2015/05/28 15:21:48 UTC, 0 replies.
- incubator-tinkerpop git commit: a bug in MapReduce result serialization in Spark. Hmmm. Went back to the old model requiring HDFS. - posted by ok...@apache.org on 2015/05/28 15:24:45 UTC, 0 replies.
- incubator-tinkerpop git commit: added a choose(predicate, trueTraversal, falseTraversal) test and fixed a bug. Removed MapTraversal, MapTraverserTraversal, FilterTraversal, and FilterTraverserTraversal as these are simply __.map(function) and __.filter(pre - posted by ok...@apache.org on 2015/05/28 16:19:29 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Neo4j-Gremlin back in the mix -- All Apache2. Builds -- tests fail cause it can't find impl classes. - posted by ok...@apache.org on 2015/05/28 17:56:00 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Neo4j-Gremlin back in the mix -- All Apache2. Builds -- tests fail cause it can't find impl classes. - posted by ok...@apache.org on 2015/05/28 17:56:01 UTC, 0 replies.
- incubator-tinkerpop git commit: testing works -- most tests pass. Failures seem to 'only' be in the Gremlin IO tests. - posted by ok...@apache.org on 2015/05/28 18:15:22 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Applied convertId in IoTest to the expected id. TINKERPOP3-695 - posted by sp...@apache.org on 2015/05/28 18:28:43 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Minor point added to docs about testing implementations. - posted by sp...@apache.org on 2015/05/28 18:28:44 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Add some javadoc on GremlinGroovysh. - posted by sp...@apache.org on 2015/05/28 18:28:45 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Applied convertId in IoTest to the expected id. TINKERPOP3-695 - posted by ok...@apache.org on 2015/05/28 18:45:22 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Minor point added to docs about testing implementations. - posted by ok...@apache.org on 2015/05/28 18:45:23 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Add some javadoc on GremlinGroovysh. - posted by ok...@apache.org on 2015/05/28 18:45:24 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Merge branch 'master' into neo4j-gremlin-apache - posted by ok...@apache.org on 2015/05/28 18:45:25 UTC, 0 replies.
- incubator-tinkerpop git commit: Changed assertion for id in tests. TINKERPOP3-695 - posted by sp...@apache.org on 2015/05/28 18:59:37 UTC, 0 replies.
- incubator-tinkerpop git commit: for Traverser->Object functions/predicates added FunctionTraverser and PredicateTraverser (which both implement Serialziable). - posted by ok...@apache.org on 2015/05/28 19:58:14 UTC, 0 replies.
- incubator-tinkerpop git commit: Added willAllowId() for features related to vertex, vertexproperty and edge TINKERPOP3-695 - posted by sp...@apache.org on 2015/05/28 21:43:32 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: Changed assertion for id in tests. TINKERPOP3-695 - posted by ok...@apache.org on 2015/05/28 22:13:22 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: for Traverser->Object functions/predicates added FunctionTraverser and PredicateTraverser (which both implement Serialziable). - posted by ok...@apache.org on 2015/05/28 22:13:23 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: Merge branch 'master' into neo4j-gremlin-apache - posted by ok...@apache.org on 2015/05/28 22:13:24 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: FullNeo4jGraph and SimpleNeo4jGraph exist. Neo4jGraph is abstract. Full for meta/multi-properties. Simple for no meta-multi properties. Now they have respective providers and individual test suite runs. - posted by ok...@apache.org on 2015/05/28 22:13:25 UTC, 0 replies.
- [5/5] incubator-tinkerpop git commit: FullNeo4jGraph and SimpleNeo4jGraph exist. Neo4jGraph is abstract. Full for meta/multi-properties. Simple for no meta-multi properties. Now they have respective providers and individual test suite runs. - posted by ok...@apache.org on 2015/05/28 22:13:26 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Added willAllowId() for features related to vertex, vertexproperty and edge TINKERPOP3-695 - posted by ok...@apache.org on 2015/05/28 22:15:20 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch 'master' into neo4j-gremlin-apache - posted by ok...@apache.org on 2015/05/28 22:15:21 UTC, 1 replies.
- incubator-tinkerpop git commit: Add some tests to structure utility classes. - posted by sp...@apache.org on 2015/05/28 23:41:24 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: added ElementHelper.attachProperties() for vertices which checks Cardinality from the graph. - posted by ok...@apache.org on 2015/05/28 23:51:37 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: added ElementHelper.attachProperties() for vertices which checks Cardinality from the graph. - posted by ok...@apache.org on 2015/05/28 23:51:38 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add some tests to structure utility classes. - posted by ok...@apache.org on 2015/05/28 23:52:02 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in ElementHelperTest that was introduced by new ElementHelper.attachProperties(vertex...). - posted by ok...@apache.org on 2015/05/28 23:58:03 UTC, 0 replies.
- incubator-tinkerpop git commit: added CypherStartStep which is Scoping to recommend Scope.local for Select/Where/etc. steps that follow. - posted by ok...@apache.org on 2015/05/29 00:05:39 UTC, 0 replies.
- incubator-tinkerpop git commit: Neo4jGraph is smart about ids given new designs in TP3. ElementHelper has a mixedId validator. - posted by ok...@apache.org on 2015/05/29 00:44:04 UTC, 0 replies.
- incubator-tinkerpop git commit: simplified mixElementIds test method. dar. - posted by ok...@apache.org on 2015/05/29 00:50:07 UTC, 0 replies.
- incubator-tinkerpop git commit: minor simplication to Neo4jGraph. - posted by ok...@apache.org on 2015/05/29 00:56:49 UTC, 0 replies.
- incubator-tinkerpop git commit: Institute the include-neo4j profile for running tests. - posted by sp...@apache.org on 2015/05/29 13:40:44 UTC, 0 replies.
- incubator-tinkerpop git commit: Update README with neo4j-gremlin instructions. - posted by sp...@apache.org on 2015/05/29 13:54:15 UTC, 0 replies.
- incubator-tinkerpop git commit: Add info to readme about intellij setup for neo4j-gremlin. - posted by sp...@apache.org on 2015/05/29 13:59:29 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed test to ensure a VertexProperty with an endTime was selected. - posted by sp...@apache.org on 2015/05/29 14:44:26 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Added a comment about getting debug info out of ivy when running :install. - posted by sp...@apache.org on 2015/05/29 16:53:14 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Add the "external" dependencies to neo4j-gremlin pom.xml. - posted by sp...@apache.org on 2015/05/29 16:53:15 UTC, 0 replies.
- incubator-tinkerpop git commit: Add some notes to the docs about ivy settings. - posted by sp...@apache.org on 2015/05/29 17:02:46 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: reimplemented AsciiDocs preprocessor (now we can use plugins in sample code snippets) - posted by dk...@apache.org on 2015/05/29 18:04:24 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: process AsciiDoc files in parallel - posted by dk...@apache.org on 2015/05/29 18:04:25 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: added a few pre-processable Gremlin-Hadoop samples. The old samples are still in as a reference. - posted by dk...@apache.org on 2015/05/29 18:04:26 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: process all AsciiDoc files, not only implementations.asciidoc - posted by dk...@apache.org on 2015/05/29 18:04:27 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Neo4jTrait now exists -- NoMultiNoMetaNeo4jTrait and MultiMetaNeo4jTrait. Simpler code. - posted by ok...@apache.org on 2015/05/29 18:39:07 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Neo4jTrait now exists -- NoMultiNoMetaNeo4jTrait and MultiMetaNeo4jTrait. Simpler code. - posted by ok...@apache.org on 2015/05/29 18:39:08 UTC, 0 replies.
- incubator-tinkerpop git commit: trying to fix a lowercase git bug. - posted by ok...@apache.org on 2015/05/29 18:42:43 UTC, 1 replies.
- [1/2] incubator-tinkerpop git commit: Finalize a variable. - posted by sp...@apache.org on 2015/05/29 18:46:27 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Add unit tests to Comparators. - posted by sp...@apache.org on 2015/05/29 18:46:28 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in Exception throwing. - posted by ok...@apache.org on 2015/05/29 19:07:10 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Removed ElementHelper.getOrCreate() - posted by sp...@apache.org on 2015/05/29 19:39:19 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Add tests for ElementHelper. - posted by sp...@apache.org on 2015/05/29 19:39:20 UTC, 0 replies.
- incubator-tinkerpop git commit: Add license header. - posted by sp...@apache.org on 2015/05/29 20:02:08 UTC, 0 replies.
- incubator-tinkerpop git commit: more tests, more fixes.... very clean. - posted by ok...@apache.org on 2015/05/29 20:15:46 UTC, 0 replies.
- [1/6] incubator-tinkerpop git commit: Finalize a variable. - posted by ok...@apache.org on 2015/05/29 20:41:09 UTC, 0 replies.
- [2/6] incubator-tinkerpop git commit: Add unit tests to Comparators. - posted by ok...@apache.org on 2015/05/29 20:41:10 UTC, 0 replies.
- [3/6] incubator-tinkerpop git commit: Removed ElementHelper.getOrCreate() - posted by ok...@apache.org on 2015/05/29 20:41:11 UTC, 0 replies.
- [4/6] incubator-tinkerpop git commit: Add tests for ElementHelper. - posted by ok...@apache.org on 2015/05/29 20:41:12 UTC, 0 replies.
- [5/6] incubator-tinkerpop git commit: Add license header. - posted by ok...@apache.org on 2015/05/29 20:41:13 UTC, 0 replies.
- [6/6] incubator-tinkerpop git commit: merged master. - posted by ok...@apache.org on 2015/05/29 20:41:14 UTC, 0 replies.
- [01/31] incubator-tinkerpop git commit: Neo4j-Gremlin back in the mix -- All Apache2. Builds -- tests fail cause it can't find impl classes. - posted by ok...@apache.org on 2015/05/29 20:43:04 UTC, 0 replies.
- [02/31] incubator-tinkerpop git commit: Neo4j-Gremlin back in the mix -- All Apache2. Builds -- tests fail cause it can't find impl classes. - posted by ok...@apache.org on 2015/05/29 20:43:05 UTC, 0 replies.
- [03/31] incubator-tinkerpop git commit: testing works -- most tests pass. Failures seem to 'only' be in the Gremlin IO tests. - posted by ok...@apache.org on 2015/05/29 20:43:06 UTC, 0 replies.
- [04/31] incubator-tinkerpop git commit: Merge branch 'master' into neo4j-gremlin-apache - posted by ok...@apache.org on 2015/05/29 20:43:07 UTC, 0 replies.
- [05/31] incubator-tinkerpop git commit: Merge branch 'master' into neo4j-gremlin-apache - posted by ok...@apache.org on 2015/05/29 20:43:08 UTC, 0 replies.
- [06/31] incubator-tinkerpop git commit: FullNeo4jGraph and SimpleNeo4jGraph exist. Neo4jGraph is abstract. Full for meta/multi-properties. Simple for no meta-multi properties. Now they have respective providers and individual test suite runs. - posted by ok...@apache.org on 2015/05/29 20:43:09 UTC, 0 replies.
- [07/31] incubator-tinkerpop git commit: FullNeo4jGraph and SimpleNeo4jGraph exist. Neo4jGraph is abstract. Full for meta/multi-properties. Simple for no meta-multi properties. Now they have respective providers and individual test suite runs. - posted by ok...@apache.org on 2015/05/29 20:43:10 UTC, 0 replies.
- [08/31] incubator-tinkerpop git commit: Merge branch 'master' into neo4j-gremlin-apache - posted by ok...@apache.org on 2015/05/29 20:43:11 UTC, 0 replies.
- [09/31] incubator-tinkerpop git commit: added ElementHelper.attachProperties() for vertices which checks Cardinality from the graph. - posted by ok...@apache.org on 2015/05/29 20:43:12 UTC, 0 replies.
- [10/31] incubator-tinkerpop git commit: added ElementHelper.attachProperties() for vertices which checks Cardinality from the graph. - posted by ok...@apache.org on 2015/05/29 20:43:13 UTC, 0 replies.
- [11/31] incubator-tinkerpop git commit: Merge branch 'master' into neo4j-gremlin-apache - posted by ok...@apache.org on 2015/05/29 20:43:14 UTC, 0 replies.
- [12/31] incubator-tinkerpop git commit: fixed a bug in ElementHelperTest that was introduced by new ElementHelper.attachProperties(vertex...). - posted by ok...@apache.org on 2015/05/29 20:43:15 UTC, 0 replies.
- [13/31] incubator-tinkerpop git commit: added CypherStartStep which is Scoping to recommend Scope.local for Select/Where/etc. steps that follow. - posted by ok...@apache.org on 2015/05/29 20:43:16 UTC, 0 replies.
- [14/31] incubator-tinkerpop git commit: Neo4jGraph is smart about ids given new designs in TP3. ElementHelper has a mixedId validator. - posted by ok...@apache.org on 2015/05/29 20:43:17 UTC, 0 replies.
- [15/31] incubator-tinkerpop git commit: simplified mixElementIds test method. dar. - posted by ok...@apache.org on 2015/05/29 20:43:18 UTC, 0 replies.
- [16/31] incubator-tinkerpop git commit: minor simplication to Neo4jGraph. - posted by ok...@apache.org on 2015/05/29 20:43:19 UTC, 0 replies.
- [17/31] incubator-tinkerpop git commit: Institute the include-neo4j profile for running tests. - posted by ok...@apache.org on 2015/05/29 20:43:20 UTC, 0 replies.
- [18/31] incubator-tinkerpop git commit: Update README with neo4j-gremlin instructions. - posted by ok...@apache.org on 2015/05/29 20:43:21 UTC, 0 replies.
- [19/31] incubator-tinkerpop git commit: Add info to readme about intellij setup for neo4j-gremlin. - posted by ok...@apache.org on 2015/05/29 20:43:22 UTC, 0 replies.
- [20/31] incubator-tinkerpop git commit: Fixed test to ensure a VertexProperty with an endTime was selected. - posted by ok...@apache.org on 2015/05/29 20:43:23 UTC, 0 replies.
- [21/31] incubator-tinkerpop git commit: Added a comment about getting debug info out of ivy when running :install. - posted by ok...@apache.org on 2015/05/29 20:43:24 UTC, 0 replies.
- [22/31] incubator-tinkerpop git commit: Add the "external" dependencies to neo4j-gremlin pom.xml. - posted by ok...@apache.org on 2015/05/29 20:43:25 UTC, 0 replies.
- [23/31] incubator-tinkerpop git commit: Add some notes to the docs about ivy settings. - posted by ok...@apache.org on 2015/05/29 20:43:26 UTC, 0 replies.
- [24/31] incubator-tinkerpop git commit: Neo4jTrait now exists -- NoMultiNoMetaNeo4jTrait and MultiMetaNeo4jTrait. Simpler code. - posted by ok...@apache.org on 2015/05/29 20:43:27 UTC, 0 replies.
- [25/31] incubator-tinkerpop git commit: Neo4jTrait now exists -- NoMultiNoMetaNeo4jTrait and MultiMetaNeo4jTrait. Simpler code. - posted by ok...@apache.org on 2015/05/29 20:43:28 UTC, 0 replies.
- [26/31] incubator-tinkerpop git commit: trying to fix a lowercase git bug. - posted by ok...@apache.org on 2015/05/29 20:43:29 UTC, 0 replies.
- [27/31] incubator-tinkerpop git commit: trying to fix a lowercase git bug. - posted by ok...@apache.org on 2015/05/29 20:43:30 UTC, 0 replies.
- [28/31] incubator-tinkerpop git commit: fixed a bug in Exception throwing. - posted by ok...@apache.org on 2015/05/29 20:43:31 UTC, 0 replies.
- [29/31] incubator-tinkerpop git commit: more tests, more fixes.... very clean. - posted by ok...@apache.org on 2015/05/29 20:43:32 UTC, 0 replies.
- [30/31] incubator-tinkerpop git commit: merged master. - posted by ok...@apache.org on 2015/05/29 20:43:33 UTC, 0 replies.
- [31/31] incubator-tinkerpop git commit: commented out neo4j-gremlin module until neo4j pushes apache API to Central Repo. - posted by ok...@apache.org on 2015/05/29 20:43:34 UTC, 0 replies.
- incubator-tinkerpop git commit: a stub for default cardinality in TinkerGraph. @spmallette. - posted by ok...@apache.org on 2015/05/29 20:58:22 UTC, 0 replies.
- incubator-tinkerpop git commit: Neo4j multi-meta settings are now part of Neo4jGraphVariables as hiddens. Its important that once set, a user can not change these as the underlying topology would differ. - posted by ok...@apache.org on 2015/05/29 21:25:51 UTC, 0 replies.
- incubator-tinkerpop git commit: clean ups in Neo4j -- making things really nice. - posted by ok...@apache.org on 2015/05/29 22:15:09 UTC, 0 replies.
- incubator-tinkerpop git commit: Make it so that the default cardinality for TinkerGraph is a config. - posted by sp...@apache.org on 2015/05/29 22:17:35 UTC, 0 replies.
- incubator-tinkerpop git commit: updated CHANGELOG with Neo4j note. - posted by ok...@apache.org on 2015/05/29 22:24:42 UTC, 0 replies.
- incubator-tinkerpop git commit: added Neo4jGremlin back to the AsciiDocs. - posted by ok...@apache.org on 2015/05/29 22:34:57 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Config the crew to be defaulted to list cardinality. - posted by sp...@apache.org on 2015/05/29 22:41:24 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Update docs with respect to default cardinality config in TinkerGraph - posted by sp...@apache.org on 2015/05/29 22:41:25 UTC, 0 replies.
- incubator-tinkerpop git commit: gutted automatic indices for Neo4jGraph. Gutted it from the docs. - posted by ok...@apache.org on 2015/05/29 22:56:42 UTC, 0 replies.
- incubator-tinkerpop git commit: Neo4jGraph.cypher() provides the means by which indices are created. Updated docs. Fixed a bug in the IO docs around CoreIo. - posted by ok...@apache.org on 2015/05/29 23:50:47 UTC, 0 replies.
- incubator-tinkerpop git commit: use graph.cypher() to create indices. - posted by ok...@apache.org on 2015/05/30 00:11:26 UTC, 0 replies.
- incubator-tinkerpop git commit: attempt to make preprocessor OSX compatible - posted by dk...@apache.org on 2015/05/30 00:15:41 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed number of parallel processes (to make it work on OSX) - posted by dk...@apache.org on 2015/05/30 00:59:25 UTC, 0 replies.
- incubator-tinkerpop git commit: different syntax for and-conditions in if-statement (to make it work on OSX) - posted by dk...@apache.org on 2015/05/30 01:06:04 UTC, 0 replies.
- incubator-tinkerpop git commit: more adjustments for OSX - posted by dk...@apache.org on 2015/05/30 01:21:59 UTC, 0 replies.
- incubator-tinkerpop git commit: Neo4jGraphStep is now uses Neo4j schema indices appropriately. Much simpler Neo4jGraphStep without having to think about automatic indices. - posted by ok...@apache.org on 2015/05/30 21:45:35 UTC, 0 replies.