You are viewing a plain text version of this content. The canonical link for it is here.
- [1/2] tinkerpop git commit: Set high water mark first in Gremlin Server. - posted by sp...@apache.org on 2016/07/01 11:42:49 UTC, 0 replies.
- [2/2] tinkerpop git commit: Prevented driver from decrementing open connection count when replacing a connection - posted by sp...@apache.org on 2016/07/01 11:42:50 UTC, 0 replies.
- [1/5] tinkerpop git commit: When a traversal is being constructed its construction history is maintained in a new ByteCode object. ByteCode is simply a list of instructions (stepName/arguments) that denote exactly how the traversal was constructed. This - posted by ok...@apache.org on 2016/07/01 22:23:44 UTC, 0 replies.
- [2/5] tinkerpop git commit: When a traversal is being constructed its construction history is maintained in a new ByteCode object. ByteCode is simply a list of instructions (stepName/arguments) that denote exactly how the traversal was constructed. This - posted by ok...@apache.org on 2016/07/01 22:23:45 UTC, 0 replies.
- [3/5] tinkerpop git commit: When a traversal is being constructed its construction history is maintained in a new ByteCode object. ByteCode is simply a list of instructions (stepName/arguments) that denote exactly how the traversal was constructed. This - posted by ok...@apache.org on 2016/07/01 22:23:46 UTC, 0 replies.
- [4/5] tinkerpop git commit: When a traversal is being constructed its construction history is maintained in a new ByteCode object. ByteCode is simply a list of instructions (stepName/arguments) that denote exactly how the traversal was constructed. This - posted by ok...@apache.org on 2016/07/01 22:23:47 UTC, 0 replies.
- [5/5] tinkerpop git commit: When a traversal is being constructed its construction history is maintained in a new ByteCode object. ByteCode is simply a list of instructions (stepName/arguments) that denote exactly how the traversal was constructed. This - posted by ok...@apache.org on 2016/07/01 22:23:48 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1341 Add missing classes to GryoRegistrator - posted by ok...@apache.org on 2016/07/02 13:31:33 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1341' of https://github.com/dalaro/incubator-tinkerpop - posted by ok...@apache.org on 2016/07/02 13:31:34 UTC, 0 replies.
- [01/11] tinkerpop git commit: Improved performance of TinkerGraph around element lookup. - posted by ok...@apache.org on 2016/07/02 13:40:15 UTC, 0 replies.
- [02/11] tinkerpop git commit: Made TinkerGraph validate that ids be homogeneous up front. - posted by ok...@apache.org on 2016/07/02 13:40:16 UTC, 0 replies.
- [03/11] tinkerpop git commit: Updated changelog. - posted by ok...@apache.org on 2016/07/02 13:40:17 UTC, 0 replies.
- [04/11] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. - posted by ok...@apache.org on 2016/07/02 13:40:18 UTC, 0 replies.
- [05/11] tinkerpop git commit: Cancellation of a timeout should occur in existing thread pool - posted by ok...@apache.org on 2016/07/02 13:40:19 UTC, 0 replies.
- [06/11] tinkerpop git commit: TINKERPOP-1341 Add missing classes to GryoRegistrator - posted by ok...@apache.org on 2016/07/02 13:40:20 UTC, 0 replies.
- [07/11] tinkerpop git commit: Removed potential for NPEs when validating IDs given to vertices()/edges() - posted by ok...@apache.org on 2016/07/02 13:40:21 UTC, 0 replies.
- [08/11] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1063' into tp31 - posted by ok...@apache.org on 2016/07/02 13:40:22 UTC, 0 replies.
- [09/11] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/07/02 13:40:23 UTC, 0 replies.
- [10/11] tinkerpop git commit: Merge branch 'TINKERPOP-1341' of https://github.com/dalaro/incubator-tinkerpop - posted by ok...@apache.org on 2016/07/02 13:40:24 UTC, 0 replies.
- [11/11] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/07/02 13:40:25 UTC, 0 replies.
- tinkerpop git commit: added toString(), equals(), and hashCode() to ByteCode and Instruction. - posted by ok...@apache.org on 2016/07/02 17:28:51 UTC, 0 replies.
- tinkerpop git commit: Tests passing. - posted by tw...@apache.org on 2016/07/03 01:15:29 UTC, 0 replies.
- tinkerpop git commit: Updated strategy test. - posted by tw...@apache.org on 2016/07/03 01:42:15 UTC, 0 replies.
- tinkerpop git commit: keep TestHelper in sync between gremlin-core and gremlin-test - posted by pl...@apache.org on 2016/07/04 13:16:07 UTC, 0 replies.
- [1/2] tinkerpop git commit: test string representation with properties - posted by pl...@apache.org on 2016/07/04 13:59:43 UTC, 0 replies.
- [2/2] tinkerpop git commit: upgrade note on test feature annotations - posted by pl...@apache.org on 2016/07/04 13:59:44 UTC, 0 replies.
- tinkerpop git commit: Removed assert that isn't consistent across kerberos configurations. - posted by sp...@apache.org on 2016/07/04 14:16:59 UTC, 0 replies.
- tinkerpop git commit: fixed ByteCode.addStep() bug in select() step. - posted by ok...@apache.org on 2016/07/05 14:22:54 UTC, 0 replies.
- tinkerpop git commit: Created ReflectionTranslator which uses Java reflection to generate a Traversal from ByteCode in Java. If ByteCode does not have lambdas, then translators can default to this translator when evaluating on the JVM. This is all settin - posted by ok...@apache.org on 2016/07/05 18:13:49 UTC, 0 replies.
- tinkerpop git commit: I think I have the Translator API finalized -- its simple: source, anonymous, translate(ByteCode). That is, every translator needs to know the source and anonmyous traversal classes and from there, the ByteCode is used to populate a - posted by ok...@apache.org on 2016/07/05 22:09:43 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1355 Design HasContainer for extension - posted by dk...@apache.org on 2016/07/06 11:05:55 UTC, 0 replies.
- tinkerpop git commit: added a method cache so looking up methods via reflection is fast. - posted by ok...@apache.org on 2016/07/06 14:00:17 UTC, 0 replies.
- tinkerpop git commit: Void and void can not use FieldSerializers. However, note that Void and void are in DefaultSerializers and thus, don't need to be registered by GryoRegistrator. Commented them out and added a note if for some reason Void and void re - posted by ok...@apache.org on 2016/07/06 14:27:07 UTC, 0 replies.
- [1/2] tinkerpop git commit: ResultSet.hasNext should be idempotent - posted by sp...@apache.org on 2016/07/06 14:31:58 UTC, 0 replies.
- [2/2] tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/07/06 14:31:59 UTC, 0 replies.
- [1/2] tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/07/06 14:32:37 UTC, 0 replies.
- [2/2] tinkerpop git commit: ResultSet.hasNext should be idempotent - posted by sp...@apache.org on 2016/07/06 14:32:38 UTC, 0 replies.
- tinkerpop git commit: This closes #346 - posted by sp...@apache.org on 2016/07/06 14:34:39 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed a problem with how timeouts were scheduled in GremlinExecutor - posted by sp...@apache.org on 2016/07/06 14:38:32 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1350' into tp31 - posted by sp...@apache.org on 2016/07/06 14:38:33 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1355 Design HasContainer for extension - posted by ok...@apache.org on 2016/07/06 14:46:03 UTC, 0 replies.
- [2/3] tinkerpop git commit: Void and void can not use FieldSerializers. However, note that Void and void are in DefaultSerializers and thus, don't need to be registered by GryoRegistrator. Commented them out and added a note if for some reason Void and v - posted by ok...@apache.org on 2016/07/06 14:46:04 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/07/06 14:46:05 UTC, 0 replies.
- [1/5] tinkerpop git commit: Fixed a problem with how timeouts were scheduled in GremlinExecutor - posted by sp...@apache.org on 2016/07/06 15:17:44 UTC, 0 replies.
- [2/5] tinkerpop git commit: ResultSet.hasNext should be idempotent - posted by sp...@apache.org on 2016/07/06 15:17:45 UTC, 0 replies.
- [3/5] tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/07/06 15:17:46 UTC, 0 replies.
- [4/5] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1350' into tp31 - posted by sp...@apache.org on 2016/07/06 15:17:47 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/06 15:17:48 UTC, 3 replies.
- [1/2] tinkerpop git commit: Added more invalid binding keys to Gremlin Server OpProcessor validation. - posted by sp...@apache.org on 2016/07/06 15:25:52 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1354' into tp31 - posted by sp...@apache.org on 2016/07/06 15:25:53 UTC, 0 replies.
- [1/4] tinkerpop git commit: Added more invalid binding keys to Gremlin Server OpProcessor validation. - posted by sp...@apache.org on 2016/07/06 15:46:34 UTC, 0 replies.
- [2/4] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1354' into tp31 - posted by sp...@apache.org on 2016/07/06 15:46:35 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/06 15:46:36 UTC, 0 replies.
- [4/4] tinkerpop git commit: Fixed merge issues from previous commit. - posted by sp...@apache.org on 2016/07/06 15:46:37 UTC, 0 replies.
- [1/3] tinkerpop git commit: renamed ByteCode to bytecode. Added Python-version of Bytecode to gremlin-python. Updated accordingly. Next up, Python-based RemoteGraph, TraversalStrategies, RemoteStrategy, and TranslationStrategy. From there, gremlin-python - posted by ok...@apache.org on 2016/07/06 16:02:05 UTC, 0 replies.
- [2/3] tinkerpop git commit: renamed ByteCode to bytecode. Added Python-version of Bytecode to gremlin-python. Updated accordingly. Next up, Python-based RemoteGraph, TraversalStrategies, RemoteStrategy, and TranslationStrategy. From there, gremlin-python - posted by ok...@apache.org on 2016/07/06 16:02:06 UTC, 0 replies.
- [3/3] tinkerpop git commit: renamed ByteCode to bytecode. Added Python-version of Bytecode to gremlin-python. Updated accordingly. Next up, Python-based RemoteGraph, TraversalStrategies, RemoteStrategy, and TranslationStrategy. From there, gremlin-python - posted by ok...@apache.org on 2016/07/06 16:02:07 UTC, 0 replies.
- tinkerpop git commit: Okay, here it is -- Python versions of Graph, RemoteGraph, TraversalStrategies, TraversalStrategy. All connected up and working. You no longer create a PythonGraphTraversal, but instead a RemoteGraph and then do graph.traversal() ju - posted by ok...@apache.org on 2016/07/06 16:57:27 UTC, 0 replies.
- tinkerpop git commit: PythonGraphTraversal is now GraphTraversal, likewise for PythonTraversal and PythonGraphTraversalSource. Bytecode (in python) handles bindings correctly. Added a test to RESTRemoteConnectionTest to ensure proper use of bindings. Org - posted by ok...@apache.org on 2016/07/06 19:12:17 UTC, 0 replies.
- tinkerpop git commit: various cleanups and organizations. added nice __repr__s in Python that mirror the Java toStrings(). Tweaked with the play code that generates JSON from Bytecode -- no need to have nested lists for arguments as the head of the list - posted by ok...@apache.org on 2016/07/06 20:54:58 UTC, 0 replies.
- tinkerpop git commit: work. - posted by tw...@apache.org on 2016/07/06 21:38:58 UTC, 0 replies.
- tinkerpop git commit: found a bug in how bindings were being handled in Gremlin-Python -- fixed and added test case to verify it. Simplified Gremlin-Python Bytecode implementation a bit. - posted by ok...@apache.org on 2016/07/06 21:55:05 UTC, 0 replies.
- [01/13] tinkerpop git commit: Fixed a problem with how timeouts were scheduled in GremlinExecutor - posted by ok...@apache.org on 2016/07/06 22:19:08 UTC, 0 replies.
- [02/13] tinkerpop git commit: Added more invalid binding keys to Gremlin Server OpProcessor validation. - posted by ok...@apache.org on 2016/07/06 22:19:09 UTC, 0 replies.
- [03/13] tinkerpop git commit: ResultSet.hasNext should be idempotent - posted by ok...@apache.org on 2016/07/06 22:19:10 UTC, 0 replies.
- [04/13] tinkerpop git commit: Update changelog. - posted by ok...@apache.org on 2016/07/06 22:19:11 UTC, 0 replies.
- [05/13] tinkerpop git commit: Update changelog. - posted by ok...@apache.org on 2016/07/06 22:19:12 UTC, 0 replies.
- [06/13] tinkerpop git commit: ResultSet.hasNext should be idempotent - posted by ok...@apache.org on 2016/07/06 22:19:13 UTC, 0 replies.
- [07/13] tinkerpop git commit: This closes #346 - posted by ok...@apache.org on 2016/07/06 22:19:14 UTC, 0 replies.
- [08/13] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1350' into tp31 - posted by ok...@apache.org on 2016/07/06 22:19:15 UTC, 0 replies.
- [09/13] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/07/06 22:19:16 UTC, 0 replies.
- [10/13] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1354' into tp31 - posted by ok...@apache.org on 2016/07/06 22:19:17 UTC, 0 replies.
- [11/13] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/07/06 22:19:18 UTC, 0 replies.
- [12/13] tinkerpop git commit: Fixed merge issues from previous commit. - posted by ok...@apache.org on 2016/07/06 22:19:19 UTC, 0 replies.
- [13/13] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/07/06 22:19:20 UTC, 0 replies.
- tinkerpop git commit: Basic interfaces and infrastructure for bringing ScriptEngine generalization to gremlin-core. - posted by sp...@apache.org on 2016/07/06 23:33:35 UTC, 0 replies.
- tinkerpop git commit: added ProcessStandard and ProcessComputer tests for JavaTranslator which basically generates a traversal bytecode, then clears the traversal of its steps and uses JavaTranslator to regenerate the traversal steps. Was in a reflection - posted by ok...@apache.org on 2016/07/07 12:46:50 UTC, 0 replies.
- tinkerpop git commit: subinterfaced Translator with ScriptTranslator and StepTranslator. Basically, any translator that is oriented towards a ScriptEngine is a ScriptTranslator. Any translator that generates 'native' step code is a StepTranslator. Cleane - posted by ok...@apache.org on 2016/07/07 14:53:21 UTC, 0 replies.
- tinkerpop git commit: learned more about modules vs. packages in Python. Combined classes into a single .py file. Things are much cleaner now... all the traversal stuff is in traversal.py (strategies, strategy, translator, bytecode, traversal, traversal - posted by ok...@apache.org on 2016/07/07 15:52:30 UTC, 0 replies.
- [1/3] tinkerpop git commit: reviewed @davebshow old PR and repackaged Gremlin-Python accordingly. gremlin_python/driver, structure, process. Thats that.' - posted by ok...@apache.org on 2016/07/07 18:17:11 UTC, 0 replies.
- [2/3] tinkerpop git commit: reviewed @davebshow old PR and repackaged Gremlin-Python accordingly. gremlin_python/driver, structure, process. Thats that.' - posted by ok...@apache.org on 2016/07/07 18:17:12 UTC, 0 replies.
- [3/3] tinkerpop git commit: reviewed @davebshow old PR and repackaged Gremlin-Python accordingly. gremlin_python/driver, structure, process. Thats that.' - posted by ok...@apache.org on 2016/07/07 18:17:13 UTC, 0 replies.
- tinkerpop git commit: couldn't get native Python lambda code instrospection to work generally. suxoid....... howevewr, I did do some pom.xml cleanup and META-INF shizzzzz. - posted by ok...@apache.org on 2016/07/07 19:58:09 UTC, 0 replies.
- [1/3] tinkerpop git commit: Prune path work. - posted by tw...@apache.org on 2016/07/07 22:16:18 UTC, 0 replies.
- [2/3] tinkerpop git commit: Prune path work. - posted by tw...@apache.org on 2016/07/07 22:16:19 UTC, 0 replies.
- [3/3] tinkerpop git commit: ready for integration test - posted by tw...@apache.org on 2016/07/07 22:16:20 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: Made TinkerGraph validate that ids be homogeneous up front. [Forced Update!] - posted by tw...@apache.org on 2016/07/08 12:39:19 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: Updated changelog. - posted by tw...@apache.org on 2016/07/08 12:39:20 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: Fixed path to log file for `bin/validate-distribution.sh` and log only errors in `mvn clean install`. - posted by tw...@apache.org on 2016/07/08 12:39:21 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' - posted by tw...@apache.org on 2016/07/08 12:39:22 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-939' into tp31 - posted by tw...@apache.org on 2016/07/08 12:39:23 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by tw...@apache.org on 2016/07/08 12:39:24 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. - posted by tw...@apache.org on 2016/07/08 12:39:25 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. - posted by tw...@apache.org on 2016/07/08 12:39:26 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. - posted by tw...@apache.org on 2016/07/08 12:39:27 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: Updated instructions on how to process a single AsciiDoc file. - posted by tw...@apache.org on 2016/07/08 12:39:28 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: realized why various providers OPT_OUT of a particular OrderTest. The traversal should be compiled and then setLimit() called. CTR. - posted by tw...@apache.org on 2016/07/08 12:39:29 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: Fixed up TraversalOpProcessor to use HaltedTraversalStrategy to decide detachement with ReferenceFactory being the default (as before). This allowed me to open uup a bunch more OPT_OUT tests on RemoteGraph. - posted by tw...@apache.org on 2016/07/08 12:39:30 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: made things safer -- not longer wraps by step name, but by character. much cleaner. - posted by tw...@apache.org on 2016/07/08 12:39:31 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1332 - posted by tw...@apache.org on 2016/07/08 12:39:32 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: updated CHANGELOG. - posted by tw...@apache.org on 2016/07/08 12:39:33 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: Force startedIterating before sleep - posted by tw...@apache.org on 2016/07/08 12:39:34 UTC, 0 replies.
- [17/50] [abbrv] tinkerpop git commit: Enhanced pre-processor output for failure cases. - posted by tw...@apache.org on 2016/07/08 12:39:35 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: minor correction; code was using a test file instead of the actual output file - posted by tw...@apache.org on 2016/07/08 12:39:36 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1071' - posted by tw...@apache.org on 2016/07/08 12:39:37 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: added RepeatUnrollStrategy for when the loop amount is known at compile time. Fixed a bug in BranchStep around child integration. - posted by tw...@apache.org on 2016/07/08 12:39:38 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: Cancellation of a timeout should occur in existing thread pool - posted by tw...@apache.org on 2016/07/08 12:39:39 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: came up with a nice optimization. If the step after the repeat() is a Barrier, then there is no need to add a NoOpBarrier on the last loop serialization. Also, discovered a severe clone() bug in AbstractStep around l - posted by tw...@apache.org on 2016/07/08 12:39:40 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: Fixed a problem with how timeouts were scheduled in GremlinExecutor - posted by tw...@apache.org on 2016/07/08 12:39:41 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: took into account a @dkuppitz comment about not checking for hasStepOfAssignableClass as it just wastes clock cycles. Also, came up with a cleaner algorithm for determing whether the final NoOpBarrierStep should be a - posted by tw...@apache.org on 2016/07/08 12:39:42 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: learned how to used Enclosed.class to have parameterized and non-parameterized sections of a test. I think all our Strategy tests should have a 'isFaster' test to ensure that our optimizations are actually making thi - posted by tw...@apache.org on 2016/07/08 12:39:43 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: shouldBeFaster() in both RepeatUnrollStrategyTest and IdentityRemovalStrategyTest now do parameter sweeps and test a broader range of behaviors. - posted by tw...@apache.org on 2016/07/08 12:39:44 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: Refactored traversal strategy performance tests. - posted by tw...@apache.org on 2016/07/08 12:39:45 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: added missing license header - posted by tw...@apache.org on 2016/07/08 12:39:46 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: prevent division by zero - posted by tw...@apache.org on 2016/07/08 12:39:47 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: TINKERPOP-1341 Add missing classes to GryoRegistrator - posted by tw...@apache.org on 2016/07/08 12:39:48 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: Removed potential for NPEs when validating IDs given to vertices()/edges() - posted by tw...@apache.org on 2016/07/08 12:39:49 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1349' - posted by tw...@apache.org on 2016/07/08 12:39:50 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: updated changelog. - posted by tw...@apache.org on 2016/07/08 12:39:51 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1063' into tp31 - posted by tw...@apache.org on 2016/07/08 12:39:52 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by tw...@apache.org on 2016/07/08 12:39:53 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: Added more invalid binding keys to Gremlin Server OpProcessor validation. - posted by tw...@apache.org on 2016/07/08 12:39:54 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1341' of https://github.com/dalaro/incubator-tinkerpop - posted by tw...@apache.org on 2016/07/08 12:39:55 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: TINKERPOP-1355 Design HasContainer for extension - posted by tw...@apache.org on 2016/07/08 12:39:56 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: ResultSet.hasNext should be idempotent - posted by tw...@apache.org on 2016/07/08 12:39:57 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: Void and void can not use FieldSerializers. However, note that Void and void are in DefaultSerializers and thus, don't need to be registered by GryoRegistrator. Commented them out and added a note if for some reason - posted by tw...@apache.org on 2016/07/08 12:39:58 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: Update changelog. - posted by tw...@apache.org on 2016/07/08 12:39:59 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: ResultSet.hasNext should be idempotent - posted by tw...@apache.org on 2016/07/08 12:40:00 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: Update changelog. - posted by tw...@apache.org on 2016/07/08 12:40:01 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: This closes #346 - posted by tw...@apache.org on 2016/07/08 12:40:02 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1350' into tp31 - posted by tw...@apache.org on 2016/07/08 12:40:03 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by tw...@apache.org on 2016/07/08 12:40:04 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1354' into tp31 - posted by tw...@apache.org on 2016/07/08 12:40:05 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by tw...@apache.org on 2016/07/08 12:40:06 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: Fixed merge issues from previous commit. - posted by tw...@apache.org on 2016/07/08 12:40:07 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: TINKERPOP-1254 Support dropping traverser path information when it is no longer needed - posted by tw...@apache.org on 2016/07/08 12:40:08 UTC, 0 replies.
- [tinkerpop] Git Push Summary - posted by tw...@apache.org on 2016/07/08 12:43:27 UTC, 2 replies.
- tinkerpop git commit: updated change log - posted by pl...@apache.org on 2016/07/08 13:36:35 UTC, 1 replies.
- [1/5] tinkerpop git commit: fix incorrect FeatureRequirement annotations - posted by pl...@apache.org on 2016/07/08 13:54:22 UTC, 0 replies.
- [2/5] tinkerpop git commit: test string representation with properties - posted by pl...@apache.org on 2016/07/08 13:54:23 UTC, 0 replies.
- [3/5] tinkerpop git commit: upgrade note on test feature annotations - posted by pl...@apache.org on 2016/07/08 13:54:24 UTC, 0 replies.
- [4/5] tinkerpop git commit: updated change log - posted by pl...@apache.org on 2016/07/08 13:54:25 UTC, 1 replies.
- [5/5] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1319' into tp31 - posted by pl...@apache.org on 2016/07/08 13:54:26 UTC, 0 replies.
- [1/6] tinkerpop git commit: fix incorrect FeatureRequirement annotations - posted by pl...@apache.org on 2016/07/08 13:55:18 UTC, 0 replies.
- [2/6] tinkerpop git commit: test string representation with properties - posted by pl...@apache.org on 2016/07/08 13:55:19 UTC, 0 replies.
- [3/6] tinkerpop git commit: upgrade note on test feature annotations - posted by pl...@apache.org on 2016/07/08 13:55:20 UTC, 0 replies.
- [4/6] tinkerpop git commit: updated change log - posted by pl...@apache.org on 2016/07/08 13:55:21 UTC, 1 replies.
- [5/6] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1319' into tp31 - posted by pl...@apache.org on 2016/07/08 13:55:22 UTC, 0 replies.
- [6/6] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by pl...@apache.org on 2016/07/08 13:55:23 UTC, 1 replies.
- [1/5] tinkerpop git commit: fix GremlinGroovyScriptEngineFileSandboxTest resource loading - posted by pl...@apache.org on 2016/07/08 13:56:26 UTC, 0 replies.
- [2/5] tinkerpop git commit: revert GryoWriter change - posted by pl...@apache.org on 2016/07/08 13:56:27 UTC, 0 replies.
- [3/5] tinkerpop git commit: keep TestHelper in sync between gremlin-core and gremlin-test - posted by pl...@apache.org on 2016/07/08 13:56:28 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1320' into tp31 - posted by pl...@apache.org on 2016/07/08 13:56:30 UTC, 0 replies.
- [1/6] tinkerpop git commit: fix GremlinGroovyScriptEngineFileSandboxTest resource loading - posted by pl...@apache.org on 2016/07/08 13:56:48 UTC, 0 replies.
- [2/6] tinkerpop git commit: revert GryoWriter change - posted by pl...@apache.org on 2016/07/08 13:56:49 UTC, 0 replies.
- [3/6] tinkerpop git commit: keep TestHelper in sync between gremlin-core and gremlin-test - posted by pl...@apache.org on 2016/07/08 13:56:50 UTC, 0 replies.
- [5/6] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1320' into tp31 - posted by pl...@apache.org on 2016/07/08 13:56:52 UTC, 0 replies.
- tinkerpop git commit: while reviewing @twilmes work, I made various adjustments. Coding style things like finalizing variables, simplifiying some methods using existing Helper classes we have, added more tests to PrunePathStrategyTest, added PathProcess - posted by ok...@apache.org on 2016/07/08 16:01:40 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added a method to handle imports. - posted by sp...@apache.org on 2016/07/08 18:06:42 UTC, 0 replies.
- [2/2] tinkerpop git commit: Allowed "imports" to be assigned to GremlinScriptEngine. - posted by sp...@apache.org on 2016/07/08 18:06:43 UTC, 0 replies.
- [01/12] tinkerpop git commit: Fixed logic in ConnectionPool that was preventing it from growing. - posted by sp...@apache.org on 2016/07/08 18:15:18 UTC, 0 replies.
- [02/12] tinkerpop git commit: Fixed bug in driver where the client would unecessarily replace Connections. - posted by sp...@apache.org on 2016/07/08 18:15:19 UTC, 0 replies.
- [03/12] tinkerpop git commit: Fixed bug in driver where the client would unecessarily replace Connections. - posted by sp...@apache.org on 2016/07/08 18:15:20 UTC, 0 replies.
- [04/12] tinkerpop git commit: Fixed bug in driver where the client would unecessarily replace Connections. - posted by sp...@apache.org on 2016/07/08 18:15:21 UTC, 0 replies.
- [05/12] tinkerpop git commit: Uncommented some tests that were accidentally commented out. - posted by sp...@apache.org on 2016/07/08 18:15:22 UTC, 0 replies.
- [06/12] tinkerpop git commit: Uncommented some tests that were accidentally commented out. - posted by sp...@apache.org on 2016/07/08 18:15:23 UTC, 0 replies.
- [07/12] tinkerpop git commit: Prevents connections from exceeding max size in the driver. - posted by sp...@apache.org on 2016/07/08 18:15:24 UTC, 0 replies.
- [08/12] tinkerpop git commit: Increased settings on Cluster creation in test. - posted by sp...@apache.org on 2016/07/08 18:15:25 UTC, 0 replies.
- [09/12] tinkerpop git commit: Set high water mark first in Gremlin Server. - posted by sp...@apache.org on 2016/07/08 18:15:26 UTC, 0 replies.
- [10/12] tinkerpop git commit: Prevented driver from decrementing open connection count when replacing a connection - posted by sp...@apache.org on 2016/07/08 18:15:27 UTC, 0 replies.
- [11/12] tinkerpop git commit: Removed assert that isn't consistent across kerberos configurations. - posted by sp...@apache.org on 2016/07/08 18:15:28 UTC, 0 replies.
- [12/12] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1352' into tp31 - posted by sp...@apache.org on 2016/07/08 18:15:29 UTC, 0 replies.
- [01/14] tinkerpop git commit: Fixed logic in ConnectionPool that was preventing it from growing. - posted by sp...@apache.org on 2016/07/08 19:00:04 UTC, 0 replies.
- [02/14] tinkerpop git commit: Fixed bug in driver where the client would unecessarily replace Connections. - posted by sp...@apache.org on 2016/07/08 19:00:05 UTC, 0 replies.
- [03/14] tinkerpop git commit: Fixed bug in driver where the client would unecessarily replace Connections. - posted by sp...@apache.org on 2016/07/08 19:00:06 UTC, 0 replies.
- [04/14] tinkerpop git commit: Fixed bug in driver where the client would unecessarily replace Connections. - posted by sp...@apache.org on 2016/07/08 19:00:07 UTC, 0 replies.
- [05/14] tinkerpop git commit: Uncommented some tests that were accidentally commented out. - posted by sp...@apache.org on 2016/07/08 19:00:08 UTC, 0 replies.
- [06/14] tinkerpop git commit: Uncommented some tests that were accidentally commented out. - posted by sp...@apache.org on 2016/07/08 19:00:09 UTC, 0 replies.
- [07/14] tinkerpop git commit: Prevents connections from exceeding max size in the driver. - posted by sp...@apache.org on 2016/07/08 19:00:10 UTC, 0 replies.
- [08/14] tinkerpop git commit: Increased settings on Cluster creation in test. - posted by sp...@apache.org on 2016/07/08 19:00:11 UTC, 0 replies.
- [09/14] tinkerpop git commit: Set high water mark first in Gremlin Server. - posted by sp...@apache.org on 2016/07/08 19:00:12 UTC, 0 replies.
- [10/14] tinkerpop git commit: Prevented driver from decrementing open connection count when replacing a connection - posted by sp...@apache.org on 2016/07/08 19:00:13 UTC, 0 replies.
- [11/14] tinkerpop git commit: Removed assert that isn't consistent across kerberos configurations. - posted by sp...@apache.org on 2016/07/08 19:00:14 UTC, 0 replies.
- [12/14] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1352' into tp31 - posted by sp...@apache.org on 2016/07/08 19:00:15 UTC, 0 replies.
- [13/14] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/08 19:00:16 UTC, 0 replies.
- [14/14] tinkerpop git commit: Conflict resolved on previous merge. - posted by sp...@apache.org on 2016/07/08 19:00:17 UTC, 0 replies.
- [1/3] tinkerpop git commit: Bumped groovy to 2.4.7 - posted by sp...@apache.org on 2016/07/08 19:02:31 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'pr-356' - posted by sp...@apache.org on 2016/07/08 19:02:32 UTC, 0 replies.
- [3/3] tinkerpop git commit: Updated CHANGELOG. - posted by sp...@apache.org on 2016/07/08 19:02:33 UTC, 0 replies.
- [1/2] tinkerpop git commit: Bumped groovy to 2.4.7 - posted by sp...@apache.org on 2016/07/08 19:10:49 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1338' of https://github.com/robertdale/tinkerpop - posted by sp...@apache.org on 2016/07/08 19:10:50 UTC, 0 replies.
- tinkerpop git commit: found a bug in TraversalVertexProgramStep where it was not respecting the traversals registered strategies. - posted by ok...@apache.org on 2016/07/08 19:13:17 UTC, 0 replies.
- tinkerpop git commit: ImmutablePath.Head can be retrated -- it simply returns itself as it has no data. Removed a System.out.println I left in PrunePathStrategyTest. Tweaking MatchStep slightly around tags -- found a few archaic lines that were pointless - posted by ok...@apache.org on 2016/07/08 20:19:25 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1359 SubgraphStep needed to check meta-properties feature on the source graph. CTR - posted by sp...@apache.org on 2016/07/08 20:35:43 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1359 SubgraphStep needed to check meta-properties feature on the source graph. CTR - posted by sp...@apache.org on 2016/07/08 20:37:54 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/08 20:37:55 UTC, 6 replies.
- [1/4] tinkerpop git commit: Add labels to change description. - posted by sp...@apache.org on 2016/07/08 20:43:52 UTC, 0 replies.
- [2/4] tinkerpop git commit: Graph providers should no longer rely on the test suite to validate that hyphens work for property keys. - posted by sp...@apache.org on 2016/07/08 20:43:53 UTC, 0 replies.
- [3/4] tinkerpop git commit: Remove dash from key. - posted by sp...@apache.org on 2016/07/08 20:43:54 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'tp31' of https://github.com/analytically/incubator-tinkerpop into tp31 - posted by sp...@apache.org on 2016/07/08 20:43:55 UTC, 0 replies.
- [1/5] tinkerpop git commit: Add labels to change description. - posted by sp...@apache.org on 2016/07/08 20:45:32 UTC, 0 replies.
- [2/5] tinkerpop git commit: Graph providers should no longer rely on the test suite to validate that hyphens work for property keys. - posted by sp...@apache.org on 2016/07/08 20:45:33 UTC, 0 replies.
- [3/5] tinkerpop git commit: Remove dash from key. - posted by sp...@apache.org on 2016/07/08 20:45:34 UTC, 0 replies.
- [4/5] tinkerpop git commit: Merge branch 'tp31' of https://github.com/analytically/incubator-tinkerpop into tp31 - posted by sp...@apache.org on 2016/07/08 20:45:35 UTC, 0 replies.
- tinkerpop git commit: Install Python setuptools prior each build in Docker as it's now required by a maven build step. - posted by dk...@apache.org on 2016/07/08 21:12:53 UTC, 0 replies.
- tinkerpop git commit: Added OLTP optimization where a barrier is added after a path processor to try and thin the stream. When we move to having LazyBarrierStrategy go prime time, we should move that code to there. Added more test cases to PrunePathStrat - posted by ok...@apache.org on 2016/07/08 22:29:03 UTC, 0 replies.
- tinkerpop git commit: Fixed an NPE around path and nested children with path processors. Added some TODO notes in PrunePathStrategyTest about why keepLabels are the way they are -- I believe that nesting is not sound and should be looked into more. And m - posted by ok...@apache.org on 2016/07/08 22:58:10 UTC, 0 replies.
- tinkerpop git commit: made PathPruneStategyTest easier to write/read by using the toString() of the list nesting. - posted by ok...@apache.org on 2016/07/08 23:11:22 UTC, 0 replies.
- tinkerpop git commit: added more PrunePathStrategyTest patterns and more TODO notes. So the current model works great for nested repeat() as with repeat, there is recurssion on the child. However, for non-looping nests, bad. - posted by ok...@apache.org on 2016/07/09 00:35:56 UTC, 0 replies.
- tinkerpop git commit: a test failed in TinkerGraphNoStrategyComputerIntegrateTest. It must have been wrong for a long time but we just got 'thread lucky.' FilterRankStrategy is required or else the ordering goes bad after dedup(). - posted by ok...@apache.org on 2016/07/09 13:25:51 UTC, 0 replies.
- tinkerpop git commit: added more test cases and have 2 double nested traversals that are broken. - posted by ok...@apache.org on 2016/07/09 14:58:03 UTC, 0 replies.
- tinkerpop git commit: added a test around paths where once past the path, back to selective processing. - posted by ok...@apache.org on 2016/07/09 15:47:56 UTC, 0 replies.
- [1/2] tinkerpop git commit: Updating strategy to fix nesting issues and moved label dropping from MatchStep's processNextStart to MatchEndStep's processNextStart. - posted by tw...@apache.org on 2016/07/09 21:14:27 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1254' of https://git-wip-us.apache.org/repos/asf/tinkerpop into TINKERPOP-1254 - posted by tw...@apache.org on 2016/07/09 21:14:28 UTC, 0 replies.
- tinkerpop git commit: compare vertex property ids as Long - posted by pl...@apache.org on 2016/07/10 13:54:08 UTC, 1 replies.
- tinkerpop git commit: Updated ReferencePath to copy labels into a new HashSet before adding them to reference path so that ReferencePaths will not end up sharing label sets. Added a number of new PrunePathStrategy tests. - posted by tw...@apache.org on 2016/07/10 16:12:08 UTC, 0 replies.
- tinkerpop git commit: added a lazy barrier to OLTP MatchStep (added a TODO note that in the future we may want to make MatchStep a LocalBarrierStep). Tweaked up the OLTP PrunePathStrategy optimization to only do lazy barriers if the parent is NOT a Match - posted by ok...@apache.org on 2016/07/10 18:48:13 UTC, 0 replies.
- tinkerpop git commit: Removed "nashorn" from the console integration tests. - posted by sp...@apache.org on 2016/07/11 11:55:25 UTC, 0 replies.
- tinkerpop git commit: renamed PrunePathStrategy to PathRetractionStrategy to better align with the Path API retract() naming. PathRetractionStrategy should NOT execute if there are lambdas steps or path steps. Do a global analysis to ensure that. Added a - posted by ok...@apache.org on 2016/07/11 15:49:35 UTC, 0 replies.
- tinkerpop git commit: added more test patterns to PathRestractionStrategy ... tweaked up NativeNeo4jCypherCheck as not all results need to return everything matched. - posted by ok...@apache.org on 2016/07/11 16:46:09 UTC, 0 replies.
- tinkerpop git commit: Add some javadoc to GremlinScriptEngine classes. - posted by sp...@apache.org on 2016/07/11 17:32:02 UTC, 0 replies.
- tinkerpop git commit: using memoization in MatchEndStep so referenced labels don't need to be computed over and over again. Simplified PathUtil -- removed two methods that are now inlined. - posted by ok...@apache.org on 2016/07/11 18:11:48 UTC, 0 replies.
- tinkerpop git commit: Greatly simplified ImmutablePath and MutablePath.retract() algorithms. Got a 3x speedup on a big ol fat match() query I'm benchmarking with. Simplified LP_XXXX_Traverser implementations around retract(). Small fix to NativeNeo4jCyph - posted by ok...@apache.org on 2016/07/11 19:09:37 UTC, 0 replies.
- tinkerpop git commit: optimized Path.equals() in both ImmutablePath and MutablePath.. Lots of unnecessary object creation removed. Now that path equality is likely with bulking due to Path retraction, having equals() fast and clean is important. - posted by ok...@apache.org on 2016/07/11 19:33:04 UTC, 0 replies.
- [01/22] tinkerpop git commit: TINKERPOP-1254 Support dropping traverser path information when it is no longer needed - posted by ok...@apache.org on 2016/07/11 19:51:18 UTC, 0 replies.
- [02/22] tinkerpop git commit: while reviewing @twilmes work, I made various adjustments. Coding style things like finalizing variables, simplifiying some methods using existing Helper classes we have, added more tests to PrunePathStrategyTest, added Path - posted by ok...@apache.org on 2016/07/11 19:51:19 UTC, 0 replies.
- [03/22] tinkerpop git commit: found a bug in TraversalVertexProgramStep where it was not respecting the traversals registered strategies. - posted by ok...@apache.org on 2016/07/11 19:51:20 UTC, 0 replies.
- [04/22] tinkerpop git commit: ImmutablePath.Head can be retrated -- it simply returns itself as it has no data. Removed a System.out.println I left in PrunePathStrategyTest. Tweaking MatchStep slightly around tags -- found a few archaic lines that were p - posted by ok...@apache.org on 2016/07/11 19:51:21 UTC, 0 replies.
- [05/22] tinkerpop git commit: Added OLTP optimization where a barrier is added after a path processor to try and thin the stream. When we move to having LazyBarrierStrategy go prime time, we should move that code to there. Added more test cases to PruneP - posted by ok...@apache.org on 2016/07/11 19:51:22 UTC, 0 replies.
- [06/22] tinkerpop git commit: Fixed an NPE around path and nested children with path processors. Added some TODO notes in PrunePathStrategyTest about why keepLabels are the way they are -- I believe that nesting is not sound and should be looked into mor - posted by ok...@apache.org on 2016/07/11 19:51:23 UTC, 0 replies.
- [07/22] tinkerpop git commit: made PathPruneStategyTest easier to write/read by using the toString() of the list nesting. - posted by ok...@apache.org on 2016/07/11 19:51:24 UTC, 0 replies.
- [08/22] tinkerpop git commit: added more PrunePathStrategyTest patterns and more TODO notes. So the current model works great for nested repeat() as with repeat, there is recurssion on the child. However, for non-looping nests, bad. - posted by ok...@apache.org on 2016/07/11 19:51:25 UTC, 0 replies.
- [09/22] tinkerpop git commit: a test failed in TinkerGraphNoStrategyComputerIntegrateTest. It must have been wrong for a long time but we just got 'thread lucky.' FilterRankStrategy is required or else the ordering goes bad after dedup(). - posted by ok...@apache.org on 2016/07/11 19:51:26 UTC, 0 replies.
- [10/22] tinkerpop git commit: added more test cases and have 2 double nested traversals that are broken. - posted by ok...@apache.org on 2016/07/11 19:51:27 UTC, 0 replies.
- [11/22] tinkerpop git commit: added a test around paths where once past the path, back to selective processing. - posted by ok...@apache.org on 2016/07/11 19:51:28 UTC, 0 replies.
- [12/22] tinkerpop git commit: Updating strategy to fix nesting issues and moved label dropping from MatchStep's processNextStart to MatchEndStep's processNextStart. - posted by ok...@apache.org on 2016/07/11 19:51:29 UTC, 0 replies.
- [13/22] tinkerpop git commit: Merge branch 'TINKERPOP-1254' of https://git-wip-us.apache.org/repos/asf/tinkerpop into TINKERPOP-1254 - posted by ok...@apache.org on 2016/07/11 19:51:30 UTC, 0 replies.
- [14/22] tinkerpop git commit: Updated ReferencePath to copy labels into a new HashSet before adding them to reference path so that ReferencePaths will not end up sharing label sets. Added a number of new PrunePathStrategy tests. - posted by ok...@apache.org on 2016/07/11 19:51:31 UTC, 0 replies.
- [15/22] tinkerpop git commit: added a lazy barrier to OLTP MatchStep (added a TODO note that in the future we may want to make MatchStep a LocalBarrierStep). Tweaked up the OLTP PrunePathStrategy optimization to only do lazy barriers if the parent is NOT - posted by ok...@apache.org on 2016/07/11 19:51:32 UTC, 0 replies.
- [16/22] tinkerpop git commit: renamed PrunePathStrategy to PathRetractionStrategy to better align with the Path API retract() naming. PathRetractionStrategy should NOT execute if there are lambdas steps or path steps. Do a global analysis to ensure that. - posted by ok...@apache.org on 2016/07/11 19:51:33 UTC, 0 replies.
- [17/22] tinkerpop git commit: added more test patterns to PathRestractionStrategy ... tweaked up NativeNeo4jCypherCheck as not all results need to return everything matched. - posted by ok...@apache.org on 2016/07/11 19:51:34 UTC, 0 replies.
- [18/22] tinkerpop git commit: using memoization in MatchEndStep so referenced labels don't need to be computed over and over again. Simplified PathUtil -- removed two methods that are now inlined. - posted by ok...@apache.org on 2016/07/11 19:51:35 UTC, 0 replies.
- [19/22] tinkerpop git commit: Greatly simplified ImmutablePath and MutablePath.retract() algorithms. Got a 3x speedup on a big ol fat match() query I'm benchmarking with. Simplified LP_XXXX_Traverser implementations around retract(). Small fix to NativeN - posted by ok...@apache.org on 2016/07/11 19:51:36 UTC, 0 replies.
- [20/22] tinkerpop git commit: optimized Path.equals() in both ImmutablePath and MutablePath.. Lots of unnecessary object creation removed. Now that path equality is likely with bulking due to Path retraction, having equals() fast and clean is important. - posted by ok...@apache.org on 2016/07/11 19:51:37 UTC, 0 replies.
- [21/22] tinkerpop git commit: Merge branch 'TINKERPOP-1254' - posted by ok...@apache.org on 2016/07/11 19:51:38 UTC, 0 replies.
- [22/22] tinkerpop git commit: updated CHANGELOG with PathRetractionStrategy work by @twilmes. - posted by ok...@apache.org on 2016/07/11 19:51:39 UTC, 0 replies.
- tinkerpop git commit: added optimized versions of labels() and objects() for ImmutablePath and added more test cases to PathTest to ensure the path retraction is sound. It is. CTR. - posted by ok...@apache.org on 2016/07/11 22:55:45 UTC, 0 replies.
- tinkerpop git commit: Add basic test framework for GremlinScriptEngine. - posted by sp...@apache.org on 2016/07/11 23:31:16 UTC, 0 replies.
- [1/2] tinkerpop git commit: compare vertex property ids as Long - posted by pl...@apache.org on 2016/07/12 01:53:01 UTC, 0 replies.
- tinkerpop git commit: re-enable tests now that groovy version is updated. CTR. - posted by pl...@apache.org on 2016/07/12 02:46:50 UTC, 0 replies.
- [1/2] tinkerpop git commit: re-enable tests now that groovy version is updated. CTR. - posted by pl...@apache.org on 2016/07/12 02:47:29 UTC, 0 replies.
- [01/24] tinkerpop git commit: Fix tinkergraph pom and added *all* new samples - posted by sp...@apache.org on 2016/07/12 12:59:18 UTC, 0 replies.
- [02/24] tinkerpop git commit: Fix tinkergraph pom and added *all* new samples - posted by sp...@apache.org on 2016/07/12 12:59:19 UTC, 0 replies.
- [03/24] tinkerpop git commit: Fix tinkergraph pom and added *all* new samples - posted by sp...@apache.org on 2016/07/12 12:59:20 UTC, 0 replies.
- [04/24] tinkerpop git commit: Fix tinkergraph pom and added *all* new samples - posted by sp...@apache.org on 2016/07/12 12:59:21 UTC, 0 replies.
- [05/24] tinkerpop git commit: Fix tinkergraph pom and added *all* new samples - posted by sp...@apache.org on 2016/07/12 12:59:22 UTC, 0 replies.
- [06/24] tinkerpop git commit: Fix tinkergraph pom and added *all* new samples - posted by sp...@apache.org on 2016/07/12 12:59:23 UTC, 0 replies.
- [07/24] tinkerpop git commit: Fix tinkergraph pom and added *all* new samples - posted by sp...@apache.org on 2016/07/12 12:59:24 UTC, 0 replies.
- [08/24] tinkerpop git commit: Fix tinkergraph pom and added *all* new samples - posted by sp...@apache.org on 2016/07/12 12:59:25 UTC, 0 replies.
- [09/24] tinkerpop git commit: Fix tinkergraph pom and added *all* new samples - posted by sp...@apache.org on 2016/07/12 12:59:26 UTC, 0 replies.
- [10/24] tinkerpop git commit: Fix tinkergraph pom and added *all* new samples - posted by sp...@apache.org on 2016/07/12 12:59:27 UTC, 0 replies.
- [11/24] tinkerpop git commit: Fix tinkergraph pom and added *all* new samples - posted by sp...@apache.org on 2016/07/12 12:59:28 UTC, 0 replies.
- [12/24] tinkerpop git commit: Change "@class" to "@type" for GraphSON 2.0. - posted by sp...@apache.org on 2016/07/12 12:59:29 UTC, 0 replies.
- [13/24] tinkerpop git commit: Changed type format to `{@type:typeName, @value:value}`. - posted by sp...@apache.org on 2016/07/12 12:59:30 UTC, 0 replies.
- [14/24] tinkerpop git commit: Updated json samples with new format. - posted by sp...@apache.org on 2016/07/12 12:59:31 UTC, 0 replies.
- [15/24] tinkerpop git commit: Updated json samples with new format. - posted by sp...@apache.org on 2016/07/12 12:59:32 UTC, 0 replies.
- [16/24] tinkerpop git commit: Updated json samples with new format. - posted by sp...@apache.org on 2016/07/12 12:59:33 UTC, 0 replies.
- [17/24] tinkerpop git commit: Updated json samples with new format. - posted by sp...@apache.org on 2016/07/12 12:59:34 UTC, 0 replies.
- [18/24] tinkerpop git commit: Updated json samples with new format. - posted by sp...@apache.org on 2016/07/12 12:59:35 UTC, 0 replies.
- [19/24] tinkerpop git commit: Merge branch 'TINKERPOP-1274' of https://github.com/newkek/incubator-tinkerpop - posted by sp...@apache.org on 2016/07/12 12:59:36 UTC, 0 replies.
- [20/24] tinkerpop git commit: Add message serializer v2 of graphson. - posted by sp...@apache.org on 2016/07/12 12:59:37 UTC, 0 replies.
- [21/24] tinkerpop git commit: Added GraphSON 2.0 to all the config files. - posted by sp...@apache.org on 2016/07/12 12:59:38 UTC, 0 replies.
- [22/24] tinkerpop git commit: Synchronized setting of embedType and typeInfo for GraphSON. - posted by sp...@apache.org on 2016/07/12 12:59:39 UTC, 0 replies.
- [23/24] tinkerpop git commit: Updated changelog. - posted by sp...@apache.org on 2016/07/12 12:59:40 UTC, 0 replies.
- [24/24] tinkerpop git commit: Extracted TypeInfo enum for GraphSON. - posted by sp...@apache.org on 2016/07/12 12:59:41 UTC, 0 replies.
- tinkerpop git commit: Found a bug in the PathRetractStrategy that occurs when the match() select() keepLabels do not include the match dedupLabels that were backpropagated into the MatchStep via MatchPredicateStrategy. This caused a 'label could not be f - posted by ok...@apache.org on 2016/07/12 13:47:30 UTC, 0 replies.
- tinkerpop git commit: Added a step to pre-flight check in dev docs. CTR - posted by sp...@apache.org on 2016/07/12 15:03:57 UTC, 1 replies.
- tinkerpop git commit: Fixed location of licenses in gremlin server LICENSE CTR - posted by sp...@apache.org on 2016/07/12 16:01:38 UTC, 0 replies.
- tinkerpop git commit: Bumped the groovy version in binary NOTICE CTR - posted by sp...@apache.org on 2016/07/12 16:10:07 UTC, 0 replies.
- [1/2] tinkerpop git commit: realized that a few traverser species were not super.merge() and thus, not having their tags merged appropriately. this led to weird results in MatchStep when prune strategy was activated. However, this then exposed a massive - posted by ok...@apache.org on 2016/07/12 17:53:02 UTC, 0 replies.
- [2/2] tinkerpop git commit: a better generator for referenced labels in MatchStep related to PathRetractionStrategy. One more issue I found is coming up next and then I'm moving on from this. CTR. - posted by ok...@apache.org on 2016/07/12 17:53:03 UTC, 0 replies.
- tinkerpop git commit: found a happy medium -- if MatchStep.keepLabels contains both the matchStartLabels and matchEndLabels, then don't prune as it does nothing but incur runtime. This is a clean solution that ensures that full select()s are not pointles - posted by ok...@apache.org on 2016/07/12 20:22:10 UTC, 0 replies.
- [1/2] tinkerpop git commit: Add a shortcut method to getting ScriptEngine from SingleGremlinScriptEngineManager. - posted by sp...@apache.org on 2016/07/12 20:57:43 UTC, 0 replies.
- [2/2] tinkerpop git commit: Undeprecated ScriptEngineCache - posted by sp...@apache.org on 2016/07/12 20:57:44 UTC, 0 replies.
- tinkerpop git commit: a bunch of minor optimizations to the Traverser species (direct refernece calls instead of method calls) and made MatchStep a bit more efficient too for local barrier. - posted by ok...@apache.org on 2016/07/12 23:20:17 UTC, 0 replies.
- [1/2] tinkerpop git commit: revise a mutable default kwarg on GraphTraversalSource - posted by ok...@apache.org on 2016/07/13 04:15:54 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'graph_traversal_mutable_kwarg' of https://github.com/leifurhauks/incubator-tinkerpop into TINKERPOP-1278 - posted by ok...@apache.org on 2016/07/13 04:15:55 UTC, 0 replies.
- [01/50] tinkerpop git commit: updated change log - posted by ok...@apache.org on 2016/07/13 04:19:47 UTC, 0 replies.
- [02/50] tinkerpop git commit: updated change log - posted by ok...@apache.org on 2016/07/13 04:19:48 UTC, 0 replies.
- [03/50] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1319' into tp31 - posted by ok...@apache.org on 2016/07/13 04:19:49 UTC, 0 replies.
- [04/50] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/07/13 04:19:50 UTC, 0 replies.
- [05/50] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1320' into tp31 - posted by ok...@apache.org on 2016/07/13 04:19:51 UTC, 0 replies.
- [06/50] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/07/13 04:19:52 UTC, 0 replies.
- [07/50] tinkerpop git commit: while reviewing @twilmes work, I made various adjustments. Coding style things like finalizing variables, simplifiying some methods using existing Helper classes we have, added more tests to PrunePathStrategyTest, added Path - posted by ok...@apache.org on 2016/07/13 04:19:53 UTC, 0 replies.
- [08/50] tinkerpop git commit: Merge remote-tracking branch 'origin/TINKERPOP-1352' into tp31 - posted by ok...@apache.org on 2016/07/13 04:19:54 UTC, 0 replies.
- [09/50] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/07/13 04:19:55 UTC, 0 replies.
- [10/50] tinkerpop git commit: Conflict resolved on previous merge. - posted by ok...@apache.org on 2016/07/13 04:19:56 UTC, 0 replies.
- [11/50] tinkerpop git commit: Merge branch 'pr-356' - posted by ok...@apache.org on 2016/07/13 04:19:57 UTC, 0 replies.
- [12/50] tinkerpop git commit: Updated CHANGELOG. - posted by ok...@apache.org on 2016/07/13 04:19:58 UTC, 0 replies.
- [13/50] tinkerpop git commit: Merge branch 'TINKERPOP-1338' of https://github.com/robertdale/tinkerpop - posted by ok...@apache.org on 2016/07/13 04:19:59 UTC, 0 replies.
- [14/50] tinkerpop git commit: found a bug in TraversalVertexProgramStep where it was not respecting the traversals registered strategies. - posted by ok...@apache.org on 2016/07/13 04:20:00 UTC, 0 replies.
- [15/50] tinkerpop git commit: ImmutablePath.Head can be retrated -- it simply returns itself as it has no data. Removed a System.out.println I left in PrunePathStrategyTest. Tweaking MatchStep slightly around tags -- found a few archaic lines that were p - posted by ok...@apache.org on 2016/07/13 04:20:01 UTC, 0 replies.
- [16/50] tinkerpop git commit: TINKERPOP-1359 SubgraphStep needed to check meta-properties feature on the source graph. CTR - posted by ok...@apache.org on 2016/07/13 04:20:02 UTC, 0 replies.
- [17/50] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/07/13 04:20:03 UTC, 0 replies.
- [18/50] tinkerpop git commit: Merge branch 'tp31' of https://github.com/analytically/incubator-tinkerpop into tp31 - posted by ok...@apache.org on 2016/07/13 04:20:04 UTC, 0 replies.
- [19/50] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/07/13 04:20:05 UTC, 0 replies.
- [20/50] tinkerpop git commit: Added OLTP optimization where a barrier is added after a path processor to try and thin the stream. When we move to having LazyBarrierStrategy go prime time, we should move that code to there. Added more test cases to PruneP - posted by ok...@apache.org on 2016/07/13 04:20:06 UTC, 0 replies.
- [21/50] tinkerpop git commit: Fixed an NPE around path and nested children with path processors. Added some TODO notes in PrunePathStrategyTest about why keepLabels are the way they are -- I believe that nesting is not sound and should be looked into mor - posted by ok...@apache.org on 2016/07/13 04:20:07 UTC, 0 replies.
- [22/50] tinkerpop git commit: made PathPruneStategyTest easier to write/read by using the toString() of the list nesting. - posted by ok...@apache.org on 2016/07/13 04:20:08 UTC, 0 replies.
- [23/50] tinkerpop git commit: added more PrunePathStrategyTest patterns and more TODO notes. So the current model works great for nested repeat() as with repeat, there is recurssion on the child. However, for non-looping nests, bad. - posted by ok...@apache.org on 2016/07/13 04:20:09 UTC, 0 replies.
- [24/50] tinkerpop git commit: a test failed in TinkerGraphNoStrategyComputerIntegrateTest. It must have been wrong for a long time but we just got 'thread lucky.' FilterRankStrategy is required or else the ordering goes bad after dedup(). - posted by ok...@apache.org on 2016/07/13 04:20:10 UTC, 0 replies.
- [25/50] tinkerpop git commit: added more test cases and have 2 double nested traversals that are broken. - posted by ok...@apache.org on 2016/07/13 04:20:11 UTC, 0 replies.
- [26/50] tinkerpop git commit: added a test around paths where once past the path, back to selective processing. - posted by ok...@apache.org on 2016/07/13 04:20:12 UTC, 0 replies.
- [27/50] tinkerpop git commit: Updating strategy to fix nesting issues and moved label dropping from MatchStep's processNextStart to MatchEndStep's processNextStart. - posted by ok...@apache.org on 2016/07/13 04:20:13 UTC, 0 replies.
- [28/50] tinkerpop git commit: Merge branch 'TINKERPOP-1254' of https://git-wip-us.apache.org/repos/asf/tinkerpop into TINKERPOP-1254 - posted by ok...@apache.org on 2016/07/13 04:20:14 UTC, 0 replies.
- [29/50] tinkerpop git commit: Updated ReferencePath to copy labels into a new HashSet before adding them to reference path so that ReferencePaths will not end up sharing label sets. Added a number of new PrunePathStrategy tests. - posted by ok...@apache.org on 2016/07/13 04:20:15 UTC, 0 replies.
- [30/50] tinkerpop git commit: added a lazy barrier to OLTP MatchStep (added a TODO note that in the future we may want to make MatchStep a LocalBarrierStep). Tweaked up the OLTP PrunePathStrategy optimization to only do lazy barriers if the parent is NOT - posted by ok...@apache.org on 2016/07/13 04:20:16 UTC, 0 replies.
- [31/50] tinkerpop git commit: renamed PrunePathStrategy to PathRetractionStrategy to better align with the Path API retract() naming. PathRetractionStrategy should NOT execute if there are lambdas steps or path steps. Do a global analysis to ensure that. - posted by ok...@apache.org on 2016/07/13 04:20:17 UTC, 0 replies.
- [32/50] tinkerpop git commit: added more test patterns to PathRestractionStrategy ... tweaked up NativeNeo4jCypherCheck as not all results need to return everything matched. - posted by ok...@apache.org on 2016/07/13 04:20:18 UTC, 0 replies.
- [33/50] tinkerpop git commit: using memoization in MatchEndStep so referenced labels don't need to be computed over and over again. Simplified PathUtil -- removed two methods that are now inlined. - posted by ok...@apache.org on 2016/07/13 04:20:19 UTC, 0 replies.
- [34/50] tinkerpop git commit: Greatly simplified ImmutablePath and MutablePath.retract() algorithms. Got a 3x speedup on a big ol fat match() query I'm benchmarking with. Simplified LP_XXXX_Traverser implementations around retract(). Small fix to NativeN - posted by ok...@apache.org on 2016/07/13 04:20:20 UTC, 0 replies.
- [35/50] tinkerpop git commit: optimized Path.equals() in both ImmutablePath and MutablePath.. Lots of unnecessary object creation removed. Now that path equality is likely with bulking due to Path retraction, having equals() fast and clean is important. - posted by ok...@apache.org on 2016/07/13 04:20:21 UTC, 0 replies.
- [36/50] tinkerpop git commit: Merge branch 'TINKERPOP-1254' - posted by ok...@apache.org on 2016/07/13 04:20:22 UTC, 0 replies.
- [37/50] tinkerpop git commit: updated CHANGELOG with PathRetractionStrategy work by @twilmes. - posted by ok...@apache.org on 2016/07/13 04:20:23 UTC, 0 replies.
- [38/50] tinkerpop git commit: added optimized versions of labels() and objects() for ImmutablePath and added more test cases to PathTest to ensure the path retraction is sound. It is. CTR. - posted by ok...@apache.org on 2016/07/13 04:20:24 UTC, 0 replies.
- [39/50] tinkerpop git commit: compare vertex property ids as Long - posted by ok...@apache.org on 2016/07/13 04:20:25 UTC, 0 replies.
- [40/50] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/07/13 04:20:26 UTC, 0 replies.
- [41/50] tinkerpop git commit: re-enable tests now that groovy version is updated. CTR. - posted by ok...@apache.org on 2016/07/13 04:20:27 UTC, 0 replies.
- [42/50] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by ok...@apache.org on 2016/07/13 04:20:28 UTC, 0 replies.
- [43/50] tinkerpop git commit: Found a bug in the PathRetractStrategy that occurs when the match() select() keepLabels do not include the match dedupLabels that were backpropagated into the MatchStep via MatchPredicateStrategy. This caused a 'label could - posted by ok...@apache.org on 2016/07/13 04:20:29 UTC, 0 replies.
- [44/50] tinkerpop git commit: Added a step to pre-flight check in dev docs. CTR - posted by ok...@apache.org on 2016/07/13 04:20:30 UTC, 0 replies.
- [45/50] tinkerpop git commit: Bumped the groovy version in binary NOTICE CTR - posted by ok...@apache.org on 2016/07/13 04:20:31 UTC, 0 replies.
- [46/50] tinkerpop git commit: realized that a few traverser species were not super.merge() and thus, not having their tags merged appropriately. this led to weird results in MatchStep when prune strategy was activated. However, this then exposed a massiv - posted by ok...@apache.org on 2016/07/13 04:20:32 UTC, 0 replies.
- [47/50] tinkerpop git commit: a better generator for referenced labels in MatchStep related to PathRetractionStrategy. One more issue I found is coming up next and then I'm moving on from this. CTR. - posted by ok...@apache.org on 2016/07/13 04:20:33 UTC, 0 replies.
- [48/50] tinkerpop git commit: found a happy medium -- if MatchStep.keepLabels contains both the matchStartLabels and matchEndLabels, then don't prune as it does nothing but incur runtime. This is a clean solution that ensures that full select()s are not - posted by ok...@apache.org on 2016/07/13 04:20:34 UTC, 0 replies.
- [49/50] tinkerpop git commit: a bunch of minor optimizations to the Traverser species (direct refernece calls instead of method calls) and made MatchStep a bit more efficient too for local barrier. - posted by ok...@apache.org on 2016/07/13 04:20:35 UTC, 0 replies.
- [50/50] tinkerpop git commit: Merge branch 'master' into TINKERPOP-1278 - posted by ok...@apache.org on 2016/07/13 04:20:36 UTC, 0 replies.
- tinkerpop git commit: Refactored ScriptEngineLambda tests. - posted by sp...@apache.org on 2016/07/13 13:14:38 UTC, 0 replies.
- tinkerpop git commit: Renamed EngineToTest annotation to ScriptEngineToTest - posted by sp...@apache.org on 2016/07/13 13:51:37 UTC, 0 replies.
- tinkerpop git commit: Finalize some variables to maintain code consistency. - posted by sp...@apache.org on 2016/07/13 16:42:41 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1278 : Removed long literal 'L' suffix - posted by ok...@apache.org on 2016/07/13 17:56:55 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'fix_long_literal' of https://github.com/leifurhauks/incubator-tinkerpop into TINKERPOP-1278 - posted by ok...@apache.org on 2016/07/13 17:56:56 UTC, 0 replies.
- tinkerpop git commit: Deprecate the groovy ConcurrentBindings and move to core. - posted by sp...@apache.org on 2016/07/13 20:42:54 UTC, 0 replies.
- tinkerpop git commit: Added a note about open JIRA tickets to dev docs. - posted by sp...@apache.org on 2016/07/13 20:46:06 UTC, 0 replies.
- tinkerpop git commit: Re-worked text in dev docs around JIRA issues. - posted by sp...@apache.org on 2016/07/13 20:50:38 UTC, 0 replies.
- [1/5] tinkerpop git commit: Added a step to pre-flight check in dev docs. CTR - posted by sp...@apache.org on 2016/07/13 20:51:52 UTC, 0 replies.
- [2/5] tinkerpop git commit: Fixed location of licenses in gremlin server LICENSE CTR - posted by sp...@apache.org on 2016/07/13 20:51:53 UTC, 0 replies.
- [3/5] tinkerpop git commit: Added a note about open JIRA tickets to dev docs. - posted by sp...@apache.org on 2016/07/13 20:51:54 UTC, 0 replies.
- [4/5] tinkerpop git commit: Re-worked text in dev docs around JIRA issues. - posted by sp...@apache.org on 2016/07/13 20:51:55 UTC, 0 replies.
- tinkerpop git commit: Bytecode now has a simple List.toString(). GraphSONTraversalSerializers has Bytecode, P, and Enum serializers and deserializers. I registered these new serializers with GraphSONModule. Thus, now Bytecode to GraphSON is all done via - posted by ok...@apache.org on 2016/07/13 21:38:48 UTC, 0 replies.
- tinkerpop git commit: removed TranslatorHelper as its flattenArguments method is no longer needed. Bytecode flattens arguments. Simplified Bytecode a bit more. - posted by ok...@apache.org on 2016/07/13 22:16:58 UTC, 0 replies.
- tinkerpop git commit: Got lambdas serialized into Bytecode GraphSON. I have a way to make it so you can do every thing via JavaTranslator --- Java functions/predication/etc. will just wrap a call to a ScriptEngine. Got is working in a 'hardcoded' way. To - posted by ok...@apache.org on 2016/07/14 02:05:18 UTC, 0 replies.
- tinkerpop git commit: minor optimization. if the bytecode does not have source or step instructions don't add an empty array to GraphSON representation. - posted by ok...@apache.org on 2016/07/14 02:16:22 UTC, 0 replies.
- tinkerpop git commit: Added GraphSONTranslator to the test suite. It wraps JavaTranslator but before sending the Bytecode to JavaTranslator, it serializes and then deserializes the Bytecode using GraphSON. This ensures that GraphSON serialization of Byte - posted by ok...@apache.org on 2016/07/14 14:04:43 UTC, 0 replies.
- tinkerpop git commit: we had a few more methods left in GraphTraversal that were just delegating to another method version. However, by doing this, the Bytecode record is not completely accurate. I translated such steps accordingly. There are like 2 more - posted by ok...@apache.org on 2016/07/14 15:45:29 UTC, 0 replies.
- tinkerpop git commit: added Bytecode GraphSON serializer to Gremlin-Python. The picture is now complete. - posted by ok...@apache.org on 2016/07/14 20:35:22 UTC, 0 replies.
- tinkerpop git commit: Made some adjustments to interfaces for the GremlinScriptEngine. - posted by sp...@apache.org on 2016/07/14 20:51:37 UTC, 0 replies.
- tinkerpop git commit: Deprecated the ControlOps. - posted by sp...@apache.org on 2016/07/15 11:04:53 UTC, 0 replies.
- [1/2] tinkerpop git commit: Gremlin-Python just got a whole lot simpler. It will not be concerned with Translators as all it has to do is create Bytecode and serialize that Bytecode using GraphSONSerializer. Thats it. Reworked the test infrastructure suc - posted by ok...@apache.org on 2016/07/15 15:23:27 UTC, 0 replies.
- [2/2] tinkerpop git commit: Gremlin-Python just got a whole lot simpler. It will not be concerned with Translators as all it has to do is create Bytecode and serialize that Bytecode using GraphSONSerializer. Thats it. Reworked the test infrastructure suc - posted by ok...@apache.org on 2016/07/15 15:23:28 UTC, 0 replies.
- tinkerpop git commit: groovy_translator and jython_translator have now been removed from Gremlin-Python. Gremlin-Python simply produces Bytecode and is not concerned with tranlation (GremlinServer does the translation). This also greatly simplifies the p - posted by ok...@apache.org on 2016/07/15 15:59:14 UTC, 0 replies.
- tinkerpop git commit: graphson_serializers.py uses private methods and classes. minor nothing. - posted by ok...@apache.org on 2016/07/15 16:11:14 UTC, 0 replies.
- tinkerpop git commit: renamed graphson_serializers to graphson. You can now registered GraphSONSerializer instances by type with a global registry. This allows users to add types like Geopoint, etc. moving forward. RawExpression will go away in light of - posted by ok...@apache.org on 2016/07/15 18:06:35 UTC, 0 replies.
- tinkerpop git commit: GroovyTranslator needs to process both source and step instructions. - posted by ok...@apache.org on 2016/07/15 18:38:22 UTC, 0 replies.
- tinkerpop git commit: RawExpression no longer exists. register a serializer with graphson Python. - posted by ok...@apache.org on 2016/07/15 19:18:20 UTC, 0 replies.
- tinkerpop git commit: Setup Gremlin Server and RemoteConnection to use Bytecode. - posted by sp...@apache.org on 2016/07/15 20:59:32 UTC, 0 replies.
- svn commit: r1752918 - in /tinkerpop/site: docs/3.2.1-SNAPSHOT/ javadocs/3.2.1-SNAPSHOT/ - posted by sp...@apache.org on 2016/07/16 10:12:55 UTC, 0 replies.
- svn commit: r1752919 - in /tinkerpop/site: docs/ docs/3.2.1-SNAPSHOT/ docs/3.2.1-SNAPSHOT/dev/ docs/3.2.1-SNAPSHOT/dev/developer/ docs/3.2.1-SNAPSHOT/dev/provider/ docs/3.2.1-SNAPSHOT/images/ docs/3.2.1-SNAPSHOT/images/icons/ docs/3.2.1-SNAPSHOT/recipe... - posted by sp...@apache.org on 2016/07/16 10:26:50 UTC, 0 replies.
- tinkerpop git commit: Changed publish-docs.sh t opoint at the tlp svn - no more incubator. - posted by sp...@apache.org on 2016/07/16 10:43:07 UTC, 0 replies.
- [1/2] tinkerpop git commit: Changed publish-docs.sh t opoint at the tlp svn - no more incubator. - posted by sp...@apache.org on 2016/07/16 10:43:27 UTC, 0 replies.
- svn commit: r1752985 - in /tinkerpop/site: docs/3.1.3-SNAPSHOT/ javadocs/3.1.3-SNAPSHOT/ - posted by sp...@apache.org on 2016/07/16 16:44:06 UTC, 0 replies.
- svn commit: r14438 - /dev/tinkerpop/KEYS - posted by sp...@apache.org on 2016/07/16 16:44:45 UTC, 0 replies.
- svn commit: r14439 - /dev/tinkerpop/KEYS - posted by sp...@apache.org on 2016/07/16 16:46:31 UTC, 0 replies.
- svn commit: r1752987 - in /tinkerpop/site: docs/ docs/3.1.3-SNAPSHOT/ docs/3.1.3-SNAPSHOT/dev/ docs/3.1.3-SNAPSHOT/dev/developer/ docs/3.1.3-SNAPSHOT/dev/provider/ docs/3.1.3-SNAPSHOT/images/ docs/3.1.3-SNAPSHOT/images/icons/ docs/3.1.3-SNAPSHOT/refere... - posted by sp...@apache.org on 2016/07/16 16:55:40 UTC, 0 replies.
- tinkerpop git commit: Remove final references to "incubator". - posted by sp...@apache.org on 2016/07/16 16:57:52 UTC, 0 replies.
- [1/3] tinkerpop git commit: Remove final references to "incubator". - posted by sp...@apache.org on 2016/07/16 16:59:54 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/16 16:59:55 UTC, 1 replies.
- [3/3] tinkerpop git commit: Remove last of "incubator" references. - posted by sp...@apache.org on 2016/07/16 16:59:56 UTC, 0 replies.
- tinkerpop git commit: RepeatUnrollStrategy will not unroll for 0 loops. Also, made the NoOpBarrier of RepeatUnrollStrategy a lazy barrier of 5000 just to be OME safe. Added more test patterns to RepeatUnrollStrategyTest. - posted by ok...@apache.org on 2016/07/17 14:34:21 UTC, 0 replies.
- tinkerpop git commit: Enabled some tests formerly using nashorn on GremlinExecutor - posted by sp...@apache.org on 2016/07/18 12:32:45 UTC, 0 replies.
- tinkerpop git commit: Remove some debugging code that was creating bytecode twice. - posted by sp...@apache.org on 2016/07/18 13:36:49 UTC, 0 replies.
- tinkerpop git commit: No need to update README anymore as we now have /current - posted by sp...@apache.org on 2016/07/18 13:43:09 UTC, 0 replies.
- tinkerpop git commit: Update CHANGELOG for release of 3.1.3. - posted by sp...@apache.org on 2016/07/18 13:56:08 UTC, 0 replies.
- tinkerpop git commit: Update release dates in upgrade docs. - posted by sp...@apache.org on 2016/07/18 13:58:14 UTC, 0 replies.
- tinkerpop git commit: TinkerPop 3.1.3 release - posted by sp...@apache.org on 2016/07/18 14:18:19 UTC, 0 replies.
- svn commit: r1753239 - in /tinkerpop/site: docs/ docs/3.1.3/ docs/3.1.3/dev/ docs/3.1.3/dev/developer/ docs/3.1.3/dev/provider/ docs/3.1.3/images/ docs/3.1.3/images/icons/ docs/3.1.3/reference/ docs/3.1.3/tutorials/ docs/3.1.3/tutorials/getting-started... - posted by sp...@apache.org on 2016/07/18 15:25:41 UTC, 0 replies.
- svn commit: r14457 - /dev/tinkerpop/3.1.3/ - posted by sp...@apache.org on 2016/07/18 18:17:40 UTC, 0 replies.
- svn commit: r14458 - /dev/tinkerpop/3.1.3/ - posted by sp...@apache.org on 2016/07/18 18:24:23 UTC, 0 replies.
- svn commit: r14459 - /dev/tinkerpop/3.1.3/ - posted by sp...@apache.org on 2016/07/18 18:44:13 UTC, 0 replies.
- [1/5] tinkerpop git commit: No need to update README anymore as we now have /current - posted by sp...@apache.org on 2016/07/19 10:50:44 UTC, 0 replies.
- [2/5] tinkerpop git commit: Update CHANGELOG for release of 3.1.3. - posted by sp...@apache.org on 2016/07/19 10:50:45 UTC, 0 replies.
- [3/5] tinkerpop git commit: Update release dates in upgrade docs. - posted by sp...@apache.org on 2016/07/19 10:50:46 UTC, 0 replies.
- [4/5] tinkerpop git commit: TinkerPop 3.1.3 release - posted by sp...@apache.org on 2016/07/19 10:50:47 UTC, 0 replies.
- tinkerpop git commit: Updated changelog for 3.2.1 release. - posted by sp...@apache.org on 2016/07/19 11:08:50 UTC, 0 replies.
- tinkerpop git commit: Update upgrade docs for 3.2.1 - posted by sp...@apache.org on 2016/07/19 11:10:32 UTC, 0 replies.
- tinkerpop git commit: TinkerPop 3.2.1 release - posted by sp...@apache.org on 2016/07/19 11:12:29 UTC, 0 replies.
- svn commit: r1753374 - in /tinkerpop/site: docs/ docs/3.2.1/ docs/3.2.1/dev/ docs/3.2.1/dev/developer/ docs/3.2.1/dev/provider/ docs/3.2.1/images/ docs/3.2.1/images/icons/ docs/3.2.1/recipes/ docs/3.2.1/reference/ docs/3.2.1/resources/ docs/3.2.1/tutor... - posted by sp...@apache.org on 2016/07/19 12:17:15 UTC, 0 replies.
- svn commit: r14466 - /dev/tinkerpop/3.2.1/ - posted by sp...@apache.org on 2016/07/19 12:48:11 UTC, 0 replies.
- tinkerpop git commit: remove excess bulk in tail buffer - posted by pl...@apache.org on 2016/07/20 16:32:34 UTC, 1 replies.
- tinkerpop git commit: Refactored RemoteStep and RemoteStrategy. - posted by sp...@apache.org on 2016/07/20 17:05:04 UTC, 0 replies.
- tinkerpop git commit: Refactored RemoteStep and RemoteStrategy again. - posted by sp...@apache.org on 2016/07/20 17:42:57 UTC, 0 replies.
- tinkerpop git commit: require user supplied ids - posted by pl...@apache.org on 2016/07/20 18:44:52 UTC, 0 replies.
- tinkerpop git commit: empty commit - posted by pl...@apache.org on 2016/07/20 23:47:03 UTC, 1 replies.
- tinkerpop git commit: Deprecated control ops related tokens. - posted by sp...@apache.org on 2016/07/21 15:29:09 UTC, 0 replies.
- [1/3] tinkerpop git commit: Bump to 3.2.2-SNAPSHOT - posted by sp...@apache.org on 2016/07/21 16:18:09 UTC, 0 replies.
- [2/3] tinkerpop git commit: Added Map related entries to GryoMapper registration. - posted by sp...@apache.org on 2016/07/21 16:18:10 UTC, 0 replies.
- [3/3] tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/07/21 16:18:11 UTC, 0 replies.
- svn commit: r1753792 - in /tinkerpop/site: docs/ docs/3.1.4-SNAPSHOT/ docs/3.1.4-SNAPSHOT/dev/ docs/3.1.4-SNAPSHOT/dev/developer/ docs/3.1.4-SNAPSHOT/dev/provider/ docs/3.1.4-SNAPSHOT/images/ docs/3.1.4-SNAPSHOT/images/icons/ docs/3.1.4-SNAPSHOT/refere... - posted by sp...@apache.org on 2016/07/22 13:43:26 UTC, 0 replies.
- [1/5] tinkerpop git commit: Moved log file generated by validate-distribution.sh - posted by sp...@apache.org on 2016/07/22 13:56:06 UTC, 0 replies.
- [2/5] tinkerpop git commit: Minor fixes and spelling corrections in validate-distribution.sh - posted by sp...@apache.org on 2016/07/22 13:56:07 UTC, 0 replies.
- [3/5] tinkerpop git commit: Added some more notes to release documents. - posted by sp...@apache.org on 2016/07/22 13:56:08 UTC, 0 replies.
- [4/5] tinkerpop git commit: Removed line from release that updates README links. - posted by sp...@apache.org on 2016/07/22 13:56:09 UTC, 0 replies.
- [5/5] tinkerpop git commit: Bumped to 3.1.4-SNAPSHOT - posted by sp...@apache.org on 2016/07/22 13:56:10 UTC, 0 replies.
- svn commit: r14496 - in /release/incubator/tinkerpop: 3.1.2-incubating/ 3.2.0-incubating/ - posted by sp...@apache.org on 2016/07/22 14:05:15 UTC, 0 replies.
- svn commit: r14499 - in /release/tinkerpop: ./ 3.1.3/ 3.2.1/ - posted by sp...@apache.org on 2016/07/22 14:19:03 UTC, 0 replies.
- [01/10] tinkerpop git commit: Moved log file generated by validate-distribution.sh - posted by sp...@apache.org on 2016/07/22 15:48:25 UTC, 0 replies.
- [02/10] tinkerpop git commit: Minor fixes and spelling corrections in validate-distribution.sh - posted by sp...@apache.org on 2016/07/22 15:48:26 UTC, 0 replies.
- [03/10] tinkerpop git commit: Added some more notes to release documents. - posted by sp...@apache.org on 2016/07/22 15:48:27 UTC, 0 replies.
- [04/10] tinkerpop git commit: Bump to 3.2.2-SNAPSHOT - posted by sp...@apache.org on 2016/07/22 15:48:28 UTC, 0 replies.
- [05/10] tinkerpop git commit: Added Map related entries to GryoMapper registration. - posted by sp...@apache.org on 2016/07/22 15:48:29 UTC, 0 replies.
- [06/10] tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/07/22 15:48:30 UTC, 0 replies.
- [07/10] tinkerpop git commit: Removed line from release that updates README links. - posted by sp...@apache.org on 2016/07/22 15:48:31 UTC, 0 replies.
- [08/10] tinkerpop git commit: Bumped to 3.1.4-SNAPSHOT - posted by sp...@apache.org on 2016/07/22 15:48:32 UTC, 0 replies.
- [09/10] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/22 15:48:33 UTC, 0 replies.
- [10/10] tinkerpop git commit: Merge branch 'post-master' - posted by sp...@apache.org on 2016/07/22 15:48:34 UTC, 0 replies.
- [01/32] tinkerpop git commit: Added a step to pre-flight check in dev docs. CTR - posted by sp...@apache.org on 2016/07/22 16:06:38 UTC, 0 replies.
- [02/32] tinkerpop git commit: Fixed location of licenses in gremlin server LICENSE CTR - posted by sp...@apache.org on 2016/07/22 16:06:39 UTC, 0 replies.
- [03/32] tinkerpop git commit: Finalize some variables to maintain code consistency. - posted by sp...@apache.org on 2016/07/22 16:06:40 UTC, 0 replies.
- [04/32] tinkerpop git commit: Added a note about open JIRA tickets to dev docs. - posted by sp...@apache.org on 2016/07/22 16:06:41 UTC, 0 replies.
- [05/32] tinkerpop git commit: Re-worked text in dev docs around JIRA issues. - posted by sp...@apache.org on 2016/07/22 16:06:42 UTC, 0 replies.
- [06/32] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/22 16:06:43 UTC, 0 replies.
- [07/32] tinkerpop git commit: Changed publish-docs.sh t opoint at the tlp svn - no more incubator. - posted by sp...@apache.org on 2016/07/22 16:06:44 UTC, 0 replies.
- [08/32] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/22 16:06:45 UTC, 0 replies.
- [09/32] tinkerpop git commit: Remove final references to "incubator". - posted by sp...@apache.org on 2016/07/22 16:06:46 UTC, 0 replies.
- [10/32] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/22 16:06:47 UTC, 0 replies.
- [11/32] tinkerpop git commit: Remove last of "incubator" references. - posted by sp...@apache.org on 2016/07/22 16:06:48 UTC, 0 replies.
- [12/32] tinkerpop git commit: RepeatUnrollStrategy will not unroll for 0 loops. Also, made the NoOpBarrier of RepeatUnrollStrategy a lazy barrier of 5000 just to be OME safe. Added more test patterns to RepeatUnrollStrategyTest. - posted by sp...@apache.org on 2016/07/22 16:06:49 UTC, 0 replies.
- [13/32] tinkerpop git commit: No need to update README anymore as we now have /current - posted by sp...@apache.org on 2016/07/22 16:06:50 UTC, 0 replies.
- [14/32] tinkerpop git commit: Update CHANGELOG for release of 3.1.3. - posted by sp...@apache.org on 2016/07/22 16:06:51 UTC, 0 replies.
- [15/32] tinkerpop git commit: Update release dates in upgrade docs. - posted by sp...@apache.org on 2016/07/22 16:06:52 UTC, 0 replies.
- [16/32] tinkerpop git commit: TinkerPop 3.1.3 release - posted by sp...@apache.org on 2016/07/22 16:06:53 UTC, 0 replies.
- [17/32] tinkerpop git commit: Moved log file generated by validate-distribution.sh - posted by sp...@apache.org on 2016/07/22 16:06:54 UTC, 0 replies.
- [18/32] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/22 16:06:55 UTC, 0 replies.
- [19/32] tinkerpop git commit: Updated changelog for 3.2.1 release. - posted by sp...@apache.org on 2016/07/22 16:06:56 UTC, 0 replies.
- [20/32] tinkerpop git commit: Update upgrade docs for 3.2.1 - posted by sp...@apache.org on 2016/07/22 16:06:57 UTC, 0 replies.
- [21/32] tinkerpop git commit: TinkerPop 3.2.1 release - posted by sp...@apache.org on 2016/07/22 16:06:58 UTC, 0 replies.
- [22/32] tinkerpop git commit: Minor fixes and spelling corrections in validate-distribution.sh - posted by sp...@apache.org on 2016/07/22 16:06:59 UTC, 0 replies.
- [23/32] tinkerpop git commit: Added some more notes to release documents. - posted by sp...@apache.org on 2016/07/22 16:07:00 UTC, 0 replies.
- [24/32] tinkerpop git commit: Bump to 3.2.2-SNAPSHOT - posted by sp...@apache.org on 2016/07/22 16:07:01 UTC, 0 replies.
- [25/32] tinkerpop git commit: Added Map related entries to GryoMapper registration. - posted by sp...@apache.org on 2016/07/22 16:07:02 UTC, 0 replies.
- [26/32] tinkerpop git commit: Update changelog. - posted by sp...@apache.org on 2016/07/22 16:07:03 UTC, 0 replies.
- [27/32] tinkerpop git commit: Removed line from release that updates README links. - posted by sp...@apache.org on 2016/07/22 16:07:04 UTC, 0 replies.
- [28/32] tinkerpop git commit: Bumped to 3.1.4-SNAPSHOT - posted by sp...@apache.org on 2016/07/22 16:07:05 UTC, 0 replies.
- [29/32] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/22 16:07:06 UTC, 0 replies.
- [30/32] tinkerpop git commit: Merge branch 'post-master' - posted by sp...@apache.org on 2016/07/22 16:07:07 UTC, 0 replies.
- [31/32] tinkerpop git commit: Merge remote-tracking branch 'origin/master' into TINKERPOP-1278 - posted by sp...@apache.org on 2016/07/22 16:07:08 UTC, 0 replies.
- [32/32] tinkerpop git commit: Removed gremlin-variant from gremlin-console as a dependency. - posted by sp...@apache.org on 2016/07/22 16:07:09 UTC, 0 replies.
- svn commit: r1753824 - in /tinkerpop/site: downloads.html images/gremlin-download.png - posted by sp...@apache.org on 2016/07/22 18:04:07 UTC, 0 replies.
- svn commit: r1753829 - /tinkerpop/site/downloads.html - posted by sp...@apache.org on 2016/07/22 19:50:30 UTC, 0 replies.
- svn commit: r1753976 - /tinkerpop/site/downloads.html - posted by sp...@apache.org on 2016/07/25 11:11:01 UTC, 0 replies.
- svn commit: r1753977 - in /tinkerpop/site: downloads.html gremlin.html index.html policy.html providers.html - posted by sp...@apache.org on 2016/07/25 11:22:33 UTC, 0 replies.
- svn commit: r1753978 - /tinkerpop/site/downloads.html - posted by sp...@apache.org on 2016/07/25 11:30:27 UTC, 0 replies.
- tinkerpop git commit: Fixed a leak in a Netty ReferenceCounted resource in Gremlin Server. - posted by sp...@apache.org on 2016/07/25 15:55:50 UTC, 1 replies.
- [1/2] tinkerpop git commit: Fixed a leak in a Netty ReferenceCounted resource in Gremlin Server. - posted by sp...@apache.org on 2016/07/25 16:35:03 UTC, 0 replies.
- tinkerpop git commit: Fixed transaction management check during result iteration - posted by sp...@apache.org on 2016/07/26 15:03:27 UTC, 0 replies.
- [1/3] tinkerpop git commit: Fixed transaction management check during result iteration - posted by sp...@apache.org on 2016/07/26 15:27:18 UTC, 0 replies.
- [3/3] tinkerpop git commit: Fixed transaction management check during result iteration - posted by sp...@apache.org on 2016/07/26 15:27:20 UTC, 0 replies.
- [1/7] tinkerpop git commit: Fixed a leak in a Netty ReferenceCounted resource in Gremlin Server. - posted by sp...@apache.org on 2016/07/26 15:28:32 UTC, 0 replies.
- [2/7] tinkerpop git commit: Fixed a leak in a Netty ReferenceCounted resource in Gremlin Server. - posted by sp...@apache.org on 2016/07/26 15:28:33 UTC, 0 replies.
- [3/7] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/26 15:28:34 UTC, 0 replies.
- [4/7] tinkerpop git commit: Fixed transaction management check during result iteration - posted by sp...@apache.org on 2016/07/26 15:28:35 UTC, 0 replies.
- [5/7] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' - posted by sp...@apache.org on 2016/07/26 15:28:36 UTC, 0 replies.
- [6/7] tinkerpop git commit: Fixed transaction management check during result iteration - posted by sp...@apache.org on 2016/07/26 15:28:37 UTC, 0 replies.
- [7/7] tinkerpop git commit: Merge remote-tracking branch 'origin/master' into TINKERPOP-1278 - posted by sp...@apache.org on 2016/07/26 15:28:38 UTC, 0 replies.
- tinkerpop git commit: Removed final declaration from ExpandableStepIterator TINKERPOP-1388 - posted by sp...@apache.org on 2016/07/27 10:37:23 UTC, 0 replies.
- [1/2] tinkerpop git commit: Removed final declaration from ExpandableStepIterator TINKERPOP-1388 - posted by sp...@apache.org on 2016/07/27 10:49:39 UTC, 0 replies.
- tinkerpop git commit: Undo previous CTR'd commit that made ExpandableStepIterator non-final - posted by sp...@apache.org on 2016/07/27 12:01:34 UTC, 0 replies.
- [1/2] tinkerpop git commit: Undo previous CTR'd commit that made ExpandableStepIterator non-final - posted by sp...@apache.org on 2016/07/27 12:03:11 UTC, 0 replies.
- tinkerpop git commit: Major changes to support return of sideeffects from server - posted by sp...@apache.org on 2016/07/28 23:11:03 UTC, 0 replies.
- [1/2] tinkerpop git commit: Minor refactoring to driver Handler. - posted by sp...@apache.org on 2016/07/29 17:36:42 UTC, 0 replies.
- [2/2] tinkerpop git commit: Refactored ResultQueue/Set and added more tests. - posted by sp...@apache.org on 2016/07/29 17:36:43 UTC, 0 replies.
- tinkerpop git commit: Removed some dead code in TraversalIterator. - posted by sp...@apache.org on 2016/07/29 17:37:16 UTC, 0 replies.
- svn commit: r1754558 - in /tinkerpop/site: downloads.html gremlin.html index.html policy.html providers.html - posted by sp...@apache.org on 2016/07/29 17:47:05 UTC, 0 replies.
- [1/2] tinkerpop git commit: Cleaned up some server-side remoting code. - posted by sp...@apache.org on 2016/07/29 20:44:21 UTC, 0 replies.
- [2/2] tinkerpop git commit: Update javadocs and other minor refactoring in remoting. - posted by sp...@apache.org on 2016/07/29 20:44:22 UTC, 0 replies.
- [1/9] tinkerpop git commit: Moved log file generated by validate-distribution.sh [Forced Update!] - posted by pl...@apache.org on 2016/07/29 20:48:25 UTC, 0 replies.
- [2/9] tinkerpop git commit: Minor fixes and spelling corrections in validate-distribution.sh - posted by pl...@apache.org on 2016/07/29 20:48:26 UTC, 0 replies.
- [3/9] tinkerpop git commit: Added some more notes to release documents. - posted by pl...@apache.org on 2016/07/29 20:48:27 UTC, 0 replies.
- [4/9] tinkerpop git commit: Removed line from release that updates README links. - posted by pl...@apache.org on 2016/07/29 20:48:28 UTC, 0 replies.
- [5/9] tinkerpop git commit: Bumped to 3.1.4-SNAPSHOT - posted by pl...@apache.org on 2016/07/29 20:48:29 UTC, 0 replies.
- [6/9] tinkerpop git commit: Fixed a leak in a Netty ReferenceCounted resource in Gremlin Server. - posted by pl...@apache.org on 2016/07/29 20:48:30 UTC, 0 replies.
- [7/9] tinkerpop git commit: Fixed transaction management check during result iteration - posted by pl...@apache.org on 2016/07/29 20:48:31 UTC, 0 replies.
- [8/9] tinkerpop git commit: Removed final declaration from ExpandableStepIterator TINKERPOP-1388 - posted by pl...@apache.org on 2016/07/29 20:48:32 UTC, 0 replies.
- [9/9] tinkerpop git commit: Undo previous CTR'd commit that made ExpandableStepIterator non-final - posted by pl...@apache.org on 2016/07/29 20:48:33 UTC, 0 replies.
- [01/22] tinkerpop git commit: compare vertex property ids as Long - posted by pl...@apache.org on 2016/07/30 14:40:48 UTC, 0 replies.
- [02/22] tinkerpop git commit: re-enable tests now that groovy version is updated. CTR. - posted by pl...@apache.org on 2016/07/30 14:40:49 UTC, 0 replies.
- [03/22] tinkerpop git commit: Added a step to pre-flight check in dev docs. CTR - posted by pl...@apache.org on 2016/07/30 14:40:50 UTC, 0 replies.
- [04/22] tinkerpop git commit: Fixed location of licenses in gremlin server LICENSE CTR - posted by pl...@apache.org on 2016/07/30 14:40:51 UTC, 0 replies.
- [05/22] tinkerpop git commit: Added a note about open JIRA tickets to dev docs. - posted by pl...@apache.org on 2016/07/30 14:40:52 UTC, 0 replies.
- [06/22] tinkerpop git commit: Re-worked text in dev docs around JIRA issues. - posted by pl...@apache.org on 2016/07/30 14:40:53 UTC, 0 replies.
- [07/22] tinkerpop git commit: Changed publish-docs.sh t opoint at the tlp svn - no more incubator. - posted by pl...@apache.org on 2016/07/30 14:40:54 UTC, 0 replies.
- [08/22] tinkerpop git commit: Remove final references to "incubator". - posted by pl...@apache.org on 2016/07/30 14:40:55 UTC, 0 replies.
- [09/22] tinkerpop git commit: No need to update README anymore as we now have /current - posted by pl...@apache.org on 2016/07/30 14:40:56 UTC, 0 replies.
- [10/22] tinkerpop git commit: Update CHANGELOG for release of 3.1.3. - posted by pl...@apache.org on 2016/07/30 14:40:57 UTC, 0 replies.
- [11/22] tinkerpop git commit: Update release dates in upgrade docs. - posted by pl...@apache.org on 2016/07/30 14:40:58 UTC, 0 replies.
- [12/22] tinkerpop git commit: TinkerPop 3.1.3 release - posted by pl...@apache.org on 2016/07/30 14:40:59 UTC, 0 replies.
- [13/22] tinkerpop git commit: Moved log file generated by validate-distribution.sh - posted by pl...@apache.org on 2016/07/30 14:41:00 UTC, 0 replies.
- [14/22] tinkerpop git commit: Minor fixes and spelling corrections in validate-distribution.sh - posted by pl...@apache.org on 2016/07/30 14:41:01 UTC, 0 replies.
- [15/22] tinkerpop git commit: Added some more notes to release documents. - posted by pl...@apache.org on 2016/07/30 14:41:02 UTC, 0 replies.
- [16/22] tinkerpop git commit: Removed line from release that updates README links. - posted by pl...@apache.org on 2016/07/30 14:41:03 UTC, 0 replies.
- [17/22] tinkerpop git commit: Bumped to 3.1.4-SNAPSHOT - posted by pl...@apache.org on 2016/07/30 14:41:04 UTC, 0 replies.
- [18/22] tinkerpop git commit: Fixed a leak in a Netty ReferenceCounted resource in Gremlin Server. - posted by pl...@apache.org on 2016/07/30 14:41:05 UTC, 0 replies.
- [19/22] tinkerpop git commit: Fixed transaction management check during result iteration - posted by pl...@apache.org on 2016/07/30 14:41:06 UTC, 0 replies.
- [20/22] tinkerpop git commit: Removed final declaration from ExpandableStepIterator TINKERPOP-1388 - posted by pl...@apache.org on 2016/07/30 14:41:07 UTC, 0 replies.
- [21/22] tinkerpop git commit: Undo previous CTR'd commit that made ExpandableStepIterator non-final - posted by pl...@apache.org on 2016/07/30 14:41:08 UTC, 0 replies.
- [22/22] tinkerpop git commit: Merge branch 'origin/tp31' into TINKERPOP-1360 - posted by pl...@apache.org on 2016/07/30 14:41:09 UTC, 0 replies.