You are viewing a plain text version of this content. The canonical link for it is here.
- incubator-tinkerpop git commit: fix for TINKERPOP3-711 Use Jackson in JsonMessageSerializerV1d0Test.java - posted by sp...@apache.org on 2015/06/01 12:39:01 UTC, 0 replies.
- incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/06/01 12:46:35 UTC, 5 replies.
- incubator-tinkerpop git commit: Loosen feature tests around identifiers TINKERPOP3-695 - posted by sp...@apache.org on 2015/06/01 14:02:58 UTC, 0 replies.
- incubator-tinkerpop git commit: Used assumptions in supplied id feature tests TINKERPOP-695 - posted by sp...@apache.org on 2015/06/01 14:26:53 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a Vertex.remove() bug that showed up in VertexTest for Neo4jGraph. Neo4jGraphStep now relies on the Neo4jTrait for index lookups. Added a WARNING to docs about Neo4j and multi- meta- properties. - posted by ok...@apache.org on 2015/06/01 17:33:36 UTC, 0 replies.
- incubator-tinkerpop git commit: Closed graph in test. - posted by sp...@apache.org on 2015/06/01 18:27:38 UTC, 0 replies.
- incubator-tinkerpop git commit: worked with @dkuppitz to get his preprocess.sh script working on MacOSX. - posted by ok...@apache.org on 2015/06/01 19:25:19 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Minor adjustments to javadoc. - posted by sp...@apache.org on 2015/06/01 20:20:55 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Add test for IoCore - posted by sp...@apache.org on 2015/06/01 20:20:56 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Add test class for GraphMigrator. - posted by sp...@apache.org on 2015/06/01 20:20:57 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Finalize a bunch of GraphML IO classes. - posted by sp...@apache.org on 2015/06/01 20:20:58 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Finalize classes in GraphSON. - posted by sp...@apache.org on 2015/06/01 20:58:40 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Finalize some classes in gryo. - posted by sp...@apache.org on 2015/06/01 20:58:41 UTC, 0 replies.
- incubator-tinkerpop git commit: Finalize all the Builder classes. - posted by sp...@apache.org on 2015/06/01 21:43:22 UTC, 0 replies.
- incubator-tinkerpop git commit: Indexes hits tested for both NoMulti and Multi property versions of Neo4jGraph. - posted by ok...@apache.org on 2015/06/01 22:59:41 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Finalize some classes in gremlin-driver. - posted by sp...@apache.org on 2015/06/01 23:16:10 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Finalie and limit scope for classes in gremlin-driver. - posted by sp...@apache.org on 2015/06/01 23:16:11 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Finalize some classes in gremlin-driver. - posted by sp...@apache.org on 2015/06/01 23:16:12 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Finalize the message classes in gremlin-driver. - posted by sp...@apache.org on 2015/06/01 23:16:13 UTC, 0 replies.
- incubator-tinkerpop git commit: added note about indicies for multi-meta property Neo4j graphs. - posted by ok...@apache.org on 2015/06/01 23:47:42 UTC, 0 replies.
- incubator-tinkerpop git commit: docs on Neo4j index speeds. - posted by ok...@apache.org on 2015/06/02 00:37:08 UTC, 0 replies.
- incubator-tinkerpop git commit: removed an IMPORTANT saying that Vertex.property(key, value) is single cardinality. - posted by ok...@apache.org on 2015/06/02 16:14:08 UTC, 0 replies.
- svn commit: r1683121 - /incubator/tinkerpop/site/index.html - posted by ok...@apache.org on 2015/06/02 16:39:37 UTC, 0 replies.
- incubator-tinkerpop git commit: removed AddEdgeByPathStep and AddEdgeStep... added new AddEdgeStep which is now Scoping and supports Scope.local (pull vertices from a Map -- e.g. select().addOutE('a', 'knows', 'b') and it supports Scope.global (pull vertic - posted by ok...@apache.org on 2015/06/02 20:28:39 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add a couple extra Gremlin Server response status codes for future use. - posted by sp...@apache.org on 2015/06/02 20:59:45 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Stub in a scope method in neo4j to get things compiling again. - posted by sp...@apache.org on 2015/06/02 20:59:46 UTC, 0 replies.
- incubator-tinkerpop git commit: AddEdgeStep documentation fixed up with new Scope.global/local model. - posted by ok...@apache.org on 2015/06/02 21:49:32 UTC, 0 replies.
- svn commit: r1683172 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/02 21:49:49 UTC, 0 replies.
- svn commit: r1683173 - 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/06/02 22:10:52 UTC, 0 replies.
- incubator-tinkerpop git commit: Updated CHANGELOG with AddEdgeStep note. Added IteratorUtils.consume() for doing sideEffects on an Iterator. Removed Neo4jGraphAPI.awaitIndexConstruction() so, in its place, added Thread.sleep(5000). - posted by ok...@apache.org on 2015/06/02 22:53:24 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed the aggregate-step.png -- no more except() -- its where(not()) now. - posted by ok...@apache.org on 2015/06/02 23:51:25 UTC, 0 replies.
- incubator-tinkerpop git commit: add a g.V.has(location) test to ensure multi-properties doesnt cause problems. - posted by ok...@apache.org on 2015/06/03 00:29:25 UTC, 0 replies.
- [01/50] [abbrv] incubator-tinkerpop git commit: Update README with neo4j-gremlin instructions. - posted by dk...@apache.org on 2015/06/03 02:12:06 UTC, 0 replies.
- [02/50] [abbrv] incubator-tinkerpop git commit: Add info to readme about intellij setup for neo4j-gremlin. - posted by dk...@apache.org on 2015/06/03 02:12:07 UTC, 0 replies.
- [03/50] [abbrv] incubator-tinkerpop git commit: Fixed test to ensure a VertexProperty with an endTime was selected. - posted by dk...@apache.org on 2015/06/03 02:12:08 UTC, 0 replies.
- [04/50] [abbrv] incubator-tinkerpop git commit: Added a comment about getting debug info out of ivy when running :install. - posted by dk...@apache.org on 2015/06/03 02:12:09 UTC, 0 replies.
- [05/50] [abbrv] incubator-tinkerpop git commit: Add the "external" dependencies to neo4j-gremlin pom.xml. - posted by dk...@apache.org on 2015/06/03 02:12:10 UTC, 0 replies.
- [06/50] [abbrv] incubator-tinkerpop git commit: Add some notes to the docs about ivy settings. - posted by dk...@apache.org on 2015/06/03 02:12:11 UTC, 0 replies.
- [07/50] [abbrv] incubator-tinkerpop git commit: Finalize a variable. - posted by dk...@apache.org on 2015/06/03 02:12:12 UTC, 0 replies.
- [08/50] [abbrv] incubator-tinkerpop git commit: Neo4jTrait now exists -- NoMultiNoMetaNeo4jTrait and MultiMetaNeo4jTrait. Simpler code. - posted by dk...@apache.org on 2015/06/03 02:12:13 UTC, 0 replies.
- [09/50] [abbrv] incubator-tinkerpop git commit: Neo4jTrait now exists -- NoMultiNoMetaNeo4jTrait and MultiMetaNeo4jTrait. Simpler code. - posted by dk...@apache.org on 2015/06/03 02:12:14 UTC, 0 replies.
- [10/50] [abbrv] incubator-tinkerpop git commit: trying to fix a lowercase git bug. - posted by dk...@apache.org on 2015/06/03 02:12:15 UTC, 0 replies.
- [11/50] [abbrv] incubator-tinkerpop git commit: trying to fix a lowercase git bug. - posted by dk...@apache.org on 2015/06/03 02:12:16 UTC, 0 replies.
- [12/50] [abbrv] incubator-tinkerpop git commit: Add unit tests to Comparators. - posted by dk...@apache.org on 2015/06/03 02:12:17 UTC, 0 replies.
- [13/50] [abbrv] incubator-tinkerpop git commit: Removed ElementHelper.getOrCreate() - posted by dk...@apache.org on 2015/06/03 02:12:18 UTC, 0 replies.
- [14/50] [abbrv] incubator-tinkerpop git commit: fixed a bug in Exception throwing. - posted by dk...@apache.org on 2015/06/03 02:12:19 UTC, 0 replies.
- [15/50] [abbrv] incubator-tinkerpop git commit: Add tests for ElementHelper. - posted by dk...@apache.org on 2015/06/03 02:12:20 UTC, 0 replies.
- [16/50] [abbrv] incubator-tinkerpop git commit: Add license header. - posted by dk...@apache.org on 2015/06/03 02:12:21 UTC, 0 replies.
- [17/50] [abbrv] incubator-tinkerpop git commit: more tests, more fixes.... very clean. - posted by dk...@apache.org on 2015/06/03 02:12:22 UTC, 0 replies.
- [18/50] [abbrv] incubator-tinkerpop git commit: merged master. - posted by dk...@apache.org on 2015/06/03 02:12:23 UTC, 0 replies.
- [19/50] [abbrv] incubator-tinkerpop git commit: commented out neo4j-gremlin module until neo4j pushes apache API to Central Repo. - posted by dk...@apache.org on 2015/06/03 02:12:24 UTC, 0 replies.
- [20/50] [abbrv] incubator-tinkerpop git commit: a stub for default cardinality in TinkerGraph. @spmallette. - posted by dk...@apache.org on 2015/06/03 02:12:25 UTC, 0 replies.
- [21/50] [abbrv] 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 dk...@apache.org on 2015/06/03 02:12:26 UTC, 0 replies.
- [22/50] [abbrv] incubator-tinkerpop git commit: clean ups in Neo4j -- making things really nice. - posted by dk...@apache.org on 2015/06/03 02:12:27 UTC, 0 replies.
- [23/50] [abbrv] incubator-tinkerpop git commit: Make it so that the default cardinality for TinkerGraph is a config. - posted by dk...@apache.org on 2015/06/03 02:12:28 UTC, 0 replies.
- [24/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG with Neo4j note. - posted by dk...@apache.org on 2015/06/03 02:12:29 UTC, 0 replies.
- [25/50] [abbrv] incubator-tinkerpop git commit: added Neo4jGremlin back to the AsciiDocs. - posted by dk...@apache.org on 2015/06/03 02:12:30 UTC, 0 replies.
- [26/50] [abbrv] incubator-tinkerpop git commit: Update docs with respect to default cardinality config in TinkerGraph - posted by dk...@apache.org on 2015/06/03 02:12:31 UTC, 0 replies.
- [27/50] [abbrv] incubator-tinkerpop git commit: Config the crew to be defaulted to list cardinality. - posted by dk...@apache.org on 2015/06/03 02:12:32 UTC, 0 replies.
- [28/50] [abbrv] incubator-tinkerpop git commit: gutted automatic indices for Neo4jGraph. Gutted it from the docs. - posted by dk...@apache.org on 2015/06/03 02:12:33 UTC, 0 replies.
- [29/50] [abbrv] 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 dk...@apache.org on 2015/06/03 02:12:34 UTC, 0 replies.
- [30/50] [abbrv] incubator-tinkerpop git commit: use graph.cypher() to create indices. - posted by dk...@apache.org on 2015/06/03 02:12:35 UTC, 0 replies.
- [31/50] [abbrv] incubator-tinkerpop git commit: Neo4jGraphStep is now uses Neo4j schema indices appropriately. Much simpler Neo4jGraphStep without having to think about automatic indices. - posted by dk...@apache.org on 2015/06/03 02:12:36 UTC, 0 replies.
- [32/50] [abbrv] incubator-tinkerpop git commit: fix for TINKERPOP3-711 Use Jackson in JsonMessageSerializerV1d0Test.java - posted by dk...@apache.org on 2015/06/03 02:12:37 UTC, 0 replies.
- [33/50] [abbrv] incubator-tinkerpop git commit: Update changelog. - posted by dk...@apache.org on 2015/06/03 02:12:38 UTC, 0 replies.
- [34/50] [abbrv] incubator-tinkerpop git commit: Loosen feature tests around identifiers TINKERPOP3-695 - posted by dk...@apache.org on 2015/06/03 02:12:39 UTC, 0 replies.
- [35/50] [abbrv] incubator-tinkerpop git commit: Used assumptions in supplied id feature tests TINKERPOP-695 - posted by dk...@apache.org on 2015/06/03 02:12:40 UTC, 0 replies.
- [36/50] [abbrv] incubator-tinkerpop git commit: fixed a Vertex.remove() bug that showed up in VertexTest for Neo4jGraph. Neo4jGraphStep now relies on the Neo4jTrait for index lookups. Added a WARNING to docs about Neo4j and multi- meta- properties. - posted by dk...@apache.org on 2015/06/03 02:12:41 UTC, 0 replies.
- [37/50] [abbrv] incubator-tinkerpop git commit: Closed graph in test. - posted by dk...@apache.org on 2015/06/03 02:12:42 UTC, 0 replies.
- [38/50] [abbrv] incubator-tinkerpop git commit: Minor adjustments to javadoc. - posted by dk...@apache.org on 2015/06/03 02:12:43 UTC, 0 replies.
- [39/50] [abbrv] incubator-tinkerpop git commit: Add test for IoCore - posted by dk...@apache.org on 2015/06/03 02:12:44 UTC, 0 replies.
- [40/50] [abbrv] incubator-tinkerpop git commit: removed unnecessary code - posted by dk...@apache.org on 2015/06/03 02:12:45 UTC, 0 replies.
- [41/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'master' into preprocessor - posted by dk...@apache.org on 2015/06/03 02:12:46 UTC, 0 replies.
- [42/50] [abbrv] incubator-tinkerpop git commit: Add test class for GraphMigrator. - posted by dk...@apache.org on 2015/06/03 02:12:47 UTC, 0 replies.
- [43/50] [abbrv] incubator-tinkerpop git commit: Finalize a bunch of GraphML IO classes. - posted by dk...@apache.org on 2015/06/03 02:12:48 UTC, 0 replies.
- [44/50] [abbrv] incubator-tinkerpop git commit: Finalize classes in GraphSON. - posted by dk...@apache.org on 2015/06/03 02:12:49 UTC, 0 replies.
- [45/50] [abbrv] incubator-tinkerpop git commit: Finalize some classes in gryo. - posted by dk...@apache.org on 2015/06/03 02:12:50 UTC, 0 replies.
- [46/50] [abbrv] incubator-tinkerpop git commit: Finalize all the Builder classes. - posted by dk...@apache.org on 2015/06/03 02:12:51 UTC, 0 replies.
- [47/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'master' into preprocessor - posted by dk...@apache.org on 2015/06/03 02:12:52 UTC, 0 replies.
- [48/50] [abbrv] incubator-tinkerpop git commit: a lot of work for the AsciiDocs preprocessor - posted by dk...@apache.org on 2015/06/03 02:12:53 UTC, 0 replies.
- [49/50] [abbrv] incubator-tinkerpop git commit: added dynamic code sample for Neo4j - posted by dk...@apache.org on 2015/06/03 02:12:54 UTC, 0 replies.
- [50/50] [abbrv] incubator-tinkerpop git commit: removed dynamic code sample for Spark - posted by dk...@apache.org on 2015/06/03 02:12:55 UTC, 0 replies.
- incubator-tinkerpop git commit: added LabelP which is a Predicate for checking Neo4j labels (multi-labels). - posted by ok...@apache.org on 2015/06/03 06:02:52 UTC, 0 replies.
- incubator-tinkerpop git commit: Added Scoping.getScope() and moved the getScopeValueByKey() to Scoping which has a default that leverages Scoping.getScope(). - posted by ok...@apache.org on 2015/06/03 06:17:51 UTC, 0 replies.
- incubator-tinkerpop git commit: toString() methods for FunctionTraverser and PredicateTraverser. - posted by ok...@apache.org on 2015/06/03 06:26:02 UTC, 0 replies.
- incubator-tinkerpop git commit: updated CHANGELOG. - posted by ok...@apache.org on 2015/06/03 06:35:02 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Added features to EmptyGraph. TINKERPOP3-599 - posted by sp...@apache.org on 2015/06/03 12:35:02 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Do property implementation of features on EmptyGraph TINKERPOP3-599 - posted by sp...@apache.org on 2015/06/03 12:35:03 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/06/03 12:35:04 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Change path creation in the graph providers for neo4j. - posted by sp...@apache.org on 2015/06/03 12:35:05 UTC, 0 replies.
- incubator-tinkerpop git commit: Synchronize access to altering the read/write and close actions on AbstractTransaction. - posted by sp...@apache.org on 2015/06/03 13:08:02 UTC, 0 replies.
- incubator-tinkerpop git commit: AddEdgeStep always recommends Scope.global as it does not emit a Map. - posted by ok...@apache.org on 2015/06/03 16:18:16 UTC, 0 replies.
- incubator-tinkerpop git commit: SelectStep should always recommend Scope.local while SelectOneStep should always recommend Scope.global. - posted by ok...@apache.org on 2015/06/03 16:32:38 UTC, 0 replies.
- incubator-tinkerpop git commit: If the Scope.global access to path and sideEffects don't have the key, throw an Exception. Previously it was an Optional.get() which, when empty, yielded a NoSuchElementException which halted the pipeline. - posted by ok...@apache.org on 2015/06/03 16:42:27 UTC, 0 replies.
- [1/7] incubator-tinkerpop git commit: Add appropiate link for author tag. - posted by sp...@apache.org on 2015/06/03 18:26:53 UTC, 0 replies.
- [2/7] incubator-tinkerpop git commit: Clean up javadoc a bit more around EventStrategy classes. - posted by sp...@apache.org on 2015/06/03 18:26:54 UTC, 0 replies.
- [3/7] incubator-tinkerpop git commit: Renamed EventTrigger class to EventQueue. - posted by sp...@apache.org on 2015/06/03 18:26:55 UTC, 0 replies.
- [4/7] incubator-tinkerpop git commit: Implement the first leg of CallbackRegistry TINKERPOP3-701 - posted by sp...@apache.org on 2015/06/03 18:26:56 UTC, 0 replies.
- [5/7] incubator-tinkerpop git commit: Refactor EventQueue into an interface so that it can be supplied to the EventStrategy. - posted by sp...@apache.org on 2015/06/03 18:26:57 UTC, 0 replies.
- [6/7] incubator-tinkerpop git commit: Add javadoc to EventQueue related classes. - posted by sp...@apache.org on 2015/06/03 18:26:58 UTC, 0 replies.
- [7/7] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/06/03 18:26:59 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed TINKERPOP-619. If a SelectStep does not bind all variables, then move to the next traverser. - posted by ok...@apache.org on 2015/06/03 18:27:57 UTC, 0 replies.
- incubator-tinkerpop git commit: a test to make sure has('blah', __.traversal) filters as expected. - posted by ok...@apache.org on 2015/06/03 18:34:43 UTC, 0 replies.
- incubator-tinkerpop git commit: Add getters to AddPropertyStep. - posted by sp...@apache.org on 2015/06/03 18:38:38 UTC, 0 replies.
- incubator-tinkerpop git commit: If the bindings of WhereStep don't bind, then filter -- don't throw an Exception. Now SelectStep, SelectOneStep, HasStep, and WhereStep all have the same behavior around unbound variables. - posted by ok...@apache.org on 2015/06/03 19:01:54 UTC, 0 replies.
- [01/43] incubator-tinkerpop git commit: Indexes hits tested for both NoMulti and Multi property versions of Neo4jGraph. - posted by dk...@apache.org on 2015/06/04 12:15:15 UTC, 0 replies.
- [02/43] incubator-tinkerpop git commit: Finalize some classes in gremlin-driver. - posted by dk...@apache.org on 2015/06/04 12:15:16 UTC, 0 replies.
- [03/43] incubator-tinkerpop git commit: Finalize some classes in gremlin-driver. - posted by dk...@apache.org on 2015/06/04 12:15:17 UTC, 0 replies.
- [04/43] incubator-tinkerpop git commit: Finalie and limit scope for classes in gremlin-driver. - posted by dk...@apache.org on 2015/06/04 12:15:18 UTC, 0 replies.
- [05/43] incubator-tinkerpop git commit: Finalize the message classes in gremlin-driver. - posted by dk...@apache.org on 2015/06/04 12:15:19 UTC, 0 replies.
- [06/43] incubator-tinkerpop git commit: added note about indicies for multi-meta property Neo4j graphs. - posted by dk...@apache.org on 2015/06/04 12:15:20 UTC, 0 replies.
- [07/43] incubator-tinkerpop git commit: docs on Neo4j index speeds. - posted by dk...@apache.org on 2015/06/04 12:15:21 UTC, 0 replies.
- [08/43] incubator-tinkerpop git commit: removed an IMPORTANT saying that Vertex.property(key, value) is single cardinality. - posted by dk...@apache.org on 2015/06/04 12:15:22 UTC, 0 replies.
- [09/43] incubator-tinkerpop git commit: removed AddEdgeByPathStep and AddEdgeStep... added new AddEdgeStep which is now Scoping and supports Scope.local (pull vertices from a Map -- e.g. select().addOutE('a', 'knows', 'b') and it supports Scope.global (pul - posted by dk...@apache.org on 2015/06/04 12:15:23 UTC, 0 replies.
- [10/43] incubator-tinkerpop git commit: Add a couple extra Gremlin Server response status codes for future use. - posted by dk...@apache.org on 2015/06/04 12:15:24 UTC, 0 replies.
- [11/43] incubator-tinkerpop git commit: Stub in a scope method in neo4j to get things compiling again. - posted by dk...@apache.org on 2015/06/04 12:15:25 UTC, 0 replies.
- [12/43] incubator-tinkerpop git commit: AddEdgeStep documentation fixed up with new Scope.global/local model. - posted by dk...@apache.org on 2015/06/04 12:15:26 UTC, 0 replies.
- [13/43] incubator-tinkerpop git commit: Updated CHANGELOG with AddEdgeStep note. Added IteratorUtils.consume() for doing sideEffects on an Iterator. Removed Neo4jGraphAPI.awaitIndexConstruction() so, in its place, added Thread.sleep(5000). - posted by dk...@apache.org on 2015/06/04 12:15:27 UTC, 0 replies.
- [14/43] incubator-tinkerpop git commit: fixed the aggregate-step.png -- no more except() -- its where(not()) now. - posted by dk...@apache.org on 2015/06/04 12:15:28 UTC, 0 replies.
- [15/43] incubator-tinkerpop git commit: add a g.V.has(location) test to ensure multi-properties doesnt cause problems. - posted by dk...@apache.org on 2015/06/04 12:15:29 UTC, 0 replies.
- [16/43] incubator-tinkerpop git commit: added LabelP which is a Predicate for checking Neo4j labels (multi-labels). - posted by dk...@apache.org on 2015/06/04 12:15:30 UTC, 0 replies.
- [17/43] incubator-tinkerpop git commit: Added Scoping.getScope() and moved the getScopeValueByKey() to Scoping which has a default that leverages Scoping.getScope(). - posted by dk...@apache.org on 2015/06/04 12:15:31 UTC, 0 replies.
- [18/43] incubator-tinkerpop git commit: toString() methods for FunctionTraverser and PredicateTraverser. - posted by dk...@apache.org on 2015/06/04 12:15:32 UTC, 0 replies.
- [19/43] incubator-tinkerpop git commit: updated CHANGELOG. - posted by dk...@apache.org on 2015/06/04 12:15:33 UTC, 0 replies.
- [20/43] incubator-tinkerpop git commit: Added features to EmptyGraph. TINKERPOP3-599 - posted by dk...@apache.org on 2015/06/04 12:15:34 UTC, 0 replies.
- [21/43] incubator-tinkerpop git commit: Change path creation in the graph providers for neo4j. - posted by dk...@apache.org on 2015/06/04 12:15:35 UTC, 0 replies.
- [22/43] incubator-tinkerpop git commit: Do property implementation of features on EmptyGraph TINKERPOP3-599 - posted by dk...@apache.org on 2015/06/04 12:15:36 UTC, 0 replies.
- [23/43] incubator-tinkerpop git commit: Update changelog. - posted by dk...@apache.org on 2015/06/04 12:15:37 UTC, 0 replies.
- [24/43] incubator-tinkerpop git commit: Synchronize access to altering the read/write and close actions on AbstractTransaction. - posted by dk...@apache.org on 2015/06/04 12:15:38 UTC, 0 replies.
- [25/43] incubator-tinkerpop git commit: Update changelog. - posted by dk...@apache.org on 2015/06/04 12:15:39 UTC, 0 replies.
- [26/43] incubator-tinkerpop git commit: AddEdgeStep always recommends Scope.global as it does not emit a Map. - posted by dk...@apache.org on 2015/06/04 12:15:40 UTC, 0 replies.
- [27/43] incubator-tinkerpop git commit: SelectStep should always recommend Scope.local while SelectOneStep should always recommend Scope.global. - posted by dk...@apache.org on 2015/06/04 12:15:41 UTC, 0 replies.
- [28/43] incubator-tinkerpop git commit: If the Scope.global access to path and sideEffects don't have the key, throw an Exception. Previously it was an Optional.get() which, when empty, yielded a NoSuchElementException which halted the pipeline. - posted by dk...@apache.org on 2015/06/04 12:15:42 UTC, 0 replies.
- [29/43] incubator-tinkerpop git commit: Implement the first leg of CallbackRegistry TINKERPOP3-701 - posted by dk...@apache.org on 2015/06/04 12:15:43 UTC, 0 replies.
- [30/43] incubator-tinkerpop git commit: Renamed EventTrigger class to EventQueue. - posted by dk...@apache.org on 2015/06/04 12:15:44 UTC, 0 replies.
- [31/43] incubator-tinkerpop git commit: Add javadoc to EventQueue related classes. - posted by dk...@apache.org on 2015/06/04 12:15:45 UTC, 0 replies.
- [32/43] incubator-tinkerpop git commit: Refactor EventQueue into an interface so that it can be supplied to the EventStrategy. - posted by dk...@apache.org on 2015/06/04 12:15:46 UTC, 0 replies.
- [33/43] incubator-tinkerpop git commit: Add appropiate link for author tag. - posted by dk...@apache.org on 2015/06/04 12:15:47 UTC, 0 replies.
- [34/43] incubator-tinkerpop git commit: Clean up javadoc a bit more around EventStrategy classes. - posted by dk...@apache.org on 2015/06/04 12:15:48 UTC, 0 replies.
- [35/43] incubator-tinkerpop git commit: Update changelog. - posted by dk...@apache.org on 2015/06/04 12:15:49 UTC, 0 replies.
- [36/43] incubator-tinkerpop git commit: Fixed TINKERPOP-619. If a SelectStep does not bind all variables, then move to the next traverser. - posted by dk...@apache.org on 2015/06/04 12:15:50 UTC, 0 replies.
- [37/43] incubator-tinkerpop git commit: a test to make sure has('blah', __.traversal) filters as expected. - posted by dk...@apache.org on 2015/06/04 12:15:51 UTC, 0 replies.
- [38/43] incubator-tinkerpop git commit: Add getters to AddPropertyStep. - posted by dk...@apache.org on 2015/06/04 12:15:52 UTC, 0 replies.
- [39/43] incubator-tinkerpop git commit: If the bindings of WhereStep don't bind, then filter -- don't throw an Exception. Now SelectStep, SelectOneStep, HasStep, and WhereStep all have the same behavior around unbound variables. - posted by dk...@apache.org on 2015/06/04 12:15:53 UTC, 0 replies.
- [40/43] incubator-tinkerpop git commit: Merge branch 'master' into preprocessor - posted by dk...@apache.org on 2015/06/04 12:15:54 UTC, 0 replies.
- [41/43] incubator-tinkerpop git commit: excluded servlet-api-2.5-6.1.14.jar from plugin directories - posted by dk...@apache.org on 2015/06/04 12:15:55 UTC, 0 replies.
- [42/43] incubator-tinkerpop git commit: removed static code samples and added dynamic Spark sample - posted by dk...@apache.org on 2015/06/04 12:15:56 UTC, 0 replies.
- [43/43] incubator-tinkerpop git commit: more work on preprocessor - posted by dk...@apache.org on 2015/06/04 12:15:57 UTC, 0 replies.
- [1/6] incubator-tinkerpop git commit: Bump to latest version of netty. - posted by sp...@apache.org on 2015/06/04 14:37:06 UTC, 0 replies.
- [2/6] incubator-tinkerpop git commit: Simplified the SSL configuration for Gremlin Server. - posted by sp...@apache.org on 2015/06/04 14:37:07 UTC, 0 replies.
- [3/6] incubator-tinkerpop git commit: Update docs for SSL config in Gremlin Server. - posted by sp...@apache.org on 2015/06/04 14:37:08 UTC, 0 replies.
- [4/6] incubator-tinkerpop git commit: Remove unused imports. - posted by sp...@apache.org on 2015/06/04 14:37:09 UTC, 0 replies.
- [5/6] incubator-tinkerpop git commit: Support SSL in the driver given latest changes to the server. - posted by sp...@apache.org on 2015/06/04 14:37:10 UTC, 0 replies.
- [6/6] incubator-tinkerpop git commit: Add integration tests for validating SSL operability in Gremlin Server. - posted by sp...@apache.org on 2015/06/04 14:37:11 UTC, 0 replies.
- incubator-tinkerpop git commit: added TimeUtil.clockWithResult() which returns a Pair. - posted by ok...@apache.org on 2015/06/04 18:15:17 UTC, 0 replies.
- incubator-tinkerpop git commit: Added ServerGremlinExecutor. - posted by sp...@apache.org on 2015/06/04 18:38:53 UTC, 0 replies.
- incubator-tinkerpop git commit: Update docs. - posted by sp...@apache.org on 2015/06/04 20:50:53 UTC, 0 replies.
- incubator-tinkerpop git commit: Scoping steps now respect getting scoped values from sideEffects and then either map (local) or path (global). This fixes a major design flaw wheree sideEffects were only accessible via Scope.global (not what you always wa - posted by ok...@apache.org on 2015/06/04 21:15:13 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Refactor RangeLocalStep.applyRange for readability - posted by ok...@apache.org on 2015/06/04 22:38:05 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: TINKERPOP3-673: limit/range local single element eschews List - posted by ok...@apache.org on 2015/06/04 22:38:06 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Merge branch 'chore/TP3-limit-local-1-should-emit-element_96105186' of https://github.com/RedSeal-co/incubator-tinkerpop - posted by ok...@apache.org on 2015/06/04 22:38:07 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: fixed a ) bug in GroovyRangeTest. - posted by ok...@apache.org on 2015/06/04 22:38:08 UTC, 0 replies.
- incubator-tinkerpop git commit: OSX'ified grep in preprocess.sh - posted by dk...@apache.org on 2015/06/05 00:50:57 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Update javadoc in Settings for Gremin Server. - posted by sp...@apache.org on 2015/06/05 14:13:10 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/06/05 14:13:11 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Updates to docs/javadoc around Gremlin Server Settings. - posted by sp...@apache.org on 2015/06/05 14:13:12 UTC, 0 replies.
- svn commit: r9232 - /release/incubator/tinkerpop/3.0.0.M9-incubating/ - posted by ok...@apache.org on 2015/06/05 16:34:14 UTC, 0 replies.
- svn commit: r9233 - in /release/incubator/tinkerpop: 3.0.0.M8-incubating/KEYS KEYS - posted by ok...@apache.org on 2015/06/05 16:39:47 UTC, 0 replies.
- svn commit: r1683770 - /incubator/tinkerpop/site/index.html - posted by ok...@apache.org on 2015/06/05 16:40:25 UTC, 0 replies.
- incubator-tinkerpop git commit: Updated README with more thorough release instructions. - posted by ok...@apache.org on 2015/06/05 16:42:29 UTC, 0 replies.
- incubator-tinkerpop git commit: more release notes. - posted by ok...@apache.org on 2015/06/05 16:59:01 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a README bug. - posted by ok...@apache.org on 2015/06/05 17:29:53 UTC, 1 replies.
- [1/2] incubator-tinkerpop git commit: added support for multi-line strings in code samples - posted by dk...@apache.org on 2015/06/05 18:10:39 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: fixed another grep for OSX - posted by dk...@apache.org on 2015/06/05 18:10:40 UTC, 0 replies.
- incubator-tinkerpop git commit: CollectingBarrierStep now supports a maxBarrierSize. The default is Integer.MAX_VALUE. If other, then when the traverser set barrier is filled to maxBarrierSize, it is Consumer and then drained fully. - posted by ok...@apache.org on 2015/06/05 20:16:48 UTC, 0 replies.
- incubator-tinkerpop git commit: GraphsTest unignored as it now works on my local machine. - posted by ok...@apache.org on 2015/06/05 20:22:47 UTC, 0 replies.
- [01/26] incubator-tinkerpop git commit: Bump to latest version of netty. - posted by dk...@apache.org on 2015/06/05 20:46:31 UTC, 0 replies.
- [02/26] incubator-tinkerpop git commit: Simplified the SSL configuration for Gremlin Server. - posted by dk...@apache.org on 2015/06/05 20:46:32 UTC, 0 replies.
- [03/26] incubator-tinkerpop git commit: Update docs for SSL config in Gremlin Server. - posted by dk...@apache.org on 2015/06/05 20:46:33 UTC, 0 replies.
- [04/26] incubator-tinkerpop git commit: Remove unused imports. - posted by dk...@apache.org on 2015/06/05 20:46:34 UTC, 0 replies.
- [05/26] incubator-tinkerpop git commit: Support SSL in the driver given latest changes to the server. - posted by dk...@apache.org on 2015/06/05 20:46:35 UTC, 0 replies.
- [06/26] incubator-tinkerpop git commit: Add integration tests for validating SSL operability in Gremlin Server. - posted by dk...@apache.org on 2015/06/05 20:46:36 UTC, 0 replies.
- [07/26] incubator-tinkerpop git commit: Update changelog. - posted by dk...@apache.org on 2015/06/05 20:46:37 UTC, 0 replies.
- [08/26] incubator-tinkerpop git commit: added TimeUtil.clockWithResult() which returns a Pair. - posted by dk...@apache.org on 2015/06/05 20:46:38 UTC, 0 replies.
- [09/26] incubator-tinkerpop git commit: Added ServerGremlinExecutor. - posted by dk...@apache.org on 2015/06/05 20:46:39 UTC, 0 replies.
- [10/26] incubator-tinkerpop git commit: Update docs. - posted by dk...@apache.org on 2015/06/05 20:46:40 UTC, 0 replies.
- [11/26] incubator-tinkerpop git commit: Refactor RangeLocalStep.applyRange for readability - posted by dk...@apache.org on 2015/06/05 20:46:41 UTC, 0 replies.
- [12/26] incubator-tinkerpop git commit: Scoping steps now respect getting scoped values from sideEffects and then either map (local) or path (global). This fixes a major design flaw wheree sideEffects were only accessible via Scope.global (not what you a - posted by dk...@apache.org on 2015/06/05 20:46:42 UTC, 0 replies.
- [13/26] incubator-tinkerpop git commit: TINKERPOP3-673: limit/range local single element eschews List - posted by dk...@apache.org on 2015/06/05 20:46:43 UTC, 0 replies.
- [14/26] incubator-tinkerpop git commit: Update javadoc in Settings for Gremin Server. - posted by dk...@apache.org on 2015/06/05 20:46:44 UTC, 0 replies.
- [15/26] incubator-tinkerpop git commit: Merge branch 'chore/TP3-limit-local-1-should-emit-element_96105186' of https://github.com/RedSeal-co/incubator-tinkerpop - posted by dk...@apache.org on 2015/06/05 20:46:45 UTC, 0 replies.
- [16/26] incubator-tinkerpop git commit: fixed a ) bug in GroovyRangeTest. - posted by dk...@apache.org on 2015/06/05 20:46:46 UTC, 0 replies.
- [17/26] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by dk...@apache.org on 2015/06/05 20:46:47 UTC, 0 replies.
- [18/26] incubator-tinkerpop git commit: Updates to docs/javadoc around Gremlin Server Settings. - posted by dk...@apache.org on 2015/06/05 20:46:48 UTC, 0 replies.
- [19/26] incubator-tinkerpop git commit: Updated README with more thorough release instructions. - posted by dk...@apache.org on 2015/06/05 20:46:49 UTC, 0 replies.
- [20/26] incubator-tinkerpop git commit: more release notes. - posted by dk...@apache.org on 2015/06/05 20:46:50 UTC, 0 replies.
- [21/26] incubator-tinkerpop git commit: fixed a README bug. - posted by dk...@apache.org on 2015/06/05 20:46:51 UTC, 0 replies.
- [22/26] incubator-tinkerpop git commit: fixed a README bug. - posted by dk...@apache.org on 2015/06/05 20:46:52 UTC, 0 replies.
- [23/26] incubator-tinkerpop git commit: CollectingBarrierStep now supports a maxBarrierSize. The default is Integer.MAX_VALUE. If other, then when the traverser set barrier is filled to maxBarrierSize, it is Consumer and then drained fully - posted by dk...@apache.org on 2015/06/05 20:46:53 UTC, 0 replies.
- [24/26] incubator-tinkerpop git commit: GraphsTest unignored as it now works on my local machine. - posted by dk...@apache.org on 2015/06/05 20:46:54 UTC, 0 replies.
- [25/26] incubator-tinkerpop git commit: replaced static code blocks with dynamic code blocks - posted by dk...@apache.org on 2015/06/05 20:46:55 UTC, 0 replies.
- [26/26] incubator-tinkerpop git commit: Merge branch 'master' into preprocessor - posted by dk...@apache.org on 2015/06/05 20:46:56 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in CypherStartStep. Stub of LazyBarrierStrategy. - posted by ok...@apache.org on 2015/06/05 21:06:52 UTC, 0 replies.
- incubator-tinkerpop git commit: Implemented LazyBarrierStrategy which will 'stall' a traversal pipeline in order to gain a bulking optimization. Only traversals that meet the pattern defiintion of the strategy get NoOpBarrierSteps inserted into them. Thi - posted by ok...@apache.org on 2015/06/05 21:59:05 UTC, 0 replies.
- [01/26] incubator-tinkerpop git commit: reimplemented AsciiDocs preprocessor (now we can use plugins in sample code snippets) - posted by dk...@apache.org on 2015/06/05 22:17:54 UTC, 0 replies.
- [02/26] incubator-tinkerpop git commit: process AsciiDoc files in parallel - posted by dk...@apache.org on 2015/06/05 22:17:55 UTC, 0 replies.
- [03/26] 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/06/05 22:17:56 UTC, 0 replies.
- [04/26] incubator-tinkerpop git commit: process all AsciiDoc files, not only implementations.asciidoc - posted by dk...@apache.org on 2015/06/05 22:17:57 UTC, 0 replies.
- [05/26] incubator-tinkerpop git commit: attempt to make preprocessor OSX compatible - posted by dk...@apache.org on 2015/06/05 22:17:58 UTC, 0 replies.
- [06/26] incubator-tinkerpop git commit: fixed number of parallel processes (to make it work on OSX) - posted by dk...@apache.org on 2015/06/05 22:17:59 UTC, 0 replies.
- [07/26] 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/06/05 22:18:00 UTC, 0 replies.
- [08/26] incubator-tinkerpop git commit: more adjustments for OSX - posted by dk...@apache.org on 2015/06/05 22:18:01 UTC, 0 replies.
- [09/26] incubator-tinkerpop git commit: worked with @dkuppitz to get his preprocess.sh script working on MacOSX. - posted by dk...@apache.org on 2015/06/05 22:18:02 UTC, 0 replies.
- [10/26] incubator-tinkerpop git commit: removed unnecessary code - posted by dk...@apache.org on 2015/06/05 22:18:03 UTC, 0 replies.
- [11/26] incubator-tinkerpop git commit: Merge branch 'master' into preprocessor - posted by dk...@apache.org on 2015/06/05 22:18:04 UTC, 0 replies.
- [12/26] incubator-tinkerpop git commit: Merge branch 'master' into preprocessor - posted by dk...@apache.org on 2015/06/05 22:18:05 UTC, 0 replies.
- [13/26] incubator-tinkerpop git commit: a lot of work for the AsciiDocs preprocessor - posted by dk...@apache.org on 2015/06/05 22:18:06 UTC, 0 replies.
- [14/26] incubator-tinkerpop git commit: added dynamic code sample for Neo4j - posted by dk...@apache.org on 2015/06/05 22:18:07 UTC, 0 replies.
- [15/26] incubator-tinkerpop git commit: removed dynamic code sample for Spark - posted by dk...@apache.org on 2015/06/05 22:18:08 UTC, 0 replies.
- [16/26] incubator-tinkerpop git commit: Merge branch 'master' into preprocessor - posted by dk...@apache.org on 2015/06/05 22:18:09 UTC, 0 replies.
- [17/26] incubator-tinkerpop git commit: excluded servlet-api-2.5-6.1.14.jar from plugin directories - posted by dk...@apache.org on 2015/06/05 22:18:10 UTC, 0 replies.
- [18/26] incubator-tinkerpop git commit: removed static code samples and added dynamic Spark sample - posted by dk...@apache.org on 2015/06/05 22:18:11 UTC, 0 replies.
- [19/26] incubator-tinkerpop git commit: more work on preprocessor - posted by dk...@apache.org on 2015/06/05 22:18:12 UTC, 0 replies.
- [20/26] incubator-tinkerpop git commit: OSX'ified grep in preprocess.sh - posted by dk...@apache.org on 2015/06/05 22:18:13 UTC, 0 replies.
- [21/26] incubator-tinkerpop git commit: added support for multi-line strings in code samples - posted by dk...@apache.org on 2015/06/05 22:18:14 UTC, 0 replies.
- [22/26] incubator-tinkerpop git commit: fixed another grep for OSX - posted by dk...@apache.org on 2015/06/05 22:18:15 UTC, 0 replies.
- [23/26] incubator-tinkerpop git commit: replaced static code blocks with dynamic code blocks - posted by dk...@apache.org on 2015/06/05 22:18:16 UTC, 0 replies.
- [24/26] incubator-tinkerpop git commit: Merge branch 'master' into preprocessor - posted by dk...@apache.org on 2015/06/05 22:18:17 UTC, 0 replies.
- [25/26] 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/06/05 22:18:18 UTC, 0 replies.
- [26/26] 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/06/05 22:18:19 UTC, 0 replies.
- incubator-tinkerpop git commit: added LazyBarrierStrategyTest to ensure that NoOpBarrierSteps are added to the traversal as expected. Already two bugs found :). Added an Override toString() for AbstactStep. CollectingBarrierStep now includes the maxBarri - posted by ok...@apache.org on 2015/06/05 22:34:02 UTC, 0 replies.
- incubator-tinkerpop git commit: using hashCode for equality in Strategy tests as recommended by @dkuppitz. - posted by ok...@apache.org on 2015/06/05 22:42:09 UTC, 0 replies.
- incubator-tinkerpop git commit: minor tweak to LazyBarrierStrategy. - posted by ok...@apache.org on 2015/06/05 22:54:00 UTC, 0 replies.
- incubator-tinkerpop git commit: changed sort of preprocessed AsciiDoc files and skip processing if the output file already exists and it's newer than the input file - posted by dk...@apache.org on 2015/06/06 02:53:19 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed code sample in docs - posted by dk...@apache.org on 2015/06/06 18:22:40 UTC, 0 replies.
- svn commit: r1683927 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/06 18:23:45 UTC, 0 replies.
- svn commit: r1683934 - 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/06/06 19:12:38 UTC, 0 replies.
- svn commit: r1683959 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/06 23:31:05 UTC, 0 replies.
- incubator-tinkerpop git commit: added a one-liner that copies files from dev/ to release/ and renames -distribution to -bin and -source-release to -src - posted by dk...@apache.org on 2015/06/07 00:11:49 UTC, 0 replies.
- svn commit: r1683962 - 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/06/07 00:13:32 UTC, 0 replies.
- svn commit: r1684044 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/07 18:41:21 UTC, 0 replies.
- svn commit: r1684048 - 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/06/07 19:08:00 UTC, 0 replies.
- incubator-tinkerpop git commit: more gremlin images that will come into play later. - posted by ok...@apache.org on 2015/06/08 16:18:57 UTC, 0 replies.
- incubator-tinkerpop git commit: Worked on the neo4j-gremlin docs. Added information about N.of() and using iterate() to demonstrate index lookup speeds. - posted by ok...@apache.org on 2015/06/08 17:06:04 UTC, 0 replies.
- incubator-tinkerpop git commit: LabelP.of() is smart about situations like organism-animal as it now checks on Neo4jVertex.LABEL_DELIMINATOR. Test case added. - posted by ok...@apache.org on 2015/06/08 17:21:55 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Rewrote the pre-processor core. Now we have better readability and thus better maintainability. Furthermore the following checks are done prior pre-processing: - posted by dk...@apache.org on 2015/06/08 18:22:05 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/06/08 18:22:06 UTC, 4 replies.
- [1/2] incubator-tinkerpop git commit: ElementHelper JavaDoc. Neo4jGraph Logger.WARN when using multi-properties as an experimental feature. Doc examples for multi-meta properties in AsciiDocs. - posted by ok...@apache.org on 2015/06/08 18:43:04 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: added MattFrantz as contributor. - posted by ok...@apache.org on 2015/06/08 18:43:05 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: fixed Neo4j code sample - posted by dk...@apache.org on 2015/06/08 19:05:49 UTC, 0 replies.
- incubator-tinkerpop git commit: use stdbuf only if it's available - posted by dk...@apache.org on 2015/06/08 19:40:27 UTC, 0 replies.
- incubator-tinkerpop git commit: Neo4j WARN message cleaner. - posted by ok...@apache.org on 2015/06/08 19:42:58 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: This closes #658 - posted by ok...@apache.org on 2015/06/08 19:47:04 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: This closes #667 - posted by ok...@apache.org on 2015/06/08 19:47:05 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: This closes #67 - posted by ok...@apache.org on 2015/06/08 19:47:06 UTC, 0 replies.
- svn commit: r1684231 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/08 19:47:14 UTC, 0 replies.
- incubator-tinkerpop git commit: This closes #59 - posted by ok...@apache.org on 2015/06/08 19:49:14 UTC, 0 replies.
- incubator-tinkerpop git commit: This closes #63 - posted by ok...@apache.org on 2015/06/08 19:49:31 UTC, 0 replies.
- svn commit: r1684238 - 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/06/08 20:16:43 UTC, 0 replies.
- incubator-tinkerpop git commit: trying to get index hits fast for Neo4j docs -- has to do with warming up the cache. - posted by ok...@apache.org on 2015/06/08 20:21:27 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in Neo4j docs. - posted by ok...@apache.org on 2015/06/08 20:57:51 UTC, 0 replies.
- incubator-tinkerpop git commit: filter out WARN messages in code samples - posted by dk...@apache.org on 2015/06/08 21:00:58 UTC, 0 replies.
- incubator-tinkerpop git commit: Add "rebindings" argument to sessionless requests. - posted by sp...@apache.org on 2015/06/08 21:56:41 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: added barrier() step to docs and tweaks to Neo4j docs. - posted by ok...@apache.org on 2015/06/08 22:00:16 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: removed unneeded OLAP warnings for various steps in the-traversal as now ComputerVerificationStrategy will explain to the user that the step is not possible in certain situations. - posted by ok...@apache.org on 2015/06/08 22:00:17 UTC, 0 replies.
- svn commit: r1684261 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/08 22:00:35 UTC, 0 replies.
- svn commit: r1684270 - 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/06/08 22:29:44 UTC, 0 replies.
- svn commit: r1684272 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/08 22:44:12 UTC, 0 replies.
- svn commit: r1684281 - 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/06/08 23:11:36 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a itemization, list bug in the-traversal. - posted by ok...@apache.org on 2015/06/08 23:13:17 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: added snippet - posted by dk...@apache.org on 2015/06/08 23:21:39 UTC, 0 replies.
- incubator-tinkerpop git commit: CoinStep with cumulative distribution stub via @mbroecheller help. - posted by ok...@apache.org on 2015/06/08 23:27:06 UTC, 0 replies.
- svn commit: r1684284 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/08 23:33:43 UTC, 0 replies.
- incubator-tinkerpop git commit: minor grammar fix in the-traversal. - posted by ok...@apache.org on 2015/06/08 23:35:14 UTC, 0 replies.
- svn commit: r1684290 - 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/06/09 00:00:25 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: backup/restore history file - posted by dk...@apache.org on 2015/06/09 00:57:10 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: replaced tabs with 4 spaces - posted by dk...@apache.org on 2015/06/09 00:57:11 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: removed unnecessary blank lines - posted by dk...@apache.org on 2015/06/09 00:57:12 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 dk...@apache.org on 2015/06/09 00:57:13 UTC, 0 replies.
- incubator-tinkerpop git commit: added a command to process a single AsciiDoc file - posted by dk...@apache.org on 2015/06/09 01:22:42 UTC, 0 replies.
- incubator-tinkerpop git commit: Altered the method for rebinding gremlin-driver Client. - posted by sp...@apache.org on 2015/06/09 13:56:03 UTC, 0 replies.
- incubator-tinkerpop git commit: Rebinding docs. - posted by sp...@apache.org on 2015/06/09 14:15:03 UTC, 0 replies.
- incubator-tinkerpop git commit: Added Pieter Martin's stub. - posted by ok...@apache.org on 2015/06/09 15:08:01 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add rebindings feature to REST API in Gremlin Server. - posted by sp...@apache.org on 2015/06/09 15:09:48 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/06/09 15:09:49 UTC, 13 replies.
- incubator-tinkerpop git commit: Update docs around bindings in the REST API. - posted by sp...@apache.org on 2015/06/09 15:18:31 UTC, 0 replies.
- svn commit: r1684419 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/09 15:41:10 UTC, 0 replies.
- svn commit: r1684420 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/core/ javadocs/3.0.0-SNAPSHOT/full/ - posted by ok...@apache.org on 2015/06/09 15:41:18 UTC, 0 replies.
- svn commit: r1684422 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/09 15:44:37 UTC, 0 replies.
- svn commit: r1684430 - 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/06/09 16:14:04 UTC, 0 replies.
- incubator-tinkerpop git commit: Hide neo4j WARN messages in logs by default for Gremlin Server and maven build. - posted by sp...@apache.org on 2015/06/09 16:21:19 UTC, 0 replies.
- incubator-tinkerpop git commit: updated pom.xml and docs around Neo4jGraph. - posted by ok...@apache.org on 2015/06/09 16:22:06 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a pointless call in the Neo4j docs. - posted by ok...@apache.org on 2015/06/09 16:32:51 UTC, 0 replies.
- incubator-tinkerpop git commit: renamed KeyStep to PropertyKeyStep so its consistent with PropertyValueStep. Started the arduous process of JavaDocing GraphTraversal and __. - posted by ok...@apache.org on 2015/06/09 18:22:25 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Removed hardcoded ignore of the servlet-api jar in the DependencyGrabber. - posted by sp...@apache.org on 2015/06/09 20:11:54 UTC, 0 replies.
- incubator-tinkerpop git commit: WhereStep simplified by making use of SelectOneStep in as('a').out... patterns. Removed the multi-label capabilities of WhereStep as it is not well tested, documented, and just needs more thought. - posted by ok...@apache.org on 2015/06/09 20:16:01 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: TinkerPop-713: use specific groovy dependencies, remove cc license on groovy console - posted by sp...@apache.org on 2015/06/09 20:33:26 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: Merge branch 'tinkerpop-713' of https://github.com/graben1437/incubator-tinkerpop - posted by sp...@apache.org on 2015/06/09 20:33:27 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/06/09 20:33:28 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/06/09 20:33:29 UTC, 0 replies.
- [5/5] incubator-tinkerpop git commit: Update README. - posted by sp...@apache.org on 2015/06/09 20:33:30 UTC, 0 replies.
- incubator-tinkerpop git commit: Use ConcurrentHashMap for Graphs object in Gremlin Server. - posted by sp...@apache.org on 2015/06/09 22:11:40 UTC, 0 replies.
- incubator-tinkerpop git commit: WhereStep is gold. It operates only on Traversals and predicate are transformed to TraversalP(is(predicate)). Arbitrary nesting of and()/or() is supported. Added ScopeP which is for steps that use scoped variable bindings - posted by ok...@apache.org on 2015/06/10 00:02:35 UTC, 0 replies.
- incubator-tinkerpop git commit: CHANGELOG tweaks. - posted by ok...@apache.org on 2015/06/10 00:07:33 UTC, 0 replies.
- incubator-tinkerpop git commit: ScopeP no longer has a reference to Scoping step -- its passed in on bind(). Less potential for problems when clone()ing. - posted by ok...@apache.org on 2015/06/10 00:12:22 UTC, 0 replies.
- incubator-tinkerpop git commit: added ScopeP.negate(). - posted by ok...@apache.org on 2015/06/10 00:21:32 UTC, 0 replies.
- incubator-tinkerpop git commit: added Michael Pollmeier to pom.xml . - posted by ok...@apache.org on 2015/06/10 01:17:09 UTC, 0 replies.
- incubator-tinkerpop git commit: Improve javadocs for server Settings. - posted by sp...@apache.org on 2015/06/10 12:37:00 UTC, 0 replies.
- incubator-tinkerpop git commit: Remove public constructor on Graphs class in Gremlin Server. - posted by sp...@apache.org on 2015/06/10 12:41:37 UTC, 0 replies.
- incubator-tinkerpop git commit: Renamed Graphs.getGraphsAsBindings() method to getAsBindings() - posted by sp...@apache.org on 2015/06/10 13:20:05 UTC, 0 replies.
- incubator-tinkerpop git commit: added a new WhereTest that tests nested and/or traversal predicates. - posted by ok...@apache.org on 2015/06/10 15:51:18 UTC, 0 replies.
- incubator-tinkerpop git commit: removed a section of SugarGremlin docs that no longer exist -- operator overloads. AndStep and OrStep are now smart about getting the as() of the conjunction. Added more tests to ConjunctionStrategyTest and AndTest. - posted by ok...@apache.org on 2015/06/10 16:29:20 UTC, 0 replies.
- incubator-tinkerpop git commit: activated sugar plugin in preprocessor - posted by dk...@apache.org on 2015/06/10 17:08:43 UTC, 0 replies.
- incubator-tinkerpop git commit: WhereStep now has a static method to convert all nested predicates into TraversalP. gremlin-applications.asciidoc has Sugar sections being autogenerated. Added more WhereTests. - posted by ok...@apache.org on 2015/06/10 18:23:25 UTC, 0 replies.
- svn commit: r1684705 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/10 18:24:38 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Bumped gbench version to be explicitly compatible to Groovy 2.4.x - posted by sp...@apache.org on 2015/06/10 18:49:16 UTC, 0 replies.
- svn commit: r1684715 - 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/06/10 19:03:29 UTC, 0 replies.
- incubator-tinkerpop git commit: Gremlin Server Settings class has sensible defaults. - posted by sp...@apache.org on 2015/06/10 20:07:22 UTC, 0 replies.
- incubator-tinkerpop git commit: GraphTraversal.and() (and or()) now take predicates or traversals where traversals are turned into TraversalP predicate. That was a crazy hard thing to do interestingly enough. However, realized a bunch of stupid helper me - posted by ok...@apache.org on 2015/06/10 20:18:32 UTC, 0 replies.
- incubator-tinkerpop git commit: WhereTest updated with new and(). - posted by ok...@apache.org on 2015/06/10 20:27:25 UTC, 0 replies.
- incubator-tinkerpop git commit: WhereStep doesn't need Requirement.OBJECT if its a Scope.global. - posted by ok...@apache.org on 2015/06/11 00:13:18 UTC, 0 replies.
- incubator-tinkerpop git commit: ConjunctionP requires at least 2 arguments to conjunct. WhereStepTest ensures proper compilation of ...and()... infix notation. - posted by ok...@apache.org on 2015/06/11 00:29:50 UTC, 0 replies.
- incubator-tinkerpop git commit: ScopeP allows the object to flow through when nothing binds to the scope variable. - posted by ok...@apache.org on 2015/06/11 16:17:14 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: fix for TINKERPOP3-722 Garbled characters in Gremlin Console help screen on Windows - posted by sp...@apache.org on 2015/06/11 16:39:49 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch '20140611' of https://github.com/pluradj/incubator-tinkerpop - posted by sp...@apache.org on 2015/06/11 16:39:50 UTC, 0 replies.
- incubator-tinkerpop git commit: added Jason Plurad to the pom.xml . - posted by ok...@apache.org on 2015/06/11 17:14:39 UTC, 0 replies.
- incubator-tinkerpop git commit: added Path.getSingle(pop, label) and Path.getList(label). Right now, just default methods in Path. Added two new tests to PathTest which ensures proper semantics for all Path implementations (PATH_SUPPLIERS). Moved PathTest - posted by ok...@apache.org on 2015/06/11 18:30:45 UTC, 0 replies.
- incubator-tinkerpop git commit: added XMatchStep which implements the new Match model. - posted by ok...@apache.org on 2015/06/11 19:16:22 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Add javadoc for Path getList/getSingle - posted by ok...@apache.org on 2015/06/11 20:11:07 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Reverse sense of Path.getSingle Pop to align with tail(local) step - posted by ok...@apache.org on 2015/06/11 20:11:08 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Optimize MutablePath.getSingle - posted by ok...@apache.org on 2015/06/11 20:11:09 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Optimize ImmutablePath getSingle and getList - posted by ok...@apache.org on 2015/06/11 20:11:10 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: Add javadoc for Path getList/getSingle - posted by ok...@apache.org on 2015/06/11 20:24:54 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: Reverse sense of Path.getSingle Pop to align with tail(local) step - posted by ok...@apache.org on 2015/06/11 20:24:55 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: Optimize MutablePath.getSingle - posted by ok...@apache.org on 2015/06/11 20:24:56 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: Optimize ImmutablePath getSingle and getList - posted by ok...@apache.org on 2015/06/11 20:24:57 UTC, 0 replies.
- [5/5] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/11 20:24:58 UTC, 1 replies.
- incubator-tinkerpop git commit: added select(pop...) to GraphTraversal and __. - posted by ok...@apache.org on 2015/06/11 20:54:36 UTC, 0 replies.
- incubator-tinkerpop git commit: minor nothing finalization. - posted by ok...@apache.org on 2015/06/11 20:56:55 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: added select(pop...) to GraphTraversal and __. - posted by ok...@apache.org on 2015/06/11 20:58:08 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: minor nothing finalization. - posted by ok...@apache.org on 2015/06/11 20:58:09 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/11 20:58:10 UTC, 0 replies.
- incubator-tinkerpop git commit: better constructor arguments for SelectXXXStep. - posted by ok...@apache.org on 2015/06/11 21:05:24 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: better constructor arguments for SelectXXXStep. - posted by ok...@apache.org on 2015/06/11 22:11:12 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/11 22:11:13 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: XMatchStep works both in OLTP and OLAP. Bam. Added a handy ComputerAwareStep.EndStep boolean -- return home or go to next. - posted by ok...@apache.org on 2015/06/11 22:11:14 UTC, 0 replies.
- incubator-tinkerpop git commit: ArrayList already hashCode()s based on elements internal. - posted by ok...@apache.org on 2015/06/11 22:24:19 UTC, 0 replies.
- incubator-tinkerpop git commit: XMatchStep now has a pluggable MatchAlgorithm. GreedMatchAlgorithm is provided as a public static class and, for now, is hard coded as the MatchAlgorithm to use. - posted by ok...@apache.org on 2015/06/11 22:53:59 UTC, 0 replies.
- incubator-tinkerpop git commit: using AtomicLong.getAndSet() in GraphComputerTest as that, hopefully, solves an assertion error on the build servers -- threading issues. - posted by ok...@apache.org on 2015/06/11 23:07:50 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: using AtomicLong.getAndSet() in GraphComputerTest as that, hopefully, solves an assertion error on the build servers -- threading issues. - posted by ok...@apache.org on 2015/06/11 23:08:10 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/11 23:08:11 UTC, 2 replies.
- incubator-tinkerpop git commit: no more IsOrAllowStep -- now just a ComputerAware.EndStep -- XMatchEndStep. - posted by ok...@apache.org on 2015/06/12 00:37:40 UTC, 0 replies.
- incubator-tinkerpop git commit: traversalLabels are now simply the traversal.startStep.getId() which is globally unique to the traversal. Easy peasy. - posted by ok...@apache.org on 2015/06/12 00:48:32 UTC, 0 replies.
- incubator-tinkerpop git commit: staging for nested and/or in XMatchStep -- if a ConjunctionP is provided then it is turned into an 'Or'MatchStep or an 'And'MatchStep. Thus, its just a matter of nesting traversals as easy as that. However, I added MatchAl - posted by ok...@apache.org on 2015/06/12 01:08:31 UTC, 0 replies.
- incubator-tinkerpop git commit: XMatchStep getting reeeeeaaaalll basic. Added comments to explain what the different parts of the step are doing. Lots of code clean up. - posted by ok...@apache.org on 2015/06/12 01:21:07 UTC, 0 replies.
- incubator-tinkerpop git commit: WhereStep now pops.head its SelectOne. - posted by ok...@apache.org on 2015/06/12 14:05:08 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: TINKERPOP3-723: Add constant step - posted by ok...@apache.org on 2015/06/12 14:06:25 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: TINKERPOP3-723: Add constant step doc - posted by ok...@apache.org on 2015/06/12 14:06:26 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-723-constant-step' of https://github.com/RedSeal-co/incubator-tinkerpop - posted by ok...@apache.org on 2015/06/12 14:06:27 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: ConstantStep does not need to declare empty Requirements -- that is the default Step behavior. - posted by ok...@apache.org on 2015/06/12 14:06:28 UTC, 0 replies.
- incubator-tinkerpop git commit: commented out the high range assertions in ProfileTest as they tend to fail from time to time in some environments - posted by dk...@apache.org on 2015/06/12 14:32:56 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Restructure the IoTest into smaller test groups. - posted by sp...@apache.org on 2015/06/12 20:16:50 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Restructure the IoTest into smaller test groups. - posted by sp...@apache.org on 2015/06/12 20:16:51 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Restructure the IoTest into smaller test groups. - posted by sp...@apache.org on 2015/06/12 20:16:52 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/06/12 20:44:15 UTC, 1 replies.
- [2/2] incubator-tinkerpop git commit: GremlinServer now returns the ServerGremlinExecutor on start(). - posted by sp...@apache.org on 2015/06/12 20:44:16 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/12 22:19:02 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: such a code hole trying to unify P and Traversal so its one predicate construct. There are some things in here that I want to cherry pick over to master so I'm pushing for now and will copy stuff over. - posted by ok...@apache.org on 2015/06/12 22:19:03 UTC, 0 replies.
- [01/12] incubator-tinkerpop git commit: TINKERPOP3-723: Add constant step - posted by ok...@apache.org on 2015/06/12 22:29:35 UTC, 0 replies.
- [02/12] incubator-tinkerpop git commit: TINKERPOP3-723: Add constant step doc - posted by ok...@apache.org on 2015/06/12 22:29:36 UTC, 0 replies.
- [03/12] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-723-constant-step' of https://github.com/RedSeal-co/incubator-tinkerpop - posted by ok...@apache.org on 2015/06/12 22:29:37 UTC, 0 replies.
- [04/12] incubator-tinkerpop git commit: ConstantStep does not need to declare empty Requirements -- that is the default Step behavior. - posted by ok...@apache.org on 2015/06/12 22:29:38 UTC, 0 replies.
- [05/12] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/12 22:29:39 UTC, 0 replies.
- [06/12] incubator-tinkerpop git commit: commented out the high range assertions in ProfileTest as they tend to fail from time to time in some environments - posted by ok...@apache.org on 2015/06/12 22:29:40 UTC, 0 replies.
- [07/12] incubator-tinkerpop git commit: Restructure the IoTest into smaller test groups. - posted by ok...@apache.org on 2015/06/12 22:29:41 UTC, 0 replies.
- [08/12] incubator-tinkerpop git commit: Restructure the IoTest into smaller test groups. - posted by ok...@apache.org on 2015/06/12 22:29:42 UTC, 0 replies.
- [09/12] incubator-tinkerpop git commit: Restructure the IoTest into smaller test groups. - posted by ok...@apache.org on 2015/06/12 22:29:43 UTC, 0 replies.
- [10/12] incubator-tinkerpop git commit: Update changelog. - posted by ok...@apache.org on 2015/06/12 22:29:44 UTC, 0 replies.
- [11/12] incubator-tinkerpop git commit: GremlinServer now returns the ServerGremlinExecutor on start(). - posted by ok...@apache.org on 2015/06/12 22:29:45 UTC, 0 replies.
- [12/12] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/12 22:29:46 UTC, 0 replies.
- [1/8] incubator-tinkerpop git commit: commented out the high range assertions in ProfileTest as they tend to fail from time to time in some environments - posted by ok...@apache.org on 2015/06/12 22:30:13 UTC, 0 replies.
- [2/8] incubator-tinkerpop git commit: Restructure the IoTest into smaller test groups. - posted by ok...@apache.org on 2015/06/12 22:30:14 UTC, 0 replies.
- [3/8] incubator-tinkerpop git commit: Restructure the IoTest into smaller test groups. - posted by ok...@apache.org on 2015/06/12 22:30:15 UTC, 0 replies.
- [4/8] incubator-tinkerpop git commit: Restructure the IoTest into smaller test groups. - posted by ok...@apache.org on 2015/06/12 22:30:16 UTC, 0 replies.
- [5/8] incubator-tinkerpop git commit: Update changelog. - posted by ok...@apache.org on 2015/06/12 22:30:17 UTC, 0 replies.
- [6/8] incubator-tinkerpop git commit: GremlinServer now returns the ServerGremlinExecutor on start(). - posted by ok...@apache.org on 2015/06/12 22:30:18 UTC, 0 replies.
- [7/8] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/12 22:30:19 UTC, 0 replies.
- [8/8] incubator-tinkerpop git commit: Merge branch 'xmatch' into xmatch-lost - posted by ok...@apache.org on 2015/06/12 22:30:20 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: add additional has examples - posted by ok...@apache.org on 2015/06/12 22:56:51 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge branch 'docupdate1' of https://github.com/graben1437/incubator-tinkerpop - posted by ok...@apache.org on 2015/06/12 22:56:52 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: fixed a within() 'bug' -- don't need to make a list as you can provide a var args. - posted by ok...@apache.org on 2015/06/12 22:56:53 UTC, 0 replies.
- incubator-tinkerpop git commit: finally --- making P and Travesal the same was a really bad idea. However, P.not(traversal) returns traversal.notStep() and there you go -- bastard. - posted by ok...@apache.org on 2015/06/12 23:37:40 UTC, 0 replies.
- incubator-tinkerpop git commit: P.not(P.traversal()) - posted by ok...@apache.org on 2015/06/12 23:44:02 UTC, 0 replies.
- incubator-tinkerpop git commit: more WhereTests -- and()..or()...and()... - posted by ok...@apache.org on 2015/06/12 23:57:32 UTC, 0 replies.
- incubator-tinkerpop git commit: notes for WhereStep's future. - posted by ok...@apache.org on 2015/06/13 00:09:38 UTC, 0 replies.
- incubator-tinkerpop git commit: Added a contributor - posted by ok...@apache.org on 2015/06/14 16:48:21 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: add additional has examples - posted by ok...@apache.org on 2015/06/14 16:48:31 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: Merge branch 'docupdate1' of https://github.com/graben1437/incubator-tinkerpop - posted by ok...@apache.org on 2015/06/14 16:48:32 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: fixed a within() 'bug' -- don't need to make a list as you can provide a var args. - posted by ok...@apache.org on 2015/06/14 16:48:33 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: Added a contributor - posted by ok...@apache.org on 2015/06/14 16:48:34 UTC, 0 replies.
- incubator-tinkerpop git commit: reversed the meaning of Pop.head and Pop.tail to align with graph theory terminology. - posted by ok...@apache.org on 2015/06/15 16:15:23 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: reversed the meaning of Pop.head and Pop.tail to align with graph theory terminology. - posted by ok...@apache.org on 2015/06/15 16:15:44 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Initialize the config for gremlin-groovy in Settings. - posted by sp...@apache.org on 2015/06/15 16:33:52 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Initialize the config for gremlin-groovy in Settings. - posted by ok...@apache.org on 2015/06/15 17:49:41 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by ok...@apache.org on 2015/06/15 17:49:42 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Fixed a bug in Attachable.getOrCreate(). Optional.orElse() should be Optional.orElseGet(). - posted by ok...@apache.org on 2015/06/15 17:49:43 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/15 17:49:44 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Fixed a bug in Attachable.getOrCreate(). Optional.orElse() should be Optional.orElseGet(). - posted by ok...@apache.org on 2015/06/15 17:51:47 UTC, 1 replies.
- [2/2] incubator-tinkerpop git commit: Fixed a bug in Attachable.getOrCreate(). Optional.orElse() should be Optional.orElseGet(). - posted by ok...@apache.org on 2015/06/15 17:51:48 UTC, 0 replies.
- incubator-tinkerpop git commit: added stronger 'copy over' tests for StarGraphTest -- vertices+edges and only edges. - posted by ok...@apache.org on 2015/06/15 18:06:22 UTC, 0 replies.
- incubator-tinkerpop git commit: less stringent GraphComputerTest on threading timing. Two threads can update the AtomicLong at the same nano-time. - posted by ok...@apache.org on 2015/06/15 18:24:15 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: TINKERPOP3-727 use of repeat() with in() throws error - posted by dk...@apache.org on 2015/06/15 18:46:54 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-727' of https://github.com/pluradj/incubator-tinkerpop - posted by dk...@apache.org on 2015/06/15 18:46:55 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: added stronger 'copy over' tests for StarGraphTest -- vertices+edges and only edges. - posted by ok...@apache.org on 2015/06/15 20:33:54 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: less stringent GraphComputerTest on threading timing. Two threads can update the AtomicLong at the same nano-time. - posted by ok...@apache.org on 2015/06/15 20:33:55 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/15 20:33:56 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Have AND/OR nesting working in XMatchStep. I'm not too happy with the solution -- though, one could argue that it is semantically correct. In short, all OR patterns and all AND patterns are tried. OR can't only try o - posted by ok...@apache.org on 2015/06/15 20:33:57 UTC, 0 replies.
- incubator-tinkerpop git commit: XMatchStep OR/AND nesting works for both Computer and Standard --- code has been greatly simplified. - posted by ok...@apache.org on 2015/06/15 21:35:19 UTC, 0 replies.
- incubator-tinkerpop git commit: Simplifying XMatchStep even more. This is looking really good. - posted by ok...@apache.org on 2015/06/15 21:41:49 UTC, 0 replies.
- incubator-tinkerpop git commit: This closes #72 - posted by sp...@apache.org on 2015/06/15 21:58:09 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: TINKERPOP3-731 Arrow keys don't work for Gremlin console on Windows - posted by sp...@apache.org on 2015/06/15 22:08:20 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-731' of https://github.com/pluradj/incubator-tinkerpop - posted by sp...@apache.org on 2015/06/15 22:08:21 UTC, 0 replies.
- incubator-tinkerpop git commit: No more WhereStartEndStrategy needed. WhereStep follows the recursive compilation model of XMatchStep. - posted by ok...@apache.org on 2015/06/15 22:12:51 UTC, 0 replies.
- [1/6] incubator-tinkerpop git commit: TINKERPOP3-731 Arrow keys don't work for Gremlin console on Windows - posted by ok...@apache.org on 2015/06/15 22:13:12 UTC, 0 replies.
- [2/6] incubator-tinkerpop git commit: TINKERPOP3-727 use of repeat() with in() throws error - posted by ok...@apache.org on 2015/06/15 22:13:13 UTC, 0 replies.
- [3/6] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-727' of https://github.com/pluradj/incubator-tinkerpop - posted by ok...@apache.org on 2015/06/15 22:13:14 UTC, 0 replies.
- [4/6] incubator-tinkerpop git commit: This closes #72 - posted by ok...@apache.org on 2015/06/15 22:13:15 UTC, 0 replies.
- [5/6] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-731' of https://github.com/pluradj/incubator-tinkerpop - posted by ok...@apache.org on 2015/06/15 22:13:16 UTC, 0 replies.
- [6/6] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/15 22:13:17 UTC, 0 replies.
- incubator-tinkerpop git commit: XMatchStep now has the same API as MatchStep -- startKey, traversals and returns Map. - posted by ok...@apache.org on 2015/06/15 23:49:15 UTC, 0 replies.
- incubator-tinkerpop git commit: simpler determination of start and end keys in XMatchStep. This bad boy is nearly done. - posted by ok...@apache.org on 2015/06/15 23:59:07 UTC, 0 replies.
- [01/31] incubator-tinkerpop git commit: added XMatchStep which implements the new Match model. - posted by ok...@apache.org on 2015/06/16 00:08:02 UTC, 0 replies.
- [02/31] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/16 00:08:03 UTC, 0 replies.
- [03/31] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/16 00:08:04 UTC, 0 replies.
- [04/31] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/16 00:08:05 UTC, 0 replies.
- [05/31] incubator-tinkerpop git commit: XMatchStep works both in OLTP and OLAP. Bam. Added a handy ComputerAwareStep.EndStep boolean -- return home or go to next. - posted by ok...@apache.org on 2015/06/16 00:08:06 UTC, 0 replies.
- [06/31] incubator-tinkerpop git commit: ArrayList already hashCode()s based on elements internal. - posted by ok...@apache.org on 2015/06/16 00:08:07 UTC, 0 replies.
- [07/31] incubator-tinkerpop git commit: XMatchStep now has a pluggable MatchAlgorithm. GreedMatchAlgorithm is provided as a public static class and, for now, is hard coded as the MatchAlgorithm to use. - posted by ok...@apache.org on 2015/06/16 00:08:08 UTC, 0 replies.
- [08/31] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/16 00:08:09 UTC, 0 replies.
- [09/31] incubator-tinkerpop git commit: no more IsOrAllowStep -- now just a ComputerAware.EndStep -- XMatchEndStep. - posted by ok...@apache.org on 2015/06/16 00:08:10 UTC, 0 replies.
- [10/31] incubator-tinkerpop git commit: traversalLabels are now simply the traversal.startStep.getId() which is globally unique to the traversal. Easy peasy. - posted by ok...@apache.org on 2015/06/16 00:08:11 UTC, 0 replies.
- [11/31] incubator-tinkerpop git commit: staging for nested and/or in XMatchStep -- if a ConjunctionP is provided then it is turned into an 'Or'MatchStep or an 'And'MatchStep. Thus, its just a matter of nesting traversals as easy as that. However, I added - posted by ok...@apache.org on 2015/06/16 00:08:12 UTC, 0 replies.
- [12/31] incubator-tinkerpop git commit: XMatchStep getting reeeeeaaaalll basic. Added comments to explain what the different parts of the step are doing. Lots of code clean up. - posted by ok...@apache.org on 2015/06/16 00:08:13 UTC, 0 replies.
- [13/31] incubator-tinkerpop git commit: WhereStep now pops.head its SelectOne. - posted by ok...@apache.org on 2015/06/16 00:08:14 UTC, 0 replies.
- [14/31] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/16 00:08:15 UTC, 0 replies.
- [15/31] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/16 00:08:16 UTC, 0 replies.
- [16/31] incubator-tinkerpop git commit: finally --- making P and Travesal the same was a really bad idea. However, P.not(traversal) returns traversal.notStep() and there you go -- bastard. - posted by ok...@apache.org on 2015/06/16 00:08:17 UTC, 0 replies.
- [17/31] incubator-tinkerpop git commit: P.not(P.traversal()) - posted by ok...@apache.org on 2015/06/16 00:08:18 UTC, 0 replies.
- [18/31] incubator-tinkerpop git commit: more WhereTests -- and()..or()...and()... - posted by ok...@apache.org on 2015/06/16 00:08:19 UTC, 0 replies.
- [19/31] incubator-tinkerpop git commit: notes for WhereStep's future. - posted by ok...@apache.org on 2015/06/16 00:08:20 UTC, 0 replies.
- [20/31] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/16 00:08:21 UTC, 0 replies.
- [21/31] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/16 00:08:22 UTC, 0 replies.
- [22/31] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/16 00:08:23 UTC, 0 replies.
- [23/31] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/16 00:08:24 UTC, 0 replies.
- [24/31] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/16 00:08:25 UTC, 0 replies.
- [25/31] incubator-tinkerpop git commit: Have AND/OR nesting working in XMatchStep. I'm not too happy with the solution -- though, one could argue that it is semantically correct. In short, all OR patterns and all AND patterns are tried. OR can't only try - posted by ok...@apache.org on 2015/06/16 00:08:26 UTC, 0 replies.
- [26/31] incubator-tinkerpop git commit: XMatchStep OR/AND nesting works for both Computer and Standard --- code has been greatly simplified. - posted by ok...@apache.org on 2015/06/16 00:08:27 UTC, 0 replies.
- [27/31] incubator-tinkerpop git commit: Simplifying XMatchStep even more. This is looking really good. - posted by ok...@apache.org on 2015/06/16 00:08:28 UTC, 0 replies.
- [28/31] incubator-tinkerpop git commit: No more WhereStartEndStrategy needed. WhereStep follows the recursive compilation model of XMatchStep. - posted by ok...@apache.org on 2015/06/16 00:08:29 UTC, 0 replies.
- [29/31] incubator-tinkerpop git commit: Merge branch 'master' into xmatch - posted by ok...@apache.org on 2015/06/16 00:08:30 UTC, 0 replies.
- [30/31] incubator-tinkerpop git commit: XMatchStep now has the same API as MatchStep -- startKey, traversals and returns Map. - posted by ok...@apache.org on 2015/06/16 00:08:31 UTC, 0 replies.
- [31/31] incubator-tinkerpop git commit: simpler determination of start and end keys in XMatchStep. This bad boy is nearly done. - posted by ok...@apache.org on 2015/06/16 00:08:32 UTC, 0 replies.
- incubator-tinkerpop git commit: added XMatchStep.CountMatchAlgorithm which is good at finding the biggest set reductions in a traversal match() pattern. A toy example demonstrates its 2x faster than the current MatchStep implementation. - posted by ok...@apache.org on 2015/06/16 01:14:44 UTC, 0 replies.
- incubator-tinkerpop git commit: Now that XMatchStep has a startKey, there is only one start label for any one traversal pattern. less set operations. good. - posted by ok...@apache.org on 2015/06/16 01:21:54 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Add hooks to MutableMetrics to manually set counts and duration. - posted by dk...@apache.org on 2015/06/16 13:37:21 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Fix unit conversion on setDuration. - posted by dk...@apache.org on 2015/06/16 13:37:22 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Merge branch 'master' of https://github.com/rjbriody/incubator-tinkerpop - posted by dk...@apache.org on 2015/06/16 13:37:23 UTC, 0 replies.
- incubator-tinkerpop git commit: Pop.first and Pop.last to not confuse with graph theory terms of head/tail which are backwards from computer science terminology. - posted by ok...@apache.org on 2015/06/16 14:14:39 UTC, 0 replies.
- incubator-tinkerpop git commit: Verify that durations reported by profile metrics are >= 0 rather than just > 0. - posted by dk...@apache.org on 2015/06/16 14:18:32 UTC, 0 replies.
- incubator-tinkerpop git commit: XMatchStep now has optimized XMatchStartStep and XMatchEndStep -- no more SelectOneStep as there is less logic involved. New methods in MatchAlgorithm for recording data about each match pattern. Scoping is used as the mea - posted by ok...@apache.org on 2015/06/16 16:44:39 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a requiredLabels bug in XMatchStep -- ALL labels are required, not just one. - posted by ok...@apache.org on 2015/06/16 16:49:35 UTC, 0 replies.
- incubator-tinkerpop git commit: Set reuseForks in pom to false for neo4j. - posted by sp...@apache.org on 2015/06/16 17:50:06 UTC, 0 replies.
- incubator-tinkerpop git commit: Started benchmarking XMatchStep vs. MatchStep --- nearly identical. - posted by ok...@apache.org on 2015/06/16 17:52:28 UTC, 0 replies.
- incubator-tinkerpop git commit: Add test for gryo serialization of Tree TINKERPOP3-732 - posted by sp...@apache.org on 2015/06/16 21:39:51 UTC, 0 replies.
- incubator-tinkerpop git commit: Revised evaluation of ids with has() TINKERPOP3-721 - posted by sp...@apache.org on 2015/06/17 17:32:20 UTC, 0 replies.
- incubator-tinkerpop git commit: Remove setting for neo4j. - posted by sp...@apache.org on 2015/06/17 18:20:50 UTC, 0 replies.
- incubator-tinkerpop git commit: Update help docs for Console around erasing settings. - posted by sp...@apache.org on 2015/06/17 18:49:38 UTC, 0 replies.
- incubator-tinkerpop git commit: Renamed Graphs to GraphManager in Gremlin Server. - posted by sp...@apache.org on 2015/06/17 20:26:31 UTC, 0 replies.
- incubator-tinkerpop git commit: Add a gryo test to ensure it fails server serialization in the same way as graphson. - posted by sp...@apache.org on 2015/06/17 21:57:33 UTC, 0 replies.
- [01/11] incubator-tinkerpop git commit: lots of cleanups on XMatchStep -- one GraphComputer MatchTest is failing for some reason. More TinkerGraphTest play. - posted by ok...@apache.org on 2015/06/17 23:21:35 UTC, 0 replies.
- [02/11] incubator-tinkerpop git commit: added TraversalMapStep, TraversalFlatMapStep, TraversalFilterStep, TraversalSideEffectStep and made it so XMatchStep will locally wrap barrier patterns and thus, we now have support for count()/min()/max()/etc. typ - posted by ok...@apache.org on 2015/06/17 23:21:36 UTC, 0 replies.
- [03/11] incubator-tinkerpop git commit: greatly reduced the complexity of WhereStep -- learned alot about variable binding from XMatchStep. WhereStep is looking really really good. - posted by ok...@apache.org on 2015/06/17 23:21:37 UTC, 0 replies.
- [04/11] incubator-tinkerpop git commit: TraversalP dead. P and Traversal are now completely distinct concepts. HasStep and IsStep just work with P-predicates. has(key, traversal) is now an alias for filter(__.values(key).traversal). has(key) is now filter - posted by ok...@apache.org on 2015/06/17 23:21:38 UTC, 0 replies.
- [05/11] incubator-tinkerpop git commit: integration of WhereStep and XMatchStep children now occurs after pre-processing with respective Start/End steps. - posted by ok...@apache.org on 2015/06/17 23:21:39 UTC, 0 replies.
- [06/11] incubator-tinkerpop git commit: removed P.not(traversal). We now have GraphTraversal.not(traversal) which is simply TraversalFilterStep(boolean, traversal). WhereStep is smart about TraversalParents and propagating WhereStart/EndSteps accordingly. - posted by ok...@apache.org on 2015/06/17 23:21:40 UTC, 0 replies.
- [07/11] incubator-tinkerpop git commit: xmatch(startKey, traversals...) and xmatch(traversals...) now both exist. In the latter, the a path computation must have the requisite as()-labels for the pattern to match. - posted by ok...@apache.org on 2015/06/17 23:21:41 UTC, 0 replies.
- [08/11] incubator-tinkerpop git commit: fixed a Scoping optimization bug that happens in a paritcular situation of WhereStep - posted by ok...@apache.org on 2015/06/17 23:21:42 UTC, 0 replies.
- [09/11] incubator-tinkerpop git commit: recussive Where-P bindings implemented and tested. WhereStep is nearly 'done done' with all the functionality one would want. - posted by ok...@apache.org on 2015/06/17 23:21:43 UTC, 0 replies.
- [10/11] incubator-tinkerpop git commit: match(as(a).has().has()...) match patterns are pulled out to has().has().match(...) in order to allow vendors to more easily get at the has-containers for index lookups. WhereStepStart and WhereStepEnd steps are ap - posted by ok...@apache.org on 2015/06/17 23:21:44 UTC, 0 replies.
- [11/11] incubator-tinkerpop git commit: old changelog. - posted by ok...@apache.org on 2015/06/17 23:21:45 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed up CHANGELOG. - posted by ok...@apache.org on 2015/06/17 23:22:03 UTC, 0 replies.
- incubator-tinkerpop git commit: a MatchStep test that fails for Neo4j --- Josh. - posted by ok...@apache.org on 2015/06/17 23:33:06 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a bug in ORing where I needed the traversal parent ID, not the step ID. Also, fixed a index lookup issue with nested AND/OR match patterns. - posted by ok...@apache.org on 2015/06/18 01:39:01 UTC, 0 replies.
- incubator-tinkerpop git commit: TINKERPOP3-735: Add and/or tests to verify traversals can see path - posted by ok...@apache.org on 2015/06/18 03:42:37 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Removed MatchStep and replaced it with XMatchStep. Renamed XMatchStep, MatchStep. All the tests are passing for OLTP and OLAP except one in OLAP that makes sense why it doesnt pass, but the pattern should be caught b - posted by ok...@apache.org on 2015/06/18 16:38:26 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Removed MatchStep and replaced it with XMatchStep. Renamed XMatchStep, MatchStep. All the tests are passing for OLTP and OLAP except one in OLAP that makes sense why it doesnt pass, but the pattern should be caught b - posted by ok...@apache.org on 2015/06/18 16:38:27 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Removed MatchStep and replaced it with XMatchStep. Renamed XMatchStep, MatchStep. All the tests are passing for OLTP and OLAP except one in OLAP that makes sense why it doesnt pass, but the pattern should be caught b - posted by ok...@apache.org on 2015/06/18 16:38:28 UTC, 0 replies.
- incubator-tinkerpop git commit: Just realized that GroovyMatchTest did not use TraversalScriptHelper. Fixed. Added an AND/OR nested traversal to MatchTest. MatchAlgorithm needed to implement Serialzable to execute on Giraph and Spark. Tested on Spark and - posted by ok...@apache.org on 2015/06/18 17:39:14 UTC, 0 replies.
- incubator-tinkerpop git commit: Cloning and MatchAlgorithm now work -- fixes a test that fails in OLAP when using CountMatchAlgorithm. Added a new MatchTest test that tests count().as('b') behavior. - posted by ok...@apache.org on 2015/06/18 19:21:31 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Added test to confirm graphson serialization works over driver. - posted by sp...@apache.org on 2015/06/18 19:44:24 UTC, 0 replies.
- incubator-tinkerpop git commit: added the test cases the pulls out the HasContainer for index lookups in MatchStep. - posted by ok...@apache.org on 2015/06/18 19:51:02 UTC, 0 replies.
- incubator-tinkerpop git commit: Giraph does a hard kill on some MatchTests in both Groovy and Java. Forgot to OPT_OUT in Java. - posted by ok...@apache.org on 2015/06/18 20:01:21 UTC, 0 replies.
- incubator-tinkerpop git commit: P.not() is default in GremlinGroovy -- not __.not(). - posted by ok...@apache.org on 2015/06/18 22:01:10 UTC, 0 replies.
- incubator-tinkerpop git commit: damm --- there is a bug in ConjunctionStrategy... added a WhereTest that exposes it and also something fishy with that same where test in GraphComputer. Jeez. - posted by ok...@apache.org on 2015/06/18 23:34:42 UTC, 0 replies.
- incubator-tinkerpop git commit: MatchStartStep and MatchEndStep are not static inner classes as cloning() and inner classes still reference the original 'this'. Scary. To be safe, made them static as well as ComputerAwareStep.EndStep which is used by Rep - posted by ok...@apache.org on 2015/06/19 00:03:54 UTC, 0 replies.
- incubator-tinkerpop git commit: minor fix in the docs - posted by dk...@apache.org on 2015/06/19 01:08:23 UTC, 0 replies.
- incubator-tinkerpop git commit: HadoopGraph OPT_OUT bug in Giraph integration tests fixed. Added a gnarly nested match()-step test to identify and ultimately fix a bug I reailzed last night as I was falling asleep. - posted by ok...@apache.org on 2015/06/19 02:45:34 UTC, 0 replies.
- incubator-tinkerpop git commit: even smarter about ensuring that computed conjunction patterns are not repeated. - posted by ok...@apache.org on 2015/06/19 02:52:11 UTC, 0 replies.
- incubator-tinkerpop git commit: renamed conjunctionTraversals to matchTraversals. The conjunction is specified by Conjuction. - posted by ok...@apache.org on 2015/06/19 02:56:22 UTC, 0 replies.
- svn commit: r1686345 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/19 04:27:42 UTC, 0 replies.
- incubator-tinkerpop git commit: removed the WARNING that match() does not work in OLAP -- as now it does. Schweeeeet. - posted by ok...@apache.org on 2015/06/19 04:46:22 UTC, 0 replies.
- svn commit: r1686350 - 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/06/19 05:02:23 UTC, 0 replies.
- incubator-tinkerpop git commit: Excluded Guava (v12) dependency from Giraph and therefore incuded Guava (v14) dependency from Spark. - posted by dk...@apache.org on 2015/06/19 12:10:56 UTC, 0 replies.
- svn commit: r1686452 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/19 18:54:39 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: fixed a bug in Traversal.addStep() -- crazy fundamental. Can't believe it didn't show up until now. Added a new MatchTest that exposed the bug in addStep(). Revamped the match()-step docs showing all the good stuff a - posted by ok...@apache.org on 2015/06/19 19:31:01 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: WhereSteps work natively inside MatchStep as the fabled 'predicate traversal.' MatchWhereStrategy is now called MatchPredicateStrategy and it supports the folding of where() and the pulling out of has() for index loo - posted by ok...@apache.org on 2015/06/19 19:31:02 UTC, 0 replies.
- svn commit: r1686463 - 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/06/19 19:42:01 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Ensure that finalizer messages in Gremlin Server occurred after commit. - posted by sp...@apache.org on 2015/06/19 19:55:04 UTC, 0 replies.
- incubator-tinkerpop git commit: grammar tweaks to the MatchStep section of the docs. - posted by ok...@apache.org on 2015/06/19 20:00:40 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Fix formatting in docs. - posted by sp...@apache.org on 2015/06/19 20:51:16 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Improved docs on gremlin server protocol. - posted by sp...@apache.org on 2015/06/19 20:51:17 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/06/19 20:51:18 UTC, 0 replies.
- incubator-tinkerpop git commit: Added Pop.all. No more getSingle() and getList() -- just get(pop, label). you can also do get() which is the old semantics of singleton, list, or exception. Got PathTest out of ProcessStandardSuite as its not graph specific - posted by ok...@apache.org on 2015/06/19 21:21:36 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Gremlin driver client side serialization errors were not bubbling up. TINKERPOP3-733 - posted by sp...@apache.org on 2015/06/19 22:32:01 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Scoping.Variable START, END, NONE added to allow steps to reason about variable bindings. ComputerVerificationStrategy does not allow WhereSteps with START variables as they select from Path. ScopingStrategy is agnos - posted by ok...@apache.org on 2015/06/19 22:49:48 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: removed bad CHANGELOG entries. - posted by ok...@apache.org on 2015/06/19 22:49:49 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Update docs around serializers in gremlin driver. - posted by sp...@apache.org on 2015/06/19 23:18:21 UTC, 0 replies.
- incubator-tinkerpop git commit: small tweak to docs. - posted by ok...@apache.org on 2015/06/19 23:34:47 UTC, 0 replies.
- svn commit: r1686504 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/19 23:35:00 UTC, 0 replies.
- svn commit: r1686506 - 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/06/20 00:08:17 UTC, 0 replies.
- incubator-tinkerpop git commit: added CountMatchAlgorithm test cases. Also, bias count match ordering to where()-patterns as they are simply .hasNext() traversals. - posted by ok...@apache.org on 2015/06/20 00:33:55 UTC, 0 replies.
- incubator-tinkerpop git commit: more MatchStep compilation tests. - posted by ok...@apache.org on 2015/06/20 00:58:44 UTC, 1 replies.
- incubator-tinkerpop git commit: SelectOneStep does not have a default IdentityTraversal as if there are no local children, it must return an empty list. Moreover, fixed a clone bug in SelectOneStep. MatchPredicateStrategy only relocates wheres() if previ - posted by ok...@apache.org on 2015/06/20 05:26:40 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed `ConjunctionStrategy`. `and()` precedes `or()`, hence `OrStep` has to be processed prio `AndStep`. Confusing? Yeah, but it works. - posted by dk...@apache.org on 2015/06/20 23:20:07 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: excluded another servlet-api jar file. Without the exclusion, Spark jobs fail in a distributed environment. - posted by dk...@apache.org on 2015/06/21 02:01:15 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: fixed another test that uses empty ConjunctionSteps - posted by dk...@apache.org on 2015/06/21 02:01:16 UTC, 0 replies.
- incubator-tinkerpop git commit: Adjust source NOTICE to remove some duplication with LICENSE. - posted by sp...@apache.org on 2015/06/22 14:39:32 UTC, 0 replies.
- incubator-tinkerpop git commit: where(out('knows')) is compiled as filter(out('knows')). Will simplify MatchStep code and filter() is much more efficient than where() which has lots of overhead due to variable binding. - posted by ok...@apache.org on 2015/06/22 16:26:23 UTC, 0 replies.
- incubator-tinkerpop git commit: where(P) is now explicit in GraphTraversal and __. With where(out()) going to filter(out()), ScopingStrategy is now simpler. - posted by ok...@apache.org on 2015/06/22 16:42:51 UTC, 0 replies.
- incubator-tinkerpop git commit: MatchStep traversals MUST always have a start key unless their start step is a conjunction. This simplified MatchPredicateStrategy as there is no situation in any of our test cases or I can think of where a start-less matc - posted by ok...@apache.org on 2015/06/22 17:33:51 UTC, 0 replies.
- incubator-tinkerpop git commit: minor simplification to MatchStep precompilation. No need to precheck start steps. - posted by ok...@apache.org on 2015/06/22 17:41:45 UTC, 0 replies.
- incubator-tinkerpop git commit: worked on ConjunctionStrategy. allow deep nesting; added some crazy test cases - posted by dk...@apache.org on 2015/06/22 17:49:52 UTC, 0 replies.
- incubator-tinkerpop git commit: P.hashCode() is now based on P.originalValue() as it causes problems with MatchStep if not where where()-steps have dynamic P's based on bindings. Added MatchAlgorithmStrategy which allows the user to specify the MatchAlgo - posted by ok...@apache.org on 2015/06/22 19:29:23 UTC, 1 replies.
- incubator-tinkerpop git commit: MatchTest flips a coin to test either GreedyMatchAlgorithm or CountMatchAlgorithm. - posted by ok...@apache.org on 2015/06/22 19:51:18 UTC, 0 replies.
- incubator-tinkerpop git commit: added StartStep.isVariableStartStep() which makes testing for as('a').out()... style traversals less error prone in WhereStep, MatchStep, ConjunctionStrategy, etc. Fixed up respective steps/strategies to rely on this metho - posted by ok...@apache.org on 2015/06/22 20:11:22 UTC, 0 replies.
- incubator-tinkerpop git commit: Test MatchStep over both algorithms for all tests. - posted by sp...@apache.org on 2015/06/22 21:41:22 UTC, 0 replies.
- incubator-tinkerpop git commit: Added support for not-patterns in MatchStep. Added test case. The pre-compilation in MatchStep is getting pretty hairy. Have one simplification I'm going to try and then call it on MatchStep. Added a not-based MatchTest. - posted by ok...@apache.org on 2015/06/22 22:00:37 UTC, 0 replies.
- incubator-tinkerpop git commit: Scoping no longer have getVariableLocations(). Its simply a helper method in TraversalHelper as its only used in one spot. Added more MatchTests to verify nested and/or and start variables. GraphTraversal.not(traversal) no - posted by ok...@apache.org on 2015/06/22 23:21:53 UTC, 0 replies.
- Git Push Summary - posted by ok...@apache.org on 2015/06/22 23:26:17 UTC, 11 replies.
- [1/4] incubator-tinkerpop git commit: bumped to 3.0.0-incubating-rc1 - posted by ok...@apache.org on 2015/06/23 00:34:04 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: bumped back to 3.0.0-SNAPSHOT. - posted by ok...@apache.org on 2015/06/23 00:34:05 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: forgot one spot in SubgraphStrategy that needed where() to be filter(). - posted by ok...@apache.org on 2015/06/23 00:34:06 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: numerous cleanups to MatchStep. - posted by ok...@apache.org on 2015/06/23 00:34:07 UTC, 0 replies.
- svn commit: r1686955 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/23 00:35:05 UTC, 0 replies.
- svn commit: r1686958 - 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/06/23 01:38:36 UTC, 0 replies.
- incubator-tinkerpop git commit: added Traversal.toStream() which turns Traversal into a Stream. - posted by ok...@apache.org on 2015/06/23 01:46:41 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: fixed the 99% progress bar - posted by dk...@apache.org on 2015/06/23 01:58:53 UTC, 0 replies.
- incubator-tinkerpop git commit: tweaks to CHANGELOG. - posted by ok...@apache.org on 2015/06/23 03:37:08 UTC, 0 replies.
- incubator-tinkerpop git commit: removed unneeded WhereStep.variables. - posted by ok...@apache.org on 2015/06/23 03:42:04 UTC, 0 replies.
- incubator-tinkerpop git commit: Add note about GMavenPlus intellij plugin. - posted by sp...@apache.org on 2015/06/23 13:15:42 UTC, 0 replies.
- incubator-tinkerpop git commit: Finalize a member variable in the eval processor. - posted by sp...@apache.org on 2015/06/23 14:42:30 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: TINKERPOP3-619: Add SelectTest cases for 'select should not throw' - posted by ok...@apache.org on 2015/06/23 16:46:09 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-619-select-should-not-throw' of https://github.com/RedSeal-co/incubator-tinkerpop - posted by ok...@apache.org on 2015/06/23 16:46:10 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Scoping.local is lenient on incoming objects that are not Maps. If the incoming object is not a Map, then assume Collections.emptyMap(). Fixed up GroovySelectTests. - posted by ok...@apache.org on 2015/06/23 16:46:11 UTC, 0 replies.
- incubator-tinkerpop git commit: Scoping.getScopedValueByKey() always requires a Pop -- there are no steps that use the non-pop'd form and for steps, its too random to not declare a pop. Thus, deleted two methods in Scoping. - posted by ok...@apache.org on 2015/06/23 17:07:48 UTC, 0 replies.
- svn commit: r1687103 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/23 19:29:27 UTC, 0 replies.
- svn commit: r1687106 - 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/06/23 19:39:42 UTC, 0 replies.
- incubator-tinkerpop git commit: Split WhereStep into WhereTraversalStep and WherePredicateStep to make the internals easier to understand. Added a not(pattern) example to MatchStep documentation. Updated the publish-docs.sh to build the docs first before - posted by ok...@apache.org on 2015/06/23 19:47:51 UTC, 0 replies.
- svn commit: r1687115 - /incubator/tinkerpop/site/index.html - posted by ok...@apache.org on 2015/06/23 20:13:41 UTC, 0 replies.
- incubator-tinkerpop git commit: CountMatchAlgorithm has a nicer sorting algorithm. Updated MatchStepTest with compilation tests and CountMatchAlgorithm tests. Added a static helper method to StartStep. - posted by ok...@apache.org on 2015/06/23 21:47:25 UTC, 0 replies.
- incubator-tinkerpop git commit: Add some javadoc. - posted by sp...@apache.org on 2015/06/23 21:51:34 UTC, 0 replies.
- incubator-tinkerpop git commit: renamed selectivity to multiplicity as @mbroecheler says I had the terminology backwards. - posted by ok...@apache.org on 2015/06/23 22:25:59 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add some javadoc. - posted by sp...@apache.org on 2015/06/23 22:36:21 UTC, 0 replies.
- incubator-tinkerpop git commit: added cypher vs. gremlin match() in Neo4jCypherTest. - posted by ok...@apache.org on 2015/06/24 00:36:50 UTC, 0 replies.
- incubator-tinkerpop git commit: had a cypher() bug. - posted by ok...@apache.org on 2015/06/24 00:57:05 UTC, 0 replies.
- incubator-tinkerpop git commit: worked on Cypher queries - posted by dk...@apache.org on 2015/06/24 01:50:19 UTC, 0 replies.
- incubator-tinkerpop git commit: Improve reliability of failure in test. - posted by sp...@apache.org on 2015/06/24 13:41:55 UTC, 0 replies.
- incubator-tinkerpop git commit: Remove inconsistent profile timer tests. - posted by dk...@apache.org on 2015/06/24 15:39:25 UTC, 0 replies.
- incubator-tinkerpop git commit: CountMatchAlgorithm now prefers patterns where both the start and end labels exist in the traverser. It also aggressively sorts the patterns for the first 200 end recordings and then after that, every 250 records it sorts. - posted by ok...@apache.org on 2015/06/24 17:33:39 UTC, 0 replies.
- incubator-tinkerpop git commit: Removed StartStep.isVariableStartStep() for a static StartStep.isVariableStartStep. Cleans up a lot of instanceof checks. - posted by ok...@apache.org on 2015/06/24 19:12:16 UTC, 0 replies.
- incubator-tinkerpop git commit: added dedup('a', 'b') which currently only works with MatchStep. However, will generalize to work on paths and maps -- scoping stlye. This allows us to dedup patterns in MatchStep and thus, greatly reduce the search space i - posted by ok...@apache.org on 2015/06/24 20:43:10 UTC, 0 replies.
- svn commit: r1687345 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/24 21:06:43 UTC, 0 replies.
- svn commit: r1687347 - 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/06/24 21:18:01 UTC, 0 replies.
- incubator-tinkerpop git commit: Renamed plugin command in Console from "deactivate" to "unuse" TINKERPOP3-742 - posted by sp...@apache.org on 2015/06/24 21:24:59 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: almost fixed a Neo4j Cypher query - posted by dk...@apache.org on 2015/06/24 21:43:31 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: fixed TINKERPOP3-747 - posted by dk...@apache.org on 2015/06/24 21:43:32 UTC, 0 replies.
- [3/3] 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/06/24 21:43:33 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a .profile() test - posted by dk...@apache.org on 2015/06/24 22:19:54 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Close cluster object in finally block. - posted by sp...@apache.org on 2015/06/24 22:23:05 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/06/24 22:23:06 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Prevented background reconnect of a connection if Cluster.close() was called. TINKERPOP3-746 - posted by sp...@apache.org on 2015/06/24 22:23:07 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/06/24 22:23:08 UTC, 0 replies.
- incubator-tinkerpop git commit: DedupGlobalStep now takes labels to specify how to filter duplicates based on path history. This also folds into MatchStep via MatchPredicateStrategy for internal MatchStep deduplication. Really crazy feature. - posted by ok...@apache.org on 2015/06/24 22:37:22 UTC, 0 replies.
- incubator-tinkerpop git commit: DedupGlobalStep will not fold into MatchStep if it has a by() modulator. - posted by ok...@apache.org on 2015/06/24 22:41:22 UTC, 0 replies.
- incubator-tinkerpop git commit: DedupGlobalStep.recommendScope() passes its recommendation through to the next step while remaining global. - posted by ok...@apache.org on 2015/06/24 22:50:25 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Increased stress placed on Gremlin Server during highwater test. - posted by sp...@apache.org on 2015/06/24 23:15:29 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: assertion values should depend on whether a certain strategy is used or not; otherwise TinkerGraphNoStrategyProcessComputerIntegrateTest will fail - posted by dk...@apache.org on 2015/06/24 23:20:14 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed runtime compile error in Gephi plugin. - posted by sp...@apache.org on 2015/06/24 23:37:08 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed another bug in the Gephi plugin around new use of Optional in Traversal side-effects. - posted by sp...@apache.org on 2015/06/24 23:51:38 UTC, 0 replies.
- incubator-tinkerpop git commit: Update docs around gephi. - posted by sp...@apache.org on 2015/06/24 23:59:15 UTC, 0 replies.
- incubator-tinkerpop git commit: added a new test case for MatchStep using dedup(a, b). Added a new ComputerVerificationStrategy realization as dedup(a, b) is no bueno as the last step of a computer traversal (for now). Updated the traversal docs with a ded - posted by ok...@apache.org on 2015/06/25 00:31:39 UTC, 0 replies.
- incubator-tinkerpop git commit: added a new dedup(a, b) step to DedupStep that ensures path projections are correct. - posted by ok...@apache.org on 2015/06/25 00:46:07 UTC, 0 replies.
- incubator-tinkerpop git commit: introduced a bug into GroovyDedupTest. Sorry -- fixed. - posted by ok...@apache.org on 2015/06/25 00:50:19 UTC, 0 replies.
- incubator-tinkerpop git commit: AbstractStep now is the gatekeeper for determing whether a traverser is propagated to the next step -- it is NOT if its bulk == 0 or its value == null. Added two test cases to CoreTraversalTest that verify this behavior. - posted by ok...@apache.org on 2015/06/25 01:51:55 UTC, 0 replies.
- incubator-tinkerpop git commit: had a bug in traversal docs. - posted by ok...@apache.org on 2015/06/25 01:59:41 UTC, 0 replies.
- svn commit: r1687399 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/25 02:17:09 UTC, 0 replies.
- svn commit: r1687401 - 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/06/25 02:24:06 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Add a clear option for Gephi Plugin. - posted by sp...@apache.org on 2015/06/25 14:49:20 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/06/25 14:49:21 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Update docs to include the clear option for Gephi Plugin. - posted by sp...@apache.org on 2015/06/25 14:49:22 UTC, 0 replies.
- incubator-tinkerpop git commit: Add integration tests for the Gephi Plugin TINKERPOP3-748 - posted by sp...@apache.org on 2015/06/25 20:08:41 UTC, 0 replies.
- incubator-tinkerpop git commit: Change scope of Host to be public in driver. - posted by sp...@apache.org on 2015/06/25 21:17:21 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: fixed some callouts in the docs - posted by dk...@apache.org on 2015/06/25 22:16:51 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: converted static Gephi code samples in the docs into dynamic samples - posted by dk...@apache.org on 2015/06/25 22:16:52 UTC, 0 replies.
- incubator-tinkerpop git commit: Use read complete future instead of polling in ResultSet.all() TINKERPOP3-734 - posted by sp...@apache.org on 2015/06/26 00:24:49 UTC, 0 replies.
- incubator-tinkerpop git commit: there is no such thing as a start-key anymore in MatchStep. If you want the incoming traverser to 'start' somewhere, then the previous step needs to be labeled as such -- this is exactly what MatchStep did for you automagi - posted by ok...@apache.org on 2015/06/26 01:10:47 UTC, 0 replies.
- svn commit: r1687665 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/26 01:59:24 UTC, 0 replies.
- svn commit: r1687666 - 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/06/26 02:08:54 UTC, 0 replies.
- svn commit: r1687669 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/26 03:43:20 UTC, 0 replies.
- svn commit: r1687670 - 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/06/26 03:51:26 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Add method to get a Path in Result class. - posted by sp...@apache.org on 2015/06/26 14:09:15 UTC, 0 replies.
- incubator-tinkerpop git commit: Add gets for Property and VertexProperty on Result for gremlin-driver. - posted by sp...@apache.org on 2015/06/26 14:20:40 UTC, 0 replies.
- [1/8] incubator-tinkerpop git commit: fixed some callouts in the docs - posted by sp...@apache.org on 2015/06/26 14:24:45 UTC, 0 replies.
- [2/8] incubator-tinkerpop git commit: converted static Gephi code samples in the docs into dynamic samples - posted by sp...@apache.org on 2015/06/26 14:24:46 UTC, 0 replies.
- [3/8] incubator-tinkerpop git commit: there is no such thing as a start-key anymore in MatchStep. If you want the incoming traverser to 'start' somewhere, then the previous step needs to be labeled as such -- this is exactly what MatchStep did for you au - posted by sp...@apache.org on 2015/06/26 14:24:47 UTC, 0 replies.
- [4/8] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into resultset-refactor - posted by sp...@apache.org on 2015/06/26 14:24:48 UTC, 0 replies.
- [5/8] incubator-tinkerpop git commit: Add method to get a Path in Result class. - posted by sp...@apache.org on 2015/06/26 14:24:49 UTC, 0 replies.
- [6/8] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/06/26 14:24:50 UTC, 0 replies.
- [7/8] incubator-tinkerpop git commit: Add gets for Property and VertexProperty on Result for gremlin-driver. - posted by sp...@apache.org on 2015/06/26 14:24:51 UTC, 0 replies.
- [8/8] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into resultset-refactor - posted by sp...@apache.org on 2015/06/26 14:24:52 UTC, 0 replies.
- incubator-tinkerpop git commit: minor bash script improvement - posted by dk...@apache.org on 2015/06/26 15:49:40 UTC, 0 replies.
- incubator-tinkerpop git commit: Removed MatchStep.getStartLabel(). The only class that needed it was MatchPredicateStrategy and that just uses the MatchStep.Helper.calculateStartLabel() static method. Added more MatchPredicateStrategyTest tests to make s - posted by ok...@apache.org on 2015/06/26 17:21:13 UTC, 0 replies.
- incubator-tinkerpop git commit: moved XXXNeo4jTest to neo4j directory as it tests both structure and process concepts. - posted by ok...@apache.org on 2015/06/26 17:31:33 UTC, 0 replies.
- incubator-tinkerpop git commit: added more MatchPredicateStratetegyTest tests. Fixed up an old MatchTest that was failing for a known reason, but now is right. - posted by ok...@apache.org on 2015/06/26 19:24:54 UTC, 0 replies.
- [1/6] incubator-tinkerpop git commit: minor bash script improvement - posted by sp...@apache.org on 2015/06/26 19:59:23 UTC, 0 replies.
- [2/6] incubator-tinkerpop git commit: Removed MatchStep.getStartLabel(). The only class that needed it was MatchPredicateStrategy and that just uses the MatchStep.Helper.calculateStartLabel() static method. Added more MatchPredicateStrategyTest tests to - posted by sp...@apache.org on 2015/06/26 19:59:24 UTC, 0 replies.
- [3/6] incubator-tinkerpop git commit: moved XXXNeo4jTest to neo4j directory as it tests both structure and process concepts. - posted by sp...@apache.org on 2015/06/26 19:59:25 UTC, 0 replies.
- [4/6] incubator-tinkerpop git commit: added more MatchPredicateStratetegyTest tests. Fixed up an old MatchTest that was failing for a known reason, but now is right. - posted by sp...@apache.org on 2015/06/26 19:59:26 UTC, 0 replies.
- [5/6] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into resultset-refactor - posted by sp...@apache.org on 2015/06/26 19:59:27 UTC, 0 replies.
- [6/6] incubator-tinkerpop git commit: Refactored ResultSet pretty heavily. - posted by sp...@apache.org on 2015/06/26 19:59:28 UTC, 0 replies.
- incubator-tinkerpop git commit: Renamed Transaction.create() to createThreadedTx() TINKERPOP3-749 - posted by sp...@apache.org on 2015/06/26 21:16:09 UTC, 0 replies.
- incubator-tinkerpop git commit: Dynamically select an open port for mock gephi server. - posted by sp...@apache.org on 2015/06/26 21:35:33 UTC, 0 replies.
- svn commit: r1687843 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/26 21:36:32 UTC, 0 replies.
- svn commit: r1687856 - 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/06/26 23:28:30 UTC, 0 replies.
- incubator-tinkerpop git commit: updated traversal.asciidoc with P predicate not. - posted by ok...@apache.org on 2015/06/27 00:54:51 UTC, 0 replies.
- incubator-tinkerpop git commit: bumped to 3.0.0-incubating-rc2 - posted by ok...@apache.org on 2015/06/27 00:55:32 UTC, 0 replies.
- incubator-tinkerpop git commit: bumped back to SNAPSHOT. - posted by ok...@apache.org on 2015/06/27 00:59:07 UTC, 0 replies.
- incubator-tinkerpop git commit: attempt to make process-docs.sh work on OSX again; talking to the bash like talking to baby - posted by dk...@apache.org on 2015/06/27 01:18:51 UTC, 0 replies.
- incubator-tinkerpop git commit: made OSX even happier - posted by dk...@apache.org on 2015/06/27 04:44:21 UTC, 0 replies.
- incubator-tinkerpop git commit: Bump to version of gprof that supports groovy 2.4.x - posted by sp...@apache.org on 2015/06/29 12:58:02 UTC, 0 replies.
- incubator-tinkerpop git commit: Allow script to be passes to profiler utility. - posted by sp...@apache.org on 2015/06/29 13:16:44 UTC, 0 replies.
- incubator-tinkerpop git commit: Make the "too slow" threshold configurable in the profiler. - posted by sp...@apache.org on 2015/06/29 16:30:55 UTC, 0 replies.
- incubator-tinkerpop git commit: Add serializer option to profiler for driver. - posted by sp...@apache.org on 2015/06/29 17:54:02 UTC, 0 replies.
- [01/13] incubator-tinkerpop git commit: Renamed Transaction.create() to createThreadedTx() TINKERPOP3-749 - posted by sp...@apache.org on 2015/06/29 17:55:07 UTC, 0 replies.
- [02/13] incubator-tinkerpop git commit: Dynamically select an open port for mock gephi server. - posted by sp...@apache.org on 2015/06/29 17:55:08 UTC, 0 replies.
- [03/13] incubator-tinkerpop git commit: updated traversal.asciidoc with P predicate not. - posted by sp...@apache.org on 2015/06/29 17:55:09 UTC, 0 replies.
- [04/13] incubator-tinkerpop git commit: bumped to 3.0.0-incubating-rc2 - posted by sp...@apache.org on 2015/06/29 17:55:10 UTC, 0 replies.
- [05/13] incubator-tinkerpop git commit: bumped back to SNAPSHOT. - posted by sp...@apache.org on 2015/06/29 17:55:11 UTC, 0 replies.
- [06/13] incubator-tinkerpop git commit: attempt to make process-docs.sh work on OSX again; talking to the bash like talking to baby - posted by sp...@apache.org on 2015/06/29 17:55:12 UTC, 0 replies.
- [07/13] incubator-tinkerpop git commit: made OSX even happier - posted by sp...@apache.org on 2015/06/29 17:55:13 UTC, 0 replies.
- [08/13] incubator-tinkerpop git commit: Bump to version of gprof that supports groovy 2.4.x - posted by sp...@apache.org on 2015/06/29 17:55:14 UTC, 0 replies.
- [09/13] incubator-tinkerpop git commit: Allow script to be passes to profiler utility. - posted by sp...@apache.org on 2015/06/29 17:55:15 UTC, 0 replies.
- [10/13] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into resultset-refactor - posted by sp...@apache.org on 2015/06/29 17:55:16 UTC, 0 replies.
- [11/13] incubator-tinkerpop git commit: Make the "too slow" threshold configurable in the profiler. - posted by sp...@apache.org on 2015/06/29 17:55:17 UTC, 0 replies.
- [12/13] incubator-tinkerpop git commit: Add serializer option to profiler for driver. - posted by sp...@apache.org on 2015/06/29 17:55:18 UTC, 0 replies.
- [13/13] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into resultset-refactor - posted by sp...@apache.org on 2015/06/29 17:55:19 UTC, 0 replies.
- incubator-tinkerpop git commit: Used wrong representation of the Serializers enum for a default. - posted by sp...@apache.org on 2015/06/29 18:34:37 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Scoping no longer requires a specified Scope.local or Scope.global. The pattern for getting scoped variables is -- check sideEffects, check local map, check global path. This greatly reduces the complexitity of the c - posted by ok...@apache.org on 2015/06/29 19:57:36 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Scoping no longer requires a specified Scope.local or Scope.global. The pattern for getting scoped variables is -- check sideEffects, check local map, check global path. This greatly reduces the complexitity of the c - posted by ok...@apache.org on 2015/06/29 19:57:37 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: update CHANGELOG. - posted by ok...@apache.org on 2015/06/29 19:57:38 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Enable transaction test to Gremlin Server with neo4j - posted by sp...@apache.org on 2015/06/29 20:12:46 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Update README. - posted by sp...@apache.org on 2015/06/29 20:15:48 UTC, 0 replies.
- [1/7] incubator-tinkerpop git commit: need to commit transactions on success - posted by sp...@apache.org on 2015/06/29 21:14:46 UTC, 0 replies.
- [2/7] incubator-tinkerpop git commit: Move neo4j test assumption to base integration tests class. - posted by sp...@apache.org on 2015/06/29 21:14:47 UTC, 0 replies.
- [3/7] incubator-tinkerpop git commit: Add test for sessionless execution over a transactional graph. - posted by sp...@apache.org on 2015/06/29 21:14:48 UTC, 0 replies.
- [4/7] incubator-tinkerpop git commit: Clean up imports. - posted by sp...@apache.org on 2015/06/29 21:14:49 UTC, 0 replies.
- [5/7] incubator-tinkerpop git commit: Enabled neo4j on a transaction test - wasn't enabled previously. - posted by sp...@apache.org on 2015/06/29 21:14:50 UTC, 0 replies.
- [6/7] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-755' of https://github.com/pluradj/incubator-tinkerpop - posted by sp...@apache.org on 2015/06/29 21:14:51 UTC, 0 replies.
- [7/7] incubator-tinkerpop git commit: Add test for REST of transactional graph. - posted by sp...@apache.org on 2015/06/29 21:14:52 UTC, 0 replies.
- incubator-tinkerpop git commit: renamed getOptionalScopeValue() to getNullableScopeValue() as its an internal method an no need to return Optional as its just 'yet more objects.' - posted by ok...@apache.org on 2015/06/29 21:21:07 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed up the hashCode() definitions to be like how @dkuppitz does them. - posted by ok...@apache.org on 2015/06/29 21:29:09 UTC, 0 replies.
- incubator-tinkerpop git commit: removed 2 assertions in ProfileTest as suggested by @rjbriody - posted by dk...@apache.org on 2015/06/29 21:51:49 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Adjusted the highwater test again in trying to get it pass consistently. - posted by sp...@apache.org on 2015/06/29 23:12:30 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: when an exception occurs in Console, set the tempIterator to Collections.emptyIterator(). This makes it so only one :clear is ever needed. - posted by ok...@apache.org on 2015/06/30 01:17:39 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: CHANGELOG update. - posted by ok...@apache.org on 2015/06/30 01:17:40 UTC, 0 replies.
- incubator-tinkerpop git commit: Add maxWaitForConnection as a configuration option. - posted by sp...@apache.org on 2015/06/30 14:49:58 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: select() is no longer allowed. The user must specify the keys they are select()ing. This is good for many reasons -- 1) we know if select() requires path calculations, 2) we know the order in which the by() projects - posted by ok...@apache.org on 2015/06/30 16:18:39 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: select() is no longer allowed. The user must specify the keys they are select()ing. This is good for many reasons -- 1) we know if select() requires path calculations, 2) we know the order in which the by() projects - posted by ok...@apache.org on 2015/06/30 16:18:40 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed a select() reference in the-graph.asciidoc. - posted by ok...@apache.org on 2015/06/30 16:39:48 UTC, 0 replies.
- svn commit: r1688462 - in /incubator/tinkerpop/site: docs/3.0.0-SNAPSHOT/ javadocs/3.0.0-SNAPSHOT/ - posted by ok...@apache.org on 2015/06/30 16:39:54 UTC, 0 replies.
- incubator-tinkerpop git commit: caching the selectKeys in SelectStep for getScopeKeys(). - posted by ok...@apache.org on 2015/06/30 16:45:21 UTC, 0 replies.
- svn commit: r1688464 - 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/06/30 16:46:55 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed up old diagrams. fixed a bug in the step-types diagram as realized by @dkuppitz. - posted by ok...@apache.org on 2015/06/30 17:12:55 UTC, 0 replies.
- [01/10] incubator-tinkerpop git commit: Use read complete future instead of polling in ResultSet.all() TINKERPOP3-734 - posted by sp...@apache.org on 2015/06/30 17:56:03 UTC, 0 replies.
- [02/10] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into resultset-refactor - posted by sp...@apache.org on 2015/06/30 17:56:04 UTC, 0 replies.
- [03/10] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into resultset-refactor - posted by sp...@apache.org on 2015/06/30 17:56:05 UTC, 0 replies.
- [04/10] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into resultset-refactor - posted by sp...@apache.org on 2015/06/30 17:56:06 UTC, 0 replies.
- [05/10] incubator-tinkerpop git commit: Refactored ResultSet pretty heavily. - posted by sp...@apache.org on 2015/06/30 17:56:07 UTC, 0 replies.
- [06/10] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into resultset-refactor - posted by sp...@apache.org on 2015/06/30 17:56:08 UTC, 0 replies.
- [07/10] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into resultset-refactor - posted by sp...@apache.org on 2015/06/30 17:56:09 UTC, 0 replies.
- [08/10] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/resultset-refactor' - posted by sp...@apache.org on 2015/06/30 17:56:10 UTC, 0 replies.
- [09/10] incubator-tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2015/06/30 17:56:11 UTC, 0 replies.
- [10/10] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' - posted by sp...@apache.org on 2015/06/30 17:56:12 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: added MapKeysStep and MapValuesStep to split apart the keys or values of a Map respectively. - posted by ok...@apache.org on 2015/06/30 18:31:21 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: JavaDoc JavaDoc JavaDoc -- so tedious. - posted by ok...@apache.org on 2015/06/30 18:31:22 UTC, 0 replies.
- incubator-tinkerpop git commit: had a bad clone() implementation in OrderGlobalStep and TraversalComparator. - posted by ok...@apache.org on 2015/06/30 18:49:20 UTC, 0 replies.
- incubator-tinkerpop git commit: cleaning up parameter names to be consistent with key, propertyKey, label, edgeLabel, etc. conventions. - posted by ok...@apache.org on 2015/06/30 19:02:37 UTC, 0 replies.
- incubator-tinkerpop git commit: added a TinkerGraphStepStrategyTest to ensure that HasContainers are folded correctly. - posted by ok...@apache.org on 2015/06/30 20:56:03 UTC, 0 replies.
- incubator-tinkerpop git commit: lots of little nick nack cleanups and organizations. really really happy with TP3 GA --- its 'done.' - posted by ok...@apache.org on 2015/06/30 21:14:00 UTC, 0 replies.
- incubator-tinkerpop git commit: added a test to verify that profile() works with match(). Total hack in MatchStep.getEndLabel() :|. - posted by ok...@apache.org on 2015/06/30 23:01:17 UTC, 0 replies.
- incubator-tinkerpop git commit: fixed the Traversal typing in the ProfileTest tests. - posted by ok...@apache.org on 2015/06/30 23:13:44 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Print the test names to console during integration tests runs of gremlin server. - posted by sp...@apache.org on 2015/06/30 23:18:05 UTC, 0 replies.