You are viewing a plain text version of this content. The canonical link for it is here.
- svn commit: r1746423 - in /incubator/tinkerpop/site: docs/3.1.3-SNAPSHOT/ javadocs/3.1.3-SNAPSHOT/ - posted by sp...@apache.org on 2016/06/01 10:57:52 UTC, 0 replies.
- svn commit: r1746425 - in /incubator/tinkerpop/site: docs/ docs/3.1.3-SNAPSHOT/ docs/3.1.3-SNAPSHOT/dev/ docs/3.1.3-SNAPSHOT/dev/developer/ docs/3.1.3-SNAPSHOT/dev/provider/ docs/3.1.3-SNAPSHOT/images/ docs/3.1.3-SNAPSHOT/images/icons/ docs/3.1.3-SNAPS... - posted by sp...@apache.org on 2016/06/01 11:10:04 UTC, 0 replies.
- svn commit: r1746438 - in /incubator/tinkerpop/site: gremlin.html index.html policy.html providers.html - posted by sp...@apache.org on 2016/06/01 11:32:43 UTC, 0 replies.
- incubator-tinkerpop git commit: Have VariantGraphTraversal which is able to convert a Gremlin-Java traversal into a Gremlin-XXX traversal via the provided VariantConverter. Thus, test case -> java traversal -> xxx traversal -> groovy traversal -> test ca - posted by ok...@apache.org on 2016/06/01 14:25:41 UTC, 0 replies.
- incubator-tinkerpop git commit: okay. so the 95 percent of the test suite is passing with Gremlin-Python. The other tests, I know why they fail and some are tricky -- we may just OPT_OUT of those as its not really a Gremlin-Python issue, but a test doin - posted by ok...@apache.org on 2016/06/01 16:34:23 UTC, 0 replies.
- incubator-tinkerpop git commit: added support for Gremlin-Python [x:y] range/limit syntax. Added withSideEffects(), withBulk(), etc. stuff to VariantSource. The only tests that are failing now are ones where Double vs. Float is an issue (Python has no co - posted by ok...@apache.org on 2016/06/01 16:57:10 UTC, 0 replies.
- incubator-tinkerpop git commit: Fixed some bad refactoring of GryoMessageSerializers - posted by sp...@apache.org on 2016/06/01 16:58:47 UTC, 0 replies.
- incubator-tinkerpop git commit: got normSack parsed as well as turned all floats to doubles. - posted by ok...@apache.org on 2016/06/01 17:07:20 UTC, 0 replies.
- incubator-tinkerpop git commit: random cleanup.. basically only 2 tests are failing which don't have an easy solution. And they are odd tests at that. - posted by ok...@apache.org on 2016/06/01 17:12:58 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Removed "incubating" from the future 3.1.3 release which will not be under incubator CTR - posted by sp...@apache.org on 2016/06/01 17:38:14 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Fixed links hardcoded to specific versions in docs. CTR - posted by sp...@apache.org on 2016/06/01 17:38:15 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Removed "incubating" from the future 3.1.3 release which will not be under incubator CTR - posted by sp...@apache.org on 2016/06/01 17:38:33 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Fixed links hardcoded to specific versions in docs. CTR - posted by sp...@apache.org on 2016/06/01 17:38:34 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/06/01 17:38:35 UTC, 1 replies.
- incubator-tinkerpop git commit: Removed references to "incubating" for 3.1.3 as it won't be released under incubation CTR - posted by sp...@apache.org on 2016/06/01 17:41:33 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Removed references to "incubating" for 3.1.3 as it won't be released under incubation CTR - posted by sp...@apache.org on 2016/06/01 17:42:11 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/06/01 17:42:12 UTC, 7 replies.
- [1/2] incubator-tinkerpop git commit: Removed "incubating" from 3.2.1 references as it will not be released under incubator CTR - posted by sp...@apache.org on 2016/06/01 17:47:19 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Fixed up hardcoded links in docs CTR - posted by sp...@apache.org on 2016/06/01 17:47:20 UTC, 0 replies.
- incubator-tinkerpop git commit: OPTing out of tests that don't pass. We now have a fully working and tested Gremlin language variant in TinkerPop -- Gremlin-Python. - posted by ok...@apache.org on 2016/06/01 18:33:01 UTC, 0 replies.
- incubator-tinkerpop git commit: tests passing. got T, Pop, Order, Column, Direction, and Scope as Python objects now too. - posted by ok...@apache.org on 2016/06/01 19:14:05 UTC, 0 replies.
- incubator-tinkerpop git commit: All the enum tokens are now objects in Python. It 'just works'. So dope. A few random little hacks here and there, but for the most part, this is it. - posted by ok...@apache.org on 2016/06/01 19:49:42 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: More cleanup... gremlin-python-3.2.1-SNAPSHOT.py is published to gremlin-variant/variants/python/ directory for easy access by users. - posted by ok...@apache.org on 2016/06/01 20:29:19 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: More cleanup... gremlin-python-3.2.1-SNAPSHOT.py is published to gremlin-variant/variants/python/ directory for easy access by users. - posted by ok...@apache.org on 2016/06/01 20:29:20 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: More cleanup... gremlin-python-3.2.1-SNAPSHOT.py is published to gremlin-variant/variants/python/ directory for easy access by users. - posted by ok...@apache.org on 2016/06/01 20:29:21 UTC, 0 replies.
- incubator-tinkerpop git commit: tweaks to GremlinPythonGenerator. - posted by ok...@apache.org on 2016/06/01 22:41:46 UTC, 0 replies.
- incubator-tinkerpop git commit: getting slick with the reflection. got withStrategies(), withComputer(), etc. working. This is really really cool. - posted by ok...@apache.org on 2016/06/01 23:38:18 UTC, 0 replies.
- incubator-tinkerpop git commit: got complex P nesting working. going to add a ProcessStandardSuite test case that does nasty P-nesting so we know it works for all variants. - posted by ok...@apache.org on 2016/06/02 00:56:25 UTC, 0 replies.
- incubator-tinkerpop git commit: This closes #71 - posted by sp...@apache.org on 2016/06/02 11:36:56 UTC, 0 replies.
- incubator-tinkerpop git commit: Wrote a complex P.and().or(not(lt())) test for HasTest. Realized the GremlinPython crapped out on it. Fixed GremlinPython. Also, added PythonProcessComputerTest to verify that the computer tests work with Gremlin-Python. F - posted by ok...@apache.org on 2016/06/02 15:24:19 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Update "current" links as part of `bin/publish-docs.sh`. - posted by dk...@apache.org on 2016/06/02 15:28:06 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Forgot to take the current (possibly unpublished) version's directory into account. - posted by dk...@apache.org on 2016/06/02 15:28:07 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1003' into tp31 - posted by dk...@apache.org on 2016/06/02 15:28:08 UTC, 0 replies.
- [1/4] incubator-tinkerpop git commit: Update "current" links as part of `bin/publish-docs.sh`. - posted by dk...@apache.org on 2016/06/02 15:29:36 UTC, 0 replies.
- [2/4] incubator-tinkerpop git commit: Forgot to take the current (possibly unpublished) version's directory into account. - posted by dk...@apache.org on 2016/06/02 15:29:37 UTC, 0 replies.
- [3/4] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1003' into tp31 - posted by dk...@apache.org on 2016/06/02 15:29:38 UTC, 0 replies.
- [4/4] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by dk...@apache.org on 2016/06/02 15:29:39 UTC, 0 replies.
- incubator-tinkerpop git commit: have static imports working so you can do repeat(out())-type and has(label, 'name')-type stuff in Gremlin-Python. Reworked the test infrastructure to be able to test both static and non-static loading of data. That was way - posted by ok...@apache.org on 2016/06/02 17:34:59 UTC, 0 replies.
- incubator-tinkerpop git commit: MatchStep should be treated like RepeatStep in TraversalHelper.isLocalStarGraph(). The reason being, you don't know the order of the patterns and thus, if the state changes at least once, then assume it can change given an - posted by ok...@apache.org on 2016/06/02 19:57:53 UTC, 0 replies.
- [01/15] incubator-tinkerpop git commit: Update "current" links as part of `bin/publish-docs.sh`. - posted by ok...@apache.org on 2016/06/02 20:05:21 UTC, 0 replies.
- [02/15] incubator-tinkerpop git commit: Forgot to take the current (possibly unpublished) version's directory into account. - posted by ok...@apache.org on 2016/06/02 20:05:22 UTC, 0 replies.
- [03/15] incubator-tinkerpop git commit: Fixed some bad refactoring of GryoMessageSerializers - posted by ok...@apache.org on 2016/06/02 20:05:23 UTC, 0 replies.
- [04/15] incubator-tinkerpop git commit: Removed "incubating" from the future 3.1.3 release which will not be under incubator CTR - posted by ok...@apache.org on 2016/06/02 20:05:24 UTC, 0 replies.
- [05/15] incubator-tinkerpop git commit: Fixed links hardcoded to specific versions in docs. CTR - posted by ok...@apache.org on 2016/06/02 20:05:25 UTC, 0 replies.
- [06/15] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/02 20:05:26 UTC, 0 replies.
- [07/15] incubator-tinkerpop git commit: Removed references to "incubating" for 3.1.3 as it won't be released under incubation CTR - posted by ok...@apache.org on 2016/06/02 20:05:27 UTC, 0 replies.
- [08/15] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/02 20:05:28 UTC, 0 replies.
- [09/15] incubator-tinkerpop git commit: Removed "incubating" from 3.2.1 references as it will not be released under incubator CTR - posted by ok...@apache.org on 2016/06/02 20:05:29 UTC, 0 replies.
- [10/15] incubator-tinkerpop git commit: Fixed up hardcoded links in docs CTR - posted by ok...@apache.org on 2016/06/02 20:05:30 UTC, 0 replies.
- [11/15] incubator-tinkerpop git commit: This closes #71 - posted by ok...@apache.org on 2016/06/02 20:05:31 UTC, 0 replies.
- [12/15] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1003' into tp31 - posted by ok...@apache.org on 2016/06/02 20:05:32 UTC, 0 replies.
- [13/15] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/06/02 20:05:33 UTC, 0 replies.
- [14/15] incubator-tinkerpop git commit: MatchStep should be treated like RepeatStep in TraversalHelper.isLocalStarGraph(). The reason being, you don't know the order of the patterns and thus, if the state changes at least once, then assume it can change - posted by ok...@apache.org on 2016/06/02 20:05:34 UTC, 0 replies.
- [15/15] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/02 20:05:35 UTC, 0 replies.
- incubator-tinkerpop git commit: PythonGraphTraversal now implements Python __iter__ and thus, once a result set comes back from Gremlin server as an iterator, it will behave just like Gremlin-Java. That is, the traversal is an iterator. Made the nested P - posted by ok...@apache.org on 2016/06/02 20:37:13 UTC, 0 replies.
- incubator-tinkerpop git commit: Added ConfigurationCustomizerCompiler - posted by sp...@apache.org on 2016/06/02 20:42:07 UTC, 0 replies.
- incubator-tinkerpop git commit: added sort orders to method construction so that the gremlin-python.py file doesnt change with each build and thus, look all dynamic in GitHub. - posted by ok...@apache.org on 2016/06/02 20:52:18 UTC, 0 replies.
- incubator-tinkerpop git commit: gremlin_python_driver.py is a module for creating a Gremlin-Python driver. gremlin_python.py is TinkerPop's embedding of Gremlin into Python for use with the CPyhon virtual machine. All we need now is a gremlin_python_driv - posted by ok...@apache.org on 2016/06/02 23:41:57 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: got the packaging structure down for Gremlin-Python. Also, have RESTRemoteConnection which uses requests. Its not fully connected, but tested in the shell and I will know how to put it all together tomorrow. I think - posted by ok...@apache.org on 2016/06/03 01:46:14 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: got the packaging structure down for Gremlin-Python. Also, have RESTRemoteConnection which uses requests. Its not fully connected, but tested in the shell and I will know how to put it all together tomorrow. I think - posted by ok...@apache.org on 2016/06/03 01:46:15 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Fixed bad header formatting - wrong levels CTR - posted by sp...@apache.org on 2016/06/03 12:28:09 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Added another example to "between vertices" recipes CTR - posted by sp...@apache.org on 2016/06/03 12:28:10 UTC, 0 replies.
- incubator-tinkerpop git commit: implemented gremlin_rest_driver and now have it working with Gremlin-Python. All done. - posted by ok...@apache.org on 2016/06/03 15:16:53 UTC, 0 replies.
- incubator-tinkerpop git commit: if the RESTServer response is not 200, then a BaseException is raised. - posted by ok...@apache.org on 2016/06/03 15:27:28 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Fixed up the Gremlin Language Variants tutorial to make explicit that the generated variants are for tutorial purposes and that a full fleded Gremlin-Python variant is available. - posted by ok...@apache.org on 2016/06/03 17:57:52 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Fixed up the Gremlin Language Variants tutorial to make explicit that the generated variants are for tutorial purposes and that a full fleded Gremlin-Python variant is available. - posted by ok...@apache.org on 2016/06/03 17:57:53 UTC, 0 replies.
- incubator-tinkerpop git commit: got bindings to work. what a nightmare. had to use call stack introspection to get the local variable field of the calling class. insane -- though I know more about the Python VM and how to do introspection. - posted by ok...@apache.org on 2016/06/03 22:09:29 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: TINKERPOP-1301 Provide Javadoc for ScriptInput/OutputFormat's ported to tp31 branch - posted by dk...@apache.org on 2016/06/03 23:07:26 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'lewismc/TINKERPOP-1301tp31' into tp31 - posted by dk...@apache.org on 2016/06/03 23:07:27 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: TINKERPOP-1301 Provide Javadoc for ScriptInput/OutputFormat's ported to tp31 branch - posted by dk...@apache.org on 2016/06/03 23:07:55 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'lewismc/TINKERPOP-1301tp31' into tp31 - posted by dk...@apache.org on 2016/06/03 23:07:56 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by dk...@apache.org on 2016/06/03 23:07:57 UTC, 0 replies.
- incubator-tinkerpop git commit: The timeout function to the GremlinExecutor was not executing in the same thread as the script - posted by sp...@apache.org on 2016/06/04 00:45:28 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: The timeout function to the GremlinExecutor was not executing in the same thread as the script - posted by sp...@apache.org on 2016/06/04 00:45:53 UTC, 0 replies.
- incubator-tinkerpop git commit: Added GraphTraversalSource to core javadoc. CTR - posted by sp...@apache.org on 2016/06/04 11:32:43 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Added GraphTraversalSource to core javadoc. CTR - posted by sp...@apache.org on 2016/06/04 11:33:02 UTC, 0 replies.
- incubator-tinkerpop git commit: minor nothing change to test my new computers git setup. - posted by ok...@apache.org on 2016/06/06 01:09:14 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Added ConfigurationCustomizerCompiler - posted by sp...@apache.org on 2016/06/06 10:25:42 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1322' - posted by sp...@apache.org on 2016/06/06 10:25:43 UTC, 0 replies.
- incubator-tinkerpop git commit: This closes #314 - posted by sp...@apache.org on 2016/06/06 10:32:55 UTC, 0 replies.
- incubator-tinkerpop git commit: Renamed artifact to "gremlin-variant" to match directory name. - posted by sp...@apache.org on 2016/06/06 11:01:31 UTC, 0 replies.
- incubator-tinkerpop git commit: Removed "nose" from python build. - posted by sp...@apache.org on 2016/06/06 13:34:05 UTC, 0 replies.
- svn commit: r1746998 - /incubator/tinkerpop/site/index.html - posted by ok...@apache.org on 2016/06/06 13:46:15 UTC, 0 replies.
- [1/8] incubator-tinkerpop git commit: Introduce Kryo shim to support serializer reuse - posted by ok...@apache.org on 2016/06/06 16:35:17 UTC, 0 replies.
- [2/8] incubator-tinkerpop git commit: Introduce Kryo shim to support serializer reuse - posted by ok...@apache.org on 2016/06/06 16:35:18 UTC, 0 replies.
- [3/8] incubator-tinkerpop git commit: Kryo shim refactoring and documentation - posted by ok...@apache.org on 2016/06/06 16:35:19 UTC, 0 replies.
- [4/8] incubator-tinkerpop git commit: Kryo shim refactoring and documentation - posted by ok...@apache.org on 2016/06/06 16:35:20 UTC, 0 replies.
- [5/8] incubator-tinkerpop git commit: Kryo shim configuration tweaks - posted by ok...@apache.org on 2016/06/06 16:35:21 UTC, 0 replies.
- [6/8] incubator-tinkerpop git commit: Kryo shim configuration tweaks - posted by ok...@apache.org on 2016/06/06 16:35:22 UTC, 0 replies.
- [7/8] incubator-tinkerpop git commit: Fix MonthDay serializer - posted by ok...@apache.org on 2016/06/06 16:35:23 UTC, 0 replies.
- [8/8] incubator-tinkerpop git commit: GryoRegistrar is the new name for TinkerPopKryoRegistrar. Added GryoPoolKryoShimSerivce for use by non-Hadoop projects. Updated VertexProgramHelper's serizlizer to use the KryoShimService. Few issues there, need to t - posted by ok...@apache.org on 2016/06/06 16:35:24 UTC, 0 replies.
- incubator-tinkerpop git commit: GryoPoolKryoShimService's use in VertexProgramHelper is causing TraversalInterruptionComputerTest to fail. However, it solves the HALTED_TRAVERSER problem generally. I have the test commented out from ProcessComputerSuite - posted by ok...@apache.org on 2016/06/06 17:35:13 UTC, 0 replies.
- incubator-tinkerpop git commit: Added basic package/deploy capabilities for gremlinpython. - posted by sp...@apache.org on 2016/06/06 18:52:45 UTC, 0 replies.
- incubator-tinkerpop git commit: saving for later. - posted by ok...@apache.org on 2016/06/06 19:29:36 UTC, 0 replies.
- incubator-tinkerpop git commit: Moved metrics init to Gremlin Server constructor. - posted by sp...@apache.org on 2016/06/06 20:18:12 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Moved metrics init to Gremlin Server constructor. - posted by sp...@apache.org on 2016/06/06 20:18:40 UTC, 0 replies.
- [incubator-tinkerpop] Git Push Summary - posted by ok...@apache.org on 2016/06/06 20:39:50 UTC, 1 replies.
- [01/10] incubator-tinkerpop git commit: Introduce Kryo shim to support serializer reuse - posted by ok...@apache.org on 2016/06/06 20:53:40 UTC, 0 replies.
- [02/10] incubator-tinkerpop git commit: Introduce Kryo shim to support serializer reuse - posted by ok...@apache.org on 2016/06/06 20:53:41 UTC, 0 replies.
- [03/10] incubator-tinkerpop git commit: Kryo shim refactoring and documentation - posted by ok...@apache.org on 2016/06/06 20:53:42 UTC, 0 replies.
- [04/10] incubator-tinkerpop git commit: Kryo shim refactoring and documentation - posted by ok...@apache.org on 2016/06/06 20:53:43 UTC, 0 replies.
- [05/10] incubator-tinkerpop git commit: Kryo shim configuration tweaks - posted by ok...@apache.org on 2016/06/06 20:53:44 UTC, 0 replies.
- [06/10] incubator-tinkerpop git commit: Kryo shim configuration tweaks - posted by ok...@apache.org on 2016/06/06 20:53:45 UTC, 0 replies.
- [07/10] incubator-tinkerpop git commit: Fix MonthDay serializer - posted by ok...@apache.org on 2016/06/06 20:53:46 UTC, 0 replies.
- [08/10] incubator-tinkerpop git commit: TINKERPOP-1321 Shim change and test tweaks - posted by ok...@apache.org on 2016/06/06 20:53:47 UTC, 0 replies.
- [09/10] incubator-tinkerpop git commit: Merge branch 'serialization-flexibility' of https://github.com/dalaro/incubator-tinkerpop into TINKERPOP-1321-dan - posted by ok...@apache.org on 2016/06/06 20:53:48 UTC, 0 replies.
- [10/10] incubator-tinkerpop git commit: Able to now test both shim and non-shim models in Spark. Also go configuration with ProgramTest working. - posted by ok...@apache.org on 2016/06/06 20:53:49 UTC, 0 replies.
- incubator-tinkerpop git commit: VertexProgramHelper now uses Gryo to serialize objects if the standard Java Serializer fails. Moving forward (3.3.x), this should all be accomplished by KryoShimServiceLoader. - posted by ok...@apache.org on 2016/06/06 22:37:40 UTC, 0 replies.
- incubator-tinkerpop git commit: worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper. - posted by ok...@apache.org on 2016/06/06 22:55:44 UTC, 0 replies.
- incubator-tinkerpop git commit: remove uneeded import. - posted by ok...@apache.org on 2016/06/06 22:57:16 UTC, 0 replies.
- incubator-tinkerpop git commit: made SparkHadoopGraphProvider more robust. - posted by ok...@apache.org on 2016/06/07 00:47:45 UTC, 0 replies.
- incubator-tinkerpop git commit: split up the GryoRegistrator and GryoSerializer based tests into two different full runs of ProcessComputerSuite. The former is an Integration test. - posted by ok...@apache.org on 2016/06/07 02:59:21 UTC, 0 replies.
- svn commit: r1747190 - /incubator/tinkerpop/site/policy.html - posted by sp...@apache.org on 2016/06/07 10:59:33 UTC, 0 replies.
- incubator-tinkerpop git commit: Use "final" where required to be consistent with rest of codebase. - posted by sp...@apache.org on 2016/06/07 12:07:26 UTC, 0 replies.
- [01/18] incubator-tinkerpop git commit: Introduce Kryo shim to support serializer reuse - posted by ok...@apache.org on 2016/06/07 13:14:44 UTC, 0 replies.
- [02/18] incubator-tinkerpop git commit: Introduce Kryo shim to support serializer reuse - posted by ok...@apache.org on 2016/06/07 13:14:45 UTC, 0 replies.
- [03/18] incubator-tinkerpop git commit: Kryo shim refactoring and documentation - posted by ok...@apache.org on 2016/06/07 13:14:46 UTC, 0 replies.
- [04/18] incubator-tinkerpop git commit: Kryo shim refactoring and documentation - posted by ok...@apache.org on 2016/06/07 13:14:47 UTC, 0 replies.
- [05/18] incubator-tinkerpop git commit: Kryo shim configuration tweaks - posted by ok...@apache.org on 2016/06/07 13:14:48 UTC, 0 replies.
- [06/18] incubator-tinkerpop git commit: Kryo shim configuration tweaks - posted by ok...@apache.org on 2016/06/07 13:14:49 UTC, 0 replies.
- [07/18] incubator-tinkerpop git commit: Fix MonthDay serializer - posted by ok...@apache.org on 2016/06/07 13:14:50 UTC, 0 replies.
- [08/18] incubator-tinkerpop git commit: TINKERPOP-1321 Shim change and test tweaks - posted by ok...@apache.org on 2016/06/07 13:14:51 UTC, 0 replies.
- [09/18] incubator-tinkerpop git commit: Merge branch 'serialization-flexibility' of https://github.com/dalaro/incubator-tinkerpop into TINKERPOP-1321-dan - posted by ok...@apache.org on 2016/06/07 13:14:52 UTC, 0 replies.
- [10/18] incubator-tinkerpop git commit: Able to now test both shim and non-shim models in Spark. Also go configuration with ProgramTest working. - posted by ok...@apache.org on 2016/06/07 13:14:53 UTC, 0 replies.
- [11/18] incubator-tinkerpop git commit: VertexProgramHelper now uses Gryo to serialize objects if the standard Java Serializer fails. Moving forward (3.3.x), this should all be accomplished by KryoShimServiceLoader. - posted by ok...@apache.org on 2016/06/07 13:14:54 UTC, 0 replies.
- [12/18] incubator-tinkerpop git commit: worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper. - posted by ok...@apache.org on 2016/06/07 13:14:55 UTC, 0 replies.
- [13/18] incubator-tinkerpop git commit: remove uneeded import. - posted by ok...@apache.org on 2016/06/07 13:14:56 UTC, 0 replies.
- [14/18] incubator-tinkerpop git commit: made SparkHadoopGraphProvider more robust. - posted by ok...@apache.org on 2016/06/07 13:14:57 UTC, 0 replies.
- [15/18] incubator-tinkerpop git commit: split up the GryoRegistrator and GryoSerializer based tests into two different full runs of ProcessComputerSuite. The former is an Integration test. - posted by ok...@apache.org on 2016/06/07 13:14:58 UTC, 0 replies.
- [16/18] incubator-tinkerpop git commit: Use "final" where required to be consistent with rest of codebase. - posted by ok...@apache.org on 2016/06/07 13:14:59 UTC, 0 replies.
- [17/18] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1321' - posted by ok...@apache.org on 2016/06/07 13:15:00 UTC, 0 replies.
- [18/18] incubator-tinkerpop git commit: removed GraphFilter from GryoMapper. It was added as another way of solving a problem, but that solution wasn't used so removing it. Also, realized a cleaner way of doing the KryoShim tests in Spark -- minor config - posted by ok...@apache.org on 2016/06/07 13:15:01 UTC, 0 replies.
- incubator-tinkerpop git commit: renamed the global System property from tinkerpop.kryo.shim to gremlin.io.kryoShimService to be consistent with our property naming convention -- cc @dalaro. CTR. - posted by ok...@apache.org on 2016/06/07 13:17:54 UTC, 0 replies.
- [01/34] incubator-tinkerpop git commit: Introduce Kryo shim to support serializer reuse - posted by ok...@apache.org on 2016/06/07 13:57:02 UTC, 0 replies.
- [02/34] incubator-tinkerpop git commit: Introduce Kryo shim to support serializer reuse - posted by ok...@apache.org on 2016/06/07 13:57:03 UTC, 0 replies.
- [03/34] incubator-tinkerpop git commit: Added ConfigurationCustomizerCompiler - posted by ok...@apache.org on 2016/06/07 13:57:04 UTC, 0 replies.
- [04/34] incubator-tinkerpop git commit: Fixed bad header formatting - wrong levels CTR - posted by ok...@apache.org on 2016/06/07 13:57:05 UTC, 0 replies.
- [05/34] incubator-tinkerpop git commit: Kryo shim refactoring and documentation - posted by ok...@apache.org on 2016/06/07 13:57:06 UTC, 0 replies.
- [06/34] incubator-tinkerpop git commit: Kryo shim refactoring and documentation - posted by ok...@apache.org on 2016/06/07 13:57:07 UTC, 0 replies.
- [07/34] incubator-tinkerpop git commit: Added another example to "between vertices" recipes CTR - posted by ok...@apache.org on 2016/06/07 13:57:08 UTC, 0 replies.
- [08/34] incubator-tinkerpop git commit: TINKERPOP-1301 Provide Javadoc for ScriptInput/OutputFormat's ported to tp31 branch - posted by ok...@apache.org on 2016/06/07 13:57:09 UTC, 0 replies.
- [09/34] incubator-tinkerpop git commit: Merge remote-tracking branch 'lewismc/TINKERPOP-1301tp31' into tp31 - posted by ok...@apache.org on 2016/06/07 13:57:10 UTC, 0 replies.
- [10/34] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/06/07 13:57:11 UTC, 0 replies.
- [11/34] incubator-tinkerpop git commit: The timeout function to the GremlinExecutor was not executing in the same thread as the script - posted by ok...@apache.org on 2016/06/07 13:57:12 UTC, 0 replies.
- [12/34] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/07 13:57:13 UTC, 0 replies.
- [13/34] incubator-tinkerpop git commit: Added GraphTraversalSource to core javadoc. CTR - posted by ok...@apache.org on 2016/06/07 13:57:14 UTC, 0 replies.
- [14/34] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/07 13:57:15 UTC, 0 replies.
- [15/34] incubator-tinkerpop git commit: Kryo shim configuration tweaks - posted by ok...@apache.org on 2016/06/07 13:57:16 UTC, 0 replies.
- [16/34] incubator-tinkerpop git commit: Kryo shim configuration tweaks - posted by ok...@apache.org on 2016/06/07 13:57:17 UTC, 0 replies.
- [17/34] incubator-tinkerpop git commit: Fix MonthDay serializer - posted by ok...@apache.org on 2016/06/07 13:57:18 UTC, 0 replies.
- [18/34] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1322' - posted by ok...@apache.org on 2016/06/07 13:57:19 UTC, 0 replies.
- [19/34] incubator-tinkerpop git commit: This closes #314 - posted by ok...@apache.org on 2016/06/07 13:57:20 UTC, 0 replies.
- [20/34] incubator-tinkerpop git commit: TINKERPOP-1321 Shim change and test tweaks - posted by ok...@apache.org on 2016/06/07 13:57:21 UTC, 0 replies.
- [21/34] incubator-tinkerpop git commit: Merge branch 'serialization-flexibility' of https://github.com/dalaro/incubator-tinkerpop into TINKERPOP-1321-dan - posted by ok...@apache.org on 2016/06/07 13:57:22 UTC, 0 replies.
- [22/34] incubator-tinkerpop git commit: Moved metrics init to Gremlin Server constructor. - posted by ok...@apache.org on 2016/06/07 13:57:23 UTC, 0 replies.
- [23/34] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/07 13:57:24 UTC, 0 replies.
- [24/34] incubator-tinkerpop git commit: Able to now test both shim and non-shim models in Spark. Also go configuration with ProgramTest working. - posted by ok...@apache.org on 2016/06/07 13:57:25 UTC, 0 replies.
- [25/34] incubator-tinkerpop git commit: VertexProgramHelper now uses Gryo to serialize objects if the standard Java Serializer fails. Moving forward (3.3.x), this should all be accomplished by KryoShimServiceLoader. - posted by ok...@apache.org on 2016/06/07 13:57:26 UTC, 0 replies.
- [26/34] incubator-tinkerpop git commit: worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper. - posted by ok...@apache.org on 2016/06/07 13:57:27 UTC, 0 replies.
- [27/34] incubator-tinkerpop git commit: remove uneeded import. - posted by ok...@apache.org on 2016/06/07 13:57:28 UTC, 0 replies.
- [28/34] incubator-tinkerpop git commit: made SparkHadoopGraphProvider more robust. - posted by ok...@apache.org on 2016/06/07 13:57:29 UTC, 0 replies.
- [29/34] incubator-tinkerpop git commit: split up the GryoRegistrator and GryoSerializer based tests into two different full runs of ProcessComputerSuite. The former is an Integration test. - posted by ok...@apache.org on 2016/06/07 13:57:30 UTC, 0 replies.
- [30/34] incubator-tinkerpop git commit: Use "final" where required to be consistent with rest of codebase. - posted by ok...@apache.org on 2016/06/07 13:57:31 UTC, 0 replies.
- [31/34] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1321' - posted by ok...@apache.org on 2016/06/07 13:57:32 UTC, 0 replies.
- [32/34] incubator-tinkerpop git commit: removed GraphFilter from GryoMapper. It was added as another way of solving a problem, but that solution wasn't used so removing it. Also, realized a cleaner way of doing the KryoShim tests in Spark -- minor config - posted by ok...@apache.org on 2016/06/07 13:57:33 UTC, 0 replies.
- [33/34] incubator-tinkerpop git commit: renamed the global System property from tinkerpop.kryo.shim to gremlin.io.kryoShimService to be consistent with our property naming convention -- cc @dalaro. CTR. - posted by ok...@apache.org on 2016/06/07 13:57:34 UTC, 0 replies.
- [34/34] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/07 13:57:35 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Fixed for Result.one() which could have blocked indefinitely. - posted by sp...@apache.org on 2016/06/07 14:29:57 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1196' into tp31 - posted by sp...@apache.org on 2016/06/07 14:29:58 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: Fixed for Result.one() which could have blocked indefinitely. - posted by sp...@apache.org on 2016/06/07 14:30:38 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1196' into tp31 - posted by sp...@apache.org on 2016/06/07 14:30:39 UTC, 0 replies.
- incubator-tinkerpop git commit: This closes #325 - posted by sp...@apache.org on 2016/06/07 14:33:37 UTC, 0 replies.
- incubator-tinkerpop git commit: added gremlin-variants.asciidoc as a section to the reference documentation. Currently it provides information how to use Gremlin-Python. - posted by ok...@apache.org on 2016/06/07 16:41:19 UTC, 0 replies.
- incubator-tinkerpop git commit: This closes #331 - posted by sp...@apache.org on 2016/06/07 16:51:29 UTC, 0 replies.
- incubator-tinkerpop git commit: Removed DISCLAIMER now that TinkerPop is an apache top-level project. - posted by sp...@apache.org on 2016/06/07 18:35:54 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Removed DISCLAIMER now that TinkerPop is an apache top-level project. - posted by sp...@apache.org on 2016/06/07 18:36:14 UTC, 0 replies.
- incubator-tinkerpop git commit: more work on gremlin-variants.asciidoc. In particular, added some graphics and filled out the text a bit better around Gremlin-Python. - posted by ok...@apache.org on 2016/06/07 20:01:52 UTC, 0 replies.
- incubator-tinkerpop git commit: Re-worked the "how to contribute" documentation. CTR - posted by sp...@apache.org on 2016/06/07 21:19:53 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Re-worked the "how to contribute" documentation. CTR - posted by sp...@apache.org on 2016/06/07 21:20:19 UTC, 0 replies.
- svn commit: r1747319 - in /incubator/tinkerpop/site/docs: 3.1.3-SNAPSHOT/dev/developer/index.html 3.2.1-SNAPSHOT/dev/developer/index.html - posted by sp...@apache.org on 2016/06/07 21:23:25 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: use graph class as root class to find temporary directory - posted by pl...@apache.org on 2016/06/08 04:44:02 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1317' into tp31 - posted by pl...@apache.org on 2016/06/08 04:44:03 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: updated CHANGELOG - posted by pl...@apache.org on 2016/06/08 04:44:04 UTC, 1 replies.
- [1/3] incubator-tinkerpop git commit: use mockito-core instead of mockito-all to avoid hamcrest conflict - posted by pl...@apache.org on 2016/06/08 05:12:01 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1318' into tp31 - posted by pl...@apache.org on 2016/06/08 05:12:02 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: use graph class as root class to find temporary directory - posted by pl...@apache.org on 2016/06/08 05:17:00 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1317' - posted by pl...@apache.org on 2016/06/08 05:17:01 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: use mockito-core instead of mockito-all to avoid hamcrest conflict - posted by pl...@apache.org on 2016/06/08 05:17:31 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1318' - posted by pl...@apache.org on 2016/06/08 05:17:32 UTC, 0 replies.
- incubator-tinkerpop git commit: updated CHANGELOG - posted by pl...@apache.org on 2016/06/08 05:18:51 UTC, 0 replies.
- [1/5] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1317' into tp31 - posted by sp...@apache.org on 2016/06/08 11:33:40 UTC, 0 replies.
- [2/5] incubator-tinkerpop git commit: updated CHANGELOG - posted by sp...@apache.org on 2016/06/08 11:33:41 UTC, 0 replies.
- [3/5] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1318' into tp31 - posted by sp...@apache.org on 2016/06/08 11:33:42 UTC, 0 replies.
- [4/5] incubator-tinkerpop git commit: updated CHANGELOG - posted by sp...@apache.org on 2016/06/08 11:33:43 UTC, 0 replies.
- [5/5] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/06/08 11:33:44 UTC, 0 replies.
- incubator-tinkerpop git commit: Break apart the developer docs a bit into new sections CTR - posted by sp...@apache.org on 2016/06/08 13:01:52 UTC, 0 replies.
- svn commit: r1747390 - in /incubator/tinkerpop/site/docs: 3.1.3-SNAPSHOT/dev/developer/index.html 3.2.1-SNAPSHOT/dev/developer/index.html - posted by sp...@apache.org on 2016/06/08 13:11:59 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Break apart the developer docs a bit into new sections CTR - posted by sp...@apache.org on 2016/06/08 13:12:14 UTC, 0 replies.
- [01/50] [abbrv] incubator-tinkerpop git commit: fixed a variable name bug in python gremlin language variant tutorial. indices -> index. CTR. - posted by ok...@apache.org on 2016/06/08 13:33:01 UTC, 0 replies.
- [02/50] [abbrv] incubator-tinkerpop git commit: GroupStep.GroupBiOperator has serialization issues with Groovy lambdas. This is rectified by simply saying -- if the valueTraversal can not be serialized, then revert back to 3.2.0 behavior and simply propa - posted by ok...@apache.org on 2016/06/08 13:33:02 UTC, 0 replies.
- [03/50] [abbrv] incubator-tinkerpop git commit: much more elegant solution to the GroupStep.GroupBiOperator problem involving serialization --- better solution: just check for lambdas (LambdaHolder) and only check for lambdas on the child traversal. - posted by ok...@apache.org on 2016/06/08 13:33:03 UTC, 0 replies.
- [04/50] [abbrv] incubator-tinkerpop git commit: Fixed some bad refactoring of GryoMessageSerializers - posted by ok...@apache.org on 2016/06/08 13:33:04 UTC, 0 replies.
- [05/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/08 13:33:05 UTC, 0 replies.
- [06/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/08 13:33:06 UTC, 0 replies.
- [07/50] [abbrv] incubator-tinkerpop git commit: Removed "incubating" from 3.2.1 references as it will not be released under incubator CTR - posted by ok...@apache.org on 2016/06/08 13:33:07 UTC, 0 replies.
- [08/50] [abbrv] incubator-tinkerpop git commit: Fixed up hardcoded links in docs CTR - posted by ok...@apache.org on 2016/06/08 13:33:08 UTC, 0 replies.
- [09/50] [abbrv] incubator-tinkerpop git commit: Introduce Kryo shim to support serializer reuse - posted by ok...@apache.org on 2016/06/08 13:33:09 UTC, 0 replies.
- [10/50] [abbrv] incubator-tinkerpop git commit: Introduce Kryo shim to support serializer reuse - posted by ok...@apache.org on 2016/06/08 13:33:10 UTC, 0 replies.
- [11/50] [abbrv] incubator-tinkerpop git commit: This closes #71 - posted by ok...@apache.org on 2016/06/08 13:33:11 UTC, 0 replies.
- [12/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/06/08 13:33:12 UTC, 0 replies.
- [13/50] [abbrv] incubator-tinkerpop git commit: MatchStep should be treated like RepeatStep in TraversalHelper.isLocalStarGraph(). The reason being, you don't know the order of the patterns and thus, if the state changes at least once, then assume it can - posted by ok...@apache.org on 2016/06/08 13:33:13 UTC, 0 replies.
- [14/50] [abbrv] incubator-tinkerpop git commit: Added ConfigurationCustomizerCompiler - posted by ok...@apache.org on 2016/06/08 13:33:14 UTC, 0 replies.
- [15/50] [abbrv] incubator-tinkerpop git commit: Fixed bad header formatting - wrong levels CTR - posted by ok...@apache.org on 2016/06/08 13:33:15 UTC, 0 replies.
- [16/50] [abbrv] incubator-tinkerpop git commit: Kryo shim refactoring and documentation - posted by ok...@apache.org on 2016/06/08 13:33:16 UTC, 0 replies.
- [17/50] [abbrv] incubator-tinkerpop git commit: Kryo shim refactoring and documentation - posted by ok...@apache.org on 2016/06/08 13:33:17 UTC, 0 replies.
- [18/50] [abbrv] incubator-tinkerpop git commit: Added another example to "between vertices" recipes CTR - posted by ok...@apache.org on 2016/06/08 13:33:18 UTC, 0 replies.
- [19/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/06/08 13:33:19 UTC, 0 replies.
- [20/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/08 13:33:20 UTC, 0 replies.
- [21/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/08 13:33:21 UTC, 1 replies.
- [22/50] [abbrv] incubator-tinkerpop git commit: Kryo shim configuration tweaks - posted by ok...@apache.org on 2016/06/08 13:33:22 UTC, 0 replies.
- [23/50] [abbrv] incubator-tinkerpop git commit: Kryo shim configuration tweaks - posted by ok...@apache.org on 2016/06/08 13:33:23 UTC, 0 replies.
- [24/50] [abbrv] incubator-tinkerpop git commit: Fix MonthDay serializer - posted by ok...@apache.org on 2016/06/08 13:33:24 UTC, 0 replies.
- [25/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1322' - posted by ok...@apache.org on 2016/06/08 13:33:25 UTC, 0 replies.
- [26/50] [abbrv] incubator-tinkerpop git commit: This closes #314 - posted by ok...@apache.org on 2016/06/08 13:33:26 UTC, 0 replies.
- [27/50] [abbrv] incubator-tinkerpop git commit: TINKERPOP-1321 Shim change and test tweaks - posted by ok...@apache.org on 2016/06/08 13:33:27 UTC, 0 replies.
- [28/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'serialization-flexibility' of https://github.com/dalaro/incubator-tinkerpop into TINKERPOP-1321-dan - posted by ok...@apache.org on 2016/06/08 13:33:28 UTC, 0 replies.
- [29/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/08 13:33:29 UTC, 0 replies.
- [30/50] [abbrv] incubator-tinkerpop git commit: Able to now test both shim and non-shim models in Spark. Also go configuration with ProgramTest working. - posted by ok...@apache.org on 2016/06/08 13:33:30 UTC, 0 replies.
- [31/50] [abbrv] incubator-tinkerpop git commit: VertexProgramHelper now uses Gryo to serialize objects if the standard Java Serializer fails. Moving forward (3.3.x), this should all be accomplished by KryoShimServiceLoader. - posted by ok...@apache.org on 2016/06/08 13:33:31 UTC, 0 replies.
- [32/50] [abbrv] incubator-tinkerpop git commit: worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper. - posted by ok...@apache.org on 2016/06/08 13:33:32 UTC, 0 replies.
- [33/50] [abbrv] incubator-tinkerpop git commit: remove uneeded import. - posted by ok...@apache.org on 2016/06/08 13:33:33 UTC, 0 replies.
- [34/50] [abbrv] incubator-tinkerpop git commit: made SparkHadoopGraphProvider more robust. - posted by ok...@apache.org on 2016/06/08 13:33:34 UTC, 0 replies.
- [35/50] [abbrv] incubator-tinkerpop git commit: split up the GryoRegistrator and GryoSerializer based tests into two different full runs of ProcessComputerSuite. The former is an Integration test. - posted by ok...@apache.org on 2016/06/08 13:33:35 UTC, 0 replies.
- [36/50] [abbrv] incubator-tinkerpop git commit: Use "final" where required to be consistent with rest of codebase. - posted by ok...@apache.org on 2016/06/08 13:33:36 UTC, 0 replies.
- [37/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1321' - posted by ok...@apache.org on 2016/06/08 13:33:37 UTC, 0 replies.
- [38/50] [abbrv] incubator-tinkerpop git commit: removed GraphFilter from GryoMapper. It was added as another way of solving a problem, but that solution wasn't used so removing it. Also, realized a cleaner way of doing the KryoShim tests in Spark -- mino - posted by ok...@apache.org on 2016/06/08 13:33:38 UTC, 0 replies.
- [39/50] [abbrv] incubator-tinkerpop git commit: renamed the global System property from tinkerpop.kryo.shim to gremlin.io.kryoShimService to be consistent with our property naming convention -- cc @dalaro. CTR. - posted by ok...@apache.org on 2016/06/08 13:33:39 UTC, 0 replies.
- [40/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/08 13:33:40 UTC, 0 replies.
- [41/50] [abbrv] incubator-tinkerpop git commit: This closes #325 - posted by ok...@apache.org on 2016/06/08 13:33:41 UTC, 0 replies.
- [42/50] [abbrv] incubator-tinkerpop git commit: This closes #331 - posted by ok...@apache.org on 2016/06/08 13:33:42 UTC, 0 replies.
- [43/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/08 13:33:43 UTC, 0 replies.
- [44/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/08 13:33:44 UTC, 0 replies.
- [45/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1317' - posted by ok...@apache.org on 2016/06/08 13:33:45 UTC, 0 replies.
- [46/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1318' - posted by ok...@apache.org on 2016/06/08 13:33:46 UTC, 0 replies.
- [47/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG - posted by ok...@apache.org on 2016/06/08 13:33:47 UTC, 0 replies.
- [48/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/08 13:33:48 UTC, 0 replies.
- [49/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/08 13:33:49 UTC, 0 replies.
- [50/50] [abbrv] incubator-tinkerpop git commit: Provided a better exception when not supplying the correct number of key/values to a Parameters. Fixed #TINKERPOP-1324. CTR. - posted by ok...@apache.org on 2016/06/08 13:33:50 UTC, 0 replies.
- [incubator-tinkerpop] Git Push Summary [forced push!] [Forced Update!] - posted by sp...@apache.org on 2016/06/08 13:48:31 UTC, 0 replies.
- incubator-tinkerpop git commit: Minor updates to developer docs CTR - posted by sp...@apache.org on 2016/06/08 13:53:09 UTC, 0 replies.
- incubator-tinkerpop git commit: Added ElementHelper.legalKeyValues() to Parameters to give a better exception message to Gremlin users with traversals that use parameterized-steps. E.g. addV(). Fixed #TINKERPOP-1324. CTR. - posted by ok...@apache.org on 2016/06/08 13:55:17 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Added ElementHelper.legalKeyValues() to Parameters to give a better exception message to Gremlin users with traversals that use parameterized-steps. E.g. addV(). Fixed #TINKERPOP-1324. CTR. - posted by ok...@apache.org on 2016/06/08 13:55:52 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/06/08 13:55:53 UTC, 0 replies.
- incubator-tinkerpop git commit: updated CHANGELOG for the KryoShim work. - posted by ok...@apache.org on 2016/06/08 13:57:53 UTC, 0 replies.
- incubator-tinkerpop git commit: so sorry -- I'm a mess this morning. My last commit was not valid. Parameters can have String, T, or Traversal values. Thus, ElementHelper.legalKeyValues() shouldn't be used. Fixed. CTR. - posted by ok...@apache.org on 2016/06/08 14:07:17 UTC, 0 replies.
- [1/3] incubator-tinkerpop git commit: so sorry -- I'm a mess this morning. My last commit was not valid. Parameters can have String, T, or Traversal values. Thus, ElementHelper.legalKeyValues() shouldn't be used. Fixed. CTR. - posted by ok...@apache.org on 2016/06/08 14:11:47 UTC, 0 replies.
- [2/3] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/06/08 14:11:48 UTC, 0 replies.
- [3/3] incubator-tinkerpop git commit: removed import. - posted by ok...@apache.org on 2016/06/08 14:11:49 UTC, 0 replies.
- [1/8] incubator-tinkerpop git commit: use graph class as root class to find temporary directory - posted by sp...@apache.org on 2016/06/08 20:31:56 UTC, 0 replies.
- [2/8] incubator-tinkerpop git commit: Added ElementHelper.legalKeyValues() to Parameters to give a better exception message to Gremlin users with traversals that use parameterized-steps. E.g. addV(). Fixed #TINKERPOP-1324. CTR. - posted by sp...@apache.org on 2016/06/08 20:31:57 UTC, 0 replies.
- [3/8] incubator-tinkerpop git commit: updated CHANGELOG - posted by sp...@apache.org on 2016/06/08 20:31:58 UTC, 0 replies.
- [4/8] incubator-tinkerpop git commit: use mockito-core instead of mockito-all to avoid hamcrest conflict - posted by sp...@apache.org on 2016/06/08 20:31:59 UTC, 0 replies.
- [5/8] incubator-tinkerpop git commit: so sorry -- I'm a mess this morning. My last commit was not valid. Parameters can have String, T, or Traversal values. Thus, ElementHelper.legalKeyValues() shouldn't be used. Fixed. CTR. - posted by sp...@apache.org on 2016/06/08 20:32:00 UTC, 0 replies.
- [6/8] incubator-tinkerpop git commit: Break apart the developer docs a bit into new sections CTR - posted by sp...@apache.org on 2016/06/08 20:32:01 UTC, 0 replies.
- [7/8] incubator-tinkerpop git commit: updated CHANGELOG - posted by sp...@apache.org on 2016/06/08 20:32:02 UTC, 0 replies.
- [8/8] incubator-tinkerpop git commit: if there is no edge label in the GraphML file, then use Edge.DEFAULT - posted by sp...@apache.org on 2016/06/08 20:32:03 UTC, 0 replies.
- incubator-tinkerpop git commit: If there is no edge label in the GraphML file, then use Edge.DEFAULT - posted by sp...@apache.org on 2016/06/08 20:42:32 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: added Graph.traversal(Translator). A translator is able to translate a Java traversal into any other language -- for example -- gremlin-python. Moreover, for doing scripts to RemoteGraph, we can simply do graph.trave - posted by ok...@apache.org on 2016/06/08 21:27:05 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: added Graph.traversal(Translator). A translator is able to translate a Java traversal into any other language -- for example -- gremlin-python. Moreover, for doing scripts to RemoteGraph, we can simply do graph.trave - posted by ok...@apache.org on 2016/06/08 21:27:06 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Allow DFS paths in `HADOOP_GREMLIN_LIBS`. - posted by dk...@apache.org on 2016/06/09 11:48:56 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Updated CHANGELOG - posted by dk...@apache.org on 2016/06/09 11:48:57 UTC, 0 replies.
- [1/9] incubator-tinkerpop git commit: Initial work on dropping labels. - posted by tw...@apache.org on 2016/06/09 12:19:10 UTC, 0 replies.
- [2/9] incubator-tinkerpop git commit: Further progress. - posted by tw...@apache.org on 2016/06/09 12:19:11 UTC, 0 replies.
- [3/9] incubator-tinkerpop git commit: Further work - posted by tw...@apache.org on 2016/06/09 12:19:12 UTC, 0 replies.
- [4/9] incubator-tinkerpop git commit: Further work - posted by tw...@apache.org on 2016/06/09 12:19:13 UTC, 0 replies.
- [5/9] incubator-tinkerpop git commit: Further progress - posted by tw...@apache.org on 2016/06/09 12:19:14 UTC, 0 replies.
- [6/9] incubator-tinkerpop git commit: Before big change. - posted by tw...@apache.org on 2016/06/09 12:19:15 UTC, 0 replies.
- [7/9] incubator-tinkerpop git commit: Switching to keep labels and updating strategy application. - posted by tw...@apache.org on 2016/06/09 12:19:16 UTC, 0 replies.
- [8/9] incubator-tinkerpop git commit: Bug fixes and refinement. - posted by tw...@apache.org on 2016/06/09 12:19:17 UTC, 0 replies.
- [9/9] incubator-tinkerpop git commit: Intermediate commit. - posted by tw...@apache.org on 2016/06/09 12:19:18 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Have GroovyTranslator implemented and connected with ProcessStandard and ProcessComputer suites. Moved packages around -- now its tinkerpop.gremlin.python -- tinkerpop.gremlin.groovy. Things are looking good. - posted by ok...@apache.org on 2016/06/09 15:26:04 UTC, 0 replies.
- [2/2] incubator-tinkerpop git commit: Have GroovyTranslator implemented and connected with ProcessStandard and ProcessComputer suites. Moved packages around -- now its tinkerpop.gremlin.python -- tinkerpop.gremlin.groovy. Things are looking good. - posted by ok...@apache.org on 2016/06/09 15:26:05 UTC, 0 replies.
- incubator-tinkerpop git commit: Made the console support managed transactions for :remote - posted by sp...@apache.org on 2016/06/09 15:30:54 UTC, 0 replies.
- [1/2] incubator-tinkerpop git commit: Made the console support managed transactions for :remote - posted by sp...@apache.org on 2016/06/09 15:31:14 UTC, 0 replies.
- incubator-tinkerpop git commit: Minor tweaks and support for more path separators in `HADOOP_GREMLIN_LIBS` (e.g. `; ` on Windows systems). - posted by dk...@apache.org on 2016/06/09 16:31:06 UTC, 0 replies.
- [01/50] [abbrv] incubator-tinkerpop git commit: Kryo shim configuration tweaks [Forced Update!] - posted by dk...@apache.org on 2016/06/09 16:46:42 UTC, 0 replies.
- [02/50] [abbrv] incubator-tinkerpop git commit: Kryo shim configuration tweaks - posted by dk...@apache.org on 2016/06/09 16:46:43 UTC, 0 replies.
- [03/50] [abbrv] incubator-tinkerpop git commit: Fix MonthDay serializer - posted by dk...@apache.org on 2016/06/09 16:46:44 UTC, 0 replies.
- [04/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1322' - posted by dk...@apache.org on 2016/06/09 16:46:45 UTC, 0 replies.
- [05/50] [abbrv] incubator-tinkerpop git commit: This closes #314 - posted by dk...@apache.org on 2016/06/09 16:46:46 UTC, 0 replies.
- [06/50] [abbrv] incubator-tinkerpop git commit: TINKERPOP-1321 Shim change and test tweaks - posted by dk...@apache.org on 2016/06/09 16:46:47 UTC, 0 replies.
- [07/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'serialization-flexibility' of https://github.com/dalaro/incubator-tinkerpop into TINKERPOP-1321-dan - posted by dk...@apache.org on 2016/06/09 16:46:48 UTC, 0 replies.
- [08/50] [abbrv] incubator-tinkerpop git commit: Moved metrics init to Gremlin Server constructor. - posted by dk...@apache.org on 2016/06/09 16:46:49 UTC, 0 replies.
- [09/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by dk...@apache.org on 2016/06/09 16:46:50 UTC, 0 replies.
- [10/50] [abbrv] incubator-tinkerpop git commit: Able to now test both shim and non-shim models in Spark. Also go configuration with ProgramTest working. - posted by dk...@apache.org on 2016/06/09 16:46:51 UTC, 0 replies.
- [11/50] [abbrv] incubator-tinkerpop git commit: VertexProgramHelper now uses Gryo to serialize objects if the standard Java Serializer fails. Moving forward (3.3.x), this should all be accomplished by KryoShimServiceLoader. - posted by dk...@apache.org on 2016/06/09 16:46:52 UTC, 0 replies.
- [12/50] [abbrv] incubator-tinkerpop git commit: worked with @dalaro to fix a bug in HadoopPoolShimService. Reverted my last work on VertexProgramHelper. - posted by dk...@apache.org on 2016/06/09 16:46:53 UTC, 0 replies.
- [13/50] [abbrv] incubator-tinkerpop git commit: remove uneeded import. - posted by dk...@apache.org on 2016/06/09 16:46:54 UTC, 0 replies.
- [14/50] [abbrv] incubator-tinkerpop git commit: made SparkHadoopGraphProvider more robust. - posted by dk...@apache.org on 2016/06/09 16:46:55 UTC, 0 replies.
- [15/50] [abbrv] incubator-tinkerpop git commit: split up the GryoRegistrator and GryoSerializer based tests into two different full runs of ProcessComputerSuite. The former is an Integration test. - posted by dk...@apache.org on 2016/06/09 16:46:56 UTC, 0 replies.
- [16/50] [abbrv] incubator-tinkerpop git commit: Use "final" where required to be consistent with rest of codebase. - posted by dk...@apache.org on 2016/06/09 16:46:57 UTC, 0 replies.
- [17/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1321' - posted by dk...@apache.org on 2016/06/09 16:46:58 UTC, 0 replies.
- [18/50] [abbrv] incubator-tinkerpop git commit: removed GraphFilter from GryoMapper. It was added as another way of solving a problem, but that solution wasn't used so removing it. Also, realized a cleaner way of doing the KryoShim tests in Spark -- mino - posted by dk...@apache.org on 2016/06/09 16:46:59 UTC, 0 replies.
- [19/50] [abbrv] incubator-tinkerpop git commit: renamed the global System property from tinkerpop.kryo.shim to gremlin.io.kryoShimService to be consistent with our property naming convention -- cc @dalaro. CTR. - posted by dk...@apache.org on 2016/06/09 16:47:00 UTC, 0 replies.
- [20/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1196' into tp31 - posted by dk...@apache.org on 2016/06/09 16:47:01 UTC, 0 replies.
- [22/50] [abbrv] incubator-tinkerpop git commit: This closes #325 - posted by dk...@apache.org on 2016/06/09 16:47:03 UTC, 0 replies.
- [23/50] [abbrv] incubator-tinkerpop git commit: This closes #331 - posted by dk...@apache.org on 2016/06/09 16:47:04 UTC, 0 replies.
- [24/50] [abbrv] incubator-tinkerpop git commit: Removed DISCLAIMER now that TinkerPop is an apache top-level project. - posted by dk...@apache.org on 2016/06/09 16:47:05 UTC, 0 replies.
- [25/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by dk...@apache.org on 2016/06/09 16:47:06 UTC, 0 replies.
- [26/50] [abbrv] incubator-tinkerpop git commit: Re-worked the "how to contribute" documentation. CTR - posted by dk...@apache.org on 2016/06/09 16:47:07 UTC, 0 replies.
- [27/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by dk...@apache.org on 2016/06/09 16:47:08 UTC, 0 replies.
- [28/50] [abbrv] incubator-tinkerpop git commit: use graph class as root class to find temporary directory - posted by dk...@apache.org on 2016/06/09 16:47:09 UTC, 0 replies.
- [29/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1317' into tp31 - posted by dk...@apache.org on 2016/06/09 16:47:10 UTC, 0 replies.
- [30/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG - posted by dk...@apache.org on 2016/06/09 16:47:11 UTC, 0 replies.
- [31/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1318' into tp31 - posted by dk...@apache.org on 2016/06/09 16:47:12 UTC, 0 replies.
- [32/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG - posted by dk...@apache.org on 2016/06/09 16:47:13 UTC, 0 replies.
- [33/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1317' - posted by dk...@apache.org on 2016/06/09 16:47:14 UTC, 0 replies.
- [34/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1318' - posted by dk...@apache.org on 2016/06/09 16:47:15 UTC, 0 replies.
- [35/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG - posted by dk...@apache.org on 2016/06/09 16:47:16 UTC, 0 replies.
- [36/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by dk...@apache.org on 2016/06/09 16:47:17 UTC, 0 replies.
- [37/50] [abbrv] incubator-tinkerpop git commit: Break apart the developer docs a bit into new sections CTR - posted by dk...@apache.org on 2016/06/09 16:47:18 UTC, 0 replies.
- [38/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by dk...@apache.org on 2016/06/09 16:47:19 UTC, 0 replies.
- [39/50] [abbrv] incubator-tinkerpop git commit: Minor updates to developer docs CTR - posted by dk...@apache.org on 2016/06/09 16:47:20 UTC, 0 replies.
- [40/50] [abbrv] incubator-tinkerpop git commit: Added ElementHelper.legalKeyValues() to Parameters to give a better exception message to Gremlin users with traversals that use parameterized-steps. E.g. addV(). Fixed #TINKERPOP-1324. CTR. - posted by dk...@apache.org on 2016/06/09 16:47:21 UTC, 0 replies.
- [41/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by dk...@apache.org on 2016/06/09 16:47:22 UTC, 0 replies.
- [42/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG for the KryoShim work. - posted by dk...@apache.org on 2016/06/09 16:47:23 UTC, 0 replies.
- [43/50] [abbrv] incubator-tinkerpop git commit: so sorry -- I'm a mess this morning. My last commit was not valid. Parameters can have String, T, or Traversal values. Thus, ElementHelper.legalKeyValues() shouldn't be used. Fixed. CTR. - posted by dk...@apache.org on 2016/06/09 16:47:24 UTC, 0 replies.
- [44/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'tp31' - posted by dk...@apache.org on 2016/06/09 16:47:25 UTC, 0 replies.
- [45/50] [abbrv] incubator-tinkerpop git commit: removed import. - posted by dk...@apache.org on 2016/06/09 16:47:26 UTC, 0 replies.
- [46/50] [abbrv] incubator-tinkerpop git commit: Made the console support managed transactions for :remote - posted by dk...@apache.org on 2016/06/09 16:47:27 UTC, 0 replies.
- [47/50] [abbrv] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by dk...@apache.org on 2016/06/09 16:47:28 UTC, 0 replies.
- [48/50] [abbrv] incubator-tinkerpop git commit: Allow DFS paths in `HADOOP_GREMLIN_LIBS`. - posted by dk...@apache.org on 2016/06/09 16:47:29 UTC, 0 replies.
- [49/50] [abbrv] incubator-tinkerpop git commit: Updated CHANGELOG - posted by dk...@apache.org on 2016/06/09 16:47:30 UTC, 0 replies.
- [50/50] [abbrv] incubator-tinkerpop git commit: Minor tweaks and support for more path separators in `HADOOP_GREMLIN_LIBS` (e.g. `; ` on Windows systems). - posted by dk...@apache.org on 2016/06/09 16:47:31 UTC, 0 replies.
- svn commit: r1747572 - /incubator/tinkerpop/ - posted by cm...@apache.org on 2016/06/09 18:14:01 UTC, 0 replies.
- svn commit: r1747572 - /tinkerpop/ - posted by cm...@apache.org on 2016/06/09 18:14:01 UTC, 0 replies.
- svn commit: r13950 - /release/tinkerpop/ - posted by hu...@apache.org on 2016/06/09 18:31:53 UTC, 0 replies.
- svn commit: r13951 - /dev/tinkerpop/ - posted by hu...@apache.org on 2016/06/09 18:32:04 UTC, 0 replies.
- svn commit: r1747749 - in /tinkerpop/site: gremlin.html index.html policy.html providers.html - posted by ok...@apache.org on 2016/06/10 17:03:03 UTC, 0 replies.
- tinkerpop git commit: found a bug that was introduced during the KryoShim work earlier this week. I made things super explicit in SparkGraphComputer as to what is the GraphComputer configuration and what is the VertexProgram configuration so that these i - posted by ok...@apache.org on 2016/06/10 18:10:44 UTC, 0 replies.
- tinkerpop git commit: Add "centrality" recipes. CTR - posted by sp...@apache.org on 2016/06/10 20:51:06 UTC, 0 replies.
- tinkerpop git commit: Added test to verify the paths in HADOOP_GREMLIN_LIBS are handled properly handled, with and without a file system scheme prefix. - posted by dk...@apache.org on 2016/06/13 04:57:07 UTC, 0 replies.
- [1/6] tinkerpop git commit: found a bug that was introduced during the KryoShim work earlier this week. I made things super explicit in SparkGraphComputer as to what is the GraphComputer configuration and what is the VertexProgram configuration so that t [Forced Update!] - posted by dk...@apache.org on 2016/06/13 07:08:38 UTC, 0 replies.
- [2/6] tinkerpop git commit: Add "centrality" recipes. CTR - posted by dk...@apache.org on 2016/06/13 07:08:39 UTC, 0 replies.
- [3/6] tinkerpop git commit: Updated CHANGELOG - posted by dk...@apache.org on 2016/06/13 07:08:40 UTC, 0 replies.
- [4/6] tinkerpop git commit: Minor tweaks and support for more path separators in `HADOOP_GREMLIN_LIBS` (e.g. `; ` on Windows systems). - posted by dk...@apache.org on 2016/06/13 07:08:41 UTC, 0 replies.
- [5/6] tinkerpop git commit: Added test to verify the paths in HADOOP_GREMLIN_LIBS are handled properly handled, with and without a file system scheme prefix. - posted by dk...@apache.org on 2016/06/13 07:08:42 UTC, 0 replies.
- [6/6] tinkerpop git commit: Allow DFS paths in `HADOOP_GREMLIN_LIBS`. - posted by dk...@apache.org on 2016/06/13 07:08:43 UTC, 0 replies.
- tinkerpop git commit: Fixed up centrality recipe based on feedback from initial commit CTR - posted by sp...@apache.org on 2016/06/13 15:11:30 UTC, 0 replies.
- svn commit: r1748261 - in /tinkerpop/site/docs/3.2.1-SNAPSHOT: images/betweeness-example.png recipes/index.html - posted by sp...@apache.org on 2016/06/13 15:25:15 UTC, 0 replies.
- tinkerpop git commit: fixed a bug in SparkStarBarrierInterceptor where ComputerAwareSteps should NOT be in onGraphComputer-mode as this interceptor does not use TraversalVertexProgram to propagate its traversers, but instead, the standard iterators. Adde - posted by ok...@apache.org on 2016/06/13 15:51:34 UTC, 0 replies.
- tinkerpop git commit: Minor fixes to centrality recipe examples CTR - posted by sp...@apache.org on 2016/06/13 15:53:12 UTC, 0 replies.
- svn commit: r1748271 - /tinkerpop/site/docs/3.2.1-SNAPSHOT/recipes/index.html - posted by sp...@apache.org on 2016/06/13 16:02:21 UTC, 0 replies.
- tinkerpop git commit: Added a note that `HADOOP_GREMLIN_LIBS` allows the use of file scheme prefixes. - posted by dk...@apache.org on 2016/06/13 17:44:22 UTC, 0 replies.
- svn commit: r1748292 - /tinkerpop/site/docs/3.2.1-SNAPSHOT/recipes/index.html - posted by sp...@apache.org on 2016/06/13 18:10:10 UTC, 0 replies.
- tinkerpop git commit: Improved eigenvector centrality recipe CTR - posted by sp...@apache.org on 2016/06/13 18:10:43 UTC, 0 replies.
- [01/42] tinkerpop git commit: Fixed for Result.one() which could have blocked indefinitely. - posted by ok...@apache.org on 2016/06/13 19:37:19 UTC, 0 replies.
- [02/42] tinkerpop git commit: use mockito-core instead of mockito-all to avoid hamcrest conflict - posted by ok...@apache.org on 2016/06/13 19:37:20 UTC, 0 replies.
- [03/42] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1196' into tp31 - posted by ok...@apache.org on 2016/06/13 19:37:21 UTC, 0 replies.
- [04/42] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/13 19:37:22 UTC, 0 replies.
- [05/42] tinkerpop git commit: This closes #325 - posted by ok...@apache.org on 2016/06/13 19:37:23 UTC, 0 replies.
- [06/42] tinkerpop git commit: This closes #331 - posted by ok...@apache.org on 2016/06/13 19:37:24 UTC, 0 replies.
- [07/42] tinkerpop git commit: Removed DISCLAIMER now that TinkerPop is an apache top-level project. - posted by ok...@apache.org on 2016/06/13 19:37:25 UTC, 0 replies.
- [08/42] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/13 19:37:26 UTC, 0 replies.
- [09/42] tinkerpop git commit: Re-worked the "how to contribute" documentation. CTR - posted by ok...@apache.org on 2016/06/13 19:37:27 UTC, 0 replies.
- [10/42] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/13 19:37:28 UTC, 0 replies.
- [11/42] tinkerpop git commit: use graph class as root class to find temporary directory - posted by ok...@apache.org on 2016/06/13 19:37:29 UTC, 0 replies.
- [12/42] tinkerpop git commit: Merge branch 'TINKERPOP-1317' into tp31 - posted by ok...@apache.org on 2016/06/13 19:37:30 UTC, 0 replies.
- [13/42] tinkerpop git commit: updated CHANGELOG - posted by ok...@apache.org on 2016/06/13 19:37:31 UTC, 0 replies.
- [14/42] tinkerpop git commit: Merge branch 'TINKERPOP-1318' into tp31 - posted by ok...@apache.org on 2016/06/13 19:37:32 UTC, 0 replies.
- [15/42] tinkerpop git commit: updated CHANGELOG - posted by ok...@apache.org on 2016/06/13 19:37:33 UTC, 0 replies.
- [16/42] tinkerpop git commit: Merge branch 'TINKERPOP-1317' - posted by ok...@apache.org on 2016/06/13 19:37:34 UTC, 0 replies.
- [17/42] tinkerpop git commit: Merge branch 'TINKERPOP-1318' - posted by ok...@apache.org on 2016/06/13 19:37:35 UTC, 0 replies.
- [18/42] tinkerpop git commit: updated CHANGELOG - posted by ok...@apache.org on 2016/06/13 19:37:36 UTC, 0 replies.
- [19/42] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/13 19:37:37 UTC, 0 replies.
- [20/42] tinkerpop git commit: Break apart the developer docs a bit into new sections CTR - posted by ok...@apache.org on 2016/06/13 19:37:38 UTC, 0 replies.
- [21/42] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/13 19:37:39 UTC, 0 replies.
- [22/42] tinkerpop git commit: Minor updates to developer docs CTR - posted by ok...@apache.org on 2016/06/13 19:37:40 UTC, 0 replies.
- [23/42] tinkerpop git commit: Added ElementHelper.legalKeyValues() to Parameters to give a better exception message to Gremlin users with traversals that use parameterized-steps. E.g. addV(). Fixed #TINKERPOP-1324. CTR. - posted by ok...@apache.org on 2016/06/13 19:37:41 UTC, 0 replies.
- [24/42] tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/06/13 19:37:42 UTC, 0 replies.
- [25/42] tinkerpop git commit: updated CHANGELOG for the KryoShim work. - posted by ok...@apache.org on 2016/06/13 19:37:43 UTC, 0 replies.
- [26/42] tinkerpop git commit: so sorry -- I'm a mess this morning. My last commit was not valid. Parameters can have String, T, or Traversal values. Thus, ElementHelper.legalKeyValues() shouldn't be used. Fixed. CTR. - posted by ok...@apache.org on 2016/06/13 19:37:44 UTC, 0 replies.
- [27/42] tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/06/13 19:37:45 UTC, 0 replies.
- [28/42] tinkerpop git commit: removed import. - posted by ok...@apache.org on 2016/06/13 19:37:46 UTC, 0 replies.
- [29/42] tinkerpop git commit: Made the console support managed transactions for :remote - posted by ok...@apache.org on 2016/06/13 19:37:47 UTC, 0 replies.
- [30/42] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/13 19:37:48 UTC, 0 replies.
- [31/42] tinkerpop git commit: nada. - posted by ok...@apache.org on 2016/06/13 19:37:49 UTC, 0 replies.
- [32/42] tinkerpop git commit: nada. - posted by ok...@apache.org on 2016/06/13 19:37:50 UTC, 0 replies.
- [33/42] tinkerpop git commit: found a bug that was introduced during the KryoShim work earlier this week. I made things super explicit in SparkGraphComputer as to what is the GraphComputer configuration and what is the VertexProgram configuration so that - posted by ok...@apache.org on 2016/06/13 19:37:51 UTC, 0 replies.
- [34/42] tinkerpop git commit: Add "centrality" recipes. CTR - posted by ok...@apache.org on 2016/06/13 19:37:52 UTC, 0 replies.
- [35/42] tinkerpop git commit: Fixed up centrality recipe based on feedback from initial commit CTR - posted by ok...@apache.org on 2016/06/13 19:37:53 UTC, 0 replies.
- [36/42] tinkerpop git commit: fixed a bug in SparkStarBarrierInterceptor where ComputerAwareSteps should NOT be in onGraphComputer-mode as this interceptor does not use TraversalVertexProgram to propagate its traversers, but instead, the standard iterato - posted by ok...@apache.org on 2016/06/13 19:37:54 UTC, 0 replies.
- [37/42] tinkerpop git commit: Minor fixes to centrality recipe examples CTR - posted by ok...@apache.org on 2016/06/13 19:37:55 UTC, 0 replies.
- [38/42] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/13 19:37:56 UTC, 0 replies.
- [39/42] tinkerpop git commit: TranslationStrategy wasn't being sorted correctly. Fixed. All tests except 2 pass -- 1 I know why, the other I don't. - posted by ok...@apache.org on 2016/06/13 19:37:57 UTC, 0 replies.
- [40/42] tinkerpop git commit: ignored the broken AddEdgeTest test -- its a deprecated test too as its V3d0. - posted by ok...@apache.org on 2016/06/13 19:37:58 UTC, 0 replies.
- [41/42] tinkerpop git commit: Merge branch 'TEMP' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/13 19:37:59 UTC, 0 replies.
- [42/42] tinkerpop git commit: got GroovyTranslator and PythonTranslator connected with TranslationStrategy and new CreationStrategy category. There are two tests that fail and I know why with no easy solution -- the tests are even testing semantics, just - posted by ok...@apache.org on 2016/06/13 19:38:00 UTC, 0 replies.
- [1/6] tinkerpop git commit: Added test to verify the paths in HADOOP_GREMLIN_LIBS are handled properly handled, with and without a file system scheme prefix. - posted by dk...@apache.org on 2016/06/13 21:59:08 UTC, 0 replies.
- [2/6] tinkerpop git commit: Allow DFS paths in `HADOOP_GREMLIN_LIBS`. - posted by dk...@apache.org on 2016/06/13 21:59:09 UTC, 0 replies.
- [3/6] tinkerpop git commit: Minor tweaks and support for more path separators in `HADOOP_GREMLIN_LIBS` (e.g. `; ` on Windows systems). - posted by dk...@apache.org on 2016/06/13 21:59:10 UTC, 0 replies.
- [4/6] tinkerpop git commit: Updated CHANGELOG - posted by dk...@apache.org on 2016/06/13 21:59:11 UTC, 0 replies.
- [5/6] tinkerpop git commit: Added a note that `HADOOP_GREMLIN_LIBS` allows the use of file scheme prefixes. - posted by dk...@apache.org on 2016/06/13 21:59:12 UTC, 0 replies.
- [6/6] tinkerpop git commit: Merge branch 'TINKERPOP-1331' - posted by dk...@apache.org on 2016/06/13 21:59:13 UTC, 0 replies.
- tinkerpop git commit: some tests now work and some don't. Have VariantGraphProvider working nicely with full test suite passing. The choice now is -- CreationStrategy, ScriptGraphTraversal, or Traversal.setTranslator() models. - posted by ok...@apache.org on 2016/06/13 22:52:30 UTC, 0 replies.
- svn commit: r1748393 - in /tinkerpop/site: gremlin.html index.html policy.html providers.html - posted by ok...@apache.org on 2016/06/14 12:27:36 UTC, 0 replies.
- [1/2] tinkerpop git commit: If there is no edge label in the GraphML file, then use Edge.DEFAULT - posted by sp...@apache.org on 2016/06/14 15:11:38 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'graphml-default-edge-label' into tp31 - posted by sp...@apache.org on 2016/06/14 15:11:39 UTC, 0 replies.
- [tinkerpop] Git Push Summary - posted by sp...@apache.org on 2016/06/14 15:12:50 UTC, 1 replies.
- tinkerpop git commit: Lots of good stuff here. Anonymous traversals are defined dynamically by the XXXTraversalSource so that translators can be generically written without being concious of the __ class type. Added Translator.addSpawnStep() which is for - posted by ok...@apache.org on 2016/06/14 15:24:50 UTC, 0 replies.
- tinkerpop git commit: Fixed up CHANGELOG entry. CTR - posted by sp...@apache.org on 2016/06/14 17:28:59 UTC, 0 replies.
- tinkerpop git commit: added a gremlin process test to ensure that parallel translators don't interfere with one another. - posted by ok...@apache.org on 2016/06/14 19:28:03 UTC, 0 replies.
- tinkerpop git commit: added a new PropertiesTest that really ensures vertex property ids are handled correctly by the underlying engine. CTR. - posted by ok...@apache.org on 2016/06/14 20:17:06 UTC, 0 replies.
- [1/6] tinkerpop git commit: If there is no edge label in the GraphML file, then use Edge.DEFAULT - posted by ok...@apache.org on 2016/06/14 21:05:34 UTC, 0 replies.
- [2/6] tinkerpop git commit: Merge branch 'graphml-default-edge-label' into tp31 - posted by ok...@apache.org on 2016/06/14 21:05:35 UTC, 0 replies.
- [3/6] tinkerpop git commit: Fixed up CHANGELOG entry. CTR - posted by ok...@apache.org on 2016/06/14 21:05:36 UTC, 0 replies.
- [4/6] tinkerpop git commit: added a new PropertiesTest that really ensures vertex property ids are handled correctly by the underlying engine. CTR. - posted by ok...@apache.org on 2016/06/14 21:05:37 UTC, 0 replies.
- [5/6] tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/06/14 21:05:38 UTC, 0 replies.
- [6/6] tinkerpop git commit: the latest up-merge from tp31 had a minor bug. - posted by ok...@apache.org on 2016/06/14 21:05:39 UTC, 0 replies.
- tinkerpop git commit: so strange. I knew this didn't work, but the tests passed locally and now they don't. I think I had some cached classes or something weird -- sorry for the broken tp31/ build. CTR. - posted by ok...@apache.org on 2016/06/14 22:44:36 UTC, 0 replies.
- tinkerpop git commit: This closes #333 - posted by sp...@apache.org on 2016/06/15 11:23:11 UTC, 0 replies.
- tinkerpop git commit: fix GremlinGroovyScriptEngineFileSandboxTest resource loading - posted by pl...@apache.org on 2016/06/15 12:49:49 UTC, 0 replies.
- tinkerpop git commit: fix incorrect FeatureRequirement annotations - posted by pl...@apache.org on 2016/06/15 12:51:56 UTC, 0 replies.
- tinkerpop git commit: Fixed a bug introduced at 3f8577596dee49493a75b039bf16e2e3f8e92793 - posted by sp...@apache.org on 2016/06/15 12:57:06 UTC, 0 replies.
- tinkerpop git commit: TraversalExplanation now supports word wrapping and VertexProgamStep.toStrings() have GraphFilter information attached. - posted by ok...@apache.org on 2016/06/15 13:00:51 UTC, 0 replies.
- [1/3] tinkerpop git commit: so strange. I knew this didn't work, but the tests passed locally and now they don't. I think I had some cached classes or something weird -- sorry for the broken tp31/ build. CTR. - posted by sp...@apache.org on 2016/06/15 13:01:03 UTC, 0 replies.
- [2/3] tinkerpop git commit: Fixed a bug introduced at 3f8577596dee49493a75b039bf16e2e3f8e92793 - posted by sp...@apache.org on 2016/06/15 13:01:04 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/06/15 13:01:05 UTC, 1 replies.
- tinkerpop git commit: revert GryoWriter change - posted by pl...@apache.org on 2016/06/15 13:16:07 UTC, 0 replies.
- [1/5] tinkerpop git commit: so strange. I knew this didn't work, but the tests passed locally and now they don't. I think I had some cached classes or something weird -- sorry for the broken tp31/ build. CTR. - posted by ok...@apache.org on 2016/06/15 13:24:24 UTC, 0 replies.
- [2/5] tinkerpop git commit: This closes #333 - posted by ok...@apache.org on 2016/06/15 13:24:25 UTC, 0 replies.
- [3/5] tinkerpop git commit: Fixed a bug introduced at 3f8577596dee49493a75b039bf16e2e3f8e92793 - posted by ok...@apache.org on 2016/06/15 13:24:26 UTC, 0 replies.
- [4/5] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/15 13:24:27 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1332 - posted by ok...@apache.org on 2016/06/15 13:24:28 UTC, 0 replies.
- [01/18] tinkerpop git commit: If there is no edge label in the GraphML file, then use Edge.DEFAULT - posted by ok...@apache.org on 2016/06/15 13:41:57 UTC, 0 replies.
- [02/18] tinkerpop git commit: Minor tweaks and support for more path separators in `HADOOP_GREMLIN_LIBS` (e.g. `; ` on Windows systems). - posted by ok...@apache.org on 2016/06/15 13:41:58 UTC, 0 replies.
- [03/18] tinkerpop git commit: Added test to verify the paths in HADOOP_GREMLIN_LIBS are handled properly handled, with and without a file system scheme prefix. - posted by ok...@apache.org on 2016/06/15 13:41:59 UTC, 0 replies.
- [04/18] tinkerpop git commit: Updated CHANGELOG - posted by ok...@apache.org on 2016/06/15 13:42:00 UTC, 0 replies.
- [05/18] tinkerpop git commit: Allow DFS paths in `HADOOP_GREMLIN_LIBS`. - posted by ok...@apache.org on 2016/06/15 13:42:01 UTC, 0 replies.
- [06/18] tinkerpop git commit: Added a note that `HADOOP_GREMLIN_LIBS` allows the use of file scheme prefixes. - posted by ok...@apache.org on 2016/06/15 13:42:02 UTC, 0 replies.
- [07/18] tinkerpop git commit: Improved eigenvector centrality recipe CTR - posted by ok...@apache.org on 2016/06/15 13:42:03 UTC, 0 replies.
- [08/18] tinkerpop git commit: Merge branch 'TINKERPOP-1331' - posted by ok...@apache.org on 2016/06/15 13:42:04 UTC, 0 replies.
- [09/18] tinkerpop git commit: Merge branch 'graphml-default-edge-label' into tp31 - posted by ok...@apache.org on 2016/06/15 13:42:05 UTC, 0 replies.
- [10/18] tinkerpop git commit: Fixed up CHANGELOG entry. CTR - posted by ok...@apache.org on 2016/06/15 13:42:06 UTC, 0 replies.
- [11/18] tinkerpop git commit: added a new PropertiesTest that really ensures vertex property ids are handled correctly by the underlying engine. CTR. - posted by ok...@apache.org on 2016/06/15 13:42:07 UTC, 0 replies.
- [12/18] tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/06/15 13:42:08 UTC, 0 replies.
- [13/18] tinkerpop git commit: the latest up-merge from tp31 had a minor bug. - posted by ok...@apache.org on 2016/06/15 13:42:09 UTC, 0 replies.
- [14/18] tinkerpop git commit: so strange. I knew this didn't work, but the tests passed locally and now they don't. I think I had some cached classes or something weird -- sorry for the broken tp31/ build. CTR. - posted by ok...@apache.org on 2016/06/15 13:42:10 UTC, 0 replies.
- [15/18] tinkerpop git commit: This closes #333 - posted by ok...@apache.org on 2016/06/15 13:42:11 UTC, 0 replies.
- [16/18] tinkerpop git commit: Fixed a bug introduced at 3f8577596dee49493a75b039bf16e2e3f8e92793 - posted by ok...@apache.org on 2016/06/15 13:42:12 UTC, 0 replies.
- [17/18] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/15 13:42:13 UTC, 0 replies.
- [18/18] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/15 13:42:14 UTC, 0 replies.
- tinkerpop git commit: dar. had ProcessStandardSuite commented out like a ding bat. - posted by ok...@apache.org on 2016/06/15 13:43:11 UTC, 0 replies.
- tinkerpop git commit: Remove reference to the third by() on group() docs CTR - posted by sp...@apache.org on 2016/06/15 15:01:27 UTC, 0 replies.
- [1/2] tinkerpop git commit: Remove reference to the third by() on group() docs CTR - posted by sp...@apache.org on 2016/06/15 15:01:47 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/06/15 15:01:48 UTC, 3 replies.
- tinkerpop git commit: Added the secretary email to the committer invite template - posted by sp...@apache.org on 2016/06/15 15:18:22 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added the secretary email to the committer invite template - posted by sp...@apache.org on 2016/06/15 15:18:49 UTC, 0 replies.
- tinkerpop git commit: Moved hadoop-gremlin provider documentation to the provider docs CTR - posted by sp...@apache.org on 2016/06/15 15:25:49 UTC, 0 replies.
- [1/2] tinkerpop git commit: Moved hadoop-gremlin provider documentation to the provider docs CTR - posted by sp...@apache.org on 2016/06/15 15:28:54 UTC, 0 replies.
- tinkerpop git commit: gremlin_python now uses the same Translator-model as Gremlin-Java. That is, you can register a python Translator with a PythonGraphTraversal and it will translate the traversal into any script engine language you want -- right now w - posted by ok...@apache.org on 2016/06/15 16:27:13 UTC, 0 replies.
- tinkerpop git commit: Re-assigned step labels as appropriate in SubgraphStrategy. - posted by sp...@apache.org on 2016/06/15 18:17:14 UTC, 1 replies.
- tinkerpop git commit: TranslationStrategy now takes both a __.class and a TraversalSource. Thus, it is completely generic and can be used by any DSL (beyond GraphTraversal). - posted by ok...@apache.org on 2016/06/15 18:26:10 UTC, 0 replies.
- tinkerpop git commit: Re-assigned step labels as appropriate in SubgraphStrategy. [Forced Update!] - posted by sp...@apache.org on 2016/06/15 18:29:56 UTC, 0 replies.
- tinkerpop git commit: updated gremlin_python with various of David Brown's comments. - posted by ok...@apache.org on 2016/06/15 19:02:46 UTC, 0 replies.
- tinkerpop git commit: crazy, I thought I didn't need addSpawnStep in Python translator -- but I do. Thus, Translator in Java and Python are identical. - posted by ok...@apache.org on 2016/06/15 19:09:19 UTC, 0 replies.
- tinkerpop git commit: Added a NOTE to the centrality recipe to clarify the usage of by() CTR - posted by sp...@apache.org on 2016/06/15 20:40:56 UTC, 0 replies.
- tinkerpop git commit: using isinstance() instead of type() throughout. Removed B bindings. Now a binding is just a 1 element dict whose key is a string. Might conflict, but for now, good enough. Lookin' good Bales. - posted by ok...@apache.org on 2016/06/15 21:49:28 UTC, 0 replies.
- tinkerpop git commit: removed an unneeded import. - posted by ok...@apache.org on 2016/06/15 21:51:29 UTC, 0 replies.
- tinkerpop git commit: added support for lambda embedding by using the native lambda functionality of the host language. It supplies a String of the translated language lambda. Removed ScriptXXXTraversal model as after discussion on the ticket, it seems t - posted by ok...@apache.org on 2016/06/15 22:11:20 UTC, 0 replies.
- [1/2] tinkerpop git commit: Re-assigned step labels as appropriate in SubgraphStrategy. - posted by sp...@apache.org on 2016/06/16 13:52:40 UTC, 0 replies.
- [1/2] tinkerpop git commit: Implemented a gremlin-python code processor for the docs. - posted by dk...@apache.org on 2016/06/16 14:55:10 UTC, 0 replies.
- [2/2] tinkerpop git commit: WARNING: Added a dependency to `gremlin-variants` in `gremlin-console`. This should be removed before this branch gets merged into `master/`. The proper way is to provide a plugin for Gremlin variants. - posted by dk...@apache.org on 2016/06/16 14:55:11 UTC, 0 replies.
- tinkerpop git commit: All the Gremlin enums are now Python enums and thus, less 'string compary' and the GroovyTranslator is much simpler/smaller. Drawback, for python2, you have to install the enum library. - posted by ok...@apache.org on 2016/06/16 15:35:59 UTC, 0 replies.
- tinkerpop git commit: Added docs for Neo4j HA configuration. - posted by sp...@apache.org on 2016/06/16 15:54:26 UTC, 0 replies.
- tinkerpop git commit: If PYTHONPATH is set, then add it to Jython sys.path. This is important for external libraries like the new enum library. - posted by ok...@apache.org on 2016/06/16 16:04:11 UTC, 0 replies.
- tinkerpop git commit: Found a simpler way to create Enums and thus, the GremlinPythonGenerator got simpler. - posted by ok...@apache.org on 2016/06/16 16:28:28 UTC, 0 replies.
- tinkerpop git commit: Added a reminder to remove the gremlin-variants dependency from gremlin-console. - posted by dk...@apache.org on 2016/06/16 16:42:05 UTC, 0 replies.
- tinkerpop git commit: created PythonBypassTranslator which is used only for testing which will use Jython to compile the traverasl to Groovy and then use the GroovyTranslator to execute it. This is because we don't have gremlin-jython as a real ScriptEng - posted by ok...@apache.org on 2016/06/16 17:13:52 UTC, 0 replies.
- [1/2] tinkerpop git commit: add aenum dependency to gremlin_python's setup.py - posted by ok...@apache.org on 2016/06/16 18:08:07 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'fix_setup_py_dependency' of https://github.com/leifurhauks/incubator-tinkerpop into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/16 18:08:08 UTC, 0 replies.
- tinkerpop git commit: Log `mvn clean install` install into file and show the last 100 lines in case of an error. - posted by dk...@apache.org on 2016/06/16 18:24:33 UTC, 0 replies.
- tinkerpop git commit: TraversalExplanation now how prettyPrint(), prettyPrint(int maxLineLength), and toString(). Console will detect a TraversalExplaination and use prettyPrint(TerminalFactory.get().getWidth()). If the TerminalFactory is 'bad' then a de - posted by ok...@apache.org on 2016/06/16 18:49:38 UTC, 0 replies.
- [01/50] tinkerpop git commit: Updated CHANGELOG [Forced Update!] - posted by sp...@apache.org on 2016/06/16 19:33:31 UTC, 0 replies.
- [02/50] tinkerpop git commit: Fixed the previous commit. We don't want to increase the step offset, but decrease the traversal size, after removing steps from a traversal. - posted by sp...@apache.org on 2016/06/16 19:33:32 UTC, 0 replies.
- [03/50] tinkerpop git commit: Increase step offset by 2 if `foo.count().is(0)` was replaced by `not(foo)`. - posted by sp...@apache.org on 2016/06/16 19:33:33 UTC, 0 replies.
- [04/50] tinkerpop git commit: Special `RangeByIsCountStrategy` handling for `repeat()`'s `emit()` and `until()`. - posted by sp...@apache.org on 2016/06/16 19:33:34 UTC, 0 replies.
- [05/50] tinkerpop git commit: Covered a lot more query pattens in `RangeByIsCountStrategy`. - posted by sp...@apache.org on 2016/06/16 19:33:35 UTC, 0 replies.
- [06/50] tinkerpop git commit: Don't over-optimize in `RangeByIsCountStrategy` if `count()` or `is()` is labeled. - posted by sp...@apache.org on 2016/06/16 19:33:36 UTC, 0 replies.
- [07/50] tinkerpop git commit: More robust pattern for `RangeByIsCountStrategy`. - posted by sp...@apache.org on 2016/06/16 19:33:37 UTC, 0 replies.
- [08/50] tinkerpop git commit: Fixed `DefaultTraversal`'s hash code calculation. - posted by sp...@apache.org on 2016/06/16 19:33:38 UTC, 0 replies.
- [09/50] tinkerpop git commit: Fixed some typos. - posted by sp...@apache.org on 2016/06/16 19:33:39 UTC, 0 replies.
- [10/50] tinkerpop git commit: Forgot to handle `FilterSteps`. - posted by sp...@apache.org on 2016/06/16 19:33:40 UTC, 0 replies.
- [11/50] tinkerpop git commit: Fixed for Result.one() which could have blocked indefinitely. - posted by sp...@apache.org on 2016/06/16 19:33:41 UTC, 0 replies.
- [12/50] tinkerpop git commit: Convert DOS to Unix. CTR. - posted by sp...@apache.org on 2016/06/16 19:33:42 UTC, 0 replies.
- [13/50] tinkerpop git commit: Improved error detection in docs preprocessor. - posted by sp...@apache.org on 2016/06/16 19:33:43 UTC, 0 replies.
- [14/50] tinkerpop git commit: Update "current" links as part of `bin/publish-docs.sh`. - posted by sp...@apache.org on 2016/06/16 19:33:44 UTC, 0 replies.
- [15/50] tinkerpop git commit: Forgot to take the current (possibly unpublished) version's directory into account. - posted by sp...@apache.org on 2016/06/16 19:33:45 UTC, 0 replies.
- [16/50] tinkerpop git commit: Removed "incubating" from the future 3.1.3 release which will not be under incubator CTR - posted by sp...@apache.org on 2016/06/16 19:33:46 UTC, 0 replies.
- [17/50] tinkerpop git commit: Fixed links hardcoded to specific versions in docs. CTR - posted by sp...@apache.org on 2016/06/16 19:33:47 UTC, 0 replies.
- [18/50] tinkerpop git commit: Removed references to "incubating" for 3.1.3 as it won't be released under incubation CTR - posted by sp...@apache.org on 2016/06/16 19:33:48 UTC, 0 replies.
- [19/50] tinkerpop git commit: Merge branch 'TINKERPOP-1003' into tp31 - posted by sp...@apache.org on 2016/06/16 19:33:49 UTC, 0 replies.
- [20/50] tinkerpop git commit: TINKERPOP-1301 Provide Javadoc for ScriptInput/OutputFormat's ported to tp31 branch - posted by sp...@apache.org on 2016/06/16 19:33:50 UTC, 0 replies.
- [21/50] tinkerpop git commit: use mockito-core instead of mockito-all to avoid hamcrest conflict - posted by sp...@apache.org on 2016/06/16 19:33:51 UTC, 0 replies.
- [22/50] tinkerpop git commit: Merge remote-tracking branch 'lewismc/TINKERPOP-1301tp31' into tp31 - posted by sp...@apache.org on 2016/06/16 19:33:52 UTC, 0 replies.
- [23/50] tinkerpop git commit: The timeout function to the GremlinExecutor was not executing in the same thread as the script - posted by sp...@apache.org on 2016/06/16 19:33:53 UTC, 0 replies.
- [24/50] tinkerpop git commit: Added GraphTraversalSource to core javadoc. CTR - posted by sp...@apache.org on 2016/06/16 19:33:54 UTC, 0 replies.
- [25/50] tinkerpop git commit: Moved metrics init to Gremlin Server constructor. - posted by sp...@apache.org on 2016/06/16 19:33:55 UTC, 0 replies.
- [26/50] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1196' into tp31 - posted by sp...@apache.org on 2016/06/16 19:33:56 UTC, 0 replies.
- [27/50] tinkerpop git commit: Removed DISCLAIMER now that TinkerPop is an apache top-level project. - posted by sp...@apache.org on 2016/06/16 19:33:57 UTC, 0 replies.
- [28/50] tinkerpop git commit: Re-worked the "how to contribute" documentation. CTR - posted by sp...@apache.org on 2016/06/16 19:33:58 UTC, 0 replies.
- [29/50] tinkerpop git commit: use graph class as root class to find temporary directory - posted by sp...@apache.org on 2016/06/16 19:33:59 UTC, 0 replies.
- [30/50] tinkerpop git commit: Merge branch 'TINKERPOP-1317' into tp31 - posted by sp...@apache.org on 2016/06/16 19:34:00 UTC, 0 replies.
- [31/50] tinkerpop git commit: updated CHANGELOG - posted by sp...@apache.org on 2016/06/16 19:34:01 UTC, 0 replies.
- [32/50] tinkerpop git commit: Merge branch 'TINKERPOP-1318' into tp31 - posted by sp...@apache.org on 2016/06/16 19:34:02 UTC, 0 replies.
- [33/50] tinkerpop git commit: updated CHANGELOG - posted by sp...@apache.org on 2016/06/16 19:34:03 UTC, 0 replies.
- [34/50] tinkerpop git commit: Break apart the developer docs a bit into new sections CTR - posted by sp...@apache.org on 2016/06/16 19:34:04 UTC, 0 replies.
- [35/50] tinkerpop git commit: Added ElementHelper.legalKeyValues() to Parameters to give a better exception message to Gremlin users with traversals that use parameterized-steps. E.g. addV(). Fixed #TINKERPOP-1324. CTR. - posted by sp...@apache.org on 2016/06/16 19:34:05 UTC, 0 replies.
- [36/50] tinkerpop git commit: so sorry -- I'm a mess this morning. My last commit was not valid. Parameters can have String, T, or Traversal values. Thus, ElementHelper.legalKeyValues() shouldn't be used. Fixed. CTR. - posted by sp...@apache.org on 2016/06/16 19:34:06 UTC, 0 replies.
- [37/50] tinkerpop git commit: If there is no edge label in the GraphML file, then use Edge.DEFAULT - posted by sp...@apache.org on 2016/06/16 19:34:07 UTC, 0 replies.
- [38/50] tinkerpop git commit: Made the console support managed transactions for :remote - posted by sp...@apache.org on 2016/06/16 19:34:08 UTC, 0 replies.
- [39/50] tinkerpop git commit: Merge branch 'graphml-default-edge-label' into tp31 - posted by sp...@apache.org on 2016/06/16 19:34:09 UTC, 0 replies.
- [40/50] tinkerpop git commit: Fixed up CHANGELOG entry. CTR - posted by sp...@apache.org on 2016/06/16 19:34:10 UTC, 0 replies.
- [41/50] tinkerpop git commit: added a new PropertiesTest that really ensures vertex property ids are handled correctly by the underlying engine. CTR. - posted by sp...@apache.org on 2016/06/16 19:34:11 UTC, 0 replies.
- [42/50] tinkerpop git commit: so strange. I knew this didn't work, but the tests passed locally and now they don't. I think I had some cached classes or something weird -- sorry for the broken tp31/ build. CTR. - posted by sp...@apache.org on 2016/06/16 19:34:12 UTC, 0 replies.
- [43/50] tinkerpop git commit: Fixed a bug introduced at 3f8577596dee49493a75b039bf16e2e3f8e92793 - posted by sp...@apache.org on 2016/06/16 19:34:13 UTC, 0 replies.
- [44/50] tinkerpop git commit: Remove reference to the third by() on group() docs CTR - posted by sp...@apache.org on 2016/06/16 19:34:14 UTC, 0 replies.
- [45/50] tinkerpop git commit: Added the secretary email to the committer invite template - posted by sp...@apache.org on 2016/06/16 19:34:15 UTC, 0 replies.
- [46/50] tinkerpop git commit: Moved hadoop-gremlin provider documentation to the provider docs CTR - posted by sp...@apache.org on 2016/06/16 19:34:16 UTC, 0 replies.
- [47/50] tinkerpop git commit: Re-assigned step labels as appropriate in SubgraphStrategy. - posted by sp...@apache.org on 2016/06/16 19:34:17 UTC, 0 replies.
- [48/50] tinkerpop git commit: Improved performance of TinkerGraph around element lookup. - posted by sp...@apache.org on 2016/06/16 19:34:18 UTC, 0 replies.
- [49/50] tinkerpop git commit: Made TinkerGraph validate that ids be homogeneous up front. - posted by sp...@apache.org on 2016/06/16 19:34:19 UTC, 0 replies.
- [50/50] tinkerpop git commit: Updated changelog. - posted by sp...@apache.org on 2016/06/16 19:34:20 UTC, 0 replies.
- tinkerpop git commit: Fixed path to log file for `bin/validate-distribution.sh` and log only errors in `mvn clean install`. - posted by dk...@apache.org on 2016/06/16 19:42:47 UTC, 0 replies.
- [1/2] tinkerpop git commit: Log `mvn clean install` install into file and show the last 100 lines in case of an error. - posted by dk...@apache.org on 2016/06/16 19:43:39 UTC, 0 replies.
- [2/2] tinkerpop git commit: Fixed path to log file for `bin/validate-distribution.sh` and log only errors in `mvn clean install`. - posted by dk...@apache.org on 2016/06/16 19:43:40 UTC, 0 replies.
- [1/3] tinkerpop git commit: Log `mvn clean install` install into file and show the last 100 lines in case of an error. - posted by dk...@apache.org on 2016/06/16 19:47:49 UTC, 0 replies.
- [2/3] tinkerpop git commit: Fixed path to log file for `bin/validate-distribution.sh` and log only errors in `mvn clean install`. - posted by dk...@apache.org on 2016/06/16 19:47:50 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'tp31' - posted by dk...@apache.org on 2016/06/16 19:47:51 UTC, 0 replies.
- tinkerpop git commit: builtInRange no longer needed given the new Enum model. - posted by ok...@apache.org on 2016/06/16 19:47:56 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added docs for Neo4j HA configuration. - posted by sp...@apache.org on 2016/06/17 10:25:09 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-939' into tp31 - posted by sp...@apache.org on 2016/06/17 10:25:10 UTC, 0 replies.
- [1/3] tinkerpop git commit: Added docs for Neo4j HA configuration. - posted by sp...@apache.org on 2016/06/17 10:25:38 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'TINKERPOP-939' into tp31 - posted by sp...@apache.org on 2016/06/17 10:25:39 UTC, 0 replies.
- svn commit: r1748831 [2/2] - /tinkerpop/site/docs/3.2.1-SNAPSHOT/reference/index.html - posted by sp...@apache.org on 2016/06/17 11:04:03 UTC, 0 replies.
- svn commit: r1748831 [1/2] - /tinkerpop/site/docs/3.2.1-SNAPSHOT/reference/index.html - posted by sp...@apache.org on 2016/06/17 11:04:03 UTC, 0 replies.
- [1/2] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. - posted by ok...@apache.org on 2016/06/17 13:33:45 UTC, 0 replies.
- [2/2] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. - posted by ok...@apache.org on 2016/06/17 13:33:46 UTC, 0 replies.
- svn commit: r1748860 - in /tinkerpop/site/docs/3.2.1-SNAPSHOT: images/neo4j-ha.png reference/index.html - posted by sp...@apache.org on 2016/06/17 13:52:45 UTC, 0 replies.
- tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. - posted by ok...@apache.org on 2016/06/17 14:16:25 UTC, 0 replies.
- [1/5] tinkerpop git commit: cpython gitignore - posted by ok...@apache.org on 2016/06/17 14:23:37 UTC, 0 replies.
- [2/5] tinkerpop git commit: add RawExpression to gremlin_python - posted by ok...@apache.org on 2016/06/17 14:23:38 UTC, 0 replies.
- [3/5] tinkerpop git commit: bindings are now 2-tuples: ('symbol', value) - posted by ok...@apache.org on 2016/06/17 14:23:39 UTC, 0 replies.
- [4/5] tinkerpop git commit: docs: usage example for gremlin_python.RawExpression - posted by ok...@apache.org on 2016/06/17 14:23:40 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge branch 'raw_expr' of https://github.com/leifurhauks/incubator-tinkerpop into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/17 14:23:41 UTC, 0 replies.
- tinkerpop git commit: Updated instructions on how to process a single AsciiDoc file. - posted by dk...@apache.org on 2016/06/17 14:51:05 UTC, 0 replies.
- tinkerpop git commit: added PYTHONPATH to the awk scripts so aenum is picked up from pip installs. Added lambda discussion and fixed up RawExpression discussion in gremlin-variants documentation. - posted by ok...@apache.org on 2016/06/17 15:42:36 UTC, 0 replies.
- tinkerpop git commit: simplified the awk script by using GroovyScriptEngine instead of GroovyShell. Added more documentaiton on RawExpression. - posted by ok...@apache.org on 2016/06/17 18:14:51 UTC, 0 replies.
- tinkerpop git commit: groovy_translator no longer needs to introspect strings. - posted by ok...@apache.org on 2016/06/17 18:16:20 UTC, 0 replies.
- tinkerpop git commit: wow. awk hell -- got docuentation on 2-tuple bindings for Gremlin-Python out and got all the WARNINGS from awk script gone -- thanks @dkuppitz. - posted by ok...@apache.org on 2016/06/17 19:31:43 UTC, 0 replies.
- tinkerpop git commit: bindings can happen at spawns and sources in gremlin-python. - posted by ok...@apache.org on 2016/06/17 21:46:46 UTC, 0 replies.
- tinkerpop git commit: Added GroovyTranslatorTest to GroovyEnvironmentSuite to test particulars of GroovyTranslator not tested by StructureProcessSiute and ComputeProcesSuite. Added JythonScriptEngineSetup.load() for a static location for loading globals - posted by ok...@apache.org on 2016/06/20 15:25:14 UTC, 0 replies.
- tinkerpop git commit: Added Lambda interface which can be used by Gremlin-Java and other strongly typed Gremlin variants. Lambda provides methods for function, predicate, supplier, comparator, etc. where the returned Lambda object has a getLambdaScript() - posted by ok...@apache.org on 2016/06/20 17:26:51 UTC, 0 replies.
- tinkerpop git commit: minor simplifications. - posted by ok...@apache.org on 2016/06/20 17:33:54 UTC, 0 replies.
- tinkerpop git commit: removed an OrderTest that causes providers more problems and most OPT_OUT. Updated upgrade docs accordingly. CTR. - posted by ok...@apache.org on 2016/06/20 17:52:38 UTC, 0 replies.
- [tinkerpop] Git Push Summary [forced push!] [Forced Update!] - posted by ok...@apache.org on 2016/06/20 19:22:00 UTC, 0 replies.
- [01/20] tinkerpop git commit: Remove reference to the third by() on group() docs CTR - posted by ok...@apache.org on 2016/06/20 20:37:32 UTC, 0 replies.
- [02/20] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/20 20:37:33 UTC, 0 replies.
- [03/20] tinkerpop git commit: Added the secretary email to the committer invite template - posted by ok...@apache.org on 2016/06/20 20:37:34 UTC, 0 replies.
- [04/20] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/20 20:37:35 UTC, 0 replies.
- [05/20] tinkerpop git commit: Moved hadoop-gremlin provider documentation to the provider docs CTR - posted by ok...@apache.org on 2016/06/20 20:37:36 UTC, 0 replies.
- [06/20] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/20 20:37:37 UTC, 0 replies.
- [07/20] tinkerpop git commit: Re-assigned step labels as appropriate in SubgraphStrategy. - posted by ok...@apache.org on 2016/06/20 20:37:38 UTC, 0 replies.
- [08/20] tinkerpop git commit: Added a NOTE to the centrality recipe to clarify the usage of by() CTR - posted by ok...@apache.org on 2016/06/20 20:37:39 UTC, 0 replies.
- [09/20] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/20 20:37:40 UTC, 0 replies.
- [10/20] tinkerpop git commit: Added docs for Neo4j HA configuration. - posted by ok...@apache.org on 2016/06/20 20:37:41 UTC, 0 replies.
- [11/20] tinkerpop git commit: Log `mvn clean install` install into file and show the last 100 lines in case of an error. - posted by ok...@apache.org on 2016/06/20 20:37:42 UTC, 0 replies.
- [12/20] tinkerpop git commit: Fixed path to log file for `bin/validate-distribution.sh` and log only errors in `mvn clean install`. - posted by ok...@apache.org on 2016/06/20 20:37:43 UTC, 0 replies.
- [13/20] tinkerpop git commit: Merge branch 'tp31' - posted by ok...@apache.org on 2016/06/20 20:37:44 UTC, 0 replies.
- [14/20] tinkerpop git commit: Merge branch 'TINKERPOP-939' into tp31 - posted by ok...@apache.org on 2016/06/20 20:37:45 UTC, 0 replies.
- [15/20] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/06/20 20:37:46 UTC, 0 replies.
- [16/20] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. - posted by ok...@apache.org on 2016/06/20 20:37:47 UTC, 0 replies.
- [17/20] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. - posted by ok...@apache.org on 2016/06/20 20:37:48 UTC, 0 replies.
- [18/20] tinkerpop git commit: Updated instructions on how to process a single AsciiDoc file. - posted by ok...@apache.org on 2016/06/20 20:37:49 UTC, 0 replies.
- [19/20] tinkerpop git commit: doc updates. - posted by ok...@apache.org on 2016/06/20 20:37:50 UTC, 0 replies.
- [20/20] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/20 20:37:51 UTC, 0 replies.
- tinkerpop git commit: added RESTRemoteConnectionTest which tests RESTRemoteConnection in gremlin_rest_driver. It uses Jython to evaluate a Gremlin-Python traversal against a running GremlinServer. - posted by ok...@apache.org on 2016/06/20 21:49:59 UTC, 0 replies.
- tinkerpop git commit: Python translators now have source/targetLanguage fields like Java translators. sourceLanguage = hostLanguage -- targetLanguage = executionLanguage. Updated docs to reflect this new terminology. - posted by ok...@apache.org on 2016/06/21 00:05:38 UTC, 0 replies.
- tinkerpop git commit: TranslationStrategy and RemoteStrategy now play on each other. If TranslationStrategy is using a RemoteGraph, it does not compile the traversal. If RemoteStrategy notes a TranslationStrategy, it creates a ScriptTraversal to be sent - posted by ok...@apache.org on 2016/06/21 14:37:49 UTC, 0 replies.
- tinkerpop git commit: realized why various providers OPT_OUT of a particular OrderTest. The traversal should be compiled and then setLimit() called. CTR. - posted by ok...@apache.org on 2016/06/21 14:54:50 UTC, 0 replies.
- [1/2] tinkerpop git commit: realized why various providers OPT_OUT of a particular OrderTest. The traversal should be compiled and then setLimit() called. CTR. - posted by ok...@apache.org on 2016/06/21 14:55:48 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/21 14:55:49 UTC, 1 replies.
- tinkerpop git commit: Fixed up TraversalOpProcessor to use HaltedTraversalStrategy to decide detachement with ReferenceFactory being the default (as before). This allowed me to open uup a bunch more OPT_OUT tests on RemoteGraph. - posted by ok...@apache.org on 2016/06/21 17:43:21 UTC, 1 replies.
- [1/2] tinkerpop git commit: Fixed up TraversalOpProcessor to use HaltedTraversalStrategy to decide detachement with ReferenceFactory being the default (as before). This allowed me to open uup a bunch more OPT_OUT tests on RemoteGraph. - posted by ok...@apache.org on 2016/06/21 18:07:53 UTC, 0 replies.
- tinkerpop git commit: added JavaDoc to new TraversalStrategy.getStrategy() and overrode the default implementation in DefaultTraversalStrategies. - posted by ok...@apache.org on 2016/06/21 20:50:41 UTC, 0 replies.
- tinkerpop git commit: made things safer -- not longer wraps by step name, but by character. much cleaner. - posted by ok...@apache.org on 2016/06/21 22:44:23 UTC, 0 replies.
- [1/6] tinkerpop git commit: TraversalExplanation now supports word wrapping and VertexProgamStep.toStrings() have GraphFilter information attached. - posted by ok...@apache.org on 2016/06/21 22:46:02 UTC, 0 replies.
- [2/6] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1332 - posted by ok...@apache.org on 2016/06/21 22:46:03 UTC, 0 replies.
- [3/6] tinkerpop git commit: TraversalExplanation now how prettyPrint(), prettyPrint(int maxLineLength), and toString(). Console will detect a TraversalExplaination and use prettyPrint(TerminalFactory.get().getWidth()). If the TerminalFactory is 'bad' the - posted by ok...@apache.org on 2016/06/21 22:46:04 UTC, 0 replies.
- [4/6] tinkerpop git commit: made things safer -- not longer wraps by step name, but by character. much cleaner. - posted by ok...@apache.org on 2016/06/21 22:46:05 UTC, 0 replies.
- [5/6] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1332 - posted by ok...@apache.org on 2016/06/21 22:46:06 UTC, 0 replies.
- [6/6] tinkerpop git commit: updated CHANGELOG. - posted by ok...@apache.org on 2016/06/21 22:46:07 UTC, 0 replies.
- tinkerpop git commit: stubbed GremlinJythonScriptEngine. We should generzlize all the import work in Gremlin-Groovy so other languages can use it. Moreover, I think we should generalize the :plugin model as well. --- I know, suuuuucks. cc/ @spmallette. - posted by ok...@apache.org on 2016/06/22 14:33:40 UTC, 0 replies.
- [1/2] tinkerpop git commit: gremlin_python: generate/build/deps before tests - posted by ok...@apache.org on 2016/06/22 15:49:56 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'python_test_fix' of https://github.com/leifurhauks/incubator-tinkerpop into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/22 15:49:57 UTC, 0 replies.
- [1/4] tinkerpop git commit: add license boilerplate to __version__ - posted by ok...@apache.org on 2016/06/22 16:05:06 UTC, 0 replies.
- [2/4] tinkerpop git commit: added GremlinJythonScriptEngineFactory to META-INF and created a test case stub. - posted by ok...@apache.org on 2016/06/22 16:05:07 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'python_version_license_boilerplate' of https://github.com/leifurhauks/incubator-tinkerpop into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/22 16:05:08 UTC, 0 replies.
- [4/4] tinkerpop git commit: updated .gitignore to be global to tinkerpop -- py compiled class stuff. - posted by ok...@apache.org on 2016/06/22 16:05:09 UTC, 0 replies.
- [1/2] tinkerpop git commit: added an architecture diagram for gremlin-variants. - posted by ok...@apache.org on 2016/06/22 18:11:41 UTC, 0 replies.
- [2/2] tinkerpop git commit: added an architecture diagram for gremlin-variants. - posted by ok...@apache.org on 2016/06/22 18:11:42 UTC, 0 replies.
- [1/6] tinkerpop git commit: removed gremlin-variants/ and created gremlin-python. Reorganized lots of things given new insights. A few sucky things to work out. Need @spmallette help -- packaging, testing issues. Really cool stuff. - posted by ok...@apache.org on 2016/06/22 20:50:18 UTC, 0 replies.
- [2/6] tinkerpop git commit: removed gremlin-variants/ and created gremlin-python. Reorganized lots of things given new insights. A few sucky things to work out. Need @spmallette help -- packaging, testing issues. Really cool stuff. - posted by ok...@apache.org on 2016/06/22 20:50:19 UTC, 0 replies.
- [3/6] tinkerpop git commit: removed gremlin-variants/ and created gremlin-python. Reorganized lots of things given new insights. A few sucky things to work out. Need @spmallette help -- packaging, testing issues. Really cool stuff. - posted by ok...@apache.org on 2016/06/22 20:50:20 UTC, 0 replies.
- [4/6] tinkerpop git commit: removed gremlin-variants/ and created gremlin-python. Reorganized lots of things given new insights. A few sucky things to work out. Need @spmallette help -- packaging, testing issues. Really cool stuff. - posted by ok...@apache.org on 2016/06/22 20:50:21 UTC, 0 replies.
- [5/6] tinkerpop git commit: removed gremlin-variants/ and created gremlin-python. Reorganized lots of things given new insights. A few sucky things to work out. Need @spmallette help -- packaging, testing issues. Really cool stuff. - posted by ok...@apache.org on 2016/06/22 20:50:22 UTC, 0 replies.
- [6/6] tinkerpop git commit: removed gremlin-variants/ and created gremlin-python. Reorganized lots of things given new insights. A few sucky things to work out. Need @spmallette help -- packaging, testing issues. Really cool stuff. - posted by ok...@apache.org on 2016/06/22 20:50:23 UTC, 0 replies.
- tinkerpop git commit: cleaned up gremlin-python pom.xml ... minor nothings. - posted by ok...@apache.org on 2016/06/22 23:32:49 UTC, 0 replies.
- tinkerpop git commit: created CoreImports in gremlin-core which has getImportClasses(), getImportMethods(), getImportEnums() which is used by GremlinJythonScriptEngine, but should be used by GremlinGroovyScriptEngine as well and all subsequent GremlinXXX - posted by ok...@apache.org on 2016/06/23 14:55:57 UTC, 0 replies.
- tinkerpop git commit: added SymbolHelper to gremlin_python so more than just groovy_translator can use it. - posted by ok...@apache.org on 2016/06/23 19:22:43 UTC, 0 replies.
- [1/2] tinkerpop git commit: Okay, this is massive. We now have groovy_translator.py and jython_translator.py. One is targed for GremlinGroovyScriptEngine from Python and the other is targeted for GremlinJythonScriptEngine from Python. I had to redo the w - posted by ok...@apache.org on 2016/06/23 21:47:17 UTC, 0 replies.
- [2/2] tinkerpop git commit: Okay, this is massive. We now have groovy_translator.py and jython_translator.py. One is targed for GremlinGroovyScriptEngine from Python and the other is targeted for GremlinJythonScriptEngine from Python. I had to redo the w - posted by ok...@apache.org on 2016/06/23 21:47:18 UTC, 0 replies.
- tinkerpop git commit: IMPORT_STATICS is back to Random choice at test time. - posted by ok...@apache.org on 2016/06/23 23:11:11 UTC, 0 replies.
- tinkerpop git commit: Lambda now breaks up its internal subclasses into ZeroArgLambda, OneArgLambda, and TwoArgLambda. This makes it easy for Jython to extend these classes to wrap Python lambdas as Java8 functions. Finally have PythonJythonTranslatorTe - posted by ok...@apache.org on 2016/06/27 13:56:15 UTC, 0 replies.
- tinkerpop git commit: smart about GLOBAL_SCOPE vs. ENGINE_SCOPE and context bindings. - posted by ok...@apache.org on 2016/06/27 14:18:26 UTC, 0 replies.
- [1/4] tinkerpop git commit: gremlin_python.py is now graph_traversal.py and traversal.py. Added statics.py which holds all statics and has nice load_statics() and unload_statics() methods. Converging on the pattern... Funny enough, the pattern is identic - posted by ok...@apache.org on 2016/06/27 16:12:48 UTC, 0 replies.
- [2/4] tinkerpop git commit: gremlin_python.py is now graph_traversal.py and traversal.py. Added statics.py which holds all statics and has nice load_statics() and unload_statics() methods. Converging on the pattern... Funny enough, the pattern is identic - posted by ok...@apache.org on 2016/06/27 16:12:49 UTC, 0 replies.
- [3/4] tinkerpop git commit: gremlin_python.py is now graph_traversal.py and traversal.py. Added statics.py which holds all statics and has nice load_statics() and unload_statics() methods. Converging on the pattern... Funny enough, the pattern is identic - posted by ok...@apache.org on 2016/06/27 16:12:50 UTC, 0 replies.
- [4/4] tinkerpop git commit: gremlin_python.py is now graph_traversal.py and traversal.py. Added statics.py which holds all statics and has nice load_statics() and unload_statics() methods. Converging on the pattern... Funny enough, the pattern is identic - posted by ok...@apache.org on 2016/06/27 16:12:51 UTC, 0 replies.
- tinkerpop git commit: simplified next() model and added Traversal.next(amount). - posted by ok...@apache.org on 2016/06/27 17:44:33 UTC, 0 replies.
- tinkerpop git commit: have RESTRemoteConnectionTest working against both gremlin-groovy and gremlin-jython. What is neat is that GremlinServer is configured with two ScriptEngines. - posted by ok...@apache.org on 2016/06/27 18:25:14 UTC, 0 replies.
- tinkerpop git commit: Gremlin-Groovy and Gremlin-Jython (jython) have different semantics around ScriptContext... dar. However, I think that GremlinServer's test suite is bad using GLOBAL_SCOPE -- should use ENGINE_SCOPE. - posted by ok...@apache.org on 2016/06/27 18:32:32 UTC, 0 replies.
- tinkerpop git commit: removed generate-modern.py ... another semantic issue between Groovy and Jython ScriptEngines. Workaround is easy as long as gremlin-groovy is also loaded with gremlin-python in GremlinServer yaml. - posted by ok...@apache.org on 2016/06/27 18:44:43 UTC, 0 replies.
- tinkerpop git commit: opened up a couple more tests in Gremlin-Python. Weird -- Python long doesn't eq() correctly with Java long. However, Python int and String do. Had to do some tricky coercion to make it work. - posted by ok...@apache.org on 2016/06/27 21:52:31 UTC, 0 replies.
- tinkerpop git commit: Jython was selecting the wrong GraphTraversal.property() method and thus, updated GraphTraversal and __ to do a check on the first argument to see if a reroute is needed. Similar things have been done to both GraphTraversal and __ m - posted by ok...@apache.org on 2016/06/27 22:32:39 UTC, 0 replies.
- tinkerpop git commit: Enhanced pre-processor output for failure cases. - posted by dk...@apache.org on 2016/06/28 12:03:04 UTC, 0 replies.
- tinkerpop git commit: Force startedIterating before sleep - posted by sp...@apache.org on 2016/06/28 12:46:06 UTC, 0 replies.
- tinkerpop git commit: minor correction; code was using a test file instead of the actual output file - posted by dk...@apache.org on 2016/06/28 15:23:24 UTC, 0 replies.
- [1/3] tinkerpop git commit: Enhanced pre-processor output for failure cases. - posted by dk...@apache.org on 2016/06/28 16:25:48 UTC, 0 replies.
- [2/3] tinkerpop git commit: minor correction; code was using a test file instead of the actual output file - posted by dk...@apache.org on 2016/06/28 16:25:49 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1071' - posted by dk...@apache.org on 2016/06/28 16:25:50 UTC, 0 replies.
- tinkerpop git commit: added RepeatUnrollStrategy for when the loop amount is known at compile time. Fixed a bug in BranchStep around child integration. - posted by ok...@apache.org on 2016/06/28 16:44:39 UTC, 0 replies.
- tinkerpop git commit: Cancellation of a timeout should occur in existing thread pool - posted by sp...@apache.org on 2016/06/28 18:02:08 UTC, 0 replies.
- tinkerpop git commit: came up with a nice optimization. If the step after the repeat() is a Barrier, then there is no need to add a NoOpBarrier on the last loop serialization. Also, discovered a severe clone() bug in AbstractStep around label cloning. Ca - posted by ok...@apache.org on 2016/06/28 19:03:22 UTC, 0 replies.
- tinkerpop git commit: Fixed a problem with how timeouts were scheduled in GremlinExecutor - posted by sp...@apache.org on 2016/06/28 20:22:02 UTC, 0 replies.
- tinkerpop git commit: took into account a @dkuppitz comment about not checking for hasStepOfAssignableClass as it just wastes clock cycles. Also, came up with a cleaner algorithm for determing whether the final NoOpBarrierStep should be added or not. Fas - posted by ok...@apache.org on 2016/06/28 20:42:48 UTC, 0 replies.
- tinkerpop git commit: learned how to used Enclosed.class to have parameterized and non-parameterized sections of a test. I think all our Strategy tests should have a 'isFaster' test to ensure that our optimizations are actually making things faster. cc/ - posted by ok...@apache.org on 2016/06/28 20:58:49 UTC, 0 replies.
- tinkerpop git commit: shouldBeFaster() in both RepeatUnrollStrategyTest and IdentityRemovalStrategyTest now do parameter sweeps and test a broader range of behaviors. - posted by ok...@apache.org on 2016/06/28 21:23:56 UTC, 0 replies.
- [1/2] tinkerpop git commit: finalized parameters. minor nothing. - posted by ok...@apache.org on 2016/06/28 23:25:26 UTC, 0 replies.
- [2/2] tinkerpop git commit: StepTranslator is being created. This is a half-committ as this is tedious work that I don't want to lose. - posted by ok...@apache.org on 2016/06/28 23:25:27 UTC, 0 replies.
- tinkerpop git commit: more tedium work -- half-commit .. about 1/2 way done with StepTranslator. - posted by ok...@apache.org on 2016/06/29 00:53:23 UTC, 0 replies.
- tinkerpop git commit: moer work on Symbols and StepTranslator...the endless tedium..... EmptyGraphTravesal is never used and has no real purpose -- removed. - posted by ok...@apache.org on 2016/06/29 03:23:35 UTC, 0 replies.
- [1/2] tinkerpop git commit: StepTranslator complete. Both TinkerGraph STANDARD and COMPUTER tests pass in full. That was intense. Still lots more to do... - posted by ok...@apache.org on 2016/06/29 14:19:58 UTC, 0 replies.
- [2/2] tinkerpop git commit: StepTranslator complete. Both TinkerGraph STANDARD and COMPUTER tests pass in full. That was intense. Still lots more to do... - posted by ok...@apache.org on 2016/06/29 14:19:59 UTC, 0 replies.
- tinkerpop git commit: Refactored traversal strategy performance tests. - posted by dk...@apache.org on 2016/06/29 15:09:09 UTC, 0 replies.
- tinkerpop git commit: added missing license header - posted by dk...@apache.org on 2016/06/29 16:08:25 UTC, 0 replies.
- tinkerpop git commit: adding source and spawns to StepTranslator... tedium to the core. - posted by ok...@apache.org on 2016/06/29 16:16:24 UTC, 0 replies.
- tinkerpop git commit: prevent division by zero - posted by dk...@apache.org on 2016/06/29 18:43:45 UTC, 0 replies.
- tinkerpop git commit: Fixed logic in ConnectionPool that was preventing it from growing. - posted by sp...@apache.org on 2016/06/29 19:16:17 UTC, 0 replies.
- tinkerpop git commit: committing what I have thus far on the Translator refactor so I don't lose it. The standard StepTranslator is working great -- something is hose with the language translators -- really peculiar case where it only fails at g.V(x) and - posted by ok...@apache.org on 2016/06/29 19:20:04 UTC, 0 replies.
- tinkerpop git commit: a repeat()-step test was named wrong. minor nothing. - posted by ok...@apache.org on 2016/06/29 21:59:19 UTC, 0 replies.
- tinkerpop git commit: tada. found the bug. jesus -- what a waste of a day. damn you kuppitz. - posted by ok...@apache.org on 2016/06/29 23:11:52 UTC, 0 replies.
- [1/5] tinkerpop git commit: Force startedIterating before sleep - posted by ok...@apache.org on 2016/06/29 23:28:00 UTC, 0 replies.
- [2/5] tinkerpop git commit: Enhanced pre-processor output for failure cases. - posted by ok...@apache.org on 2016/06/29 23:28:01 UTC, 0 replies.
- [3/5] tinkerpop git commit: minor correction; code was using a test file instead of the actual output file - posted by ok...@apache.org on 2016/06/29 23:28:02 UTC, 0 replies.
- [4/5] tinkerpop git commit: Merge branch 'TINKERPOP-1071' - posted by ok...@apache.org on 2016/06/29 23:28:03 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/29 23:28:04 UTC, 0 replies.
- tinkerpop git commit: Removed potential for NPEs when validating IDs given to vertices()/edges() - posted by sp...@apache.org on 2016/06/30 09:51:01 UTC, 0 replies.
- [01/10] tinkerpop git commit: added RepeatUnrollStrategy for when the loop amount is known at compile time. Fixed a bug in BranchStep around child integration. - posted by ok...@apache.org on 2016/06/30 13:16:14 UTC, 0 replies.
- [02/10] tinkerpop git commit: came up with a nice optimization. If the step after the repeat() is a Barrier, then there is no need to add a NoOpBarrier on the last loop serialization. Also, discovered a severe clone() bug in AbstractStep around label clo - posted by ok...@apache.org on 2016/06/30 13:16:15 UTC, 0 replies.
- [03/10] tinkerpop git commit: took into account a @dkuppitz comment about not checking for hasStepOfAssignableClass as it just wastes clock cycles. Also, came up with a cleaner algorithm for determing whether the final NoOpBarrierStep should be added or - posted by ok...@apache.org on 2016/06/30 13:16:16 UTC, 0 replies.
- [04/10] tinkerpop git commit: learned how to used Enclosed.class to have parameterized and non-parameterized sections of a test. I think all our Strategy tests should have a 'isFaster' test to ensure that our optimizations are actually making things fast - posted by ok...@apache.org on 2016/06/30 13:16:17 UTC, 0 replies.
- [05/10] tinkerpop git commit: shouldBeFaster() in both RepeatUnrollStrategyTest and IdentityRemovalStrategyTest now do parameter sweeps and test a broader range of behaviors. - posted by ok...@apache.org on 2016/06/30 13:16:18 UTC, 0 replies.
- [06/10] tinkerpop git commit: Refactored traversal strategy performance tests. - posted by ok...@apache.org on 2016/06/30 13:16:19 UTC, 0 replies.
- [07/10] tinkerpop git commit: added missing license header - posted by ok...@apache.org on 2016/06/30 13:16:20 UTC, 0 replies.
- [08/10] tinkerpop git commit: prevent division by zero - posted by ok...@apache.org on 2016/06/30 13:16:21 UTC, 0 replies.
- [09/10] tinkerpop git commit: Merge branch 'TINKERPOP-1349' - posted by ok...@apache.org on 2016/06/30 13:16:22 UTC, 0 replies.
- [10/10] tinkerpop git commit: updated changelog. - posted by ok...@apache.org on 2016/06/30 13:16:23 UTC, 0 replies.
- svn commit: r1750796 - /tinkerpop/site/index.html - posted by ok...@apache.org on 2016/06/30 13:29:02 UTC, 0 replies.
- [01/11] tinkerpop git commit: added RepeatUnrollStrategy for when the loop amount is known at compile time. Fixed a bug in BranchStep around child integration. - posted by ok...@apache.org on 2016/06/30 13:44:59 UTC, 0 replies.
- [02/11] tinkerpop git commit: came up with a nice optimization. If the step after the repeat() is a Barrier, then there is no need to add a NoOpBarrier on the last loop serialization. Also, discovered a severe clone() bug in AbstractStep around label clo - posted by ok...@apache.org on 2016/06/30 13:45:00 UTC, 0 replies.
- [03/11] tinkerpop git commit: took into account a @dkuppitz comment about not checking for hasStepOfAssignableClass as it just wastes clock cycles. Also, came up with a cleaner algorithm for determing whether the final NoOpBarrierStep should be added or - posted by ok...@apache.org on 2016/06/30 13:45:01 UTC, 0 replies.
- [04/11] tinkerpop git commit: learned how to used Enclosed.class to have parameterized and non-parameterized sections of a test. I think all our Strategy tests should have a 'isFaster' test to ensure that our optimizations are actually making things fast - posted by ok...@apache.org on 2016/06/30 13:45:02 UTC, 0 replies.
- [05/11] tinkerpop git commit: shouldBeFaster() in both RepeatUnrollStrategyTest and IdentityRemovalStrategyTest now do parameter sweeps and test a broader range of behaviors. - posted by ok...@apache.org on 2016/06/30 13:45:03 UTC, 0 replies.
- [06/11] tinkerpop git commit: Refactored traversal strategy performance tests. - posted by ok...@apache.org on 2016/06/30 13:45:04 UTC, 0 replies.
- [07/11] tinkerpop git commit: added missing license header - posted by ok...@apache.org on 2016/06/30 13:45:05 UTC, 0 replies.
- [08/11] tinkerpop git commit: prevent division by zero - posted by ok...@apache.org on 2016/06/30 13:45:06 UTC, 0 replies.
- [09/11] tinkerpop git commit: Merge branch 'TINKERPOP-1349' - posted by ok...@apache.org on 2016/06/30 13:45:07 UTC, 0 replies.
- [10/11] tinkerpop git commit: updated changelog. - posted by ok...@apache.org on 2016/06/30 13:45:08 UTC, 0 replies.
- [11/11] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/06/30 13:45:09 UTC, 0 replies.
- [1/5] tinkerpop git commit: Improved performance of TinkerGraph around element lookup. - posted by sp...@apache.org on 2016/06/30 15:23:04 UTC, 0 replies.
- [2/5] tinkerpop git commit: Made TinkerGraph validate that ids be homogeneous up front. - posted by sp...@apache.org on 2016/06/30 15:23:05 UTC, 0 replies.
- [3/5] tinkerpop git commit: Updated changelog. - posted by sp...@apache.org on 2016/06/30 15:23:06 UTC, 0 replies.
- [4/5] tinkerpop git commit: Removed potential for NPEs when validating IDs given to vertices()/edges() - posted by sp...@apache.org on 2016/06/30 15:23:07 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1063' into tp31 - posted by sp...@apache.org on 2016/06/30 15:23:08 UTC, 0 replies.
- [1/8] tinkerpop git commit: Improved performance of TinkerGraph around element lookup. - posted by sp...@apache.org on 2016/06/30 15:49:27 UTC, 0 replies.
- [2/8] tinkerpop git commit: Made TinkerGraph validate that ids be homogeneous up front. - posted by sp...@apache.org on 2016/06/30 15:49:28 UTC, 0 replies.
- [3/8] tinkerpop git commit: Updated changelog. - posted by sp...@apache.org on 2016/06/30 15:49:29 UTC, 0 replies.
- [4/8] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. - posted by sp...@apache.org on 2016/06/30 15:49:30 UTC, 0 replies.
- [5/8] tinkerpop git commit: Cancellation of a timeout should occur in existing thread pool - posted by sp...@apache.org on 2016/06/30 15:49:31 UTC, 0 replies.
- [6/8] tinkerpop git commit: Removed potential for NPEs when validating IDs given to vertices()/edges() - posted by sp...@apache.org on 2016/06/30 15:49:32 UTC, 0 replies.
- [7/8] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1063' into tp31 - posted by sp...@apache.org on 2016/06/30 15:49:33 UTC, 0 replies.
- [8/8] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/06/30 15:49:34 UTC, 0 replies.
- tinkerpop git commit: Added more invalid binding keys to Gremlin Server OpProcessor validation. - posted by sp...@apache.org on 2016/06/30 17:10:16 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: the latest up-merge from tp31 had a minor bug. - posted by sp...@apache.org on 2016/06/30 17:33:30 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: so strange. I knew this didn't work, but the tests passed locally and now they don't. I think I had some cached classes or something weird -- sorry for the broken tp31/ build. CTR. - posted by sp...@apache.org on 2016/06/30 17:33:31 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: This closes #333 - posted by sp...@apache.org on 2016/06/30 17:33:32 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: Fixed a bug introduced at 3f8577596dee49493a75b039bf16e2e3f8e92793 - posted by sp...@apache.org on 2016/06/30 17:33:33 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: TraversalExplanation now supports word wrapping and VertexProgamStep.toStrings() have GraphFilter information attached. - posted by sp...@apache.org on 2016/06/30 17:33:34 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/06/30 17:33:35 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1332 - posted by sp...@apache.org on 2016/06/30 17:33:36 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: Remove reference to the third by() on group() docs CTR - posted by sp...@apache.org on 2016/06/30 17:33:37 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/06/30 17:33:38 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: Added the secretary email to the committer invite template - posted by sp...@apache.org on 2016/06/30 17:33:39 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/06/30 17:33:40 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: Moved hadoop-gremlin provider documentation to the provider docs CTR - posted by sp...@apache.org on 2016/06/30 17:33:41 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/06/30 17:33:42 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: Re-assigned step labels as appropriate in SubgraphStrategy. - posted by sp...@apache.org on 2016/06/30 17:33:43 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: Added a NOTE to the centrality recipe to clarify the usage of by() CTR - posted by sp...@apache.org on 2016/06/30 17:33:44 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/06/30 17:33:45 UTC, 0 replies.
- [17/50] [abbrv] tinkerpop git commit: Added docs for Neo4j HA configuration. - posted by sp...@apache.org on 2016/06/30 17:33:46 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: Log `mvn clean install` install into file and show the last 100 lines in case of an error. - posted by sp...@apache.org on 2016/06/30 17:33:47 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: TraversalExplanation now how prettyPrint(), prettyPrint(int maxLineLength), and toString(). Console will detect a TraversalExplaination and use prettyPrint(TerminalFactory.get().getWidth()). If the TerminalFactory is - posted by sp...@apache.org on 2016/06/30 17:33:48 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: Fixed path to log file for `bin/validate-distribution.sh` and log only errors in `mvn clean install`. - posted by sp...@apache.org on 2016/06/30 17:33:49 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' - posted by sp...@apache.org on 2016/06/30 17:33:50 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-939' into tp31 - posted by sp...@apache.org on 2016/06/30 17:33:51 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/06/30 17:33:52 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. - posted by sp...@apache.org on 2016/06/30 17:33:53 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. - posted by sp...@apache.org on 2016/06/30 17:33:54 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: Updated instructions on how to process a single AsciiDoc file. - posted by sp...@apache.org on 2016/06/30 17:33:55 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: realized why various providers OPT_OUT of a particular OrderTest. The traversal should be compiled and then setLimit() called. CTR. - posted by sp...@apache.org on 2016/06/30 17:33:56 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: Fixed up TraversalOpProcessor to use HaltedTraversalStrategy to decide detachement with ReferenceFactory being the default (as before). This allowed me to open uup a bunch more OPT_OUT tests on RemoteGraph. - posted by sp...@apache.org on 2016/06/30 17:33:57 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: made things safer -- not longer wraps by step name, but by character. much cleaner. - posted by sp...@apache.org on 2016/06/30 17:33:58 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1332 - posted by sp...@apache.org on 2016/06/30 17:33:59 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: updated CHANGELOG. - posted by sp...@apache.org on 2016/06/30 17:34:00 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: Force startedIterating before sleep - posted by sp...@apache.org on 2016/06/30 17:34:01 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: Enhanced pre-processor output for failure cases. - posted by sp...@apache.org on 2016/06/30 17:34:02 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: minor correction; code was using a test file instead of the actual output file - posted by sp...@apache.org on 2016/06/30 17:34:03 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1071' - posted by sp...@apache.org on 2016/06/30 17:34:04 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: Frame up for GraphSON 2.0 - posted by sp...@apache.org on 2016/06/30 17:34:05 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: Frame up for GraphSON 2.0 - posted by sp...@apache.org on 2016/06/30 17:34:06 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: TINKERPOP-1274: GraphSON 2.0. - posted by sp...@apache.org on 2016/06/30 17:34:07 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: TINKERPOP-1274: GraphSON 2.0. - posted by sp...@apache.org on 2016/06/30 17:34:08 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: TINKERPOP-1274: GraphSON 2.0. - posted by sp...@apache.org on 2016/06/30 17:34:09 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: TINKERPOP-1274: GraphSON 2.0. - posted by sp...@apache.org on 2016/06/30 17:34:10 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: Fixed GraphSONMessageSerializer tests. - posted by sp...@apache.org on 2016/06/30 17:34:11 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: Changed GraphSONMapper constructor - posted by sp...@apache.org on 2016/06/30 17:34:12 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: Fixed wildcard imports. - posted by sp...@apache.org on 2016/06/30 17:34:13 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: Added CHANGELOG entry and 'reference' docs. - posted by sp...@apache.org on 2016/06/30 17:34:14 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: Added upgrade docs. - posted by sp...@apache.org on 2016/06/30 17:34:15 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: Added Graph drivers docs. - posted by sp...@apache.org on 2016/06/30 17:34:16 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: Parameterized some tests, re-wrote the IO tests. - posted by sp...@apache.org on 2016/06/30 17:34:17 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: Improved typed GraphSON deser tests. - posted by sp...@apache.org on 2016/06/30 17:34:18 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1274' of https://github.com/newkek/incubator-tinkerpop into TINKERPOP-1274 - posted by sp...@apache.org on 2016/06/30 17:34:19 UTC, 0 replies.
- [1/3] tinkerpop git commit: Fixed bug in driver where the client would unecessarily replace Connections. - posted by sp...@apache.org on 2016/06/30 21:16:57 UTC, 0 replies.
- [2/3] tinkerpop git commit: Fixed bug in driver where the client would unecessarily replace Connections. - posted by sp...@apache.org on 2016/06/30 21:16:58 UTC, 0 replies.
- [3/3] tinkerpop git commit: Fixed bug in driver where the client would unecessarily replace Connections. - posted by sp...@apache.org on 2016/06/30 21:16:59 UTC, 0 replies.
- [1/2] tinkerpop git commit: Uncommented some tests that were accidentally commented out. - posted by sp...@apache.org on 2016/06/30 21:39:04 UTC, 0 replies.
- [2/2] tinkerpop git commit: Uncommented some tests that were accidentally commented out. - posted by sp...@apache.org on 2016/06/30 21:39:05 UTC, 0 replies.
- tinkerpop git commit: Prevents connections from exceeding max size in the driver. - posted by sp...@apache.org on 2016/06/30 21:40:33 UTC, 0 replies.
- tinkerpop git commit: Increased settings on Cluster creation in test. - posted by sp...@apache.org on 2016/06/30 23:53:20 UTC, 0 replies.