You are viewing a plain text version of this content. The canonical link for it is here.
- tinkerpop git commit: TINKERPOP-1663 Validation for maximum number of parameters on a request - posted by sp...@apache.org on 2017/04/03 11:26:17 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1010 Remove deprecated methods around Gremlin Server - posted by sp...@apache.org on 2017/04/03 18:56:39 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1010 Remove deprecated methods around Gremlin Server - posted by sp...@apache.org on 2017/04/03 18:56:40 UTC, 0 replies.
- [3/3] tinkerpop git commit: TINKERPOP-1010 Remove deprecated methods around Gremlin Server - posted by sp...@apache.org on 2017/04/03 18:56:41 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1010 Remove deprecated methods around Gremlin Server [Forced Update!] - posted by sp...@apache.org on 2017/04/04 10:52:45 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1266 Provide JVM options as a configuration to benchmarks - posted by sp...@apache.org on 2017/04/04 20:30:23 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/04 20:30:24 UTC, 5 replies.
- tinkerpop git commit: TINKERPOP-1266 Provide JVM options as a configuration to benchmarks - posted by sp...@apache.org on 2017/04/04 20:30:32 UTC, 0 replies.
- tinkerpop git commit: removed unittest from gremlin-python tests - posted by da...@apache.org on 2017/04/05 02:02:26 UTC, 0 replies.
- tinkerpop git commit: removed unittest - posted by da...@apache.org on 2017/04/05 13:30:55 UTC, 0 replies.
- [01/50] tinkerpop git commit: Merge branch 'TINKERPOP-1654-tp32' into tp32 [Forced Update!] - posted by sp...@apache.org on 2017/04/06 11:33:28 UTC, 0 replies.
- [02/50] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/06 11:33:29 UTC, 0 replies.
- [03/50] tinkerpop git commit: added a @twilmes test case to AddEdgeTest that fails in TINKERPOP-1642. That test also exposed a small bug in all the Mutating steps where Step.setTraversal() was not defined which is necessary to ensure proper ID redefiniti - posted by sp...@apache.org on 2017/04/06 11:33:30 UTC, 0 replies.
- [04/50] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/06 11:33:31 UTC, 0 replies.
- [05/50] tinkerpop git commit: TINKERPOP-1660 Fixed bad links in GLV tutorial. CTR - posted by sp...@apache.org on 2017/04/06 11:33:32 UTC, 0 replies.
- [06/50] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/06 11:33:33 UTC, 0 replies.
- [07/50] tinkerpop git commit: CTR fixed license locations - posted by sp...@apache.org on 2017/04/06 11:33:34 UTC, 0 replies.
- [08/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/06 11:33:35 UTC, 0 replies.
- [09/50] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/06 11:33:36 UTC, 0 replies.
- [10/50] tinkerpop git commit: Faunus love - CTR - posted by sp...@apache.org on 2017/04/06 11:33:37 UTC, 0 replies.
- [11/50] tinkerpop git commit: Added ScopingStrategy which does a single TraversalHelper.getLabels() call and recurssively tells where() and select() steps the path labels accessed by the Traversal. - posted by sp...@apache.org on 2017/04/06 11:33:38 UTC, 0 replies.
- [12/50] tinkerpop git commit: TINKERPOP-1642 Minor fixes - posted by sp...@apache.org on 2017/04/06 11:33:39 UTC, 0 replies.
- [13/50] tinkerpop git commit: TINKERPOP-1642 Improved performance of addV() and chained mutating statements - posted by sp...@apache.org on 2017/04/06 11:33:40 UTC, 0 replies.
- [14/50] tinkerpop git commit: TINKERPOP-1642 Cached the Traversal list in Parameters - posted by sp...@apache.org on 2017/04/06 11:33:41 UTC, 0 replies.
- [15/50] tinkerpop git commit: TINKERPOP-1642 Minor refactoring to get rid of duplicate code - posted by sp...@apache.org on 2017/04/06 11:33:42 UTC, 0 replies.
- [16/50] tinkerpop git commit: TINKERPOP-1642 Removed some extra iteration in Parameters.getTraversals() - posted by sp...@apache.org on 2017/04/06 11:33:43 UTC, 0 replies.
- [17/50] tinkerpop git commit: Wow. Can't believe we didn't do this from the start. LABELED_PATH is set if a Step is labeled. Dar. So much simpler than all the recurssion in TraversalHelper.getLabels() and having a ScopingStrategy.... @spmallette -- can y - posted by sp...@apache.org on 2017/04/06 11:33:44 UTC, 0 replies.
- [18/50] tinkerpop git commit: Add a slight optimization to ScopingStrategy that will not compute step labels if no Scoping steps are defined. Also added JavaDoc and comments accordingly. - posted by sp...@apache.org on 2017/04/06 11:33:45 UTC, 0 replies.
- [19/50] tinkerpop git commit: Fixed VertexProgram test that verifies proper TraversalRequirements. - posted by sp...@apache.org on 2017/04/06 11:33:46 UTC, 0 replies.
- [20/50] tinkerpop git commit: TINKERPOP-1642 Made Mutating steps implement Scoping. - posted by sp...@apache.org on 2017/04/06 11:33:47 UTC, 0 replies.
- [21/50] tinkerpop git commit: TINKERPOP-1642 Pushed integrateChild() operations into Parameters.set() - posted by sp...@apache.org on 2017/04/06 11:33:48 UTC, 0 replies.
- [22/50] tinkerpop git commit: removed a repeated recurssion in PathRetractionStrategy using the MARKER model of strategies. - posted by sp...@apache.org on 2017/04/06 11:33:49 UTC, 0 replies.
- [23/50] tinkerpop git commit: TINKERPOP-1642 Fixed up some execution problems after rebase - posted by sp...@apache.org on 2017/04/06 11:33:50 UTC, 0 replies.
- [24/50] tinkerpop git commit: added MARKER model to PathRetractionStrategy to reduce recurssive lookups of invalidating steps. Again, we really need Traversal.metdata to make this more 'pure'. - posted by sp...@apache.org on 2017/04/06 11:33:51 UTC, 0 replies.
- [25/50] tinkerpop git commit: I made it so ProfileStrategy uses the MARKER model developed by @dkuppitz and myself to reduce recurssive lookups in strategies. Moving forward, we really need to move to a Traversal.metadata model as using labeled steps is - posted by sp...@apache.org on 2017/04/06 11:33:52 UTC, 0 replies.
- [26/50] tinkerpop git commit: Merge branch 'TINKERPOP-1095' into tp32 - posted by sp...@apache.org on 2017/04/06 11:33:53 UTC, 0 replies.
- [27/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/06 11:33:54 UTC, 0 replies.
- [28/50] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/06 11:33:55 UTC, 0 replies.
- [29/50] tinkerpop git commit: Fixed 'OTLP', was fixed in tp32 - CTR - posted by sp...@apache.org on 2017/04/06 11:33:56 UTC, 0 replies.
- [30/50] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/06 11:33:57 UTC, 0 replies.
- [31/50] tinkerpop git commit: Merge branch 'TINKERPOP-1095' into tp32 - posted by sp...@apache.org on 2017/04/06 11:33:58 UTC, 0 replies.
- [32/50] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/06 11:33:59 UTC, 0 replies.
- [33/50] tinkerpop git commit: fixed a Parameters.clone() bug introduced with the Traversal caching work in this ticket. This fixes the @twilmes AddEdgeTest case. - posted by sp...@apache.org on 2017/04/06 11:34:00 UTC, 0 replies.
- [34/50] tinkerpop git commit: Found an ancient bug in B_LP_O_S_SE_SL_Traverser that only reared its ugly head with how LABELED_PATH requirements are now computed. Bug fixed and optimized LABELED_PATH requirment analysis. - posted by sp...@apache.org on 2017/04/06 11:34:01 UTC, 0 replies.
- [35/50] tinkerpop git commit: Merge branch 'TINKERPOP-1625' into tp32 - posted by sp...@apache.org on 2017/04/06 11:34:02 UTC, 0 replies.
- [36/50] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/06 11:34:03 UTC, 0 replies.
- [37/50] tinkerpop git commit: Merge branch 'TINKERPOP-1659' into tp31 - posted by sp...@apache.org on 2017/04/06 11:34:04 UTC, 0 replies.
- [38/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/06 11:34:05 UTC, 1 replies.
- [39/50] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/06 11:34:06 UTC, 0 replies.
- [40/50] tinkerpop git commit: TINKERPOP-1659 documentation - posted by sp...@apache.org on 2017/04/06 11:34:07 UTC, 0 replies.
- [41/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/06 11:34:08 UTC, 0 replies.
- [42/50] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/06 11:34:09 UTC, 0 replies.
- [43/50] tinkerpop git commit: Merge branch 'TINKERPOP-1642' into tp32 - posted by sp...@apache.org on 2017/04/06 11:34:10 UTC, 0 replies.
- [44/50] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/06 11:34:11 UTC, 0 replies.
- [45/50] tinkerpop git commit: TINKERPOP-1266 Provide JVM options as a configuration to benchmarks - posted by sp...@apache.org on 2017/04/06 11:34:12 UTC, 0 replies.
- [46/50] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/06 11:34:13 UTC, 0 replies.
- [47/50] tinkerpop git commit: Introduce Revapi API checks into the build. - posted by sp...@apache.org on 2017/04/06 11:34:14 UTC, 0 replies.
- [48/50] tinkerpop git commit: Make Travis use a newer version of Maven. - posted by sp...@apache.org on 2017/04/06 11:34:15 UTC, 0 replies.
- [49/50] tinkerpop git commit: Finalize Revapi setup: * Switched off by default with only gremlin-core having it active * Explicitly sets the severity of problems to fail the build with to "potentiallyBreaking". * The parent pom only includes common set - posted by sp...@apache.org on 2017/04/06 11:34:16 UTC, 0 replies.
- [50/50] tinkerpop git commit: Upgrade to latest revapi versions. - posted by sp...@apache.org on 2017/04/06 11:34:17 UTC, 0 replies.
- [01/50] tinkerpop git commit: Fixed bug in EvenStrategyTest for transactional Graphs [Forced Update!] - posted by sp...@apache.org on 2017/04/06 11:45:51 UTC, 0 replies.
- [02/50] tinkerpop git commit: Resolved CHANGELOG merge conflict and added missing backtick. - posted by sp...@apache.org on 2017/04/06 11:45:52 UTC, 0 replies.
- [03/50] tinkerpop git commit: added hasKey() and hasValue() tests to HasTest. Removed un-tested methods in HasTest that someone wrote, but never added respective test cases for. Added more has()-examples to the 'Has Step' section of the documentation. - posted by sp...@apache.org on 2017/04/06 11:45:53 UTC, 0 replies.
- [04/50] tinkerpop git commit: Merge branch 'TINKERPOP-1652' into tp32 - posted by sp...@apache.org on 2017/04/06 11:45:54 UTC, 0 replies.
- [05/50] tinkerpop git commit: Merge branch 'pr-582' into tp32 - posted by sp...@apache.org on 2017/04/06 11:45:55 UTC, 0 replies.
- [06/50] tinkerpop git commit: Merge branch 'TINKERPOP-1654' into TINKERPOP-1654-tp32 - posted by sp...@apache.org on 2017/04/06 11:45:56 UTC, 0 replies.
- [07/50] tinkerpop git commit: TINKERPOP-1654 Fixed compilation errors after jackson version bump - posted by sp...@apache.org on 2017/04/06 11:45:57 UTC, 0 replies.
- [08/50] tinkerpop git commit: Fixed bug in EvenStrategyTest for transactional Graphs - posted by sp...@apache.org on 2017/04/06 11:45:58 UTC, 0 replies.
- [09/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/06 11:45:59 UTC, 0 replies.
- [10/50] tinkerpop git commit: TINKERPOP-1654 Bumped to Jackson 2.8.7 - posted by sp...@apache.org on 2017/04/06 11:46:00 UTC, 0 replies.
- [11/50] tinkerpop git commit: TINKERPOP-1654: use deserializatinoContext in `typeFromId()`. - posted by sp...@apache.org on 2017/04/06 11:46:01 UTC, 0 replies.
- [12/50] tinkerpop git commit: if a settings.xml exists in tinkerpop/ then copy it to .m2 - posted by sp...@apache.org on 2017/04/06 11:46:02 UTC, 0 replies.
- [13/50] tinkerpop git commit: fixed broken anchor - posted by sp...@apache.org on 2017/04/06 11:46:03 UTC, 0 replies.
- [14/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/06 11:46:04 UTC, 0 replies.
- [15/50] tinkerpop git commit: Merge branch 'TINKERPOP-1654' into tp31 - posted by sp...@apache.org on 2017/04/06 11:46:05 UTC, 0 replies.
- [16/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/06 11:46:06 UTC, 0 replies.
- [17/50] tinkerpop git commit: Merge branch 'TINKERPOP-1654-tp32' into tp32 - posted by sp...@apache.org on 2017/04/06 11:46:07 UTC, 0 replies.
- [18/50] tinkerpop git commit: added a @twilmes test case to AddEdgeTest that fails in TINKERPOP-1642. That test also exposed a small bug in all the Mutating steps where Step.setTraversal() was not defined which is necessary to ensure proper ID redefiniti - posted by sp...@apache.org on 2017/04/06 11:46:08 UTC, 0 replies.
- [19/50] tinkerpop git commit: TINKERPOP-1660 Fixed bad links in GLV tutorial. CTR - posted by sp...@apache.org on 2017/04/06 11:46:09 UTC, 0 replies.
- [20/50] tinkerpop git commit: CTR fixed license locations - posted by sp...@apache.org on 2017/04/06 11:46:10 UTC, 0 replies.
- [21/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/06 11:46:11 UTC, 0 replies.
- [22/50] tinkerpop git commit: Faunus love - CTR - posted by sp...@apache.org on 2017/04/06 11:46:12 UTC, 0 replies.
- [23/50] tinkerpop git commit: Added ScopingStrategy which does a single TraversalHelper.getLabels() call and recurssively tells where() and select() steps the path labels accessed by the Traversal. - posted by sp...@apache.org on 2017/04/06 11:46:13 UTC, 0 replies.
- [24/50] tinkerpop git commit: TINKERPOP-1642 Minor fixes - posted by sp...@apache.org on 2017/04/06 11:46:14 UTC, 0 replies.
- [25/50] tinkerpop git commit: TINKERPOP-1642 Improved performance of addV() and chained mutating statements - posted by sp...@apache.org on 2017/04/06 11:46:15 UTC, 0 replies.
- [26/50] tinkerpop git commit: TINKERPOP-1642 Cached the Traversal list in Parameters - posted by sp...@apache.org on 2017/04/06 11:46:16 UTC, 0 replies.
- [27/50] tinkerpop git commit: TINKERPOP-1642 Minor refactoring to get rid of duplicate code - posted by sp...@apache.org on 2017/04/06 11:46:17 UTC, 0 replies.
- [28/50] tinkerpop git commit: Add a slight optimization to ScopingStrategy that will not compute step labels if no Scoping steps are defined. Also added JavaDoc and comments accordingly. - posted by sp...@apache.org on 2017/04/06 11:46:18 UTC, 0 replies.
- [29/50] tinkerpop git commit: Wow. Can't believe we didn't do this from the start. LABELED_PATH is set if a Step is labeled. Dar. So much simpler than all the recurssion in TraversalHelper.getLabels() and having a ScopingStrategy.... @spmallette -- can y - posted by sp...@apache.org on 2017/04/06 11:46:19 UTC, 0 replies.
- [30/50] tinkerpop git commit: TINKERPOP-1642 Removed some extra iteration in Parameters.getTraversals() - posted by sp...@apache.org on 2017/04/06 11:46:20 UTC, 0 replies.
- [31/50] tinkerpop git commit: TINKERPOP-1642 Made Mutating steps implement Scoping. - posted by sp...@apache.org on 2017/04/06 11:46:21 UTC, 0 replies.
- [32/50] tinkerpop git commit: Fixed VertexProgram test that verifies proper TraversalRequirements. - posted by sp...@apache.org on 2017/04/06 11:46:22 UTC, 0 replies.
- [33/50] tinkerpop git commit: TINKERPOP-1642 Pushed integrateChild() operations into Parameters.set() - posted by sp...@apache.org on 2017/04/06 11:46:23 UTC, 0 replies.
- [34/50] tinkerpop git commit: TINKERPOP-1642 Fixed up some execution problems after rebase - posted by sp...@apache.org on 2017/04/06 11:46:24 UTC, 0 replies.
- [35/50] tinkerpop git commit: I made it so ProfileStrategy uses the MARKER model developed by @dkuppitz and myself to reduce recurssive lookups in strategies. Moving forward, we really need to move to a Traversal.metadata model as using labeled steps is - posted by sp...@apache.org on 2017/04/06 11:46:25 UTC, 0 replies.
- [36/50] tinkerpop git commit: added MARKER model to PathRetractionStrategy to reduce recurssive lookups of invalidating steps. Again, we really need Traversal.metdata to make this more 'pure'. - posted by sp...@apache.org on 2017/04/06 11:46:26 UTC, 0 replies.
- [37/50] tinkerpop git commit: removed a repeated recurssion in PathRetractionStrategy using the MARKER model of strategies. - posted by sp...@apache.org on 2017/04/06 11:46:27 UTC, 0 replies.
- [39/50] tinkerpop git commit: Fixed 'OTLP', was fixed in tp32 - CTR - posted by sp...@apache.org on 2017/04/06 11:46:29 UTC, 0 replies.
- [40/50] tinkerpop git commit: Merge branch 'TINKERPOP-1095' into tp32 - posted by sp...@apache.org on 2017/04/06 11:46:30 UTC, 0 replies.
- [41/50] tinkerpop git commit: fixed a Parameters.clone() bug introduced with the Traversal caching work in this ticket. This fixes the @twilmes AddEdgeTest case. - posted by sp...@apache.org on 2017/04/06 11:46:31 UTC, 0 replies.
- [42/50] tinkerpop git commit: Found an ancient bug in B_LP_O_S_SE_SL_Traverser that only reared its ugly head with how LABELED_PATH requirements are now computed. Bug fixed and optimized LABELED_PATH requirment analysis. - posted by sp...@apache.org on 2017/04/06 11:46:32 UTC, 0 replies.
- [43/50] tinkerpop git commit: Merge branch 'TINKERPOP-1625' into tp32 - posted by sp...@apache.org on 2017/04/06 11:46:33 UTC, 0 replies.
- [44/50] tinkerpop git commit: Merge branch 'TINKERPOP-1659' into tp31 - posted by sp...@apache.org on 2017/04/06 11:46:34 UTC, 0 replies.
- [45/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/06 11:46:35 UTC, 0 replies.
- [46/50] tinkerpop git commit: TINKERPOP-1659 documentation - posted by sp...@apache.org on 2017/04/06 11:46:36 UTC, 0 replies.
- [47/50] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/06 11:46:37 UTC, 0 replies.
- [48/50] tinkerpop git commit: Merge branch 'TINKERPOP-1642' into tp32 - posted by sp...@apache.org on 2017/04/06 11:46:38 UTC, 0 replies.
- [49/50] tinkerpop git commit: TINKERPOP-1266 Provide JVM options as a configuration to benchmarks - posted by sp...@apache.org on 2017/04/06 11:46:39 UTC, 0 replies.
- [50/50] tinkerpop git commit: TINKERPOP-1577 Added support for building gremlin-python with python 2.x and 3.x - posted by sp...@apache.org on 2017/04/06 11:46:40 UTC, 0 replies.
- tinkerpop git commit: install Maven 3.3.9 as part of the Docker build process - posted by dk...@apache.org on 2017/04/06 12:40:31 UTC, 0 replies.
- [1/3] tinkerpop git commit: Added TP2-to-TP3 GraphML XSLT to resources - posted by sp...@apache.org on 2017/04/06 14:25:17 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1608 Added test for GraphML transform - posted by sp...@apache.org on 2017/04/06 14:25:18 UTC, 0 replies.
- [3/3] tinkerpop git commit: TINKERPOP-1608 Update docs and changelog with GraphML XSTL - posted by sp...@apache.org on 2017/04/06 14:25:19 UTC, 0 replies.
- tinkerpop git commit: This closes #501 - posted by sp...@apache.org on 2017/04/06 14:44:15 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1044 Additional error data to Gremlin Server responses - posted by sp...@apache.org on 2017/04/06 21:57:09 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1044 Added documentation for additional error info in ResponseMessage - posted by sp...@apache.org on 2017/04/06 22:10:55 UTC, 0 replies.
- tinkerpop git commit: Merge branch 'TINKERPOP-1044' into TINKERPOP-1044-master - posted by sp...@apache.org on 2017/04/07 12:24:44 UTC, 0 replies.
- [1/5] tinkerpop git commit: TINKERPOP-1664 Fixed a bug in StarVertexProperty where properties are now validated. Key value arrays now check for null values. - posted by sp...@apache.org on 2017/04/07 13:40:00 UTC, 0 replies.
- [2/5] tinkerpop git commit: Fixed changelog entry CTR - posted by sp...@apache.org on 2017/04/07 13:40:01 UTC, 0 replies.
- [3/5] tinkerpop git commit: Reversed logic of if to place null first CTR - posted by sp...@apache.org on 2017/04/07 13:40:02 UTC, 0 replies.
- [4/5] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/07 13:40:03 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/07 13:40:04 UTC, 0 replies.
- [1/4] tinkerpop git commit: TINKERPOP-1664 Fixed a bug in StarVertexProperty where properties are now validated. Key value arrays now check for null values. - posted by sp...@apache.org on 2017/04/07 13:40:10 UTC, 0 replies.
- [2/4] tinkerpop git commit: Fixed changelog entry CTR - posted by sp...@apache.org on 2017/04/07 13:40:11 UTC, 0 replies.
- [3/4] tinkerpop git commit: Reversed logic of if to place null first CTR - posted by sp...@apache.org on 2017/04/07 13:40:12 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/07 13:40:13 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1664 Fixed a bug in StarVertexProperty where properties are now validated. Key value arrays now check for null values. - posted by sp...@apache.org on 2017/04/07 13:40:18 UTC, 0 replies.
- [2/3] tinkerpop git commit: Fixed changelog entry CTR - posted by sp...@apache.org on 2017/04/07 13:40:19 UTC, 0 replies.
- [3/3] tinkerpop git commit: Reversed logic of if to place null first CTR - posted by sp...@apache.org on 2017/04/07 13:40:20 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1608 Cleaned up java source in docs a bit. - posted by sp...@apache.org on 2017/04/07 19:52:36 UTC, 0 replies.
- [2/2] tinkerpop git commit: TINKERPOP-1608 Cleaned up bad features on graphml xslt test - posted by sp...@apache.org on 2017/04/07 19:52:37 UTC, 0 replies.
- [1/8] tinkerpop git commit: TINKERPOP-1664 Fixed a bug in StarVertexProperty where properties are now validated. Key value arrays now check for null values. [Forced Update!] - posted by sp...@apache.org on 2017/04/07 19:53:44 UTC, 0 replies.
- [2/8] tinkerpop git commit: Fixed changelog entry CTR - posted by sp...@apache.org on 2017/04/07 19:53:45 UTC, 0 replies.
- [3/8] tinkerpop git commit: Reversed logic of if to place null first CTR - posted by sp...@apache.org on 2017/04/07 19:53:46 UTC, 0 replies.
- [4/8] tinkerpop git commit: TINKERPOP-1608 Added test for GraphML transform - posted by sp...@apache.org on 2017/04/07 19:53:47 UTC, 0 replies.
- [5/8] tinkerpop git commit: Added TP2-to-TP3 GraphML XSLT to resources - posted by sp...@apache.org on 2017/04/07 19:53:48 UTC, 0 replies.
- [6/8] tinkerpop git commit: TINKERPOP-1608 Update docs and changelog with GraphML XSTL - posted by sp...@apache.org on 2017/04/07 19:53:49 UTC, 0 replies.
- [7/8] tinkerpop git commit: TINKERPOP-1608 Cleaned up java source in docs a bit. - posted by sp...@apache.org on 2017/04/07 19:53:50 UTC, 0 replies.
- [8/8] tinkerpop git commit: TINKERPOP-1608 Cleaned up bad features on graphml xslt test - posted by sp...@apache.org on 2017/04/07 19:53:51 UTC, 0 replies.
- [1/3] tinkerpop git commit: provide examples where merge operator actually has an impact - posted by mp...@apache.org on 2017/04/09 04:50:38 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'sack-doc-update' into tp32 - posted by mp...@apache.org on 2017/04/09 04:50:39 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'tp32' - posted by mp...@apache.org on 2017/04/09 04:50:40 UTC, 5 replies.
- [1/2] tinkerpop git commit: provide examples where merge operator actually has an impact - posted by mp...@apache.org on 2017/04/09 04:51:19 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'sack-doc-update' into tp32 - posted by mp...@apache.org on 2017/04/09 04:51:20 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1443 Update dev requirements to 3.2.5 as minimum for API checker. - posted by sp...@apache.org on 2017/04/10 12:13:08 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1443 Added minimum maven version to enforcer rules - posted by sp...@apache.org on 2017/04/10 12:19:38 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1577 Fixed problem with specifying py verison to virtualenv - posted by sp...@apache.org on 2017/04/10 16:51:52 UTC, 0 replies.
- [1/9] tinkerpop git commit: Abstract over http auth for extensibility - posted by sp...@apache.org on 2017/04/10 19:41:10 UTC, 0 replies.
- [2/9] tinkerpop git commit: Change abstraction to include WebSocketChannelizer - posted by sp...@apache.org on 2017/04/10 19:41:11 UTC, 0 replies.
- [3/9] tinkerpop git commit: Update CHANGELOG - posted by sp...@apache.org on 2017/04/10 19:41:12 UTC, 0 replies.
- [4/9] tinkerpop git commit: Add entry in Update docs in users section - posted by sp...@apache.org on 2017/04/10 19:41:13 UTC, 0 replies.
- [5/9] tinkerpop git commit: Update reference doc on authentication - posted by sp...@apache.org on 2017/04/10 19:41:14 UTC, 0 replies.
- [6/9] tinkerpop git commit: Change className -> authenticator in yaml files - posted by sp...@apache.org on 2017/04/10 19:41:15 UTC, 0 replies.
- [7/9] tinkerpop git commit: Merge branch 'pr-583' into tp32 - posted by sp...@apache.org on 2017/04/10 19:41:16 UTC, 0 replies.
- [8/9] tinkerpop git commit: Minor whitespace fixups CTR - posted by sp...@apache.org on 2017/04/10 19:41:17 UTC, 0 replies.
- [1/8] tinkerpop git commit: Abstract over http auth for extensibility - posted by sp...@apache.org on 2017/04/10 19:41:18 UTC, 0 replies.
- [9/9] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/10 19:41:18 UTC, 0 replies.
- [2/8] tinkerpop git commit: Change abstraction to include WebSocketChannelizer - posted by sp...@apache.org on 2017/04/10 19:41:19 UTC, 0 replies.
- [3/8] tinkerpop git commit: Update CHANGELOG - posted by sp...@apache.org on 2017/04/10 19:41:20 UTC, 0 replies.
- [4/8] tinkerpop git commit: Add entry in Update docs in users section - posted by sp...@apache.org on 2017/04/10 19:41:21 UTC, 0 replies.
- [5/8] tinkerpop git commit: Update reference doc on authentication - posted by sp...@apache.org on 2017/04/10 19:41:22 UTC, 0 replies.
- [6/8] tinkerpop git commit: Change className -> authenticator in yaml files - posted by sp...@apache.org on 2017/04/10 19:41:23 UTC, 0 replies.
- [7/8] tinkerpop git commit: Merge branch 'pr-583' into tp32 - posted by sp...@apache.org on 2017/04/10 19:41:24 UTC, 0 replies.
- [8/8] tinkerpop git commit: Minor whitespace fixups CTR - posted by sp...@apache.org on 2017/04/10 19:41:25 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1010 Remove deprecated methods around Gremlin Server - posted by sp...@apache.org on 2017/04/10 20:23:19 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1010' - posted by sp...@apache.org on 2017/04/10 20:23:20 UTC, 0 replies.
- [1/4] tinkerpop git commit: removed unittest from gremlin-python tests - posted by da...@apache.org on 2017/04/10 20:43:00 UTC, 0 replies.
- [2/4] tinkerpop git commit: removed unittest - posted by da...@apache.org on 2017/04/10 20:43:01 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1665' into tp32 - posted by da...@apache.org on 2017/04/10 20:43:02 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'tp32', fixed conflicts in gremlin-python/src/main/jython/tests/structure/io/test_graphson.py - posted by da...@apache.org on 2017/04/10 20:43:03 UTC, 0 replies.
- [1/3] tinkerpop git commit: removed unittest from gremlin-python tests - posted by da...@apache.org on 2017/04/10 20:43:51 UTC, 0 replies.
- [2/3] tinkerpop git commit: removed unittest - posted by da...@apache.org on 2017/04/10 20:43:52 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1665' into tp32 - posted by da...@apache.org on 2017/04/10 20:43:53 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1608 Fix for xsltproc processing - posted by sp...@apache.org on 2017/04/11 11:19:19 UTC, 0 replies.
- [1/8] tinkerpop git commit: TINKERPOP-1608 Added test for GraphML transform - posted by sp...@apache.org on 2017/04/11 11:52:22 UTC, 0 replies.
- [2/8] tinkerpop git commit: Added TP2-to-TP3 GraphML XSLT to resources - posted by sp...@apache.org on 2017/04/11 11:52:23 UTC, 0 replies.
- [3/8] tinkerpop git commit: TINKERPOP-1608 Cleaned up bad features on graphml xslt test - posted by sp...@apache.org on 2017/04/11 11:52:24 UTC, 0 replies.
- [4/8] tinkerpop git commit: TINKERPOP-1608 Update docs and changelog with GraphML XSTL - posted by sp...@apache.org on 2017/04/11 11:52:25 UTC, 0 replies.
- [5/8] tinkerpop git commit: TINKERPOP-1608 Cleaned up java source in docs a bit. - posted by sp...@apache.org on 2017/04/11 11:52:26 UTC, 0 replies.
- [6/8] tinkerpop git commit: TINKERPOP-1608 Fix for xsltproc processing - posted by sp...@apache.org on 2017/04/11 11:52:27 UTC, 0 replies.
- [7/8] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/11 11:52:28 UTC, 0 replies.
- [8/8] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/11 11:52:29 UTC, 1 replies.
- [1/7] tinkerpop git commit: TINKERPOP-1608 Added test for GraphML transform - posted by sp...@apache.org on 2017/04/11 11:52:37 UTC, 0 replies.
- [2/7] tinkerpop git commit: Added TP2-to-TP3 GraphML XSLT to resources - posted by sp...@apache.org on 2017/04/11 11:52:38 UTC, 0 replies.
- [3/7] tinkerpop git commit: TINKERPOP-1608 Cleaned up bad features on graphml xslt test - posted by sp...@apache.org on 2017/04/11 11:52:39 UTC, 0 replies.
- [4/7] tinkerpop git commit: TINKERPOP-1608 Cleaned up java source in docs a bit. - posted by sp...@apache.org on 2017/04/11 11:52:40 UTC, 0 replies.
- [5/7] tinkerpop git commit: TINKERPOP-1608 Update docs and changelog with GraphML XSTL - posted by sp...@apache.org on 2017/04/11 11:52:41 UTC, 0 replies.
- [6/7] tinkerpop git commit: TINKERPOP-1608 Fix for xsltproc processing - posted by sp...@apache.org on 2017/04/11 11:52:42 UTC, 0 replies.
- [7/7] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2017/04/11 11:52:43 UTC, 0 replies.
- [1/6] tinkerpop git commit: TINKERPOP-1608 Added test for GraphML transform - posted by sp...@apache.org on 2017/04/11 11:52:47 UTC, 0 replies.
- [2/6] tinkerpop git commit: Added TP2-to-TP3 GraphML XSLT to resources - posted by sp...@apache.org on 2017/04/11 11:52:48 UTC, 0 replies.
- [3/6] tinkerpop git commit: TINKERPOP-1608 Cleaned up java source in docs a bit. - posted by sp...@apache.org on 2017/04/11 11:52:49 UTC, 0 replies.
- [4/6] tinkerpop git commit: TINKERPOP-1608 Update docs and changelog with GraphML XSTL - posted by sp...@apache.org on 2017/04/11 11:52:50 UTC, 0 replies.
- [5/6] tinkerpop git commit: TINKERPOP-1608 Cleaned up bad features on graphml xslt test - posted by sp...@apache.org on 2017/04/11 11:52:51 UTC, 0 replies.
- [6/6] tinkerpop git commit: TINKERPOP-1608 Fix for xsltproc processing - posted by sp...@apache.org on 2017/04/11 11:52:52 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fix mispelling in dev docs CTR - posted by sp...@apache.org on 2017/04/11 11:58:39 UTC, 0 replies.
- tinkerpop git commit: Fix mispelling in dev docs CTR - posted by sp...@apache.org on 2017/04/11 11:58:48 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1663 Validation for maximum number of parameters on a request - posted by sp...@apache.org on 2017/04/11 16:48:18 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1663' into tp32 - posted by sp...@apache.org on 2017/04/11 16:48:19 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1663 Validation for maximum number of parameters on a request - posted by sp...@apache.org on 2017/04/11 16:48:26 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1663' into tp32 - posted by sp...@apache.org on 2017/04/11 16:48:27 UTC, 0 replies.
- [1/2] tinkerpop git commit: Re-worked ordering logic for shouldProcessSessionRequestsInOrder() - posted by sp...@apache.org on 2017/04/11 17:36:45 UTC, 0 replies.
- tinkerpop git commit: Re-worked ordering logic for shouldProcessSessionRequestsInOrder() - posted by sp...@apache.org on 2017/04/11 17:36:52 UTC, 0 replies.
- tinkerpop git commit: Fixed a bug in where should invalidate the strategy's application. - posted by ok...@apache.org on 2017/04/13 16:54:34 UTC, 0 replies.
- tinkerpop git commit: got rid of unneeded imports. - posted by ok...@apache.org on 2017/04/13 16:56:59 UTC, 0 replies.
- tinkerpop git commit: Renamed `RangeByIsCountStrategy` to `CountStrategy`. - posted by dk...@apache.org on 2017/04/13 19:22:56 UTC, 0 replies.
- tinkerpop git commit: added LambdaHolder to the mix as its better to just have it logically sound then have 'side leak' potentials. - posted by ok...@apache.org on 2017/04/14 13:49:44 UTC, 0 replies.
- [1/4] tinkerpop git commit: Fixed a bug in where should invalidate the strategy's application. - posted by ok...@apache.org on 2017/04/14 15:32:43 UTC, 0 replies.
- [2/4] tinkerpop git commit: got rid of unneeded imports. - posted by ok...@apache.org on 2017/04/14 15:32:44 UTC, 0 replies.
- [3/4] tinkerpop git commit: added LambdaHolder to the mix as its better to just have it logically sound then have 'side leak' potentials. - posted by ok...@apache.org on 2017/04/14 15:32:45 UTC, 0 replies.
- [4/4] tinkerpop git commit: updated CHANGELOG with LambdaHolder note. - posted by ok...@apache.org on 2017/04/14 15:32:46 UTC, 0 replies.
- [1/5] tinkerpop git commit: Fixed a bug in where should invalidate the strategy's application. - posted by ok...@apache.org on 2017/04/14 15:33:45 UTC, 0 replies.
- [2/5] tinkerpop git commit: got rid of unneeded imports. - posted by ok...@apache.org on 2017/04/14 15:33:46 UTC, 0 replies.
- [3/5] tinkerpop git commit: added LambdaHolder to the mix as its better to just have it logically sound then have 'side leak' potentials. - posted by ok...@apache.org on 2017/04/14 15:33:47 UTC, 0 replies.
- [4/5] tinkerpop git commit: updated CHANGELOG with LambdaHolder note. - posted by ok...@apache.org on 2017/04/14 15:33:48 UTC, 0 replies.
- [5/5] tinkerpop git commit: merged tp32 - posted by ok...@apache.org on 2017/04/14 15:33:49 UTC, 0 replies.
- [1/7] tinkerpop git commit: Allow for custom graph instantiations/closings - posted by sp...@apache.org on 2017/04/17 13:30:03 UTC, 0 replies.
- [2/7] tinkerpop git commit: GraphManager support opening of specific graphs - posted by sp...@apache.org on 2017/04/17 13:30:04 UTC, 0 replies.
- [3/7] tinkerpop git commit: Replace GraphManager with interface - posted by sp...@apache.org on 2017/04/17 13:30:05 UTC, 0 replies.
- [4/7] tinkerpop git commit: Update docs acc. to GraphManager changes - posted by sp...@apache.org on 2017/04/17 13:30:06 UTC, 0 replies.
- [5/7] tinkerpop git commit: Update code according to PR comments/suggestions - posted by sp...@apache.org on 2017/04/17 13:30:07 UTC, 0 replies.
- [6/7] tinkerpop git commit: Merge branch 'pr-569' into tp32 - posted by sp...@apache.org on 2017/04/17 13:30:08 UTC, 0 replies.
- [7/7] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/17 13:30:09 UTC, 0 replies.
- [1/6] tinkerpop git commit: Allow for custom graph instantiations/closings - posted by sp...@apache.org on 2017/04/17 13:30:12 UTC, 0 replies.
- [2/6] tinkerpop git commit: Replace GraphManager with interface - posted by sp...@apache.org on 2017/04/17 13:30:13 UTC, 0 replies.
- [3/6] tinkerpop git commit: GraphManager support opening of specific graphs - posted by sp...@apache.org on 2017/04/17 13:30:14 UTC, 0 replies.
- [4/6] tinkerpop git commit: Update docs acc. to GraphManager changes - posted by sp...@apache.org on 2017/04/17 13:30:15 UTC, 0 replies.
- [5/6] tinkerpop git commit: Update code according to PR comments/suggestions - posted by sp...@apache.org on 2017/04/17 13:30:16 UTC, 0 replies.
- [6/6] tinkerpop git commit: Merge branch 'pr-569' into tp32 - posted by sp...@apache.org on 2017/04/17 13:30:17 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1443 Travis builds on the minimum maven version required - posted by sp...@apache.org on 2017/04/17 13:57:03 UTC, 0 replies.
- [1/8] tinkerpop git commit: Fixed bad casing in docs CTR - posted by sp...@apache.org on 2017/04/17 15:32:21 UTC, 0 replies.
- [2/8] tinkerpop git commit: Re-wording of upgrade docs. CTR - posted by sp...@apache.org on 2017/04/17 15:32:22 UTC, 0 replies.
- [3/8] tinkerpop git commit: Cleanup some javadoc in GraphManger related classes CTR - posted by sp...@apache.org on 2017/04/17 15:32:23 UTC, 0 replies.
- [4/8] tinkerpop git commit: Removed unncessary stream() usage CTR - posted by sp...@apache.org on 2017/04/17 15:32:24 UTC, 0 replies.
- [5/8] tinkerpop git commit: Minor logic change for better readability CTR - posted by sp...@apache.org on 2017/04/17 15:32:25 UTC, 0 replies.
- [6/8] tinkerpop git commit: Javadoc cleanup CTR - posted by sp...@apache.org on 2017/04/17 15:32:26 UTC, 0 replies.
- [7/8] tinkerpop git commit: Finalize some vars and add an assert to a test CTR - posted by sp...@apache.org on 2017/04/17 15:32:27 UTC, 0 replies.
- [1/7] tinkerpop git commit: Fixed bad casing in docs CTR - posted by sp...@apache.org on 2017/04/17 15:32:31 UTC, 0 replies.
- [2/7] tinkerpop git commit: Re-wording of upgrade docs. CTR - posted by sp...@apache.org on 2017/04/17 15:32:32 UTC, 0 replies.
- [3/7] tinkerpop git commit: Cleanup some javadoc in GraphManger related classes CTR - posted by sp...@apache.org on 2017/04/17 15:32:33 UTC, 0 replies.
- [4/7] tinkerpop git commit: Removed unncessary stream() usage CTR - posted by sp...@apache.org on 2017/04/17 15:32:34 UTC, 0 replies.
- [5/7] tinkerpop git commit: Minor logic change for better readability CTR - posted by sp...@apache.org on 2017/04/17 15:32:35 UTC, 0 replies.
- [6/7] tinkerpop git commit: Javadoc cleanup CTR - posted by sp...@apache.org on 2017/04/17 15:32:36 UTC, 0 replies.
- [7/7] tinkerpop git commit: Finalize some vars and add an assert to a test CTR - posted by sp...@apache.org on 2017/04/17 15:32:37 UTC, 0 replies.
- [1/9] tinkerpop git commit: Make Travis use a newer version of Maven. - posted by sp...@apache.org on 2017/04/17 15:46:36 UTC, 0 replies.
- [2/9] tinkerpop git commit: Introduce Revapi API checks into the build. - posted by sp...@apache.org on 2017/04/17 15:46:37 UTC, 0 replies.
- [3/9] tinkerpop git commit: Finalize Revapi setup: * Switched off by default with only gremlin-core having it active * Explicitly sets the severity of problems to fail the build with to "potentiallyBreaking". * The parent pom only includes common setup - posted by sp...@apache.org on 2017/04/17 15:46:38 UTC, 0 replies.
- [4/9] tinkerpop git commit: Upgrade to latest revapi versions. - posted by sp...@apache.org on 2017/04/17 15:46:39 UTC, 0 replies.
- [5/9] tinkerpop git commit: install Maven 3.3.9 as part of the Docker build process - posted by sp...@apache.org on 2017/04/17 15:46:40 UTC, 0 replies.
- [6/9] tinkerpop git commit: TINKERPOP-1443 Update dev requirements to 3.2.5 as minimum for API checker. - posted by sp...@apache.org on 2017/04/17 15:46:41 UTC, 0 replies.
- [7/9] tinkerpop git commit: TINKERPOP-1443 Added minimum maven version to enforcer rules - posted by sp...@apache.org on 2017/04/17 15:46:42 UTC, 0 replies.
- [8/9] tinkerpop git commit: TINKERPOP-1443 Travis builds on the minimum maven version required - posted by sp...@apache.org on 2017/04/17 15:46:43 UTC, 0 replies.
- [9/9] tinkerpop git commit: Merge branch 'TINKERPOP-1443' - posted by sp...@apache.org on 2017/04/17 15:46:44 UTC, 0 replies.
- [1/2] tinkerpop git commit: Renamed `RangeByIsCountStrategy` to `CountStrategy`. - posted by dk...@apache.org on 2017/04/18 11:23:18 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1313' - posted by dk...@apache.org on 2017/04/18 11:23:19 UTC, 0 replies.
- [1/6] tinkerpop git commit: TINKERPOP-1044 Additional error data to Gremlin Server responses - posted by sp...@apache.org on 2017/04/18 20:29:55 UTC, 0 replies.
- [2/6] tinkerpop git commit: TINKERPOP-1044 Added documentation for additional error info in ResponseMessage - posted by sp...@apache.org on 2017/04/18 20:29:56 UTC, 0 replies.
- [3/6] tinkerpop git commit: Merge branch 'TINKERPOP-1044' into TINKERPOP-1044-master - posted by sp...@apache.org on 2017/04/18 20:29:57 UTC, 0 replies.
- [4/6] tinkerpop git commit: Merge branch 'TINKERPOP-1044' into tp32 - posted by sp...@apache.org on 2017/04/18 20:29:58 UTC, 0 replies.
- [5/6] tinkerpop git commit: Merge branch 'TINKERPOP-1044-master' - posted by sp...@apache.org on 2017/04/18 20:29:59 UTC, 0 replies.
- [6/6] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/18 20:30:00 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1044 Additional error data to Gremlin Server responses - posted by sp...@apache.org on 2017/04/18 20:30:16 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1044 Added documentation for additional error info in ResponseMessage - posted by sp...@apache.org on 2017/04/18 20:30:17 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1044' into tp32 - posted by sp...@apache.org on 2017/04/18 20:30:18 UTC, 0 replies.
- [1/5] tinkerpop git commit: TINKERPOP-1577 Added support for building gremlin-python with python 2.x and 3.x - posted by sp...@apache.org on 2017/04/19 11:45:35 UTC, 0 replies.
- [2/5] tinkerpop git commit: TINKERPOP-1577 Fixed problem with specifying py verison to virtualenv - posted by sp...@apache.org on 2017/04/19 11:45:36 UTC, 0 replies.
- [3/5] tinkerpop git commit: Merge branch 'TINKERPOP-1577' into tp32 - posted by sp...@apache.org on 2017/04/19 11:45:37 UTC, 0 replies.
- [4/5] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2017/04/19 11:45:38 UTC, 0 replies.
- [5/5] tinkerpop git commit: TINKERPOP-1577 Removed assert that is not compatible with python 3 - posted by sp...@apache.org on 2017/04/19 11:45:39 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1577 Added support for building gremlin-python with python 2.x and 3.x - posted by sp...@apache.org on 2017/04/19 11:45:44 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1577 Fixed problem with specifying py verison to virtualenv - posted by sp...@apache.org on 2017/04/19 11:45:45 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1577' into tp32 - posted by sp...@apache.org on 2017/04/19 11:45:46 UTC, 0 replies.
- tinkerpop git commit: CTR fixed long in graphson tests - posted by da...@apache.org on 2017/04/19 14:53:31 UTC, 0 replies.
- [1/3] tinkerpop git commit: Updated some empty select()s in the docs. As of 3.0.0, select() no longer supports empty arguments. The user must specify the keys they are selecting. - posted by rd...@apache.org on 2017/04/20 14:48:30 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by rd...@apache.org on 2017/04/20 14:48:31 UTC, 3 replies.
- [1/2] tinkerpop git commit: Updated some empty select()s in the docs. As of 3.0.0, select() no longer supports empty arguments. The user must specify the keys they are selecting. - posted by rd...@apache.org on 2017/04/20 14:48:46 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by rd...@apache.org on 2017/04/20 14:48:47 UTC, 3 replies.
- tinkerpop git commit: Updated some empty select()s in the docs. As of 3.0.0, select() no longer supports empty arguments. The user must specify the keys they are selecting. - posted by rd...@apache.org on 2017/04/20 14:48:59 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed a minor issue with encoding in gremlin-python readme - posted by sp...@apache.org on 2017/04/20 16:54:10 UTC, 0 replies.
- tinkerpop git commit: Fixed a minor issue with encoding in gremlin-python readme - posted by sp...@apache.org on 2017/04/20 16:54:17 UTC, 0 replies.
- tinkerpop git commit: fixed version number in link - posted by rd...@apache.org on 2017/04/20 18:55:52 UTC, 0 replies.
- tinkerpop git commit: CTR - added JanusGraph to Providers - posted by rd...@apache.org on 2017/04/20 21:26:03 UTC, 0 replies.
- [1/2] tinkerpop git commit: Removed some unnecessary test setup from spark - posted by sp...@apache.org on 2017/04/21 13:35:26 UTC, 0 replies.
- tinkerpop git commit: Removed some unnecessary test setup from spark - posted by sp...@apache.org on 2017/04/21 13:35:33 UTC, 0 replies.
- [1/3] tinkerpop git commit: WebSocket is a protocol and a proper noun - CTR - posted by rd...@apache.org on 2017/04/24 16:36:40 UTC, 0 replies.
- [1/2] tinkerpop git commit: WebSocket is a protocol and a proper noun - CTR - posted by rd...@apache.org on 2017/04/24 16:36:54 UTC, 0 replies.
- tinkerpop git commit: WebSocket is a protocol and a proper noun - CTR - posted by rd...@apache.org on 2017/04/24 16:37:04 UTC, 0 replies.
- [1/2] tinkerpop git commit: minor edit CTR - posted by rd...@apache.org on 2017/04/24 16:42:44 UTC, 0 replies.
- tinkerpop git commit: minor edit CTR - posted by rd...@apache.org on 2017/04/24 16:42:54 UTC, 0 replies.
- svn commit: r1792637 - in /tinkerpop/site: home/ home/images/ home/images/logos/ index.html providers.html - posted by rd...@apache.org on 2017/04/25 18:22:33 UTC, 0 replies.
- svn commit: r1792639 - /tinkerpop/site/images/logos/janusgraph-logo.png - posted by rd...@apache.org on 2017/04/25 18:26:00 UTC, 0 replies.
- tinkerpop git commit: publish-home would miss new logos - CTR - posted by rd...@apache.org on 2017/04/25 20:23:04 UTC, 0 replies.
- [1/4] tinkerpop git commit: Supply test - posted by rd...@apache.org on 2017/04/26 02:21:45 UTC, 0 replies.
- [2/4] tinkerpop git commit: Check if variable is null to avoid NPE - posted by rd...@apache.org on 2017/04/26 02:21:46 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1666' into tp32 - posted by rd...@apache.org on 2017/04/26 02:21:47 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'tp32' - posted by rd...@apache.org on 2017/04/26 02:21:48 UTC, 0 replies.
- [1/3] tinkerpop git commit: Supply test - posted by rd...@apache.org on 2017/04/26 02:22:01 UTC, 0 replies.
- [2/3] tinkerpop git commit: Check if variable is null to avoid NPE - posted by rd...@apache.org on 2017/04/26 02:22:02 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1666' into tp32 - posted by rd...@apache.org on 2017/04/26 02:22:03 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1666 merge fix - posted by rd...@apache.org on 2017/04/26 11:09:36 UTC, 0 replies.
- [1/3] tinkerpop git commit: added travis ci email notifications for when builds break - posted by rd...@apache.org on 2017/04/27 12:47:13 UTC, 0 replies.
- [1/2] tinkerpop git commit: added travis ci email notifications for when builds break - posted by rd...@apache.org on 2017/04/27 12:47:26 UTC, 0 replies.
- tinkerpop git commit: added travis ci email notifications for when builds break - posted by rd...@apache.org on 2017/04/27 12:47:34 UTC, 0 replies.
- tinkerpop git commit: Removed myself from notifications - no likey - posted by sp...@apache.org on 2017/04/27 17:23:51 UTC, 0 replies.
- [1/2] tinkerpop git commit: Removed myself from notifications - no likey - posted by sp...@apache.org on 2017/04/27 17:23:58 UTC, 0 replies.
- [1/3] tinkerpop git commit: Removed myself from notifications - no likey - posted by sp...@apache.org on 2017/04/27 17:24:06 UTC, 0 replies.
- [1/8] tinkerpop git commit: TINKERPOP-768 Implemented basic DSL tooling WIP - posted by sp...@apache.org on 2017/04/28 19:00:42 UTC, 0 replies.
- [2/8] tinkerpop git commit: TINKERPOP-786 Allow the package name of the dsl to change - posted by sp...@apache.org on 2017/04/28 19:00:43 UTC, 0 replies.
- [3/8] tinkerpop git commit: TINKERPOP-786 Refactored settings extraction for DSL generation - posted by sp...@apache.org on 2017/04/28 19:00:44 UTC, 0 replies.
- [4/8] tinkerpop git commit: TINKERPOP-786 Made override of iterate() automatic - posted by sp...@apache.org on 2017/04/28 19:00:45 UTC, 0 replies.
- [5/8] tinkerpop git commit: TINKERPOP-786 Extracted logic for DefaultTraversal generation for DSLs - posted by sp...@apache.org on 2017/04/28 19:00:46 UTC, 0 replies.
- [6/8] tinkerpop git commit: TINKERPOP-786 Refactored code to extract TraversalSource generation in DSLs - posted by sp...@apache.org on 2017/04/28 19:00:47 UTC, 0 replies.
- [7/8] tinkerpop git commit: TINKERPOP-786 Fixed gremlin syntax in test DSL files - posted by sp...@apache.org on 2017/04/28 19:00:48 UTC, 0 replies.
- [8/8] tinkerpop git commit: TINKERPOP-786 Worked in custom GraphTraversalSource into DSL - posted by sp...@apache.org on 2017/04/28 19:00:49 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-786 Added a bunch of javadoc - posted by sp...@apache.org on 2017/04/28 20:08:09 UTC, 0 replies.
- [2/2] tinkerpop git commit: TINKERPOP-786 Deleted an unused interface - posted by sp...@apache.org on 2017/04/28 20:08:10 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-786 Add option for no default method generation on GremlinDsl - posted by sp...@apache.org on 2017/04/29 22:25:45 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-786 Bumped to 0.10 of google compile-test - posted by sp...@apache.org on 2017/04/29 22:25:46 UTC, 0 replies.
- [3/3] tinkerpop git commit: TINKERPOP-786 Removed some commented out config in the pom.xml - posted by sp...@apache.org on 2017/04/29 22:25:47 UTC, 0 replies.