You are viewing a plain text version of this content. The canonical link for it is here.
- [1/5] tinkerpop git commit: fixed a bug in Bytecode bindings where anonymous traversals were not aware of parent Bindings. The solution sorta sucks...but I don't know how else to do it. Added test cases to verify anonymous traversal binding usage. - posted by ok...@apache.org on 2016/12/01 13:38:28 UTC, 0 replies.
- [2/5] tinkerpop git commit: Javadoc tweak. - posted by ok...@apache.org on 2016/12/01 13:38:29 UTC, 0 replies.
- [3/5] tinkerpop git commit: found a bug in GraphFilterStrategyTest that caused the bindings to get messed up. Basically, a ) was missing and until() was inside the repeat(). - posted by ok...@apache.org on 2016/12/01 13:38:30 UTC, 0 replies.
- [4/5] tinkerpop git commit: sorry for the late tweak. Here is the thing. With then new Bindings model, you don't need withBindings() in Gremlin-Java. And, moreoever, it was never used in Gremlin-Python (or any script-based GLV). Thus, its pointless. Depr - posted by ok...@apache.org on 2016/12/01 13:38:31 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge branch 'TINKERPOP-1573' into tp32 - posted by ok...@apache.org on 2016/12/01 13:38:32 UTC, 0 replies.
- [1/6] tinkerpop git commit: fixed a bug in Bytecode bindings where anonymous traversals were not aware of parent Bindings. The solution sorta sucks...but I don't know how else to do it. Added test cases to verify anonymous traversal binding usage. - posted by ok...@apache.org on 2016/12/01 13:38:43 UTC, 0 replies.
- [2/6] tinkerpop git commit: Javadoc tweak. - posted by ok...@apache.org on 2016/12/01 13:38:44 UTC, 0 replies.
- [3/6] tinkerpop git commit: found a bug in GraphFilterStrategyTest that caused the bindings to get messed up. Basically, a ) was missing and until() was inside the repeat(). - posted by ok...@apache.org on 2016/12/01 13:38:45 UTC, 0 replies.
- [4/6] tinkerpop git commit: sorry for the late tweak. Here is the thing. With then new Bindings model, you don't need withBindings() in Gremlin-Java. And, moreoever, it was never used in Gremlin-Python (or any script-based GLV). Thus, its pointless. Depr - posted by ok...@apache.org on 2016/12/01 13:38:46 UTC, 0 replies.
- [5/6] tinkerpop git commit: Merge branch 'TINKERPOP-1573' into tp32 - posted by ok...@apache.org on 2016/12/01 13:38:47 UTC, 0 replies.
- [6/6] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/12/01 13:38:48 UTC, 0 replies.
- [01/48] tinkerpop git commit: check for long type in Int32 serializer [Forced Update!] - posted by sp...@apache.org on 2016/12/01 15:33:29 UTC, 0 replies.
- [02/48] tinkerpop git commit: found a bug in PJacksonDeserializer around var arg handling. I thought that I had TINKERPOP-1567 fixed until I did a manual test and realized that GraphSONTranslator bypass var args and creates Collection -- which is correct - posted by sp...@apache.org on 2016/12/01 15:33:30 UTC, 0 replies.
- [03/48] tinkerpop git commit: Merge branch 'TINKERPOP-1561' into tp32 - posted by sp...@apache.org on 2016/12/01 15:33:31 UTC, 0 replies.
- [04/48] tinkerpop git commit: updated CHANGELOG. - posted by sp...@apache.org on 2016/12/01 15:33:32 UTC, 0 replies.
- [05/48] tinkerpop git commit: TINKERPOP-1562 Initial effort to deprecate ScriptEngines. - posted by sp...@apache.org on 2016/12/01 15:33:33 UTC, 0 replies.
- [06/48] tinkerpop git commit: TINKERPOP-1562 Add new Neo4j GremlinPlugin and deprecated old one - posted by sp...@apache.org on 2016/12/01 15:33:34 UTC, 0 replies.
- [07/48] tinkerpop git commit: TINKERPOP-1562 Deprecated TinkerGraphGremlinPlugin. - posted by sp...@apache.org on 2016/12/01 15:33:35 UTC, 0 replies.
- [08/48] tinkerpop git commit: TINKERPOP-1562 Fixed problems related to loading new/old plugins - posted by sp...@apache.org on 2016/12/01 15:33:36 UTC, 0 replies.
- [09/48] tinkerpop git commit: TINKERPOP-1562 Added SparkGremlinPlugin - posted by sp...@apache.org on 2016/12/01 15:33:37 UTC, 0 replies.
- [10/48] tinkerpop git commit: TINKERPOP-1562 More deprecation around methods on building GremlinExecutor that used ScriptEngines. - posted by sp...@apache.org on 2016/12/01 15:33:38 UTC, 0 replies.
- [11/48] tinkerpop git commit: TINKERPOP-1562 Added gremlin-console plugins under the new model. - posted by sp...@apache.org on 2016/12/01 15:33:39 UTC, 0 replies.
- [12/48] tinkerpop git commit: TINKERPOP-1562 Add new HadoopGremlinPlugin and deprecated the old. - posted by sp...@apache.org on 2016/12/01 15:33:40 UTC, 0 replies.
- [13/48] tinkerpop git commit: TINKERPOP-1562 Added new plugins for gremlin-groovy to replace deprecated ones. - posted by sp...@apache.org on 2016/12/01 15:33:41 UTC, 0 replies.
- [14/48] tinkerpop git commit: TINKERPOP-1562 Deprecated GiraphGremlinPlugin. - posted by sp...@apache.org on 2016/12/01 15:33:42 UTC, 0 replies.
- [15/48] tinkerpop git commit: TINKERPOP-1562 Minor changes to javadocs. - posted by sp...@apache.org on 2016/12/01 15:33:43 UTC, 0 replies.
- [16/48] tinkerpop git commit: TINKERPOP-1562 Rename "modules" as "plugin" - posted by sp...@apache.org on 2016/12/01 15:33:44 UTC, 0 replies.
- [17/48] tinkerpop git commit: TINKERPOP-1562 Moved GremlinServerGremlinModule to standard directory structure - posted by sp...@apache.org on 2016/12/01 15:33:45 UTC, 0 replies.
- [18/48] tinkerpop git commit: TINKERPOP-1562 Add GremlinModule for Giraph. - posted by sp...@apache.org on 2016/12/01 15:33:46 UTC, 0 replies.
- [19/48] tinkerpop git commit: TINKERPOP-1562 Add GreminServerGremlinModule for Gremlin Server specific imports - posted by sp...@apache.org on 2016/12/01 15:33:47 UTC, 0 replies.
- [20/48] tinkerpop git commit: TINKERPOP-1562 Change ScriptCustomizer to an interface. - posted by sp...@apache.org on 2016/12/01 15:33:48 UTC, 0 replies.
- [21/48] tinkerpop git commit: TINKERPOP-1562 Bring back GremlinModule and deprecate it. - posted by sp...@apache.org on 2016/12/01 15:33:49 UTC, 0 replies.
- [22/48] tinkerpop git commit: TINKERPOP-1562 Move RemoteAcceptor related stuff to gremlin-core. - posted by sp...@apache.org on 2016/12/01 15:33:50 UTC, 0 replies.
- [23/48] tinkerpop git commit: TINKERPOP-1562 Renamed GremlinModule to GremlinPlugin in gremlin-core - posted by sp...@apache.org on 2016/12/01 15:33:51 UTC, 0 replies.
- [24/48] tinkerpop git commit: TINKERPOP-1562 ImportCustomizer has become an interface - posted by sp...@apache.org on 2016/12/01 15:33:52 UTC, 0 replies.
- [25/48] tinkerpop git commit: TINKERPOP-1562 Start getting Console working with new plugin stuff - posted by sp...@apache.org on 2016/12/01 15:33:53 UTC, 0 replies.
- [26/48] tinkerpop git commit: TINKERPOP-1562 Deprecated Artifact - posted by sp...@apache.org on 2016/12/01 15:33:54 UTC, 0 replies.
- [27/48] tinkerpop git commit: TINKERPOP-1562 Change Set to List to preserve order in script execution. - posted by sp...@apache.org on 2016/12/01 15:33:55 UTC, 0 replies.
- [28/48] tinkerpop git commit: TINKERPOP-1562 Added JSR-223 packages in gremin-core to core javadoc - posted by sp...@apache.org on 2016/12/01 15:33:56 UTC, 0 replies.
- [29/48] tinkerpop git commit: TINKERPOP-1562 Make all groovy customizer providers straight Customizer instances - posted by sp...@apache.org on 2016/12/01 15:33:57 UTC, 0 replies.
- [30/48] tinkerpop git commit: TINKERPOP-1562 Update upgrade docs with ScriptEngine changes. - posted by sp...@apache.org on 2016/12/01 15:33:58 UTC, 0 replies.
- [31/48] tinkerpop git commit: TINKERPOP-1562 Hooked up GremlinJythonScriptEngine to Customizers - posted by sp...@apache.org on 2016/12/01 15:33:59 UTC, 0 replies.
- [32/48] tinkerpop git commit: TINKERPOP-1562 Deprecated plugin exceptions. - posted by sp...@apache.org on 2016/12/01 15:34:00 UTC, 0 replies.
- [33/48] tinkerpop git commit: TINKERPOP-1562 Fix yet another compilation error. - posted by sp...@apache.org on 2016/12/01 15:34:01 UTC, 0 replies.
- [34/48] tinkerpop git commit: TINKERPOP-1562 Moved CoreImports to jsr223 package. - posted by sp...@apache.org on 2016/12/01 15:34:02 UTC, 0 replies.
- [35/48] tinkerpop git commit: TINKERPOP-1562 Adapted CompilerCustomizerProvider to Customizer - posted by sp...@apache.org on 2016/12/01 15:34:03 UTC, 0 replies.
- [36/48] tinkerpop git commit: TINKERPOP-1562 Use List of files to preserve order in script customzier - posted by sp...@apache.org on 2016/12/01 15:34:04 UTC, 0 replies.
- [37/48] tinkerpop git commit: TINKERPOP-1562 Fixed a bad javadoc link - posted by sp...@apache.org on 2016/12/01 15:34:05 UTC, 0 replies.
- [38/48] tinkerpop git commit: TINKERPOP-1562 Added more tests for plugins/customizers - posted by sp...@apache.org on 2016/12/01 15:34:06 UTC, 0 replies.
- [39/48] tinkerpop git commit: TINKERPOP-1562 Hook up Console to do core imports under v3d3 - posted by sp...@apache.org on 2016/12/01 15:34:07 UTC, 0 replies.
- [40/48] tinkerpop git commit: TINKERPOP-1562 Added more tests for the GremlnPluginAdapter - posted by sp...@apache.org on 2016/12/01 15:34:08 UTC, 0 replies.
- [41/48] tinkerpop git commit: TINKERPOP=1562 Loaded "gremlin" imports in the scriptengines - posted by sp...@apache.org on 2016/12/01 15:34:09 UTC, 0 replies.
- [42/48] tinkerpop git commit: TINKERPOP-1562 Abstracted groovysh/io to GremlinShellEnvironment - posted by sp...@apache.org on 2016/12/01 15:34:10 UTC, 0 replies.
- [43/48] tinkerpop git commit: TINKERPOP-1562 Deprecated the CredentialGraph - posted by sp...@apache.org on 2016/12/01 15:34:11 UTC, 0 replies.
- [44/48] tinkerpop git commit: TINKERPOP-1562 Get customizers for both python and jython. - posted by sp...@apache.org on 2016/12/01 15:34:12 UTC, 0 replies.
- [45/48] tinkerpop git commit: TINKERPOP-1562 Moved ScriptEngineCache to jsr223 package. - posted by sp...@apache.org on 2016/12/01 15:34:13 UTC, 0 replies.
- [46/48] tinkerpop git commit: TINKERPOP-1562 Fixed the InstallCommand for new GremlinPlugin usage. - posted by sp...@apache.org on 2016/12/01 15:34:14 UTC, 0 replies.
- [47/48] tinkerpop git commit: TINKERPOP-1562 Deprecated GremlinGroovyScriptEngine.close() - posted by sp...@apache.org on 2016/12/01 15:34:15 UTC, 0 replies.
- [48/48] tinkerpop git commit: TINKERPOP-1562 Deprecated the DependencyManager. - posted by sp...@apache.org on 2016/12/01 15:34:16 UTC, 0 replies.
- tinkerpop git commit: Minor code formatting fixes CTR - posted by sp...@apache.org on 2016/12/01 17:58:13 UTC, 0 replies.
- tinkerpop git commit: Make javadoc deprecation message consistent rest of code base CTR - posted by sp...@apache.org on 2016/12/01 18:11:45 UTC, 0 replies.
- [1/2] tinkerpop git commit: Make javadoc deprecation message consistent rest of code base CTR - posted by sp...@apache.org on 2016/12/01 18:12:11 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/01 18:12:12 UTC, 15 replies.
- [1/2] tinkerpop git commit: Removed gremlin-benchmark from javadoc generation. - posted by sp...@apache.org on 2016/12/01 19:12:46 UTC, 0 replies.
- tinkerpop git commit: Removed gremlin-benchmark from javadoc generation. - posted by sp...@apache.org on 2016/12/01 19:12:54 UTC, 0 replies.
- tinkerpop git commit: added two complex tests; one for OLTP only, one for OLTP and OLAP - posted by dk...@apache.org on 2016/12/01 21:14:20 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows - posted by pl...@apache.org on 2016/12/02 02:48:10 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows - posted by pl...@apache.org on 2016/12/02 02:48:11 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31 - posted by pl...@apache.org on 2016/12/02 02:48:12 UTC, 0 replies.
- [1/4] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows - posted by pl...@apache.org on 2016/12/02 02:51:14 UTC, 0 replies.
- [2/4] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows - posted by pl...@apache.org on 2016/12/02 02:51:15 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31 - posted by pl...@apache.org on 2016/12/02 02:51:16 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by pl...@apache.org on 2016/12/02 02:51:17 UTC, 0 replies.
- [1/5] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows - posted by pl...@apache.org on 2016/12/02 03:20:01 UTC, 0 replies.
- [2/5] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows - posted by pl...@apache.org on 2016/12/02 03:20:02 UTC, 0 replies.
- [3/5] tinkerpop git commit: Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31 - posted by pl...@apache.org on 2016/12/02 03:20:03 UTC, 0 replies.
- [4/5] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by pl...@apache.org on 2016/12/02 03:20:04 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge branch 'tp32' - posted by pl...@apache.org on 2016/12/02 03:20:05 UTC, 2 replies.
- [01/50] tinkerpop git commit: found a bug in GraphFilterStrategyTest that caused the bindings to get messed up. Basically, a ) was missing and until() was inside the repeat(). [Forced Update!] - posted by sp...@apache.org on 2016/12/02 11:32:21 UTC, 0 replies.
- [02/50] tinkerpop git commit: sorry for the late tweak. Here is the thing. With then new Bindings model, you don't need withBindings() in Gremlin-Java. And, moreoever, it was never used in Gremlin-Python (or any script-based GLV). Thus, its pointless. De - posted by sp...@apache.org on 2016/12/02 11:32:22 UTC, 0 replies.
- [03/50] tinkerpop git commit: Merge branch 'TINKERPOP-1573' into tp32 - posted by sp...@apache.org on 2016/12/02 11:32:23 UTC, 0 replies.
- [04/50] tinkerpop git commit: Make javadoc deprecation message consistent rest of code base CTR - posted by sp...@apache.org on 2016/12/02 11:32:24 UTC, 0 replies.
- [05/50] tinkerpop git commit: Removed gremlin-benchmark from javadoc generation. - posted by sp...@apache.org on 2016/12/02 11:32:25 UTC, 0 replies.
- [06/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/12/02 11:32:26 UTC, 0 replies.
- [07/50] tinkerpop git commit: TINKERPOP-1562 Start getting Console working with new plugin stuff - posted by sp...@apache.org on 2016/12/02 11:32:27 UTC, 0 replies.
- [08/50] tinkerpop git commit: TINKERPOP-1562 Bring back GremlinModule and deprecate it. - posted by sp...@apache.org on 2016/12/02 11:32:28 UTC, 0 replies.
- [09/50] tinkerpop git commit: TINKERPOP-1562 Moved GremlinServerGremlinModule to standard directory structure - posted by sp...@apache.org on 2016/12/02 11:32:29 UTC, 0 replies.
- [10/50] tinkerpop git commit: TINKERPOP-1562 Initial effort to deprecate ScriptEngines. - posted by sp...@apache.org on 2016/12/02 11:32:30 UTC, 0 replies.
- [11/50] tinkerpop git commit: TINKERPOP-1562 Add GremlinModule for Giraph. - posted by sp...@apache.org on 2016/12/02 11:32:31 UTC, 0 replies.
- [12/50] tinkerpop git commit: TINKERPOP-1562 Add GreminServerGremlinModule for Gremlin Server specific imports - posted by sp...@apache.org on 2016/12/02 11:32:32 UTC, 0 replies.
- [13/50] tinkerpop git commit: TINKERPOP-1562 More deprecation around methods on building GremlinExecutor that used ScriptEngines. - posted by sp...@apache.org on 2016/12/02 11:32:33 UTC, 0 replies.
- [14/50] tinkerpop git commit: TINKERPOP-1562 Renamed GremlinModule to GremlinPlugin in gremlin-core - posted by sp...@apache.org on 2016/12/02 11:32:34 UTC, 0 replies.
- [15/50] tinkerpop git commit: TINKERPOP-1562 Move RemoteAcceptor related stuff to gremlin-core. - posted by sp...@apache.org on 2016/12/02 11:32:35 UTC, 0 replies.
- [16/50] tinkerpop git commit: TINKERPOP-1562 Deprecated GiraphGremlinPlugin. - posted by sp...@apache.org on 2016/12/02 11:32:36 UTC, 0 replies.
- [17/50] tinkerpop git commit: TINKERPOP-1562 Add new Neo4j GremlinPlugin and deprecated old one - posted by sp...@apache.org on 2016/12/02 11:32:37 UTC, 0 replies.
- [18/50] tinkerpop git commit: TINKERPOP-1562 Deprecated TinkerGraphGremlinPlugin. - posted by sp...@apache.org on 2016/12/02 11:32:38 UTC, 0 replies.
- [19/50] tinkerpop git commit: TINKERPOP-1562 Fixed problems related to loading new/old plugins - posted by sp...@apache.org on 2016/12/02 11:32:39 UTC, 0 replies.
- [20/50] tinkerpop git commit: TINKERPOP-1562 ImportCustomizer has become an interface - posted by sp...@apache.org on 2016/12/02 11:32:40 UTC, 0 replies.
- [21/50] tinkerpop git commit: TINKERPOP-1562 Added SparkGremlinPlugin - posted by sp...@apache.org on 2016/12/02 11:32:41 UTC, 0 replies.
- [22/50] tinkerpop git commit: TINKERPOP-1562 Added new plugins for gremlin-groovy to replace deprecated ones. - posted by sp...@apache.org on 2016/12/02 11:32:42 UTC, 0 replies.
- [23/50] tinkerpop git commit: TINKERPOP-1562 Add new HadoopGremlinPlugin and deprecated the old. - posted by sp...@apache.org on 2016/12/02 11:32:43 UTC, 0 replies.
- [24/50] tinkerpop git commit: TINKERPOP-1562 Minor changes to javadocs. - posted by sp...@apache.org on 2016/12/02 11:32:44 UTC, 0 replies.
- [25/50] tinkerpop git commit: TINKERPOP-1562 Added gremlin-console plugins under the new model. - posted by sp...@apache.org on 2016/12/02 11:32:45 UTC, 0 replies.
- [26/50] tinkerpop git commit: TINKERPOP-1562 Added more tests for plugins/customizers - posted by sp...@apache.org on 2016/12/02 11:32:46 UTC, 0 replies.
- [27/50] tinkerpop git commit: TINKERPOP-1562 Abstracted groovysh/io to GremlinShellEnvironment - posted by sp...@apache.org on 2016/12/02 11:32:47 UTC, 0 replies.
- [28/50] tinkerpop git commit: TINKERPOP-1562 Added more tests for the GremlnPluginAdapter - posted by sp...@apache.org on 2016/12/02 11:32:48 UTC, 0 replies.
- [29/50] tinkerpop git commit: TINKERPOP-1562 Rename "modules" as "plugin" - posted by sp...@apache.org on 2016/12/02 11:32:49 UTC, 0 replies.
- [30/50] tinkerpop git commit: TINKERPOP-1562 Change ScriptCustomizer to an interface. - posted by sp...@apache.org on 2016/12/02 11:32:50 UTC, 0 replies.
- [31/50] tinkerpop git commit: TINKERPOP-1562 Hooked up GremlinJythonScriptEngine to Customizers - posted by sp...@apache.org on 2016/12/02 11:32:51 UTC, 0 replies.
- [32/50] tinkerpop git commit: TINKERPOP-1562 Get customizers for both python and jython. - posted by sp...@apache.org on 2016/12/02 11:32:52 UTC, 0 replies.
- [33/50] tinkerpop git commit: TINKERPOP-1562 Added JSR-223 packages in gremin-core to core javadoc - posted by sp...@apache.org on 2016/12/02 11:32:53 UTC, 0 replies.
- [34/50] tinkerpop git commit: TINKERPOP-1562 Deprecated Artifact - posted by sp...@apache.org on 2016/12/02 11:32:54 UTC, 0 replies.
- [35/50] tinkerpop git commit: TINKERPOP=1562 Loaded "gremlin" imports in the scriptengines - posted by sp...@apache.org on 2016/12/02 11:32:55 UTC, 0 replies.
- [36/50] tinkerpop git commit: TINKERPOP-1562 Deprecated the CredentialGraph - posted by sp...@apache.org on 2016/12/02 11:32:56 UTC, 0 replies.
- [37/50] tinkerpop git commit: TINKERPOP-1562 Change Set to List to preserve order in script execution. - posted by sp...@apache.org on 2016/12/02 11:32:57 UTC, 0 replies.
- [38/50] tinkerpop git commit: TINKERPOP-1562 Update upgrade docs with ScriptEngine changes. - posted by sp...@apache.org on 2016/12/02 11:32:58 UTC, 0 replies.
- [39/50] tinkerpop git commit: TINKERPOP-1562 Use List of files to preserve order in script customzier - posted by sp...@apache.org on 2016/12/02 11:32:59 UTC, 0 replies.
- [40/50] tinkerpop git commit: TINKERPOP-1562 Adapted CompilerCustomizerProvider to Customizer - posted by sp...@apache.org on 2016/12/02 11:33:00 UTC, 0 replies.
- [41/50] tinkerpop git commit: TINKERPOP-1562 Fix yet another compilation error. - posted by sp...@apache.org on 2016/12/02 11:33:01 UTC, 0 replies.
- [42/50] tinkerpop git commit: TINKERPOP-1562 Fixed a bad javadoc link - posted by sp...@apache.org on 2016/12/02 11:33:02 UTC, 0 replies.
- [43/50] tinkerpop git commit: TINKERPOP-1562 Hook up Console to do core imports under v3d3 - posted by sp...@apache.org on 2016/12/02 11:33:03 UTC, 0 replies.
- [44/50] tinkerpop git commit: TINKERPOP-1562 Deprecated plugin exceptions. - posted by sp...@apache.org on 2016/12/02 11:33:04 UTC, 0 replies.
- [45/50] tinkerpop git commit: TINKERPOP-1562 Moved ScriptEngineCache to jsr223 package. - posted by sp...@apache.org on 2016/12/02 11:33:05 UTC, 0 replies.
- [46/50] tinkerpop git commit: TINKERPOP-1562 Fixed the InstallCommand for new GremlinPlugin usage. - posted by sp...@apache.org on 2016/12/02 11:33:06 UTC, 0 replies.
- [47/50] tinkerpop git commit: TINKERPOP-1562 Make all groovy customizer providers straight Customizer instances - posted by sp...@apache.org on 2016/12/02 11:33:07 UTC, 0 replies.
- [48/50] tinkerpop git commit: TINKERPOP-1562 Deprecated the DependencyManager. - posted by sp...@apache.org on 2016/12/02 11:33:08 UTC, 0 replies.
- [49/50] tinkerpop git commit: TINKERPOP-1562 Deprecated GremlinGroovyScriptEngine.close() - posted by sp...@apache.org on 2016/12/02 11:33:09 UTC, 0 replies.
- [50/50] tinkerpop git commit: TINKERPOP-1562 Moved CoreImports to jsr223 package. - posted by sp...@apache.org on 2016/12/02 11:33:10 UTC, 0 replies.
- [1/3] tinkerpop git commit: Installed Python and Subversion in the Docker base image and enable Python GLV for every Docker build. - posted by dk...@apache.org on 2016/12/02 17:36:49 UTC, 0 replies.
- [2/3] tinkerpop git commit: Updated grapeConfig.xml for both - Docker's build script and the docs. Also fixed some issues in the plugin installation script. - posted by dk...@apache.org on 2016/12/02 17:36:50 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1363' - posted by dk...@apache.org on 2016/12/02 17:36:51 UTC, 0 replies.
- [tinkerpop] Git Push Summary - posted by sp...@apache.org on 2016/12/05 16:39:11 UTC, 1 replies.
- tinkerpop git commit: TINKERPOP-1570 Bumped to netty 4.0.42 - posted by sp...@apache.org on 2016/12/05 16:42:54 UTC, 0 replies.
- [1/4] tinkerpop git commit: Fix calling of non-existing methods - posted by ok...@apache.org on 2016/12/05 19:27:39 UTC, 0 replies.
- [2/4] tinkerpop git commit: Add implementations for __.__() and __.start() - posted by ok...@apache.org on 2016/12/05 19:27:40 UTC, 0 replies.
- [3/4] tinkerpop git commit: Exclude start() from the static methods - posted by ok...@apache.org on 2016/12/05 19:27:41 UTC, 0 replies.
- [4/4] tinkerpop git commit: updated CHANGELOG. - posted by ok...@apache.org on 2016/12/05 19:27:42 UTC, 0 replies.
- [1/5] tinkerpop git commit: Fix calling of non-existing methods - posted by ok...@apache.org on 2016/12/05 19:28:16 UTC, 0 replies.
- [2/5] tinkerpop git commit: Exclude start() from the static methods - posted by ok...@apache.org on 2016/12/05 19:28:17 UTC, 1 replies.
- [3/5] tinkerpop git commit: Add implementations for __.__() and __.start() - posted by ok...@apache.org on 2016/12/05 19:28:18 UTC, 1 replies.
- [4/5] tinkerpop git commit: updated CHANGELOG. - posted by ok...@apache.org on 2016/12/05 19:28:19 UTC, 1 replies.
- tinkerpop git commit: fixed a broken link on index.html. CTR. - posted by ok...@apache.org on 2016/12/05 19:29:59 UTC, 0 replies.
- svn commit: r1772756 - /tinkerpop/site/index.html - posted by ok...@apache.org on 2016/12/05 19:30:42 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1570 Bumped to netty 4.0.42 [Forced Update!] - posted by sp...@apache.org on 2016/12/06 11:26:04 UTC, 0 replies.
- [1/5] tinkerpop git commit: Fix calling of non-existing methods [Forced Update!] - posted by sp...@apache.org on 2016/12/06 12:12:55 UTC, 0 replies.
- [5/5] tinkerpop git commit: TINKERPOP-1570 Bumped to netty 4.0.42 - posted by sp...@apache.org on 2016/12/06 12:12:59 UTC, 0 replies.
- tinkerpop git commit: Added a working actor system in the test package of TinkerGraph (currently for play). - posted by ok...@apache.org on 2016/12/07 11:59:47 UTC, 0 replies.
- tinkerpop git commit: minor tweaks for show and tell. - posted by ok...@apache.org on 2016/12/07 12:10:29 UTC, 0 replies.
- tinkerpop git commit: figured out how to implement my own Mailbox. We now have Traverser bulking as Mailboxes are backed by a TraverserSet. Bam. - posted by ok...@apache.org on 2016/12/07 12:58:37 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2016/12/07 15:38:25 UTC, 0 replies.
- [2/2] tinkerpop git commit: TINKERPOP-1414 Changed Gremlin Server and TinkerGraph to default GraphSON 2.0 - posted by sp...@apache.org on 2016/12/07 15:38:26 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1562 Add more imports on Hadoop plugin. - posted by sp...@apache.org on 2016/12/07 16:13:26 UTC, 0 replies.
- tinkerpop git commit: TraverserSet can take a backing map in its constructor -- needed for TraverserMailbox which is now backed by a TraverserSet and needs concurrency protection. Added BarrierMessage and BarrierSynchronizationMessage -- barriers now wor - posted by ok...@apache.org on 2016/12/07 16:17:47 UTC, 0 replies.
- [1/4] tinkerpop git commit: Got ComplexTest setup for @dkuppitz to go to town on. I don't think we need to include a GroovyComplexTest because @spmallette is doing the work for master/ that gets rid of the need for gremlin-groovy-test and thus, no need t - posted by dk...@apache.org on 2016/12/07 16:19:03 UTC, 0 replies.
- [2/4] tinkerpop git commit: added two complex tests; one for OLTP only, one for OLTP and OLAP - posted by dk...@apache.org on 2016/12/07 16:19:04 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1539' into tp32 - posted by dk...@apache.org on 2016/12/07 16:19:05 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'tp32' - posted by dk...@apache.org on 2016/12/07 16:19:06 UTC, 3 replies.
- [1/3] tinkerpop git commit: Got ComplexTest setup for @dkuppitz to go to town on. I don't think we need to include a GroovyComplexTest because @spmallette is doing the work for master/ that gets rid of the need for gremlin-groovy-test and thus, no need t - posted by dk...@apache.org on 2016/12/07 16:19:24 UTC, 0 replies.
- [2/3] tinkerpop git commit: added two complex tests; one for OLTP only, one for OLTP and OLAP - posted by dk...@apache.org on 2016/12/07 16:19:25 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1539' into tp32 - posted by dk...@apache.org on 2016/12/07 16:19:26 UTC, 0 replies.
- tinkerpop git commit: Removed test config file that is no longer being used. - posted by sp...@apache.org on 2016/12/07 16:23:40 UTC, 0 replies.
- tinkerpop git commit: I now have a general purpose aggregator pattern for Akka. I don't know if this is acceptable practice, but it works. I have implemented side-effects, but its not working properly yet. I think I might make a SideEffectActor as a way - posted by ok...@apache.org on 2016/12/07 16:55:19 UTC, 0 replies.
- tinkerpop git commit: implemented promise API for gremlin-python. side effect retrieval is problematic - posted by da...@apache.org on 2016/12/07 18:36:43 UTC, 0 replies.
- [01/50] tinkerpop git commit: added more test cases around has() handling. [Forced Update!] - posted by sp...@apache.org on 2016/12/07 20:02:24 UTC, 0 replies.
- [02/50] tinkerpop git commit: found a bug in HasContainer.makeHasContainers() around AndP recurssion. No biggie, just didn't yield ultimate optimization. Found a bug in InlineFilterStrategy where hasLabel() should only back propagate into VertexStep[edge - posted by sp...@apache.org on 2016/12/07 20:02:25 UTC, 0 replies.
- [03/50] tinkerpop git commit: caught another bug in FilterRankStrategy. We really need to get the max rank of the traversal parent's nested steps. Effects AndStep, OrStep, WhereTraversalStep, WherePredicateStep, DedupStep, OrderStep. This ensures that fi - posted by sp...@apache.org on 2016/12/07 20:02:26 UTC, 0 replies.
- [04/50] tinkerpop git commit: fixed a FilterRankStrategy bug that was introduced with where().by(). Added test cases to verify behavior. Updated CHANGELOG. - posted by sp...@apache.org on 2016/12/07 20:02:27 UTC, 0 replies.
- [05/50] tinkerpop git commit: more test cases around where().by(). all still good in the hood. - posted by sp...@apache.org on 2016/12/07 20:02:28 UTC, 0 replies.
- [06/50] tinkerpop git commit: updated upgrade with links to the respective tickets. - posted by sp...@apache.org on 2016/12/07 20:02:29 UTC, 0 replies.
- [07/50] tinkerpop git commit: moved where().by() a bit further down in the FilterRankStrategy ranking as OrStep and AndStep can have has(xxx) analyses. - posted by sp...@apache.org on 2016/12/07 20:02:30 UTC, 0 replies.
- [08/50] tinkerpop git commit: allow users to pass options to docker - posted by sp...@apache.org on 2016/12/07 20:02:31 UTC, 0 replies.
- [09/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/12/07 20:02:32 UTC, 0 replies.
- [10/50] tinkerpop git commit: build faster with in-memory fs make giraph wait less - posted by sp...@apache.org on 2016/12/07 20:02:33 UTC, 0 replies.
- [11/50] tinkerpop git commit: Change env var DOCKER_OPTS (TINKERPOP-1556) to TINKERPOP_DOCKER_OPTS - posted by sp...@apache.org on 2016/12/07 20:02:34 UTC, 0 replies.
- [12/50] tinkerpop git commit: added doc - posted by sp...@apache.org on 2016/12/07 20:02:35 UTC, 0 replies.
- [13/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/12/07 20:02:36 UTC, 0 replies.
- [14/50] tinkerpop git commit: corrected neo4j version to match actual dependency version - posted by sp...@apache.org on 2016/12/07 20:02:37 UTC, 0 replies.
- [15/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/12/07 20:02:38 UTC, 0 replies.
- [16/50] tinkerpop git commit: Merge branch 'TINKERPOP-1530' into tp32 - posted by sp...@apache.org on 2016/12/07 20:02:39 UTC, 0 replies.
- [17/50] tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted. - posted by sp...@apache.org on 2016/12/07 20:02:40 UTC, 0 replies.
- [18/50] tinkerpop git commit: Merge branch 'TINKERPOP-1548' into tp32 - posted by sp...@apache.org on 2016/12/07 20:02:41 UTC, 0 replies.
- [19/50] tinkerpop git commit: added a test to PathTest that fails in tp32. adding it here and will upmerge and fix in tp32/master. CTR. - posted by sp...@apache.org on 2016/12/07 20:02:42 UTC, 0 replies.
- [20/50] tinkerpop git commit: @dkuppitz found a Path bug in tp32/. I added a test case to tp31/ and the bug wasn't there. I upmerged to tp32/ and the bug was exposed. The bug isn't in an official release and was introduced a ccouple of weeks ago with MAR - posted by sp...@apache.org on 2016/12/07 20:02:43 UTC, 0 replies.
- [21/50] tinkerpop git commit: check for long type in Int32 serializer - posted by sp...@apache.org on 2016/12/07 20:02:44 UTC, 0 replies.
- [22/50] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows - posted by sp...@apache.org on 2016/12/07 20:02:45 UTC, 0 replies.
- [23/50] tinkerpop git commit: Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31 - posted by sp...@apache.org on 2016/12/07 20:02:46 UTC, 0 replies.
- [24/50] tinkerpop git commit: added a test case to WhereTest using withSideEffects after a report that Gremlin-Python failed on it. The test case verifies that the traversal is no longer a problem -- most likely indirectly fixed during the recent Gremlin - posted by sp...@apache.org on 2016/12/07 20:02:47 UTC, 0 replies.
- [25/50] tinkerpop git commit: found a bug in PJacksonDeserializer around var arg handling. I thought that I had TINKERPOP-1567 fixed until I did a manual test and realized that GraphSONTranslator bypass var args and creates Collection -- which is correct - posted by sp...@apache.org on 2016/12/07 20:02:48 UTC, 0 replies.
- [26/50] tinkerpop git commit: Got ComplexTest setup for @dkuppitz to go to town on. I don't think we need to include a GroovyComplexTest because @spmallette is doing the work for master/ that gets rid of the need for gremlin-groovy-test and thus, no need - posted by sp...@apache.org on 2016/12/07 20:02:49 UTC, 0 replies.
- [27/50] tinkerpop git commit: fixed a bug in Bytecode bindings where anonymous traversals were not aware of parent Bindings. The solution sorta sucks...but I don't know how else to do it. Added test cases to verify anonymous traversal binding usage. - posted by sp...@apache.org on 2016/12/07 20:02:50 UTC, 0 replies.
- [28/50] tinkerpop git commit: Javadoc tweak. - posted by sp...@apache.org on 2016/12/07 20:02:51 UTC, 0 replies.
- [29/50] tinkerpop git commit: found a bug in GraphFilterStrategyTest that caused the bindings to get messed up. Basically, a ) was missing and until() was inside the repeat(). - posted by sp...@apache.org on 2016/12/07 20:02:52 UTC, 0 replies.
- [30/50] tinkerpop git commit: sorry for the late tweak. Here is the thing. With then new Bindings model, you don't need withBindings() in Gremlin-Java. And, moreoever, it was never used in Gremlin-Python (or any script-based GLV). Thus, its pointless. De - posted by sp...@apache.org on 2016/12/07 20:02:53 UTC, 0 replies.
- [31/50] tinkerpop git commit: Merge branch 'TINKERPOP-1561' into tp32 - posted by sp...@apache.org on 2016/12/07 20:02:54 UTC, 0 replies.
- [32/50] tinkerpop git commit: updated CHANGELOG. - posted by sp...@apache.org on 2016/12/07 20:02:55 UTC, 0 replies.
- [33/50] tinkerpop git commit: Merge branch 'TINKERPOP-1573' into tp32 - posted by sp...@apache.org on 2016/12/07 20:02:56 UTC, 0 replies.
- [34/50] tinkerpop git commit: Make javadoc deprecation message consistent rest of code base CTR - posted by sp...@apache.org on 2016/12/07 20:02:57 UTC, 0 replies.
- [35/50] tinkerpop git commit: Removed gremlin-benchmark from javadoc generation. - posted by sp...@apache.org on 2016/12/07 20:02:58 UTC, 0 replies.
- [36/50] tinkerpop git commit: added two complex tests; one for OLTP only, one for OLTP and OLAP - posted by sp...@apache.org on 2016/12/07 20:02:59 UTC, 0 replies.
- [37/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/12/07 20:03:00 UTC, 0 replies.
- [38/50] tinkerpop git commit: Fix calling of non-existing methods - posted by sp...@apache.org on 2016/12/07 20:03:01 UTC, 0 replies.
- [39/50] tinkerpop git commit: Exclude start() from the static methods - posted by sp...@apache.org on 2016/12/07 20:03:02 UTC, 1 replies.
- [40/50] tinkerpop git commit: Add implementations for __.__() and __.start() - posted by sp...@apache.org on 2016/12/07 20:03:03 UTC, 0 replies.
- [41/50] tinkerpop git commit: updated CHANGELOG. - posted by sp...@apache.org on 2016/12/07 20:03:04 UTC, 1 replies.
- [42/50] tinkerpop git commit: Merge branch 'TINKERPOP-1539' into tp32 - posted by sp...@apache.org on 2016/12/07 20:03:05 UTC, 0 replies.
- [43/50] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by sp...@apache.org on 2016/12/07 20:03:06 UTC, 1 replies.
- [44/50] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/12/07 20:03:07 UTC, 0 replies.
- [45/50] tinkerpop git commit: TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API - posted by sp...@apache.org on 2016/12/07 20:03:08 UTC, 0 replies.
- [46/50] tinkerpop git commit: TINKERPOP-1490 Updated dev docs on RemoteConnection API - posted by sp...@apache.org on 2016/12/07 20:03:09 UTC, 0 replies.
- [47/50] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/12/07 20:03:10 UTC, 0 replies.
- [48/50] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by sp...@apache.org on 2016/12/07 20:03:11 UTC, 0 replies.
- [49/50] tinkerpop git commit: implemented promise API for gremlin-python. side effect retrieval is problematic - posted by sp...@apache.org on 2016/12/07 20:03:12 UTC, 0 replies.
- [50/50] tinkerpop git commit: TINKERPOP-1490 Merge fixes after rebase on tp32 - posted by sp...@apache.org on 2016/12/07 20:03:13 UTC, 0 replies.
- tinkerpop git commit: got side-effects working. stupid bug on my part (had sender and reciever mixed up). so there we have it, distributed OLTP is complete. traversers, barriers, halting, side-effects, bulking, ... its all there. - posted by ok...@apache.org on 2016/12/07 20:18:57 UTC, 0 replies.
- tinkerpop git commit: added more test traversals to demonstrate cool features. Cleaned this up a bit. Added a new StartSynchronizationMessage. - posted by ok...@apache.org on 2016/12/07 20:53:12 UTC, 0 replies.
- [1/9] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by da...@apache.org on 2016/12/07 21:37:46 UTC, 0 replies.
- [2/9] tinkerpop git commit: TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API - posted by da...@apache.org on 2016/12/07 21:37:47 UTC, 0 replies.
- [3/9] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by da...@apache.org on 2016/12/07 21:37:48 UTC, 0 replies.
- [4/9] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by da...@apache.org on 2016/12/07 21:37:49 UTC, 0 replies.
- [5/9] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by da...@apache.org on 2016/12/07 21:37:50 UTC, 0 replies.
- [6/9] tinkerpop git commit: TINKERPOP-1490 Updated dev docs on RemoteConnection API - posted by da...@apache.org on 2016/12/07 21:37:51 UTC, 0 replies.
- [7/9] tinkerpop git commit: implemented promise API for gremlin-python. side effect retrieval is problematic - posted by da...@apache.org on 2016/12/07 21:37:52 UTC, 0 replies.
- [8/9] tinkerpop git commit: rebased - posted by da...@apache.org on 2016/12/07 21:37:53 UTC, 0 replies.
- [9/9] tinkerpop git commit: raise error if side effect method called while loop is running - posted by da...@apache.org on 2016/12/07 21:37:54 UTC, 0 replies.
- [1/2] tinkerpop git commit: Minor fix to iteration completion logic - posted by sp...@apache.org on 2016/12/08 14:20:28 UTC, 0 replies.
- tinkerpop git commit: Minor fix to iteration completion logic - posted by sp...@apache.org on 2016/12/08 14:21:37 UTC, 0 replies.
- tinkerpop git commit: lots of stuff learned. I had a bug in my barrier locking. have a better model now where locks are released at VoteToHalt. Cleaned up code -- reduced complexity. Better message names to line up with process API semantics. - posted by ok...@apache.org on 2016/12/08 17:52:41 UTC, 0 replies.
- tinkerpop git commit: okay, so I have barrier locking correct, but if I run the 'test suite' 100 times, I sometimes get locking if I do a sideEffect then a barrier. Need to figure out why that is happening. Committing thus far. - posted by ok...@apache.org on 2016/12/08 19:50:28 UTC, 0 replies.
- tinkerpop git commit: have a tset framework in place now so I know if results are unexpected and am running the test framework 1000 times. - posted by ok...@apache.org on 2016/12/08 21:09:53 UTC, 0 replies.
- tinkerpop git commit: Another problem with GraphSON 2.0. We really need type=g:Set, type=g:List, and type=g:Map. @dkuppitz was using a empty-set in a constant() and GraphSON 2.0 turns that into a list. Thus, when the Bytecode after GraphSON translation i - posted by ok...@apache.org on 2016/12/08 22:07:26 UTC, 0 replies.
- [01/50] tinkerpop git commit: valueMap should always return string keys - posted by ok...@apache.org on 2016/12/08 22:53:27 UTC, 0 replies.
- [02/50] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows - posted by ok...@apache.org on 2016/12/08 22:53:28 UTC, 0 replies.
- [03/50] tinkerpop git commit: signature change: valueMap returns Object keys - posted by ok...@apache.org on 2016/12/08 22:53:29 UTC, 0 replies.
- [04/50] tinkerpop git commit: merge master - posted by ok...@apache.org on 2016/12/08 22:53:30 UTC, 0 replies.
- [05/50] tinkerpop git commit: check for long type in Int32 serializer - posted by ok...@apache.org on 2016/12/08 22:53:31 UTC, 0 replies.
- [06/50] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows - posted by ok...@apache.org on 2016/12/08 22:53:32 UTC, 0 replies.
- [07/50] tinkerpop git commit: Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31 - posted by ok...@apache.org on 2016/12/08 22:53:33 UTC, 0 replies.
- [08/50] tinkerpop git commit: added a test case to WhereTest using withSideEffects after a report that Gremlin-Python failed on it. The test case verifies that the traversal is no longer a problem -- most likely indirectly fixed during the recent Gremlin - posted by ok...@apache.org on 2016/12/08 22:53:34 UTC, 0 replies.
- [09/50] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/12/08 22:53:35 UTC, 0 replies.
- [10/50] tinkerpop git commit: change and upgrade docs - posted by ok...@apache.org on 2016/12/08 22:53:36 UTC, 0 replies.
- [11/50] tinkerpop git commit: fix typo - posted by ok...@apache.org on 2016/12/08 22:53:37 UTC, 0 replies.
- [12/50] tinkerpop git commit: only when passing includeTokens are the keys Object - posted by ok...@apache.org on 2016/12/08 22:53:38 UTC, 0 replies.
- [13/50] tinkerpop git commit: found a bug in PJacksonDeserializer around var arg handling. I thought that I had TINKERPOP-1567 fixed until I did a manual test and realized that GraphSONTranslator bypass var args and creates Collection -- which is correct - posted by ok...@apache.org on 2016/12/08 22:53:39 UTC, 0 replies.
- [14/50] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/12/08 22:53:40 UTC, 0 replies.
- [15/50] tinkerpop git commit: Got ComplexTest setup for @dkuppitz to go to town on. I don't think we need to include a GroovyComplexTest because @spmallette is doing the work for master/ that gets rid of the need for gremlin-groovy-test and thus, no need - posted by ok...@apache.org on 2016/12/08 22:53:41 UTC, 0 replies.
- [16/50] tinkerpop git commit: fixed a bug in Bytecode bindings where anonymous traversals were not aware of parent Bindings. The solution sorta sucks...but I don't know how else to do it. Added test cases to verify anonymous traversal binding usage. - posted by ok...@apache.org on 2016/12/08 22:53:42 UTC, 0 replies.
- [17/50] tinkerpop git commit: Javadoc tweak. - posted by ok...@apache.org on 2016/12/08 22:53:43 UTC, 0 replies.
- [18/50] tinkerpop git commit: rename test method - posted by ok...@apache.org on 2016/12/08 22:53:44 UTC, 0 replies.
- [19/50] tinkerpop git commit: found a bug in GraphFilterStrategyTest that caused the bindings to get messed up. Basically, a ) was missing and until() was inside the repeat(). - posted by ok...@apache.org on 2016/12/08 22:53:45 UTC, 0 replies.
- [20/50] tinkerpop git commit: Installed Python and Subversion in the Docker base image and enable Python GLV for every Docker build. - posted by ok...@apache.org on 2016/12/08 22:53:46 UTC, 0 replies.
- [21/50] tinkerpop git commit: Updated grapeConfig.xml for both - Docker's build script and the docs. Also fixed some issues in the plugin installation script. - posted by ok...@apache.org on 2016/12/08 22:53:47 UTC, 0 replies.
- [22/50] tinkerpop git commit: Merge branch 'TINKERPOP-1483' - posted by ok...@apache.org on 2016/12/08 22:53:48 UTC, 0 replies.
- [23/50] tinkerpop git commit: sorry for the late tweak. Here is the thing. With then new Bindings model, you don't need withBindings() in Gremlin-Java. And, moreoever, it was never used in Gremlin-Python (or any script-based GLV). Thus, its pointless. De - posted by ok...@apache.org on 2016/12/08 22:53:49 UTC, 0 replies.
- [24/50] tinkerpop git commit: Merge branch 'TINKERPOP-1561' into tp32 - posted by ok...@apache.org on 2016/12/08 22:53:50 UTC, 0 replies.
- [25/50] tinkerpop git commit: updated CHANGELOG. - posted by ok...@apache.org on 2016/12/08 22:53:51 UTC, 0 replies.
- [26/50] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/12/08 22:53:52 UTC, 0 replies.
- [27/50] tinkerpop git commit: Merge branch 'TINKERPOP-1573' into tp32 - posted by ok...@apache.org on 2016/12/08 22:53:53 UTC, 0 replies.
- [28/50] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/12/08 22:53:54 UTC, 0 replies.
- [29/50] tinkerpop git commit: Minor code formatting fixes CTR - posted by ok...@apache.org on 2016/12/08 22:53:55 UTC, 0 replies.
- [30/50] tinkerpop git commit: Make javadoc deprecation message consistent rest of code base CTR - posted by ok...@apache.org on 2016/12/08 22:53:56 UTC, 0 replies.
- [31/50] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/12/08 22:53:57 UTC, 0 replies.
- [32/50] tinkerpop git commit: Removed gremlin-benchmark from javadoc generation. - posted by ok...@apache.org on 2016/12/08 22:53:58 UTC, 0 replies.
- [33/50] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/12/08 22:53:59 UTC, 0 replies.
- [34/50] tinkerpop git commit: added two complex tests; one for OLTP only, one for OLTP and OLAP - posted by ok...@apache.org on 2016/12/08 22:54:00 UTC, 0 replies.
- [35/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by ok...@apache.org on 2016/12/08 22:54:01 UTC, 0 replies.
- [36/50] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/12/08 22:54:02 UTC, 0 replies.
- [37/50] tinkerpop git commit: Fix calling of non-existing methods - posted by ok...@apache.org on 2016/12/08 22:54:03 UTC, 0 replies.
- [38/50] tinkerpop git commit: Add implementations for __.__() and __.start() - posted by ok...@apache.org on 2016/12/08 22:54:04 UTC, 0 replies.
- [40/50] tinkerpop git commit: Merge branch 'TINKERPOP-1363' - posted by ok...@apache.org on 2016/12/08 22:54:06 UTC, 0 replies.
- [42/50] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/12/08 22:54:08 UTC, 0 replies.
- [43/50] tinkerpop git commit: fixed a broken link on index.html. CTR. - posted by ok...@apache.org on 2016/12/08 22:54:09 UTC, 0 replies.
- [44/50] tinkerpop git commit: Merge branch 'TINKERPOP-1539' into tp32 - posted by ok...@apache.org on 2016/12/08 22:54:10 UTC, 0 replies.
- [45/50] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/12/08 22:54:11 UTC, 0 replies.
- [46/50] tinkerpop git commit: Removed test config file that is no longer being used. - posted by ok...@apache.org on 2016/12/08 22:54:12 UTC, 0 replies.
- [47/50] tinkerpop git commit: Minor fix to iteration completion logic - posted by ok...@apache.org on 2016/12/08 22:54:13 UTC, 0 replies.
- [48/50] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/12/08 22:54:14 UTC, 0 replies.
- [49/50] tinkerpop git commit: Another problem with GraphSON 2.0. We really need type=g:Set, type=g:List, and type=g:Map. @dkuppitz was using a empty-set in a constant() and GraphSON 2.0 turns that into a list. Thus, when the Bytecode after GraphSON trans - posted by ok...@apache.org on 2016/12/08 22:54:15 UTC, 0 replies.
- [50/50] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1564 - posted by ok...@apache.org on 2016/12/08 22:54:16 UTC, 0 replies.
- tinkerpop git commit: getting closer. so barriers are all solid, the problem is when a worker runs out of messages and votes to halt early and then gets a traverser and then unvotes to halt but master has already committed to shutting down. - posted by ok...@apache.org on 2016/12/09 01:36:45 UTC, 0 replies.
- [1/4] tinkerpop git commit: [driver_remote] Encode Bytecode as a dict, not a string - posted by sp...@apache.org on 2016/12/09 12:16:03 UTC, 0 replies.
- [2/4] tinkerpop git commit: Minor fix to iteration completion logic - posted by sp...@apache.org on 2016/12/09 12:16:04 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'pr-513' into tp32 - posted by sp...@apache.org on 2016/12/09 12:16:05 UTC, 0 replies.
- [1/2] tinkerpop git commit: [driver_remote] Encode Bytecode as a dict, not a string - posted by sp...@apache.org on 2016/12/09 12:16:31 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'pr-513' into tp32 - posted by sp...@apache.org on 2016/12/09 12:16:32 UTC, 0 replies.
- tinkerpop git commit: Update CHANGELOG - CTR - posted by sp...@apache.org on 2016/12/09 12:23:41 UTC, 1 replies.
- tinkerpop git commit: an old college text book taught me the dual-ring termination algorithm for terminating a distributed message passing system when inactive actors can become active again. A termination token (enum) is passed between the workers. Prio - posted by ok...@apache.org on 2016/12/09 13:16:47 UTC, 0 replies.
- tinkerpop git commit: don't need a BarrierDoneMessage anymore as the unlock mechanism for post barrier computations by the workers is the master passing the Termination token back to the leader worker. Slick. - posted by ok...@apache.org on 2016/12/09 13:19:34 UTC, 0 replies.
- tinkerpop git commit: dah. sorry for all the pushes. - posted by ok...@apache.org on 2016/12/09 13:21:02 UTC, 0 replies.
- tinkerpop git commit: removed an unneeded interface. cleaned up TraverserMailbox. Added comments and various clean ups for discussion with @spmallette. - posted by ok...@apache.org on 2016/12/09 14:29:10 UTC, 0 replies.
- tinkerpop git commit: Added PartitionerStrategy and PartitionerStep. You can now do g.withStrategies(Partitioner...) and it just works. Tada -- distributed OLTP Gremlin just like that. @dkuppitz owes me his life. - posted by ok...@apache.org on 2016/12/09 19:38:00 UTC, 0 replies.
- tinkerpop git commit: allow user to pass loop to DriverRemoteConnection. added multi-threaded tests. - posted by da...@apache.org on 2016/12/09 21:41:33 UTC, 0 replies.
- tinkerpop git commit: connected the actor system to the StandardProcessTestSuite and things are working. definately failures, but I'm seeing patterns in the failures -- 1. anything with local barriers fails (aggregate, dedup). order() fails but that is b - posted by ok...@apache.org on 2016/12/09 22:03:44 UTC, 0 replies.
- tinkerpop git commit: done for the weekend. added back the 10000 public static void main() test just to validate thread safety as we tweak things up. - posted by ok...@apache.org on 2016/12/09 22:08:54 UTC, 0 replies.
- tinkerpop git commit: use six.moves for legacy import. fixed testing port number - posted by da...@apache.org on 2016/12/09 22:33:06 UTC, 0 replies.
- tinkerpop git commit: added license and author - posted by da...@apache.org on 2016/12/10 16:12:56 UTC, 0 replies.
- [1/4] tinkerpop git commit: TINKERPOP-1570 Bumped to netty 4.0.42 - posted by sp...@apache.org on 2016/12/12 12:07:14 UTC, 0 replies.
- [2/4] tinkerpop git commit: Update CHANGELOG - CTR - posted by sp...@apache.org on 2016/12/12 12:07:15 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1570' into tp32 - posted by sp...@apache.org on 2016/12/12 12:07:16 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1570 Bumped to netty 4.0.42 - posted by sp...@apache.org on 2016/12/12 12:07:25 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1570' into tp32 - posted by sp...@apache.org on 2016/12/12 12:07:26 UTC, 0 replies.
- [01/47] tinkerpop git commit: TINKERPOP-1562 Start getting Console working with new plugin stuff - posted by sp...@apache.org on 2016/12/12 12:44:49 UTC, 0 replies.
- [02/47] tinkerpop git commit: TINKERPOP-1562 Bring back GremlinModule and deprecate it. - posted by sp...@apache.org on 2016/12/12 12:44:50 UTC, 0 replies.
- [03/47] tinkerpop git commit: TINKERPOP-1562 Renamed GremlinModule to GremlinPlugin in gremlin-core - posted by sp...@apache.org on 2016/12/12 12:44:51 UTC, 0 replies.
- [04/47] tinkerpop git commit: TINKERPOP-1562 Add GremlinModule for Giraph. - posted by sp...@apache.org on 2016/12/12 12:44:52 UTC, 0 replies.
- [05/47] tinkerpop git commit: TINKERPOP-1562 More deprecation around methods on building GremlinExecutor that used ScriptEngines. - posted by sp...@apache.org on 2016/12/12 12:44:53 UTC, 0 replies.
- [06/47] tinkerpop git commit: TINKERPOP-1562 Initial effort to deprecate ScriptEngines. - posted by sp...@apache.org on 2016/12/12 12:44:54 UTC, 0 replies.
- [07/47] tinkerpop git commit: TINKERPOP-1562 Add GreminServerGremlinModule for Gremlin Server specific imports - posted by sp...@apache.org on 2016/12/12 12:44:55 UTC, 0 replies.
- [08/47] tinkerpop git commit: TINKERPOP-1562 Move RemoteAcceptor related stuff to gremlin-core. - posted by sp...@apache.org on 2016/12/12 12:44:56 UTC, 0 replies.
- [09/47] tinkerpop git commit: TINKERPOP-1562 Deprecated GiraphGremlinPlugin. - posted by sp...@apache.org on 2016/12/12 12:44:57 UTC, 0 replies.
- [10/47] tinkerpop git commit: TINKERPOP-1562 Moved GremlinServerGremlinModule to standard directory structure - posted by sp...@apache.org on 2016/12/12 12:44:58 UTC, 0 replies.
- [11/47] tinkerpop git commit: TINKERPOP-1562 Added more tests for the GremlnPluginAdapter - posted by sp...@apache.org on 2016/12/12 12:44:59 UTC, 0 replies.
- [12/47] tinkerpop git commit: TINKERPOP-1562 Added gremlin-console plugins under the new model. - posted by sp...@apache.org on 2016/12/12 12:45:00 UTC, 0 replies.
- [13/47] tinkerpop git commit: TINKERPOP-1562 Add new HadoopGremlinPlugin and deprecated the old. - posted by sp...@apache.org on 2016/12/12 12:45:01 UTC, 0 replies.
- [14/47] tinkerpop git commit: TINKERPOP-1562 Add new Neo4j GremlinPlugin and deprecated old one - posted by sp...@apache.org on 2016/12/12 12:45:02 UTC, 0 replies.
- [15/47] tinkerpop git commit: TINKERPOP-1562 Added new plugins for gremlin-groovy to replace deprecated ones. - posted by sp...@apache.org on 2016/12/12 12:45:03 UTC, 0 replies.
- [01/46] tinkerpop git commit: TINKERPOP-1562 Start getting Console working with new plugin stuff - posted by sp...@apache.org on 2016/12/12 12:45:03 UTC, 0 replies.
- [02/46] tinkerpop git commit: TINKERPOP-1562 Bring back GremlinModule and deprecate it. - posted by sp...@apache.org on 2016/12/12 12:45:04 UTC, 0 replies.
- [16/47] tinkerpop git commit: TINKERPOP-1562 Added more tests for plugins/customizers - posted by sp...@apache.org on 2016/12/12 12:45:04 UTC, 0 replies.
- [03/46] tinkerpop git commit: TINKERPOP-1562 Move RemoteAcceptor related stuff to gremlin-core. - posted by sp...@apache.org on 2016/12/12 12:45:05 UTC, 0 replies.
- [17/47] tinkerpop git commit: TINKERPOP-1562 Minor changes to javadocs. - posted by sp...@apache.org on 2016/12/12 12:45:05 UTC, 0 replies.
- [18/47] tinkerpop git commit: TINKERPOP-1562 Abstracted groovysh/io to GremlinShellEnvironment - posted by sp...@apache.org on 2016/12/12 12:45:06 UTC, 0 replies.
- [04/46] tinkerpop git commit: TINKERPOP-1562 Add GreminServerGremlinModule for Gremlin Server specific imports - posted by sp...@apache.org on 2016/12/12 12:45:06 UTC, 0 replies.
- [05/46] tinkerpop git commit: TINKERPOP-1562 Initial effort to deprecate ScriptEngines. - posted by sp...@apache.org on 2016/12/12 12:45:07 UTC, 0 replies.
- [19/47] tinkerpop git commit: TINKERPOP-1562 Added SparkGremlinPlugin - posted by sp...@apache.org on 2016/12/12 12:45:07 UTC, 0 replies.
- [20/47] tinkerpop git commit: TINKERPOP-1562 Deprecated TinkerGraphGremlinPlugin. - posted by sp...@apache.org on 2016/12/12 12:45:08 UTC, 0 replies.
- [06/46] tinkerpop git commit: TINKERPOP-1562 More deprecation around methods on building GremlinExecutor that used ScriptEngines. - posted by sp...@apache.org on 2016/12/12 12:45:08 UTC, 0 replies.
- [21/47] tinkerpop git commit: TINKERPOP-1562 Change ScriptCustomizer to an interface. - posted by sp...@apache.org on 2016/12/12 12:45:09 UTC, 0 replies.
- [07/46] tinkerpop git commit: TINKERPOP-1562 Deprecated GiraphGremlinPlugin. - posted by sp...@apache.org on 2016/12/12 12:45:09 UTC, 0 replies.
- [08/46] tinkerpop git commit: TINKERPOP-1562 Moved GremlinServerGremlinModule to standard directory structure - posted by sp...@apache.org on 2016/12/12 12:45:10 UTC, 0 replies.
- [22/47] tinkerpop git commit: TINKERPOP-1562 ImportCustomizer has become an interface - posted by sp...@apache.org on 2016/12/12 12:45:10 UTC, 0 replies.
- [09/46] tinkerpop git commit: TINKERPOP-1562 Add GremlinModule for Giraph. - posted by sp...@apache.org on 2016/12/12 12:45:11 UTC, 0 replies.
- [23/47] tinkerpop git commit: TINKERPOP-1562 Fixed problems related to loading new/old plugins - posted by sp...@apache.org on 2016/12/12 12:45:11 UTC, 0 replies.
- [10/46] tinkerpop git commit: TINKERPOP-1562 Renamed GremlinModule to GremlinPlugin in gremlin-core - posted by sp...@apache.org on 2016/12/12 12:45:12 UTC, 0 replies.
- [24/47] tinkerpop git commit: TINKERPOP-1562 Rename "modules" as "plugin" - posted by sp...@apache.org on 2016/12/12 12:45:12 UTC, 0 replies.
- [25/47] tinkerpop git commit: TINKERPOP-1562 Hooked up GremlinJythonScriptEngine to Customizers - posted by sp...@apache.org on 2016/12/12 12:45:13 UTC, 0 replies.
- [11/46] tinkerpop git commit: TINKERPOP-1562 Added more tests for the GremlnPluginAdapter - posted by sp...@apache.org on 2016/12/12 12:45:13 UTC, 0 replies.
- [26/47] tinkerpop git commit: TINKERPOP-1562 Get customizers for both python and jython. - posted by sp...@apache.org on 2016/12/12 12:45:14 UTC, 0 replies.
- [12/46] tinkerpop git commit: TINKERPOP-1562 Added new plugins for gremlin-groovy to replace deprecated ones. - posted by sp...@apache.org on 2016/12/12 12:45:14 UTC, 0 replies.
- [27/47] tinkerpop git commit: TINKERPOP-1562 Added JSR-223 packages in gremin-core to core javadoc - posted by sp...@apache.org on 2016/12/12 12:45:15 UTC, 0 replies.
- [13/46] tinkerpop git commit: TINKERPOP-1562 Add new Neo4j GremlinPlugin and deprecated old one - posted by sp...@apache.org on 2016/12/12 12:45:15 UTC, 0 replies.
- [14/46] tinkerpop git commit: TINKERPOP-1562 Added SparkGremlinPlugin - posted by sp...@apache.org on 2016/12/12 12:45:16 UTC, 0 replies.
- [28/47] tinkerpop git commit: TINKERPOP-1562 Deprecated plugin exceptions. - posted by sp...@apache.org on 2016/12/12 12:45:16 UTC, 0 replies.
- [29/47] tinkerpop git commit: TINKERPOP-1562 Deprecated Artifact - posted by sp...@apache.org on 2016/12/12 12:45:17 UTC, 0 replies.
- [15/46] tinkerpop git commit: TINKERPOP-1562 Add new HadoopGremlinPlugin and deprecated the old. - posted by sp...@apache.org on 2016/12/12 12:45:17 UTC, 0 replies.
- [16/46] tinkerpop git commit: TINKERPOP-1562 Added more tests for plugins/customizers - posted by sp...@apache.org on 2016/12/12 12:45:18 UTC, 0 replies.
- [30/47] tinkerpop git commit: TINKERPOP-1562 Change Set to List to preserve order in script execution. - posted by sp...@apache.org on 2016/12/12 12:45:18 UTC, 0 replies.
- [31/47] tinkerpop git commit: TINKERPOP-1562 Deprecated the CredentialGraph - posted by sp...@apache.org on 2016/12/12 12:45:19 UTC, 0 replies.
- [17/46] tinkerpop git commit: TINKERPOP-1562 Minor changes to javadocs. - posted by sp...@apache.org on 2016/12/12 12:45:19 UTC, 0 replies.
- [18/46] tinkerpop git commit: TINKERPOP-1562 Added gremlin-console plugins under the new model. - posted by sp...@apache.org on 2016/12/12 12:45:20 UTC, 0 replies.
- [32/47] tinkerpop git commit: TINKERPOP-1562 Fixed a bad javadoc link - posted by sp...@apache.org on 2016/12/12 12:45:20 UTC, 0 replies.
- [33/47] tinkerpop git commit: TINKERPOP-1562 Hook up Console to do core imports under v3d3 - posted by sp...@apache.org on 2016/12/12 12:45:21 UTC, 0 replies.
- [19/46] tinkerpop git commit: TINKERPOP-1562 Abstracted groovysh/io to GremlinShellEnvironment - posted by sp...@apache.org on 2016/12/12 12:45:21 UTC, 0 replies.
- [20/46] tinkerpop git commit: TINKERPOP-1562 Deprecated TinkerGraphGremlinPlugin. - posted by sp...@apache.org on 2016/12/12 12:45:22 UTC, 0 replies.
- [34/47] tinkerpop git commit: TINKERPOP-1562 Update upgrade docs with ScriptEngine changes. - posted by sp...@apache.org on 2016/12/12 12:45:22 UTC, 0 replies.
- [35/47] tinkerpop git commit: TINKERPOP-1562 Fix yet another compilation error. - posted by sp...@apache.org on 2016/12/12 12:45:23 UTC, 0 replies.
- [21/46] tinkerpop git commit: TINKERPOP-1562 Fixed problems related to loading new/old plugins - posted by sp...@apache.org on 2016/12/12 12:45:23 UTC, 0 replies.
- [22/46] tinkerpop git commit: TINKERPOP-1562 ImportCustomizer has become an interface - posted by sp...@apache.org on 2016/12/12 12:45:24 UTC, 0 replies.
- [36/47] tinkerpop git commit: TINKERPOP=1562 Loaded "gremlin" imports in the scriptengines - posted by sp...@apache.org on 2016/12/12 12:45:24 UTC, 0 replies.
- [37/47] tinkerpop git commit: TINKERPOP-1562 Use List of files to preserve order in script customzier - posted by sp...@apache.org on 2016/12/12 12:45:25 UTC, 0 replies.
- [23/46] tinkerpop git commit: TINKERPOP-1562 Rename "modules" as "plugin" - posted by sp...@apache.org on 2016/12/12 12:45:25 UTC, 0 replies.
- [38/47] tinkerpop git commit: TINKERPOP-1562 Adapted CompilerCustomizerProvider to Customizer - posted by sp...@apache.org on 2016/12/12 12:45:26 UTC, 0 replies.
- [24/46] tinkerpop git commit: TINKERPOP-1562 Change ScriptCustomizer to an interface. - posted by sp...@apache.org on 2016/12/12 12:45:26 UTC, 0 replies.
- [25/46] tinkerpop git commit: TINKERPOP-1562 Get customizers for both python and jython. - posted by sp...@apache.org on 2016/12/12 12:45:27 UTC, 0 replies.
- [39/47] tinkerpop git commit: TINKERPOP-1562 Deprecated GremlinGroovyScriptEngine.close() - posted by sp...@apache.org on 2016/12/12 12:45:27 UTC, 0 replies.
- [26/46] tinkerpop git commit: TINKERPOP-1562 Added JSR-223 packages in gremin-core to core javadoc - posted by sp...@apache.org on 2016/12/12 12:45:28 UTC, 0 replies.
- [40/47] tinkerpop git commit: TINKERPOP-1562 Deprecated the DependencyManager. - posted by sp...@apache.org on 2016/12/12 12:45:28 UTC, 0 replies.
- [27/46] tinkerpop git commit: TINKERPOP-1562 Hooked up GremlinJythonScriptEngine to Customizers - posted by sp...@apache.org on 2016/12/12 12:45:29 UTC, 0 replies.
- [41/47] tinkerpop git commit: TINKERPOP-1562 Fixed the InstallCommand for new GremlinPlugin usage. - posted by sp...@apache.org on 2016/12/12 12:45:29 UTC, 0 replies.
- [42/47] tinkerpop git commit: TINKERPOP-1562 Moved CoreImports to jsr223 package. - posted by sp...@apache.org on 2016/12/12 12:45:30 UTC, 0 replies.
- [28/46] tinkerpop git commit: TINKERPOP-1562 Deprecated plugin exceptions. - posted by sp...@apache.org on 2016/12/12 12:45:30 UTC, 0 replies.
- [43/47] tinkerpop git commit: TINKERPOP-1562 Moved ScriptEngineCache to jsr223 package. - posted by sp...@apache.org on 2016/12/12 12:45:31 UTC, 0 replies.
- [29/46] tinkerpop git commit: TINKERPOP-1562 Adapted CompilerCustomizerProvider to Customizer - posted by sp...@apache.org on 2016/12/12 12:45:31 UTC, 0 replies.
- [30/46] tinkerpop git commit: TINKERPOP-1562 Use List of files to preserve order in script customzier - posted by sp...@apache.org on 2016/12/12 12:45:32 UTC, 0 replies.
- [44/47] tinkerpop git commit: TINKERPOP-1562 Make all groovy customizer providers straight Customizer instances - posted by sp...@apache.org on 2016/12/12 12:45:32 UTC, 0 replies.
- [45/47] tinkerpop git commit: TINKERPOP-1562 Add more imports on Hadoop plugin. - posted by sp...@apache.org on 2016/12/12 12:45:33 UTC, 0 replies.
- [31/46] tinkerpop git commit: TINKERPOP-1562 Deprecated Artifact - posted by sp...@apache.org on 2016/12/12 12:45:33 UTC, 0 replies.
- [32/46] tinkerpop git commit: TINKERPOP-1562 Fix yet another compilation error. - posted by sp...@apache.org on 2016/12/12 12:45:34 UTC, 0 replies.
- [46/47] tinkerpop git commit: Merge branch 'TINKERPOP-1562' into tp32 - posted by sp...@apache.org on 2016/12/12 12:45:34 UTC, 0 replies.
- [33/46] tinkerpop git commit: TINKERPOP-1562 Update upgrade docs with ScriptEngine changes. - posted by sp...@apache.org on 2016/12/12 12:45:35 UTC, 0 replies.
- [47/47] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/12 12:45:35 UTC, 0 replies.
- [34/46] tinkerpop git commit: TINKERPOP-1562 Fixed a bad javadoc link - posted by sp...@apache.org on 2016/12/12 12:45:36 UTC, 0 replies.
- [35/46] tinkerpop git commit: TINKERPOP-1562 Hook up Console to do core imports under v3d3 - posted by sp...@apache.org on 2016/12/12 12:45:37 UTC, 0 replies.
- [36/46] tinkerpop git commit: TINKERPOP=1562 Loaded "gremlin" imports in the scriptengines - posted by sp...@apache.org on 2016/12/12 12:45:38 UTC, 0 replies.
- [37/46] tinkerpop git commit: TINKERPOP-1562 Change Set to List to preserve order in script execution. - posted by sp...@apache.org on 2016/12/12 12:45:39 UTC, 0 replies.
- [38/46] tinkerpop git commit: TINKERPOP-1562 Deprecated the CredentialGraph - posted by sp...@apache.org on 2016/12/12 12:45:40 UTC, 0 replies.
- [39/46] tinkerpop git commit: TINKERPOP-1562 Fixed the InstallCommand for new GremlinPlugin usage. - posted by sp...@apache.org on 2016/12/12 12:45:41 UTC, 0 replies.
- [40/46] tinkerpop git commit: TINKERPOP-1562 Moved CoreImports to jsr223 package. - posted by sp...@apache.org on 2016/12/12 12:45:42 UTC, 0 replies.
- [41/46] tinkerpop git commit: TINKERPOP-1562 Moved ScriptEngineCache to jsr223 package. - posted by sp...@apache.org on 2016/12/12 12:45:43 UTC, 0 replies.
- [42/46] tinkerpop git commit: TINKERPOP-1562 Deprecated the DependencyManager. - posted by sp...@apache.org on 2016/12/12 12:45:44 UTC, 0 replies.
- [43/46] tinkerpop git commit: TINKERPOP-1562 Make all groovy customizer providers straight Customizer instances - posted by sp...@apache.org on 2016/12/12 12:45:45 UTC, 0 replies.
- [44/46] tinkerpop git commit: TINKERPOP-1562 Deprecated GremlinGroovyScriptEngine.close() - posted by sp...@apache.org on 2016/12/12 12:45:46 UTC, 0 replies.
- [45/46] tinkerpop git commit: TINKERPOP-1562 Add more imports on Hadoop plugin. - posted by sp...@apache.org on 2016/12/12 12:45:47 UTC, 0 replies.
- [46/46] tinkerpop git commit: Merge branch 'TINKERPOP-1562' into tp32 - posted by sp...@apache.org on 2016/12/12 12:45:48 UTC, 0 replies.
- [1/2] tinkerpop git commit: Lessened log severity for Gremlin Server wrt serializers - posted by sp...@apache.org on 2016/12/12 14:23:16 UTC, 0 replies.
- tinkerpop git commit: Lessened log severity for Gremlin Server wrt serializers - posted by sp...@apache.org on 2016/12/12 14:23:24 UTC, 0 replies.
- tinkerpop git commit: dah. had to add a mutex to the TraverserMailbox ... need to think this through so it doesn't lock. - posted by ok...@apache.org on 2016/12/12 18:05:58 UTC, 0 replies.
- tinkerpop git commit: fixed a bug where nested traversal side-effects were not using message passing. lots of test cases now pass that didn't before. getting close. - posted by ok...@apache.org on 2016/12/12 18:26:13 UTC, 0 replies.
- tinkerpop git commit: found a bug in CollectingBarrierStep that only makes itself apparent in ASP engines. Have nearly all the test cases passes save ones with dedup(). I don't understand the problem --- however, things are fast and passing and code is s - posted by ok...@apache.org on 2016/12/12 21:32:57 UTC, 0 replies.
- tinkerpop git commit: realized we don't use stepId in hashCode(). eek. work around in actors system. - posted by ok...@apache.org on 2016/12/12 22:12:27 UTC, 0 replies.
- tinkerpop git commit: more tests exposed. - posted by ok...@apache.org on 2016/12/12 23:17:57 UTC, 0 replies.
- [1/2] tinkerpop git commit: created a new module called akka-gremlin. It will implement the actor/ package interfaces (yet to be defined in gremlin-core). - posted by ok...@apache.org on 2016/12/13 12:09:01 UTC, 0 replies.
- [2/2] tinkerpop git commit: created a new module called akka-gremlin. It will implement the actor/ package interfaces (yet to be defined in gremlin-core). - posted by ok...@apache.org on 2016/12/13 12:09:02 UTC, 0 replies.
- tinkerpop git commit: started on the process.actor interfaces in gremlin-core. Really cool as the naming/model lines up nicely with process.computer interfaces. ActorStep and ActorStrategy are now generalized to work with Actors interface and now live in - posted by ok...@apache.org on 2016/12/13 12:52:12 UTC, 0 replies.
- [1/2] tinkerpop git commit: we now have a full generalized process/actor interface system where akka-gremlin/ implements those interfaces. Next, we have ActorProgram with TraversalActorProgram exectuing a traversal. This is identical in form to GraphComp - posted by ok...@apache.org on 2016/12/13 16:52:47 UTC, 0 replies.
- [2/2] tinkerpop git commit: we now have a full generalized process/actor interface system where akka-gremlin/ implements those interfaces. Next, we have ActorProgram with TraversalActorProgram exectuing a traversal. This is identical in form to GraphComp - posted by ok...@apache.org on 2016/12/13 16:52:48 UTC, 0 replies.
- tinkerpop git commit: okay, all direct references to akka URIs are removed from gremlin-core. I have one more thing to do with Message priorities. After that, clean, Javadoc, etc. Going to take a break for a bit first. - posted by ok...@apache.org on 2016/12/13 17:18:16 UTC, 0 replies.
- tinkerpop git commit: okay. mailboxes are controlled by ActorProgram.getMessagePriorities(). Took me forever to figure out how to dynamically configure akka mailboxes. - posted by ok...@apache.org on 2016/12/13 19:58:59 UTC, 0 replies.
- tinkerpop git commit: I have all the failing tests ignored in the AkkaActorsProvider. I know why they fail -- mainly around order()... once I solve that, done. - posted by ok...@apache.org on 2016/12/13 20:05:29 UTC, 0 replies.
- tinkerpop git commit: to hell and back and got nowhere. 2 hour code hole trying to remove GraphComputer semantics from Actor traversals..... had it all working up till group() not finalizing results. No idea why. - posted by ok...@apache.org on 2016/12/13 22:30:37 UTC, 0 replies.
- tinkerpop git commit: split up start and terminate messages. - posted by ok...@apache.org on 2016/12/13 22:38:52 UTC, 0 replies.
- tinkerpop git commit: OMG. That was a 3+ hour bug. The bug was not in Actors, but in GroupStep cloning.... So painful. Renamed Actors to GraphActors so its like GraphComputer. Renamed ActorStep to TraversalActorProgramStep so its like TraversalVertexProg - posted by ok...@apache.org on 2016/12/14 00:59:51 UTC, 0 replies.
- tinkerpop git commit: ahhh.. a really solid simplification using the Terminate token as the barrier synchronizer. Lots of other little random clean me ups. Things are looking brighter at close of business. - posted by ok...@apache.org on 2016/12/14 02:05:17 UTC, 0 replies.
- tinkerpop git commit: came up with a clever idea for maintaining order in a distributed traversal. OrdereredTraverser is a wrapper around a Traverser where all methods are delegated to the internal traverser. However, OrderedTraverser has an order() meth - posted by ok...@apache.org on 2016/12/14 12:54:17 UTC, 0 replies.
- tinkerpop git commit: added Pushing and Distributing which are currently the two constructs of GraphComputing. GraphComputing is now deprecated with its corresponding methods calling the respective Pushing/Distributing methods. Pushing means the step is - posted by ok...@apache.org on 2016/12/14 15:16:15 UTC, 0 replies.
- tinkerpop git commit: added StringFactory rules for GraphActors, Partitioner, and Partition. Realized someting profoundly sucky about DedupGlobalStep. Exposed more test cases to AkkaGraphActors. - posted by ok...@apache.org on 2016/12/14 16:37:19 UTC, 0 replies.
- [1/8] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/14 16:52:51 UTC, 0 replies.
- [2/8] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/14 16:52:52 UTC, 0 replies.
- [3/8] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/14 16:52:53 UTC, 0 replies.
- [4/8] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/14 16:52:54 UTC, 0 replies.
- [5/8] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/14 16:52:55 UTC, 0 replies.
- [6/8] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/14 16:52:56 UTC, 0 replies.
- [7/8] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/14 16:52:57 UTC, 0 replies.
- [8/8] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/14 16:52:58 UTC, 0 replies.
- tinkerpop git commit: Created AkkaGremlinPlugin so you can import akka-gremlin into GremlinConsole (and GremlinServer--not sure). The concept of an Actor Address now has to identifies -- the physical location of the actor and the unique (provider specifi - posted by ok...@apache.org on 2016/12/14 21:35:23 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/14 22:42:25 UTC, 0 replies.
- [2/2] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/14 22:42:26 UTC, 0 replies.
- tinkerpop git commit: learned about preStart() and postStop() methods in Akka Actors. Lined those up with actor.terminate() and actor.setup(). JavaDoc here and there.... nada much. done for the night. - posted by ok...@apache.org on 2016/12/15 01:22:20 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Completed tests for typed IO - posted by sp...@apache.org on 2016/12/15 16:56:41 UTC, 0 replies.
- tinkerpop git commit: lots of cleanup and organization of the interfaces. trying to line up the GraphActors interfaces as much as possible with GraphComputer interfaces. JavaDoc'in. - posted by ok...@apache.org on 2016/12/15 17:54:58 UTC, 0 replies.
- tinkerpop git commit: commited to g.withProcessor(Processor.Description). Actors and Computer implement Processor.Description. Following the VertexProgramStrategy model, this makes it easy for language variant providers to support any arbitrary Processor - posted by ok...@apache.org on 2016/12/15 18:33:32 UTC, 0 replies.
- tinkerpop git commit: more alignment between GraphActors and GraphComputer. GraphActors.partitioner().program().submit(). Unlike GraphComputer, there is no Graph.actors(). HOWEVER -- since GraphActors is Partition-centric, perhaps we do Graph.partitioner - posted by ok...@apache.org on 2016/12/15 18:59:52 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Made the test data for metrics static. - posted by sp...@apache.org on 2016/12/15 19:00:12 UTC, 0 replies.
- tinkerpop git commit: taking a lunch break --- added more JavaDoc and started honing in on how withProcessor() will generalize... sorta tricky. - posted by ok...@apache.org on 2016/12/15 19:09:02 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Improved asserts on Graph elements. - posted by sp...@apache.org on 2016/12/15 19:40:24 UTC, 0 replies.
- [1/2] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withComputer() d - posted by ok...@apache.org on 2016/12/16 11:44:00 UTC, 0 replies.
- [2/2] tinkerpop git commit: So much. withProcessor(Processor). No more Compute. Process.submit(Graph) as we are now staging it so that every Processor (GraphComputer/GraphAgents) can work over any Graph. This will all be via Partitioner. withComputer() d - posted by ok...@apache.org on 2016/12/16 11:44:01 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Changed scope of gremlin-test to "test" - posted by sp...@apache.org on 2016/12/16 11:57:29 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1584 Made Gryo support a number of classes GraphSON supported. - posted by sp...@apache.org on 2016/12/16 14:00:06 UTC, 1 replies.
- [01/50] tinkerpop git commit: TINKERPOP-1562 Abstracted groovysh/io to GremlinShellEnvironment [Forced Update!] - posted by sp...@apache.org on 2016/12/16 15:55:02 UTC, 0 replies.
- [02/50] tinkerpop git commit: TINKERPOP-1562 Added new plugins for gremlin-groovy to replace deprecated ones. - posted by sp...@apache.org on 2016/12/16 15:55:03 UTC, 0 replies.
- [03/50] tinkerpop git commit: TINKERPOP-1562 Add new HadoopGremlinPlugin and deprecated the old. - posted by sp...@apache.org on 2016/12/16 15:55:04 UTC, 0 replies.
- [04/50] tinkerpop git commit: TINKERPOP-1562 Add new Neo4j GremlinPlugin and deprecated old one - posted by sp...@apache.org on 2016/12/16 15:55:05 UTC, 0 replies.
- [05/50] tinkerpop git commit: TINKERPOP-1562 Added more tests for the GremlnPluginAdapter - posted by sp...@apache.org on 2016/12/16 15:55:06 UTC, 0 replies.
- [06/50] tinkerpop git commit: TINKERPOP-1562 Added more tests for plugins/customizers - posted by sp...@apache.org on 2016/12/16 15:55:07 UTC, 0 replies.
- [07/50] tinkerpop git commit: TINKERPOP-1562 Minor changes to javadocs. - posted by sp...@apache.org on 2016/12/16 15:55:08 UTC, 0 replies.
- [08/50] tinkerpop git commit: TINKERPOP-1562 Added gremlin-console plugins under the new model. - posted by sp...@apache.org on 2016/12/16 15:55:09 UTC, 0 replies.
- [09/50] tinkerpop git commit: TINKERPOP-1562 Get customizers for both python and jython. - posted by sp...@apache.org on 2016/12/16 15:55:10 UTC, 0 replies.
- [10/50] tinkerpop git commit: TINKERPOP-1562 Hooked up GremlinJythonScriptEngine to Customizers - posted by sp...@apache.org on 2016/12/16 15:55:11 UTC, 0 replies.
- [11/50] tinkerpop git commit: TINKERPOP-1562 Added JSR-223 packages in gremin-core to core javadoc - posted by sp...@apache.org on 2016/12/16 15:55:12 UTC, 0 replies.
- [12/50] tinkerpop git commit: TINKERPOP-1562 Fixed a bad javadoc link - posted by sp...@apache.org on 2016/12/16 15:55:13 UTC, 0 replies.
- [13/50] tinkerpop git commit: TINKERPOP-1562 Hook up Console to do core imports under v3d3 - posted by sp...@apache.org on 2016/12/16 15:55:14 UTC, 0 replies.
- [14/50] tinkerpop git commit: TINKERPOP=1562 Loaded "gremlin" imports in the scriptengines - posted by sp...@apache.org on 2016/12/16 15:55:15 UTC, 0 replies.
- [15/50] tinkerpop git commit: TINKERPOP-1562 Update upgrade docs with ScriptEngine changes. - posted by sp...@apache.org on 2016/12/16 15:55:16 UTC, 0 replies.
- [16/50] tinkerpop git commit: TINKERPOP-1562 Fix yet another compilation error. - posted by sp...@apache.org on 2016/12/16 15:55:17 UTC, 0 replies.
- [17/50] tinkerpop git commit: TINKERPOP-1562 Change Set to List to preserve order in script execution. - posted by sp...@apache.org on 2016/12/16 15:55:18 UTC, 0 replies.
- [18/50] tinkerpop git commit: TINKERPOP-1562 Deprecated the CredentialGraph - posted by sp...@apache.org on 2016/12/16 15:55:19 UTC, 0 replies.
- [19/50] tinkerpop git commit: TINKERPOP-1562 Deprecated plugin exceptions. - posted by sp...@apache.org on 2016/12/16 15:55:20 UTC, 0 replies.
- [20/50] tinkerpop git commit: TINKERPOP-1562 Deprecated Artifact - posted by sp...@apache.org on 2016/12/16 15:55:21 UTC, 0 replies.
- [21/50] tinkerpop git commit: TINKERPOP-1562 Use List of files to preserve order in script customzier - posted by sp...@apache.org on 2016/12/16 15:55:22 UTC, 0 replies.
- [22/50] tinkerpop git commit: TINKERPOP-1562 Adapted CompilerCustomizerProvider to Customizer - posted by sp...@apache.org on 2016/12/16 15:55:23 UTC, 0 replies.
- [23/50] tinkerpop git commit: TINKERPOP-1562 Deprecated the DependencyManager. - posted by sp...@apache.org on 2016/12/16 15:55:24 UTC, 0 replies.
- [24/50] tinkerpop git commit: TINKERPOP-1562 Deprecated GremlinGroovyScriptEngine.close() - posted by sp...@apache.org on 2016/12/16 15:55:25 UTC, 0 replies.
- [25/50] tinkerpop git commit: TINKERPOP-1562 Make all groovy customizer providers straight Customizer instances - posted by sp...@apache.org on 2016/12/16 15:55:26 UTC, 0 replies.
- [26/50] tinkerpop git commit: TINKERPOP-1562 Moved ScriptEngineCache to jsr223 package. - posted by sp...@apache.org on 2016/12/16 15:55:27 UTC, 0 replies.
- [27/50] tinkerpop git commit: TINKERPOP-1562 Moved CoreImports to jsr223 package. - posted by sp...@apache.org on 2016/12/16 15:55:28 UTC, 0 replies.
- [28/50] tinkerpop git commit: TINKERPOP-1562 Fixed the InstallCommand for new GremlinPlugin usage. - posted by sp...@apache.org on 2016/12/16 15:55:29 UTC, 0 replies.
- [29/50] tinkerpop git commit: TINKERPOP-1570 Bumped to netty 4.0.42 - posted by sp...@apache.org on 2016/12/16 15:55:30 UTC, 0 replies.
- [30/50] tinkerpop git commit: TINKERPOP-1562 Add more imports on Hadoop plugin. - posted by sp...@apache.org on 2016/12/16 15:55:31 UTC, 0 replies.
- [31/50] tinkerpop git commit: [driver_remote] Encode Bytecode as a dict, not a string - posted by sp...@apache.org on 2016/12/16 15:55:32 UTC, 0 replies.
- [32/50] tinkerpop git commit: Minor fix to iteration completion logic - posted by sp...@apache.org on 2016/12/16 15:55:33 UTC, 0 replies.
- [33/50] tinkerpop git commit: Merge branch 'pr-513' into tp32 - posted by sp...@apache.org on 2016/12/16 15:55:34 UTC, 0 replies.
- [34/50] tinkerpop git commit: Update CHANGELOG - CTR - posted by sp...@apache.org on 2016/12/16 15:55:35 UTC, 0 replies.
- [35/50] tinkerpop git commit: Merge branch 'TINKERPOP-1570' into tp32 - posted by sp...@apache.org on 2016/12/16 15:55:36 UTC, 0 replies.
- [36/50] tinkerpop git commit: Merge branch 'TINKERPOP-1562' into tp32 - posted by sp...@apache.org on 2016/12/16 15:55:37 UTC, 0 replies.
- [37/50] tinkerpop git commit: Lessened log severity for Gremlin Server wrt serializers - posted by sp...@apache.org on 2016/12/16 15:55:38 UTC, 0 replies.
- [38/50] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by sp...@apache.org on 2016/12/16 15:55:39 UTC, 0 replies.
- [39/50] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/12/16 15:55:40 UTC, 0 replies.
- [40/50] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/12/16 15:55:41 UTC, 0 replies.
- [41/50] tinkerpop git commit: TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API - posted by sp...@apache.org on 2016/12/16 15:55:42 UTC, 0 replies.
- [42/50] tinkerpop git commit: TINKERPOP-1490 Updated dev docs on RemoteConnection API - posted by sp...@apache.org on 2016/12/16 15:55:43 UTC, 0 replies.
- [44/50] tinkerpop git commit: implemented promise API for gremlin-python. side effect retrieval is problematic - posted by sp...@apache.org on 2016/12/16 15:55:45 UTC, 0 replies.
- [45/50] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/12/16 15:55:46 UTC, 0 replies.
- [46/50] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/12/16 15:55:47 UTC, 0 replies.
- [47/50] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by sp...@apache.org on 2016/12/16 15:55:48 UTC, 0 replies.
- [48/50] tinkerpop git commit: TINKERPOP-1490 Merge fixes after rebase on tp32 - posted by sp...@apache.org on 2016/12/16 15:55:49 UTC, 0 replies.
- [49/50] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by sp...@apache.org on 2016/12/16 15:55:50 UTC, 0 replies.
- [50/50] tinkerpop git commit: raise error if side effect method called while loop is running - posted by sp...@apache.org on 2016/12/16 15:55:51 UTC, 0 replies.
- tinkerpop git commit: We now have PartitionInputFormat which allows an Hadoop-based GraphComputer to pull data from any Graph implementation. PartitionInputSplit is basically a wrapper around Partition so that data access is data-local and thus, for dist - posted by ok...@apache.org on 2016/12/16 16:03:08 UTC, 0 replies.
- [01/50] tinkerpop git commit: TINKERPOP-1562 Start getting Console working with new plugin stuff [Forced Update!] - posted by sp...@apache.org on 2016/12/16 16:53:15 UTC, 0 replies.
- [02/50] tinkerpop git commit: TINKERPOP-1562 Deprecated GiraphGremlinPlugin. - posted by sp...@apache.org on 2016/12/16 16:53:16 UTC, 0 replies.
- [03/50] tinkerpop git commit: TINKERPOP-1562 Moved GremlinServerGremlinModule to standard directory structure - posted by sp...@apache.org on 2016/12/16 16:53:17 UTC, 0 replies.
- [04/50] tinkerpop git commit: TINKERPOP-1562 Add GremlinModule for Giraph. - posted by sp...@apache.org on 2016/12/16 16:53:18 UTC, 0 replies.
- [05/50] tinkerpop git commit: TINKERPOP-1562 Bring back GremlinModule and deprecate it. - posted by sp...@apache.org on 2016/12/16 16:53:19 UTC, 0 replies.
- [06/50] tinkerpop git commit: TINKERPOP-1562 Renamed GremlinModule to GremlinPlugin in gremlin-core - posted by sp...@apache.org on 2016/12/16 16:53:20 UTC, 0 replies.
- [07/50] tinkerpop git commit: TINKERPOP-1562 Move RemoteAcceptor related stuff to gremlin-core. - posted by sp...@apache.org on 2016/12/16 16:53:21 UTC, 0 replies.
- [08/50] tinkerpop git commit: TINKERPOP-1562 Added more tests for the GremlnPluginAdapter - posted by sp...@apache.org on 2016/12/16 16:53:22 UTC, 0 replies.
- [09/50] tinkerpop git commit: TINKERPOP-1562 Abstracted groovysh/io to GremlinShellEnvironment - posted by sp...@apache.org on 2016/12/16 16:53:23 UTC, 0 replies.
- [10/50] tinkerpop git commit: TINKERPOP-1562 Added more tests for plugins/customizers - posted by sp...@apache.org on 2016/12/16 16:53:24 UTC, 0 replies.
- [11/50] tinkerpop git commit: TINKERPOP-1562 Fixed problems related to loading new/old plugins - posted by sp...@apache.org on 2016/12/16 16:53:25 UTC, 0 replies.
- [12/50] tinkerpop git commit: TINKERPOP-1562 ImportCustomizer has become an interface - posted by sp...@apache.org on 2016/12/16 16:53:26 UTC, 0 replies.
- [13/50] tinkerpop git commit: TINKERPOP-1562 Rename "modules" as "plugin" - posted by sp...@apache.org on 2016/12/16 16:53:27 UTC, 0 replies.
- [14/50] tinkerpop git commit: TINKERPOP-1562 Change ScriptCustomizer to an interface. - posted by sp...@apache.org on 2016/12/16 16:53:28 UTC, 0 replies.
- [15/50] tinkerpop git commit: TINKERPOP-1562 Deprecated TinkerGraphGremlinPlugin. - posted by sp...@apache.org on 2016/12/16 16:53:29 UTC, 0 replies.
- [16/50] tinkerpop git commit: TINKERPOP-1562 Minor changes to javadocs. - posted by sp...@apache.org on 2016/12/16 16:53:30 UTC, 0 replies.
- [17/50] tinkerpop git commit: TINKERPOP-1562 Add new HadoopGremlinPlugin and deprecated the old. - posted by sp...@apache.org on 2016/12/16 16:53:31 UTC, 0 replies.
- [18/50] tinkerpop git commit: TINKERPOP-1562 Added SparkGremlinPlugin - posted by sp...@apache.org on 2016/12/16 16:53:32 UTC, 0 replies.
- [19/50] tinkerpop git commit: TINKERPOP-1562 Add new Neo4j GremlinPlugin and deprecated old one - posted by sp...@apache.org on 2016/12/16 16:53:33 UTC, 0 replies.
- [20/50] tinkerpop git commit: TINKERPOP-1562 Added gremlin-console plugins under the new model. - posted by sp...@apache.org on 2016/12/16 16:53:34 UTC, 0 replies.
- [21/50] tinkerpop git commit: TINKERPOP-1562 Added new plugins for gremlin-groovy to replace deprecated ones. - posted by sp...@apache.org on 2016/12/16 16:53:35 UTC, 0 replies.
- [22/50] tinkerpop git commit: TINKERPOP-1562 Get customizers for both python and jython. - posted by sp...@apache.org on 2016/12/16 16:53:36 UTC, 0 replies.
- [23/50] tinkerpop git commit: TINKERPOP-1562 Hooked up GremlinJythonScriptEngine to Customizers - posted by sp...@apache.org on 2016/12/16 16:53:37 UTC, 0 replies.
- [24/50] tinkerpop git commit: TINKERPOP-1562 Added JSR-223 packages in gremin-core to core javadoc - posted by sp...@apache.org on 2016/12/16 16:53:38 UTC, 0 replies.
- [25/50] tinkerpop git commit: TINKERPOP-1562 Update upgrade docs with ScriptEngine changes. - posted by sp...@apache.org on 2016/12/16 16:53:39 UTC, 0 replies.
- [26/50] tinkerpop git commit: TINKERPOP-1562 Deprecated plugin exceptions. - posted by sp...@apache.org on 2016/12/16 16:53:40 UTC, 0 replies.
- [27/50] tinkerpop git commit: TINKERPOP=1562 Loaded "gremlin" imports in the scriptengines - posted by sp...@apache.org on 2016/12/16 16:53:41 UTC, 0 replies.
- [28/50] tinkerpop git commit: TINKERPOP-1562 Deprecated Artifact - posted by sp...@apache.org on 2016/12/16 16:53:42 UTC, 0 replies.
- [29/50] tinkerpop git commit: TINKERPOP-1562 Deprecated the CredentialGraph - posted by sp...@apache.org on 2016/12/16 16:53:43 UTC, 0 replies.
- [30/50] tinkerpop git commit: TINKERPOP-1562 Adapted CompilerCustomizerProvider to Customizer - posted by sp...@apache.org on 2016/12/16 16:53:44 UTC, 0 replies.
- [31/50] tinkerpop git commit: TINKERPOP-1562 Use List of files to preserve order in script customzier - posted by sp...@apache.org on 2016/12/16 16:53:45 UTC, 0 replies.
- [32/50] tinkerpop git commit: TINKERPOP-1562 Change Set to List to preserve order in script execution. - posted by sp...@apache.org on 2016/12/16 16:53:46 UTC, 0 replies.
- [33/50] tinkerpop git commit: TINKERPOP-1562 Fix yet another compilation error. - posted by sp...@apache.org on 2016/12/16 16:53:47 UTC, 0 replies.
- [34/50] tinkerpop git commit: TINKERPOP-1562 Hook up Console to do core imports under v3d3 - posted by sp...@apache.org on 2016/12/16 16:53:48 UTC, 0 replies.
- [35/50] tinkerpop git commit: TINKERPOP-1562 Fixed a bad javadoc link - posted by sp...@apache.org on 2016/12/16 16:53:49 UTC, 0 replies.
- [36/50] tinkerpop git commit: TINKERPOP-1562 Make all groovy customizer providers straight Customizer instances - posted by sp...@apache.org on 2016/12/16 16:53:50 UTC, 0 replies.
- [37/50] tinkerpop git commit: TINKERPOP-1562 Moved CoreImports to jsr223 package. - posted by sp...@apache.org on 2016/12/16 16:53:51 UTC, 0 replies.
- [38/50] tinkerpop git commit: TINKERPOP-1562 Moved ScriptEngineCache to jsr223 package. - posted by sp...@apache.org on 2016/12/16 16:53:52 UTC, 0 replies.
- [39/50] tinkerpop git commit: TINKERPOP-1562 Fixed the InstallCommand for new GremlinPlugin usage. - posted by sp...@apache.org on 2016/12/16 16:53:53 UTC, 0 replies.
- [40/50] tinkerpop git commit: TINKERPOP-1562 Deprecated the DependencyManager. - posted by sp...@apache.org on 2016/12/16 16:53:54 UTC, 0 replies.
- [41/50] tinkerpop git commit: TINKERPOP-1562 Deprecated GremlinGroovyScriptEngine.close() - posted by sp...@apache.org on 2016/12/16 16:53:55 UTC, 0 replies.
- [42/50] tinkerpop git commit: TINKERPOP-1570 Bumped to netty 4.0.42 - posted by sp...@apache.org on 2016/12/16 16:53:56 UTC, 0 replies.
- [43/50] tinkerpop git commit: TINKERPOP-1562 Add more imports on Hadoop plugin. - posted by sp...@apache.org on 2016/12/16 16:53:57 UTC, 0 replies.
- [44/50] tinkerpop git commit: Update CHANGELOG - CTR - posted by sp...@apache.org on 2016/12/16 16:53:58 UTC, 0 replies.
- [45/50] tinkerpop git commit: Merge branch 'TINKERPOP-1570' into tp32 - posted by sp...@apache.org on 2016/12/16 16:53:59 UTC, 0 replies.
- [46/50] tinkerpop git commit: Merge branch 'TINKERPOP-1562' into tp32 - posted by sp...@apache.org on 2016/12/16 16:54:00 UTC, 0 replies.
- [47/50] tinkerpop git commit: Lessened log severity for Gremlin Server wrt serializers - posted by sp...@apache.org on 2016/12/16 16:54:01 UTC, 0 replies.
- [48/50] tinkerpop git commit: use six.moves for legacy import. fixed testing port number - posted by sp...@apache.org on 2016/12/16 16:54:02 UTC, 0 replies.
- [49/50] tinkerpop git commit: added license and author - posted by sp...@apache.org on 2016/12/16 16:54:03 UTC, 0 replies.
- [50/50] tinkerpop git commit: allow user to pass loop to DriverRemoteConnection. added multi-threaded tests. - posted by sp...@apache.org on 2016/12/16 16:54:04 UTC, 0 replies.
- [01/14] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by sp...@apache.org on 2016/12/16 17:19:13 UTC, 0 replies.
- [02/14] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/12/16 17:19:14 UTC, 0 replies.
- [03/14] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/12/16 17:19:15 UTC, 0 replies.
- [04/14] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by sp...@apache.org on 2016/12/16 17:19:16 UTC, 0 replies.
- [05/14] tinkerpop git commit: TINKERPOP-1490 Updated dev docs on RemoteConnection API - posted by sp...@apache.org on 2016/12/16 17:19:17 UTC, 0 replies.
- [06/14] tinkerpop git commit: TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API - posted by sp...@apache.org on 2016/12/16 17:19:18 UTC, 0 replies.
- [07/14] tinkerpop git commit: implemented promise API for gremlin-python. side effect retrieval is problematic - posted by sp...@apache.org on 2016/12/16 17:19:19 UTC, 0 replies.
- [08/14] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/12/16 17:19:20 UTC, 0 replies.
- [09/14] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by sp...@apache.org on 2016/12/16 17:19:21 UTC, 0 replies.
- [10/14] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/12/16 17:19:22 UTC, 0 replies.
- [11/14] tinkerpop git commit: TINKERPOP-1490 Merge fixes after rebase on tp32 - posted by sp...@apache.org on 2016/12/16 17:19:23 UTC, 0 replies.
- [12/14] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by sp...@apache.org on 2016/12/16 17:19:24 UTC, 0 replies.
- [13/14] tinkerpop git commit: raise error if side effect method called while loop is running - posted by sp...@apache.org on 2016/12/16 17:19:25 UTC, 0 replies.
- [14/14] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/16 17:19:26 UTC, 0 replies.
- [01/13] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by sp...@apache.org on 2016/12/16 17:19:27 UTC, 0 replies.
- [02/13] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by sp...@apache.org on 2016/12/16 17:19:28 UTC, 0 replies.
- [03/13] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/12/16 17:19:29 UTC, 0 replies.
- [04/13] tinkerpop git commit: TINKERPOP-1490 Updated dev docs on RemoteConnection API - posted by sp...@apache.org on 2016/12/16 17:19:30 UTC, 0 replies.
- [05/13] tinkerpop git commit: TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API - posted by sp...@apache.org on 2016/12/16 17:19:31 UTC, 0 replies.
- [06/13] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/12/16 17:19:32 UTC, 0 replies.
- [07/13] tinkerpop git commit: implemented promise API for gremlin-python. side effect retrieval is problematic - posted by sp...@apache.org on 2016/12/16 17:19:33 UTC, 0 replies.
- [08/13] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/12/16 17:19:34 UTC, 0 replies.
- [09/13] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/12/16 17:19:35 UTC, 0 replies.
- [10/13] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by sp...@apache.org on 2016/12/16 17:19:36 UTC, 0 replies.
- [11/13] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by sp...@apache.org on 2016/12/16 17:19:37 UTC, 0 replies.
- [12/13] tinkerpop git commit: TINKERPOP-1490 Merge fixes after rebase on tp32 - posted by sp...@apache.org on 2016/12/16 17:19:38 UTC, 0 replies.
- [13/13] tinkerpop git commit: raise error if side effect method called while loop is running - posted by sp...@apache.org on 2016/12/16 17:19:39 UTC, 0 replies.
- tinkerpop git commit: removed non-deterministic threaded test - posted by da...@apache.org on 2016/12/16 22:11:01 UTC, 0 replies.
- tinkerpop git commit: okay. so I created ProcessActorsSuite and our first actors specific test -- GraphActorsTest (currently just makes sure toString() is valid :). Really organizing things around Configuration... Just like Graphs, Computers and Actors a - posted by ok...@apache.org on 2016/12/16 22:26:43 UTC, 0 replies.
- tinkerpop git commit: added GraphActorsHelper which will configure a GraphActors via its fluent interface via a provided Configuration. Added a new GraphActorsTest that ensures worker counts are correct. - posted by ok...@apache.org on 2016/12/16 22:41:53 UTC, 0 replies.
- tinkerpop git commit: small nothing. - posted by ok...@apache.org on 2016/12/16 22:42:28 UTC, 0 replies.
- [1/2] tinkerpop git commit: Add a note to dev docs on python environment CTR - posted by sp...@apache.org on 2016/12/19 12:05:26 UTC, 0 replies.
- tinkerpop git commit: Add a note to dev docs on python environment CTR - posted by sp...@apache.org on 2016/12/19 12:05:35 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Add gremlin-test back as compile scope. - posted by sp...@apache.org on 2016/12/19 14:17:23 UTC, 0 replies.
- [1/2] tinkerpop git commit: Remove errant import of javafx class - posted by sp...@apache.org on 2016/12/19 16:45:25 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'pr-514' - posted by sp...@apache.org on 2016/12/19 16:45:26 UTC, 0 replies.
- tinkerpop git commit: got new GraphComputer.configuration() model working for SparkGraphComputer and GiraphGraphComputer. - posted by ok...@apache.org on 2016/12/19 19:51:48 UTC, 0 replies.
- tinkerpop git commit: came up with a much cleaner GiraphGraphComputer usage around workers. - posted by ok...@apache.org on 2016/12/19 21:31:32 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fix numbers deserialization for GraphSON2. - posted by sp...@apache.org on 2016/12/20 12:56:09 UTC, 0 replies.
- tinkerpop git commit: Fix numbers deserialization for GraphSON2. - posted by sp...@apache.org on 2016/12/20 12:56:19 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1584 Made Gryo support a number of classes GraphSON supported. - posted by sp...@apache.org on 2016/12/20 18:23:15 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1584' into tp32 - posted by sp...@apache.org on 2016/12/20 18:23:16 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/20 18:23:17 UTC, 1 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1584 Made Gryo support a number of classes GraphSON supported. - posted by sp...@apache.org on 2016/12/20 18:24:18 UTC, 0 replies.
- [1/2] tinkerpop git commit: Minor code cleanup and formatting. - posted by sp...@apache.org on 2016/12/20 18:50:41 UTC, 0 replies.
- tinkerpop git commit: Minor code cleanup and formatting. - posted by sp...@apache.org on 2016/12/20 18:50:59 UTC, 0 replies.
- [1/5] tinkerpop git commit: Added basics for versioning Gryo. - posted by sp...@apache.org on 2016/12/20 20:23:55 UTC, 0 replies.
- [2/5] tinkerpop git commit: Changed Gryo registration ids to avoid conflict in 3.3.x - posted by sp...@apache.org on 2016/12/20 20:23:56 UTC, 0 replies.
- [3/5] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/20 20:23:57 UTC, 0 replies.
- [4/5] tinkerpop git commit: Don't use the canonical name when serializing to gryo. - posted by sp...@apache.org on 2016/12/20 20:23:58 UTC, 0 replies.
- [1/3] tinkerpop git commit: Added basics for versioning Gryo. - posted by sp...@apache.org on 2016/12/20 20:24:06 UTC, 0 replies.
- [2/3] tinkerpop git commit: Changed Gryo registration ids to avoid conflict in 3.3.x - posted by sp...@apache.org on 2016/12/20 20:24:07 UTC, 0 replies.
- [3/3] tinkerpop git commit: Don't use the canonical name when serializing to gryo. - posted by sp...@apache.org on 2016/12/20 20:24:08 UTC, 0 replies.
- [01/47] tinkerpop git commit: Remove errant import of javafx class [Forced Update!] - posted by sp...@apache.org on 2016/12/20 20:25:19 UTC, 0 replies.
- [02/47] tinkerpop git commit: TINKERPOP-1584 Made Gryo support a number of classes GraphSON supported. - posted by sp...@apache.org on 2016/12/20 20:25:20 UTC, 0 replies.
- [03/47] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by sp...@apache.org on 2016/12/20 20:25:21 UTC, 0 replies.
- [04/47] tinkerpop git commit: TINKERPOP-1490 Updated dev docs on RemoteConnection API - posted by sp...@apache.org on 2016/12/20 20:25:22 UTC, 0 replies.
- [05/47] tinkerpop git commit: TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API - posted by sp...@apache.org on 2016/12/20 20:25:23 UTC, 0 replies.
- [06/47] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by sp...@apache.org on 2016/12/20 20:25:24 UTC, 0 replies.
- [07/47] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/12/20 20:25:25 UTC, 0 replies.
- [08/47] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/12/20 20:25:26 UTC, 0 replies.
- [09/47] tinkerpop git commit: implemented promise API for gremlin-python. side effect retrieval is problematic - posted by sp...@apache.org on 2016/12/20 20:25:27 UTC, 0 replies.
- [10/47] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/12/20 20:25:28 UTC, 0 replies.
- [11/47] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/12/20 20:25:29 UTC, 0 replies.
- [12/47] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by sp...@apache.org on 2016/12/20 20:25:30 UTC, 0 replies.
- [13/47] tinkerpop git commit: raise error if side effect method called while loop is running - posted by sp...@apache.org on 2016/12/20 20:25:31 UTC, 0 replies.
- [14/47] tinkerpop git commit: TINKERPOP-1490 Merge fixes after rebase on tp32 - posted by sp...@apache.org on 2016/12/20 20:25:32 UTC, 0 replies.
- [15/47] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by sp...@apache.org on 2016/12/20 20:25:33 UTC, 0 replies.
- [16/47] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/20 20:25:34 UTC, 0 replies.
- [17/47] tinkerpop git commit: Add a note to dev docs on python environment CTR - posted by sp...@apache.org on 2016/12/20 20:25:35 UTC, 0 replies.
- [18/47] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/20 20:25:36 UTC, 0 replies.
- [19/47] tinkerpop git commit: Fix numbers deserialization for GraphSON2. - posted by sp...@apache.org on 2016/12/20 20:25:37 UTC, 0 replies.
- [20/47] tinkerpop git commit: Merge branch 'pr-514' - posted by sp...@apache.org on 2016/12/20 20:25:38 UTC, 0 replies.
- [21/47] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/20 20:25:39 UTC, 0 replies.
- [22/47] tinkerpop git commit: Merge branch 'TINKERPOP-1584' into tp32 - posted by sp...@apache.org on 2016/12/20 20:25:40 UTC, 0 replies.
- [23/47] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/20 20:25:41 UTC, 0 replies.
- [24/47] tinkerpop git commit: TINKERPOP-1584 Made Gryo support a number of classes GraphSON supported. - posted by sp...@apache.org on 2016/12/20 20:25:42 UTC, 0 replies.
- [25/47] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/20 20:25:43 UTC, 0 replies.
- [26/47] tinkerpop git commit: Minor code cleanup and formatting. - posted by sp...@apache.org on 2016/12/20 20:25:44 UTC, 0 replies.
- [27/47] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/20 20:25:45 UTC, 0 replies.
- [28/47] tinkerpop git commit: Added basics for versioning Gryo. - posted by sp...@apache.org on 2016/12/20 20:25:46 UTC, 0 replies.
- [29/47] tinkerpop git commit: Changed Gryo registration ids to avoid conflict in 3.3.x - posted by sp...@apache.org on 2016/12/20 20:25:47 UTC, 0 replies.
- [30/47] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/20 20:25:48 UTC, 0 replies.
- [31/47] tinkerpop git commit: Don't use the canonical name when serializing to gryo. - posted by sp...@apache.org on 2016/12/20 20:25:49 UTC, 0 replies.
- [32/47] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/20 20:25:50 UTC, 0 replies.
- [33/47] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 20:25:51 UTC, 0 replies.
- [34/47] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 20:25:52 UTC, 0 replies.
- [35/47] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 20:25:53 UTC, 0 replies.
- [36/47] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 20:25:54 UTC, 0 replies.
- [37/47] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 20:25:55 UTC, 0 replies.
- [38/47] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 20:25:56 UTC, 0 replies.
- [39/47] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 20:25:57 UTC, 0 replies.
- [40/47] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 20:25:58 UTC, 0 replies.
- [41/47] tinkerpop git commit: TINKERPOP-1130 Improved asserts on Graph elements. - posted by sp...@apache.org on 2016/12/20 20:25:59 UTC, 0 replies.
- [42/47] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/20 20:26:00 UTC, 0 replies.
- [43/47] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/20 20:26:01 UTC, 0 replies.
- [44/47] tinkerpop git commit: TINKERPOP-1130 Made the test data for metrics static. - posted by sp...@apache.org on 2016/12/20 20:26:02 UTC, 0 replies.
- [45/47] tinkerpop git commit: TINKERPOP-1130 Add gremlin-test back as compile scope. - posted by sp...@apache.org on 2016/12/20 20:26:03 UTC, 0 replies.
- [46/47] tinkerpop git commit: TINKERPOP-1130 Completed tests for typed IO - posted by sp...@apache.org on 2016/12/20 20:26:04 UTC, 0 replies.
- [47/47] tinkerpop git commit: TINKERPOP-1130 Changed scope of gremlin-test to "test" - posted by sp...@apache.org on 2016/12/20 20:26:05 UTC, 0 replies.
- tinkerpop git commit: Ignore a tree test that's killing travis. - posted by sp...@apache.org on 2016/12/20 21:01:17 UTC, 0 replies.
- [01/16] tinkerpop git commit: Ignore a tree test that's killing travis. [Forced Update!] - posted by sp...@apache.org on 2016/12/20 21:02:50 UTC, 0 replies.
- [02/16] tinkerpop git commit: TINKERPOP-1130 Improved asserts on Graph elements. - posted by sp...@apache.org on 2016/12/20 21:02:51 UTC, 0 replies.
- [03/16] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 21:02:52 UTC, 0 replies.
- [04/16] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 21:02:53 UTC, 0 replies.
- [05/16] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 21:02:54 UTC, 0 replies.
- [06/16] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 21:02:55 UTC, 0 replies.
- [07/16] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 21:02:56 UTC, 0 replies.
- [08/16] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 21:02:57 UTC, 0 replies.
- [09/16] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 21:02:58 UTC, 0 replies.
- [10/16] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/20 21:02:59 UTC, 0 replies.
- [11/16] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/20 21:03:00 UTC, 0 replies.
- [12/16] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/20 21:03:01 UTC, 0 replies.
- [13/16] tinkerpop git commit: TINKERPOP-1130 Made the test data for metrics static. - posted by sp...@apache.org on 2016/12/20 21:03:02 UTC, 0 replies.
- [14/16] tinkerpop git commit: TINKERPOP-1130 Completed tests for typed IO - posted by sp...@apache.org on 2016/12/20 21:03:03 UTC, 0 replies.
- [15/16] tinkerpop git commit: TINKERPOP-1130 Add gremlin-test back as compile scope. - posted by sp...@apache.org on 2016/12/20 21:03:04 UTC, 0 replies.
- [16/16] tinkerpop git commit: TINKERPOP-1130 Changed scope of gremlin-test to "test" - posted by sp...@apache.org on 2016/12/20 21:03:05 UTC, 0 replies.
- tinkerpop git commit: added a GraphComputerTest that ensures that the GraphComputer configuration evolves as expected and that it does not alter the Graph configuration. - posted by ok...@apache.org on 2016/12/20 22:55:42 UTC, 0 replies.
- [1/2] tinkerpop git commit: Moved class/serializer registrations for gryo to GryoVersion. - posted by sp...@apache.org on 2016/12/21 17:20:28 UTC, 0 replies.
- tinkerpop git commit: Moved class/serializer registrations for gryo to GryoVersion. - posted by sp...@apache.org on 2016/12/21 17:20:35 UTC, 0 replies.
- [1/3] tinkerpop git commit: Added a missing test feature CTR - posted by sp...@apache.org on 2016/12/21 17:21:28 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/12/21 17:21:29 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added a missing test feature CTR - posted by sp...@apache.org on 2016/12/21 17:21:38 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/12/21 17:21:39 UTC, 0 replies.
- tinkerpop git commit: Added a missing test feature CTR - posted by sp...@apache.org on 2016/12/21 17:21:45 UTC, 0 replies.
- tinkerpop git commit: Tweaks to SparkGraphComputer configuration settings. More GraphComputerTest things. Before the break, I want to have Configuration all stubbed out for GraphComputer and GraphActors and then this branch is simply a function of testin - posted by ok...@apache.org on 2016/12/21 18:57:53 UTC, 0 replies.
- [01/22] tinkerpop git commit: Moved class/serializer registrations for gryo to GryoVersion. [Forced Update!] - posted by sp...@apache.org on 2016/12/21 20:36:46 UTC, 0 replies.
- [02/22] tinkerpop git commit: Added a missing test feature CTR - posted by sp...@apache.org on 2016/12/21 20:36:47 UTC, 0 replies.
- [03/22] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/21 20:36:48 UTC, 0 replies.
- [04/22] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/12/21 20:36:49 UTC, 0 replies.
- [05/22] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/21 20:36:50 UTC, 0 replies.
- [06/22] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/21 20:36:51 UTC, 0 replies.
- [07/22] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/21 20:36:52 UTC, 0 replies.
- [08/22] tinkerpop git commit: TINKERPOP-1130 Changed scope of gremlin-test to "test" - posted by sp...@apache.org on 2016/12/21 20:36:53 UTC, 0 replies.
- [09/22] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/21 20:36:54 UTC, 0 replies.
- [10/22] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/21 20:36:55 UTC, 0 replies.
- [11/22] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/21 20:36:56 UTC, 0 replies.
- [12/22] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/21 20:36:57 UTC, 0 replies.
- [13/22] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/21 20:36:58 UTC, 0 replies.
- [14/22] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/21 20:36:59 UTC, 0 replies.
- [15/22] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/21 20:37:00 UTC, 0 replies.
- [16/22] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/21 20:37:01 UTC, 0 replies.
- [17/22] tinkerpop git commit: TINKERPOP-1130 Completed tests for typed IO - posted by sp...@apache.org on 2016/12/21 20:37:02 UTC, 0 replies.
- [18/22] tinkerpop git commit: TINKERPOP-1130 Made the test data for metrics static. - posted by sp...@apache.org on 2016/12/21 20:37:03 UTC, 0 replies.
- [19/22] tinkerpop git commit: TINKERPOP-1130 Improved asserts on Graph elements. - posted by sp...@apache.org on 2016/12/21 20:37:04 UTC, 0 replies.
- [20/22] tinkerpop git commit: TINKERPOP-1130 Add gremlin-test back as compile scope. - posted by sp...@apache.org on 2016/12/21 20:37:05 UTC, 0 replies.
- [21/22] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2016/12/21 20:37:06 UTC, 0 replies.
- [22/22] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2016/12/21 20:37:07 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Enabled testing of int/double for GraphSON - posted by sp...@apache.org on 2016/12/21 20:53:20 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed a bug in enum registrations for GraphSON - posted by sp...@apache.org on 2016/12/22 18:33:14 UTC, 0 replies.
- tinkerpop git commit: Fixed a bug in enum registrations for GraphSON - posted by sp...@apache.org on 2016/12/22 18:33:21 UTC, 0 replies.
- [01/21] tinkerpop git commit: Fixed a bug in enum registrations for GraphSON [Forced Update!] - posted by sp...@apache.org on 2016/12/22 18:40:00 UTC, 0 replies.
- [02/21] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/22 18:40:01 UTC, 0 replies.
- [03/21] tinkerpop git commit: TINKERPOP-1130 Made the test data for metrics static. - posted by sp...@apache.org on 2016/12/22 18:40:02 UTC, 0 replies.
- [04/21] tinkerpop git commit: TINKERPOP-1130 Improved asserts on Graph elements. - posted by sp...@apache.org on 2016/12/22 18:40:03 UTC, 0 replies.
- [05/21] tinkerpop git commit: TINKERPOP-1130 Changed scope of gremlin-test to "test" - posted by sp...@apache.org on 2016/12/22 18:40:04 UTC, 0 replies.
- [06/21] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/22 18:40:05 UTC, 0 replies.
- [07/21] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/22 18:40:06 UTC, 0 replies.
- [08/21] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/22 18:40:07 UTC, 0 replies.
- [09/21] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/22 18:40:08 UTC, 0 replies.
- [10/21] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/22 18:40:09 UTC, 0 replies.
- [11/21] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/22 18:40:10 UTC, 0 replies.
- [12/21] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/22 18:40:11 UTC, 0 replies.
- [13/21] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/22 18:40:12 UTC, 0 replies.
- [14/21] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/22 18:40:13 UTC, 0 replies.
- [15/21] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/22 18:40:14 UTC, 0 replies.
- [16/21] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2016/12/22 18:40:15 UTC, 0 replies.
- [17/21] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2016/12/22 18:40:16 UTC, 0 replies.
- [18/21] tinkerpop git commit: TINKERPOP-1130 Enabled testing of int/double for GraphSON - posted by sp...@apache.org on 2016/12/22 18:40:17 UTC, 0 replies.
- [19/21] tinkerpop git commit: TINKERPOP-1130 Completed tests for typed IO - posted by sp...@apache.org on 2016/12/22 18:40:18 UTC, 0 replies.
- [20/21] tinkerpop git commit: TINKERPOP-1130 Add gremlin-test back as compile scope. - posted by sp...@apache.org on 2016/12/22 18:40:19 UTC, 0 replies.
- [21/21] tinkerpop git commit: TINKERPOP-1130 Enabled GraphSON serialization tests for enums - posted by sp...@apache.org on 2016/12/22 18:40:20 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed Gryo serialization of ConnectiveP instances. - posted by sp...@apache.org on 2016/12/23 12:37:30 UTC, 0 replies.
- tinkerpop git commit: Fixed Gryo serialization of ConnectiveP instances. - posted by sp...@apache.org on 2016/12/23 12:37:39 UTC, 0 replies.
- tinkerpop git commit: Added some missing imports to fix compile problems CTR - posted by sp...@apache.org on 2016/12/23 12:47:19 UTC, 0 replies.
- [01/23] tinkerpop git commit: Fixed Gryo serialization of ConnectiveP instances. [Forced Update!] - posted by sp...@apache.org on 2016/12/23 13:35:46 UTC, 0 replies.
- [02/23] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/23 13:35:47 UTC, 0 replies.
- [03/23] tinkerpop git commit: Added some missing imports to fix compile problems CTR - posted by sp...@apache.org on 2016/12/23 13:35:48 UTC, 0 replies.
- [04/23] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/23 13:35:49 UTC, 0 replies.
- [05/23] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/23 13:35:50 UTC, 0 replies.
- [06/23] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/23 13:35:51 UTC, 0 replies.
- [07/23] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/23 13:35:52 UTC, 0 replies.
- [08/23] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/23 13:35:53 UTC, 0 replies.
- [09/23] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/23 13:35:54 UTC, 0 replies.
- [10/23] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/23 13:35:55 UTC, 0 replies.
- [11/23] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/23 13:35:56 UTC, 0 replies.
- [12/23] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/23 13:35:57 UTC, 0 replies.
- [13/23] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/23 13:35:58 UTC, 0 replies.
- [14/23] tinkerpop git commit: TINKERPOP-1130 Improved asserts on Graph elements. - posted by sp...@apache.org on 2016/12/23 13:35:59 UTC, 0 replies.
- [15/23] tinkerpop git commit: TINKERPOP-1130 Enabled testing of int/double for GraphSON - posted by sp...@apache.org on 2016/12/23 13:36:00 UTC, 0 replies.
- [16/23] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2016/12/23 13:36:01 UTC, 0 replies.
- [17/23] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2016/12/23 13:36:02 UTC, 0 replies.
- [18/23] tinkerpop git commit: TINKERPOP-1130 Completed tests for typed IO - posted by sp...@apache.org on 2016/12/23 13:36:03 UTC, 0 replies.
- [19/23] tinkerpop git commit: TINKERPOP-1130 Changed scope of gremlin-test to "test" - posted by sp...@apache.org on 2016/12/23 13:36:04 UTC, 0 replies.
- [20/23] tinkerpop git commit: TINKERPOP-1130 Enabled GraphSON serialization tests for enums - posted by sp...@apache.org on 2016/12/23 13:36:05 UTC, 0 replies.
- [21/23] tinkerpop git commit: TINKERPOP-1130 Made the test data for metrics static. - posted by sp...@apache.org on 2016/12/23 13:36:06 UTC, 0 replies.
- [22/23] tinkerpop git commit: TINKERPOP-1130 Add gremlin-test back as compile scope. - posted by sp...@apache.org on 2016/12/23 13:36:07 UTC, 0 replies.
- [23/23] tinkerpop git commit: TINKERPOP-1130 Added test support for ConjunctiveP in Gryo - posted by sp...@apache.org on 2016/12/23 13:36:08 UTC, 0 replies.
- [1/4] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2016/12/27 12:47:41 UTC, 0 replies.
- [2/4] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2016/12/27 12:47:42 UTC, 0 replies.
- [3/4] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2016/12/27 12:47:43 UTC, 0 replies.
- [4/4] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2016/12/27 12:47:44 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed minor bug in ByteBuffer gryo serializer. CTR - posted by sp...@apache.org on 2016/12/27 15:37:35 UTC, 0 replies.
- tinkerpop git commit: Fixed minor bug in ByteBuffer gryo serializer. CTR - posted by sp...@apache.org on 2016/12/27 15:37:42 UTC, 0 replies.
- [01/27] tinkerpop git commit: Fixed minor bug in ByteBuffer gryo serializer. CTR [Forced Update!] - posted by sp...@apache.org on 2016/12/27 15:45:57 UTC, 0 replies.
- [02/27] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/27 15:45:58 UTC, 0 replies.
- [03/27] tinkerpop git commit: TINKERPOP-1130 Made the test data for metrics static. - posted by sp...@apache.org on 2016/12/27 15:45:59 UTC, 0 replies.
- [04/27] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/27 15:46:00 UTC, 0 replies.
- [05/27] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/27 15:46:01 UTC, 0 replies.
- [06/27] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/27 15:46:02 UTC, 0 replies.
- [07/27] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/27 15:46:03 UTC, 0 replies.
- [08/27] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/27 15:46:04 UTC, 0 replies.
- [09/27] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/27 15:46:05 UTC, 0 replies.
- [10/27] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/27 15:46:06 UTC, 0 replies.
- [11/27] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/27 15:46:07 UTC, 0 replies.
- [12/27] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/27 15:46:08 UTC, 0 replies.
- [13/27] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/27 15:46:09 UTC, 0 replies.
- [14/27] tinkerpop git commit: TINKERPOP-1130 Completed tests for typed IO - posted by sp...@apache.org on 2016/12/27 15:46:10 UTC, 0 replies.
- [15/27] tinkerpop git commit: TINKERPOP-1130 Add gremlin-test back as compile scope. - posted by sp...@apache.org on 2016/12/27 15:46:11 UTC, 0 replies.
- [16/27] tinkerpop git commit: TINKERPOP-1130 Added test support for ConjunctiveP in Gryo - posted by sp...@apache.org on 2016/12/27 15:46:12 UTC, 0 replies.
- [17/27] tinkerpop git commit: TINKERPOP-1130 Enabled GraphSON serialization tests for enums - posted by sp...@apache.org on 2016/12/27 15:46:13 UTC, 0 replies.
- [18/27] tinkerpop git commit: TINKERPOP-1130 Improved asserts on Graph elements. - posted by sp...@apache.org on 2016/12/27 15:46:14 UTC, 0 replies.
- [19/27] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2016/12/27 15:46:15 UTC, 0 replies.
- [20/27] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2016/12/27 15:46:16 UTC, 0 replies.
- [21/27] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2016/12/27 15:46:17 UTC, 0 replies.
- [22/27] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2016/12/27 15:46:18 UTC, 0 replies.
- [23/27] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2016/12/27 15:46:19 UTC, 0 replies.
- [24/27] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2016/12/27 15:46:20 UTC, 0 replies.
- [25/27] tinkerpop git commit: TINKERPOP-1130 Changed scope of gremlin-test to "test" - posted by sp...@apache.org on 2016/12/27 15:46:21 UTC, 0 replies.
- [26/27] tinkerpop git commit: TINKERPOP-1130 Enabled testing of int/double for GraphSON - posted by sp...@apache.org on 2016/12/27 15:46:22 UTC, 0 replies.
- [27/27] tinkerpop git commit: TINKERPOP-1130 Fixed ByteBuffer compatibility with Gryo. - posted by sp...@apache.org on 2016/12/27 15:46:23 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Enable more tests on gryo 1.0 and 3.3.0. - posted by sp...@apache.org on 2016/12/27 17:19:59 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Added "incompatibility notes" - posted by sp...@apache.org on 2016/12/27 18:50:47 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed broken GryoMapper test CTR - posted by sp...@apache.org on 2016/12/28 13:37:24 UTC, 0 replies.
- tinkerpop git commit: Fixed broken GryoMapper test CTR - posted by sp...@apache.org on 2016/12/28 13:37:31 UTC, 0 replies.
- [1/4] tinkerpop git commit: Make ElementHelper.areEqual(Property, Object) handle nulls so that it can be used correctly in equals() methods of Property impls. - posted by sp...@apache.org on 2016/12/28 14:03:10 UTC, 0 replies.
- [2/4] tinkerpop git commit: Merge branch 'pr-519' into tp32 - posted by sp...@apache.org on 2016/12/28 14:03:11 UTC, 0 replies.
- [3/4] tinkerpop git commit: Update CHANGELOG CTR - posted by sp...@apache.org on 2016/12/28 14:03:12 UTC, 0 replies.
- [1/3] tinkerpop git commit: Make ElementHelper.areEqual(Property, Object) handle nulls so that it can be used correctly in equals() methods of Property impls. - posted by sp...@apache.org on 2016/12/28 14:03:18 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'pr-519' into tp32 - posted by sp...@apache.org on 2016/12/28 14:03:19 UTC, 0 replies.
- [3/3] tinkerpop git commit: Update CHANGELOG CTR - posted by sp...@apache.org on 2016/12/28 14:03:20 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1587 TinkerGraph serialization supports multiproperties - posted by sp...@apache.org on 2016/12/29 10:40:10 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1587 TinkerGraph serialization supports multiproperties - posted by sp...@apache.org on 2016/12/29 10:40:18 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1587 Forgot to update the both TinkerGraph serializers CTR - posted by sp...@apache.org on 2016/12/29 11:29:47 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1587 Forgot to update the both TinkerGraph serializers CTR - posted by sp...@apache.org on 2016/12/29 11:29:54 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERGRAPH-1587 Forgot to do the v2 GraphSON for TinkerGraph - posted by sp...@apache.org on 2016/12/29 11:55:29 UTC, 0 replies.
- tinkerpop git commit: TINKERGRAPH-1587 Forgot to do the v2 GraphSON for TinkerGraph - posted by sp...@apache.org on 2016/12/29 11:55:38 UTC, 0 replies.
- [01/40] tinkerpop git commit: Make ElementHelper.areEqual(Property, Object) handle nulls so that it can be used correctly in equals() methods of Property impls. [Forced Update!] - posted by sp...@apache.org on 2016/12/29 11:59:23 UTC, 0 replies.
- [02/40] tinkerpop git commit: Fixed broken GryoMapper test CTR - posted by sp...@apache.org on 2016/12/29 11:59:24 UTC, 0 replies.
- [03/40] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/29 11:59:25 UTC, 0 replies.
- [04/40] tinkerpop git commit: Merge branch 'pr-519' into tp32 - posted by sp...@apache.org on 2016/12/29 11:59:26 UTC, 0 replies.
- [05/40] tinkerpop git commit: Update CHANGELOG CTR - posted by sp...@apache.org on 2016/12/29 11:59:27 UTC, 0 replies.
- [06/40] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/29 11:59:28 UTC, 0 replies.
- [07/40] tinkerpop git commit: TINKERPOP-1587 TinkerGraph serialization supports multiproperties - posted by sp...@apache.org on 2016/12/29 11:59:29 UTC, 0 replies.
- [08/40] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/29 11:59:30 UTC, 0 replies.
- [09/40] tinkerpop git commit: TINKERPOP-1587 Forgot to update the both TinkerGraph serializers CTR - posted by sp...@apache.org on 2016/12/29 11:59:31 UTC, 0 replies.
- [10/40] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/29 11:59:32 UTC, 0 replies.
- [11/40] tinkerpop git commit: TINKERGRAPH-1587 Forgot to do the v2 GraphSON for TinkerGraph - posted by sp...@apache.org on 2016/12/29 11:59:33 UTC, 0 replies.
- [12/40] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/12/29 11:59:34 UTC, 0 replies.
- [13/40] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/29 11:59:35 UTC, 0 replies.
- [14/40] tinkerpop git commit: TINKERPOP-1130 Implemented many additional IO tests. - posted by sp...@apache.org on 2016/12/29 11:59:36 UTC, 0 replies.
- [15/40] tinkerpop git commit: TINKERPOP-1130 Completed tests for typed IO - posted by sp...@apache.org on 2016/12/29 11:59:37 UTC, 0 replies.
- [16/40] tinkerpop git commit: TINKERPOP-1130 Improved asserts on Graph elements. - posted by sp...@apache.org on 2016/12/29 11:59:38 UTC, 0 replies.
- [17/40] tinkerpop git commit: TINKERPOP-1130 Made the test data for metrics static. - posted by sp...@apache.org on 2016/12/29 11:59:39 UTC, 0 replies.
- [18/40] tinkerpop git commit: TINKERPOP-1130 Changed scope of gremlin-test to "test" - posted by sp...@apache.org on 2016/12/29 11:59:40 UTC, 0 replies.
- [19/40] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/29 11:59:41 UTC, 0 replies.
- [20/40] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/29 11:59:42 UTC, 0 replies.
- [21/40] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/29 11:59:43 UTC, 0 replies.
- [22/40] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/29 11:59:44 UTC, 0 replies.
- [23/40] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/29 11:59:45 UTC, 0 replies.
- [24/40] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/29 11:59:46 UTC, 0 replies.
- [25/40] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/29 11:59:47 UTC, 0 replies.
- [26/40] tinkerpop git commit: TINKERPOP-1130 Structured the IO compatibility tests - posted by sp...@apache.org on 2016/12/29 11:59:48 UTC, 0 replies.
- [27/40] tinkerpop git commit: TINKERPOP-1130 Enabled GraphSON serialization tests for enums - posted by sp...@apache.org on 2016/12/29 11:59:49 UTC, 0 replies.
- [28/40] tinkerpop git commit: TINKERPOP-1130 Added test support for ConjunctiveP in Gryo - posted by sp...@apache.org on 2016/12/29 11:59:50 UTC, 0 replies.
- [29/40] tinkerpop git commit: TINKERPOP-1130 Enable more tests on gryo 1.0 and 3.3.0. - posted by sp...@apache.org on 2016/12/29 11:59:51 UTC, 0 replies.
- [30/40] tinkerpop git commit: TINKERPOP-1130 Add gremlin-test back as compile scope. - posted by sp...@apache.org on 2016/12/29 11:59:52 UTC, 0 replies.
- [31/40] tinkerpop git commit: TINKERPOP-1130 Enabled testing of int/double for GraphSON - posted by sp...@apache.org on 2016/12/29 11:59:53 UTC, 0 replies.
- [32/40] tinkerpop git commit: TINKERPOP-1130 Added "incompatibility notes" - posted by sp...@apache.org on 2016/12/29 11:59:54 UTC, 0 replies.
- [33/40] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2016/12/29 11:59:55 UTC, 0 replies.
- [34/40] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2016/12/29 11:59:56 UTC, 0 replies.
- [35/40] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2016/12/29 11:59:57 UTC, 0 replies.
- [36/40] tinkerpop git commit: TINKERPOP-1130 Add 3.2.4 data files for gremlin-io-test - posted by sp...@apache.org on 2016/12/29 11:59:58 UTC, 0 replies.
- [37/40] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2016/12/29 11:59:59 UTC, 0 replies.
- [38/40] tinkerpop git commit: TINKERPOP-1130 Get the basics of Gryo 3.0 in place. - posted by sp...@apache.org on 2016/12/29 12:00:00 UTC, 0 replies.
- [39/40] tinkerpop git commit: TINKERPOP-1130 Fixed ByteBuffer compatibility with Gryo. - posted by sp...@apache.org on 2016/12/29 12:00:01 UTC, 0 replies.
- [40/40] tinkerpop git commit: TINKERPOP-1130 Added TinkerGraph support in gremlin-io-test - posted by sp...@apache.org on 2016/12/29 12:00:02 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Added more asserts for Element related tests - posted by sp...@apache.org on 2016/12/29 12:40:53 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Revised the model for Tree - posted by sp...@apache.org on 2016/12/29 14:36:25 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Added Request/ResponseMessage incompatibilty reasons. - posted by sp...@apache.org on 2016/12/29 15:27:47 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Add Compatiblities helper class - posted by sp...@apache.org on 2016/12/29 18:21:37 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Added configuration filter for Compatibilities - posted by sp...@apache.org on 2016/12/29 19:05:54 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Move common compatibility filters to Compatibilities - posted by sp...@apache.org on 2016/12/30 13:09:36 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Removed support for testing "time" with untyped GraphSON - posted by sp...@apache.org on 2016/12/30 13:38:45 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Added back graphson generation script for 3.2.4 - posted by sp...@apache.org on 2016/12/30 13:40:59 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1130 Tests for edge untyped graphson - posted by sp...@apache.org on 2016/12/30 16:26:47 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1130 Testing for Path untyped GraphSON - posted by sp...@apache.org on 2016/12/30 16:26:48 UTC, 0 replies.
- [3/3] tinkerpop git commit: TINKERPOP-1130 Finished tests for untyped structure elements. - posted by sp...@apache.org on 2016/12/30 16:26:49 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Completed GraphSON tests for Request/ResponseMessage - posted by sp...@apache.org on 2016/12/30 17:59:28 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Regenerated IO docs for GraphSON - posted by sp...@apache.org on 2016/12/30 19:56:53 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1130 Cleaned up compatibility definitions - posted by sp...@apache.org on 2016/12/31 11:13:45 UTC, 0 replies.