You are viewing a plain text version of this content. The canonical link for it is here.
- tinkerpop git commit: removed call stack recursion in ImmutablePath. All is while(true) based with a break on 'tail path.' ImmutablePath.TailPath is no longer required as the 'tail' is a the path segmanet with currentObject == null. Some preliminary test - posted by ok...@apache.org on 2016/11/01 12:39:54 UTC, 0 replies.
- tinkerpop git commit: removed ImmutablePathImpl. Was initially Deprecated as TailPath is no longer needed, but since its a package local interface, it is not possible to implement outside of the package. Thus, if its no longer used in the package, delete - posted by ok...@apache.org on 2016/11/01 12:41:20 UTC, 0 replies.
- tinkerpop git commit: removed more method-based recursions in ImmutablePath and inlined the singleHead() and singleTail() methods as they are no longer interface methods and are only called in one other method. - posted by ok...@apache.org on 2016/11/01 13:09:50 UTC, 0 replies.
- tinkerpop git commit: Overrode Path.isSimple() default impl for ImmutablePath that doesn't create so many objects. - posted by ok...@apache.org on 2016/11/01 13:19:58 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/11/01 13:32:42 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal [Forced Update!] - posted by sp...@apache.org on 2016/11/01 13:35:07 UTC, 2 replies.
- tinkerpop git commit: added @pietermartin's direct reference to Step.getLabels() optimization to ImmutablePath. Added JavaDoc to Traverser for the dropLabels()/keepLabels() method. Fixed a spelling mistake in AbstractTraverser. - posted by ok...@apache.org on 2016/11/01 14:27:19 UTC, 0 replies.
- tinkerpop git commit: CTR: removed hard-coded number of workers setting in Gremlin Python test - posted by dk...@apache.org on 2016/11/01 16:05:45 UTC, 0 replies.
- tinkerpop git commit: IncidentToAdjacentStrategy now uses a hidden marker label to remove the need for constant rootTraversal recrussion in search of invalidating steps. - posted by ok...@apache.org on 2016/11/01 17:54:54 UTC, 0 replies.
- [1/2] tinkerpop git commit: CTR: removed hard-coded number of workers setting in Gremlin Python test - posted by sp...@apache.org on 2016/11/01 18:12:24 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge remote-tracking branch 'origin/tp32' - posted by sp...@apache.org on 2016/11/01 18:12:25 UTC, 0 replies.
- tinkerpop git commit: Moved __version__.py to gremlin_python directory - posted by sp...@apache.org on 2016/11/01 18:12:32 UTC, 0 replies.
- tinkerpop git commit: UnfoldStep now handles array unfolding. - posted by ok...@apache.org on 2016/11/01 18:15:09 UTC, 0 replies.
- tinkerpop git commit: added TraversalHelper.applyTraversalRecurssively() as recommended by @dkuppitz. Was apply to replace code in both SubgraphStrategy and IncidentToAdjacentStrategy. - posted by ok...@apache.org on 2016/11/01 20:48:15 UTC, 0 replies.
- tinkerpop git commit: added TinkerCountGlobalStep and TinkerGraphCountStrategy which will turn g.V().count() and g.E().count() into direct calls to the .size() of the underlying TinkerGraph.vertices/edges Maps. Removed the OptIn strategy suites in both T - posted by ok...@apache.org on 2016/11/01 21:24:23 UTC, 0 replies.
- tinkerpop git commit: support for primitive array unfolding. Wow -- Java sucks. cc/ @twilmes. - posted by ok...@apache.org on 2016/11/01 21:44:56 UTC, 0 replies.
- tinkerpop git commit: minor nothings -- final and better argument name. - posted by ok...@apache.org on 2016/11/01 21:46:53 UTC, 0 replies.
- tinkerpop git commit: Added where(a.out.b) => select(a).where(out.b) AND where(a.out) => select(a).filter(out) to PathProcessorStrategy (an OLAP strategy). This opens up more traversals that would otherwise break the star-graph local child constraint in - posted by ok...@apache.org on 2016/11/02 10:51:04 UTC, 0 replies.
- [1/3] tinkerpop git commit: Moved __version__.py to gremlin_python directory - posted by sp...@apache.org on 2016/11/02 10:57:18 UTC, 0 replies.
- [2/3] tinkerpop git commit: Added VertexProgramStrategy to TranslationStrategy - posted by sp...@apache.org on 2016/11/02 10:57:19 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/02 10:57:20 UTC, 12 replies.
- tinkerpop git commit: Added VertexProgramStrategy to TranslationStrategy - posted by sp...@apache.org on 2016/11/02 10:57:26 UTC, 0 replies.
- tinkerpop git commit: added a new WhereTest and realized a labeling issue. Labeling issue fixed. - posted by ok...@apache.org on 2016/11/02 11:37:46 UTC, 0 replies.
- [1/3] tinkerpop git commit: Removed println from test. CTR - posted by sp...@apache.org on 2016/11/02 12:04:23 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/11/02 12:04:24 UTC, 4 replies.
- [1/2] tinkerpop git commit: Removed println from test. CTR - posted by sp...@apache.org on 2016/11/02 12:04:30 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/11/02 12:04:31 UTC, 4 replies.
- tinkerpop git commit: Removed println from test. CTR - posted by sp...@apache.org on 2016/11/02 12:04:39 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed spelling mistake in javadoc CTR - posted by sp...@apache.org on 2016/11/02 12:05:47 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/02 12:05:48 UTC, 16 replies.
- tinkerpop git commit: Fixed spelling mistake in javadoc CTR - posted by sp...@apache.org on 2016/11/02 12:05:54 UTC, 0 replies.
- [01/16] tinkerpop git commit: TraversalStrategy.GlobalCache.getStrategies() is now the point where static{} code blocks are loaded for Graph and GraphComputer classes. Added a test case to TraversalStrategiesTset that demonstrates that the GlobalCache ca [Forced Update!] - posted by sp...@apache.org on 2016/11/02 12:09:00 UTC, 0 replies.
- [02/16] tinkerpop git commit: added authorship to TraversalStrategies java file. - posted by sp...@apache.org on 2016/11/02 12:09:01 UTC, 0 replies.
- [03/16] tinkerpop git commit: Avoid starting VP worker iterations that never end - posted by sp...@apache.org on 2016/11/02 12:09:02 UTC, 0 replies.
- [04/16] tinkerpop git commit: Lazy message scope initialization in PeerPressureVertexProgram. Remove vertex id checks in BulkDumperVertexProgramTest. Don't rollback transaction if already closed in TransactionTest. - posted by sp...@apache.org on 2016/11/02 12:09:03 UTC, 0 replies.
- [05/16] tinkerpop git commit: added ProjectStep.getProjectKeys() -- should we make this an unmodifiable list. - posted by sp...@apache.org on 2016/11/02 12:09:04 UTC, 0 replies.
- [06/16] tinkerpop git commit: Merge branch 'tp32-tests' of https://github.com/ngageoint/tinkerpop into tp32 - posted by sp...@apache.org on 2016/11/02 12:09:05 UTC, 0 replies.
- [07/16] tinkerpop git commit: reexposed GroovyPeerPressure - posted by sp...@apache.org on 2016/11/02 12:09:06 UTC, 0 replies.
- [08/16] tinkerpop git commit: Merge branch 'TINKERPOP-1525-tp32' of https://github.com/dalaro/incubator-tinkerpop into tp32 - posted by sp...@apache.org on 2016/11/02 12:09:07 UTC, 0 replies.
- [09/16] tinkerpop git commit: updated CHANGELOG - posted by sp...@apache.org on 2016/11/02 12:09:08 UTC, 0 replies.
- [10/16] tinkerpop git commit: CTR: removed hard-coded number of workers setting in Gremlin Python test - posted by sp...@apache.org on 2016/11/02 12:09:09 UTC, 0 replies.
- [11/16] tinkerpop git commit: Moved __version__.py to gremlin_python directory - posted by sp...@apache.org on 2016/11/02 12:09:10 UTC, 0 replies.
- [12/16] tinkerpop git commit: Added VertexProgramStrategy to TranslationStrategy - posted by sp...@apache.org on 2016/11/02 12:09:11 UTC, 0 replies.
- [13/16] tinkerpop git commit: Removed println from test. CTR - posted by sp...@apache.org on 2016/11/02 12:09:12 UTC, 0 replies.
- [14/16] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/11/02 12:09:13 UTC, 0 replies.
- [15/16] tinkerpop git commit: Fixed spelling mistake in javadoc CTR - posted by sp...@apache.org on 2016/11/02 12:09:14 UTC, 0 replies.
- [16/16] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/11/02 12:09:15 UTC, 0 replies.
- [1/2] tinkerpop git commit: added choose(predicate, traversal) which is a map to choose(predicate, traversal, identity()) and gives us if/then-semantics instead of always requiring if/then/else-semantics. - posted by ok...@apache.org on 2016/11/02 12:46:35 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1508' into tp32 - posted by ok...@apache.org on 2016/11/02 12:46:36 UTC, 0 replies.
- [1/3] tinkerpop git commit: added choose(predicate, traversal) which is a map to choose(predicate, traversal, identity()) and gives us if/then-semantics instead of always requiring if/then/else-semantics. - posted by ok...@apache.org on 2016/11/02 12:51:19 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1508' into tp32 - posted by ok...@apache.org on 2016/11/02 12:51:20 UTC, 0 replies.
- tinkerpop git commit: fixed the filter latex in step-types.png. CTR. - posted by ok...@apache.org on 2016/11/02 14:08:56 UTC, 0 replies.
- [1/2] tinkerpop git commit: fixed the filter latex in step-types.png. CTR. - posted by ok...@apache.org on 2016/11/02 14:09:10 UTC, 0 replies.
- [1/4] tinkerpop git commit: added choose(predicate, traversal) which is a map to choose(predicate, traversal, identity()) and gives us if/then-semantics instead of always requiring if/then/else-semantics. [Forced Update!] - posted by sp...@apache.org on 2016/11/02 15:11:01 UTC, 0 replies.
- [2/4] tinkerpop git commit: Merge branch 'TINKERPOP-1508' into tp32 - posted by sp...@apache.org on 2016/11/02 15:11:02 UTC, 0 replies.
- [3/4] tinkerpop git commit: fixed the filter latex in step-types.png. CTR. - posted by sp...@apache.org on 2016/11/02 15:11:03 UTC, 0 replies.
- [4/4] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/11/02 15:11:04 UTC, 0 replies.
- [01/10] tinkerpop git commit: added choose(predicate, traversal) which is a map to choose(predicate, traversal, identity()) and gives us if/then-semantics instead of always requiring if/then/else-semantics. [Forced Update!] - posted by sp...@apache.org on 2016/11/02 15:18:52 UTC, 0 replies.
- [02/10] tinkerpop git commit: CTR: removed hard-coded number of workers setting in Gremlin Python test - posted by sp...@apache.org on 2016/11/02 15:18:53 UTC, 0 replies.
- [03/10] tinkerpop git commit: Moved __version__.py to gremlin_python directory - posted by sp...@apache.org on 2016/11/02 15:18:54 UTC, 0 replies.
- [04/10] tinkerpop git commit: Added VertexProgramStrategy to TranslationStrategy - posted by sp...@apache.org on 2016/11/02 15:18:55 UTC, 0 replies.
- [05/10] tinkerpop git commit: Removed println from test. CTR - posted by sp...@apache.org on 2016/11/02 15:18:56 UTC, 0 replies.
- [06/10] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/11/02 15:18:57 UTC, 0 replies.
- [07/10] tinkerpop git commit: Fixed spelling mistake in javadoc CTR - posted by sp...@apache.org on 2016/11/02 15:18:58 UTC, 0 replies.
- [08/10] tinkerpop git commit: Merge branch 'TINKERPOP-1508' into tp32 - posted by sp...@apache.org on 2016/11/02 15:18:59 UTC, 0 replies.
- [09/10] tinkerpop git commit: fixed the filter latex in step-types.png. CTR. - posted by sp...@apache.org on 2016/11/02 15:19:00 UTC, 0 replies.
- [10/10] tinkerpop git commit: TINKERPOP-932 Added "force" option on session close. - posted by sp...@apache.org on 2016/11/02 15:19:01 UTC, 0 replies.
- tinkerpop git commit: found another minor optimziation. if the head of the path already has the extend(labels), then there is no need to split the path. This can significantly reduce object creation if label applications are repeated. - posted by ok...@apache.org on 2016/11/02 15:36:28 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-932 Added "force" option on session close. - posted by sp...@apache.org on 2016/11/02 15:38:43 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-932 Added "force" option on session close. - posted by sp...@apache.org on 2016/11/02 15:38:54 UTC, 0 replies.
- [01/11] tinkerpop git commit: added choose(predicate, traversal) which is a map to choose(predicate, traversal, identity()) and gives us if/then-semantics instead of always requiring if/then/else-semantics. [Forced Update!] - posted by sp...@apache.org on 2016/11/02 15:41:50 UTC, 0 replies.
- [02/11] tinkerpop git commit: CTR: removed hard-coded number of workers setting in Gremlin Python test - posted by sp...@apache.org on 2016/11/02 15:41:51 UTC, 0 replies.
- [03/11] tinkerpop git commit: Moved __version__.py to gremlin_python directory - posted by sp...@apache.org on 2016/11/02 15:41:52 UTC, 0 replies.
- [04/11] tinkerpop git commit: Added VertexProgramStrategy to TranslationStrategy - posted by sp...@apache.org on 2016/11/02 15:41:53 UTC, 0 replies.
- [05/11] tinkerpop git commit: Removed println from test. CTR - posted by sp...@apache.org on 2016/11/02 15:41:54 UTC, 0 replies.
- [06/11] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/11/02 15:41:55 UTC, 0 replies.
- [07/11] tinkerpop git commit: Fixed spelling mistake in javadoc CTR - posted by sp...@apache.org on 2016/11/02 15:41:56 UTC, 0 replies.
- [08/11] tinkerpop git commit: Merge branch 'TINKERPOP-1508' into tp32 - posted by sp...@apache.org on 2016/11/02 15:41:57 UTC, 0 replies.
- [09/11] tinkerpop git commit: fixed the filter latex in step-types.png. CTR. - posted by sp...@apache.org on 2016/11/02 15:41:58 UTC, 0 replies.
- [10/11] tinkerpop git commit: TINKERPOP-932 Added "force" option on session close. - posted by sp...@apache.org on 2016/11/02 15:41:59 UTC, 0 replies.
- [11/11] tinkerpop git commit: TINKERPOP-1534 Improve GraphProvider ability to release resources - posted by sp...@apache.org on 2016/11/02 15:42:00 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1534 Improve GraphProvider ability to release resources - posted by sp...@apache.org on 2016/11/02 15:42:33 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1534 Improve GraphProvider ability to release resources - posted by sp...@apache.org on 2016/11/02 15:42:43 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-887 Convert FastNoSuchElementExceptions in to regular NoSuchElementExceptions when exiting a traversal for top level traversals. - posted by ok...@apache.org on 2016/11/02 17:12:48 UTC, 0 replies.
- [2/2] tinkerpop git commit: added the try/catch model to nextTraverser() as well. Tweaked the docs and CHANGELOG a bit. - posted by ok...@apache.org on 2016/11/02 17:12:49 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-887 Convert FastNoSuchElementExceptions in to regular NoSuchElementExceptions when exiting a traversal for top level traversals. - posted by ok...@apache.org on 2016/11/02 17:14:50 UTC, 0 replies.
- [2/3] tinkerpop git commit: added the try/catch model to nextTraverser() as well. Tweaked the docs and CHANGELOG a bit. - posted by ok...@apache.org on 2016/11/02 17:14:51 UTC, 0 replies.
- tinkerpop git commit: Generalized TinkerGraphCountStrategy to support GraphStep, MapStep*, CountGlobalStep patterns. Added more test cases to verify complex traversals. - posted by ok...@apache.org on 2016/11/02 19:29:07 UTC, 0 replies.
- tinkerpop git commit: another test case to be certain about GraphStep.getIds(). - posted by ok...@apache.org on 2016/11/02 19:33:28 UTC, 0 replies.
- [1/7] tinkerpop git commit: removed call stack recursion in ImmutablePath. All is while(true) based with a break on 'tail path.' ImmutablePath.TailPath is no longer required as the 'tail' is a the path segmanet with currentObject == null. Some preliminar - posted by ok...@apache.org on 2016/11/02 20:57:40 UTC, 0 replies.
- [2/7] tinkerpop git commit: removed ImmutablePathImpl. Was initially Deprecated as TailPath is no longer needed, but since its a package local interface, it is not possible to implement outside of the package. Thus, if its no longer used in the package, - posted by ok...@apache.org on 2016/11/02 20:57:41 UTC, 0 replies.
- [3/7] tinkerpop git commit: removed more method-based recursions in ImmutablePath and inlined the singleHead() and singleTail() methods as they are no longer interface methods and are only called in one other method. - posted by ok...@apache.org on 2016/11/02 20:57:42 UTC, 0 replies.
- [4/7] tinkerpop git commit: Overrode Path.isSimple() default impl for ImmutablePath that doesn't create so many objects. - posted by ok...@apache.org on 2016/11/02 20:57:43 UTC, 0 replies.
- [5/7] tinkerpop git commit: added @pietermartin's direct reference to Step.getLabels() optimization to ImmutablePath. Added JavaDoc to Traverser for the dropLabels()/keepLabels() method. Fixed a spelling mistake in AbstractTraverser. - posted by ok...@apache.org on 2016/11/02 20:57:44 UTC, 0 replies.
- [6/7] tinkerpop git commit: found another minor optimziation. if the head of the path already has the extend(labels), then there is no need to split the path. This can significantly reduce object creation if label applications are repeated. - posted by ok...@apache.org on 2016/11/02 20:57:45 UTC, 0 replies.
- [7/7] tinkerpop git commit: Merge branch 'TINKERPOP-1372' into tp32 - posted by ok...@apache.org on 2016/11/02 20:57:46 UTC, 0 replies.
- [1/8] tinkerpop git commit: removed call stack recursion in ImmutablePath. All is while(true) based with a break on 'tail path.' ImmutablePath.TailPath is no longer required as the 'tail' is a the path segmanet with currentObject == null. Some preliminar - posted by ok...@apache.org on 2016/11/02 20:58:18 UTC, 0 replies.
- [2/8] tinkerpop git commit: removed ImmutablePathImpl. Was initially Deprecated as TailPath is no longer needed, but since its a package local interface, it is not possible to implement outside of the package. Thus, if its no longer used in the package, - posted by ok...@apache.org on 2016/11/02 20:58:19 UTC, 0 replies.
- [3/8] tinkerpop git commit: removed more method-based recursions in ImmutablePath and inlined the singleHead() and singleTail() methods as they are no longer interface methods and are only called in one other method. - posted by ok...@apache.org on 2016/11/02 20:58:20 UTC, 0 replies.
- [4/8] tinkerpop git commit: Overrode Path.isSimple() default impl for ImmutablePath that doesn't create so many objects. - posted by ok...@apache.org on 2016/11/02 20:58:21 UTC, 0 replies.
- [5/8] tinkerpop git commit: added @pietermartin's direct reference to Step.getLabels() optimization to ImmutablePath. Added JavaDoc to Traverser for the dropLabels()/keepLabels() method. Fixed a spelling mistake in AbstractTraverser. - posted by ok...@apache.org on 2016/11/02 20:58:22 UTC, 0 replies.
- [6/8] tinkerpop git commit: found another minor optimziation. if the head of the path already has the extend(labels), then there is no need to split the path. This can significantly reduce object creation if label applications are repeated. - posted by ok...@apache.org on 2016/11/02 20:58:23 UTC, 0 replies.
- [7/8] tinkerpop git commit: Merge branch 'TINKERPOP-1372' into tp32 - posted by ok...@apache.org on 2016/11/02 20:58:24 UTC, 0 replies.
- [8/8] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/02 20:58:25 UTC, 1 replies.
- tinkerpop git commit: TINKERPOP-1434 Block calls on "remote" traversal to get side-effects - posted by sp...@apache.org on 2016/11/02 21:14:38 UTC, 0 replies.
- tinkerpop git commit: Added Path.head() and Path.isEmpty() with default method implementations. Have optimized implementations in ImmutablePath and MutablePath. Using methods in the LP-class of traverser (the most heavily used traversers). - posted by ok...@apache.org on 2016/11/02 22:34:47 UTC, 0 replies.
- [1/3] tinkerpop git commit: added OptionalStep to be used instead of optional() being backed by ChooseStep. This fixes a side-effect issue. - posted by ok...@apache.org on 2016/11/03 00:42:46 UTC, 0 replies.
- [2/3] tinkerpop git commit: tweak to test for GremlinServer's sake. Tweaked the docs around Optional Step to have the same look and feel as the other step docs. - posted by ok...@apache.org on 2016/11/03 00:42:47 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1506' - posted by ok...@apache.org on 2016/11/03 00:42:48 UTC, 0 replies.
- tinkerpop git commit: Fixed a minor race condition in server session tests - posted by sp...@apache.org on 2016/11/03 11:25:39 UTC, 1 replies.
- [01/13] tinkerpop git commit: removed call stack recursion in ImmutablePath. All is while(true) based with a break on 'tail path.' ImmutablePath.TailPath is no longer required as the 'tail' is a the path segmanet with currentObject == null. Some prelimin [Forced Update!] - posted by sp...@apache.org on 2016/11/03 11:29:05 UTC, 0 replies.
- [02/13] tinkerpop git commit: removed ImmutablePathImpl. Was initially Deprecated as TailPath is no longer needed, but since its a package local interface, it is not possible to implement outside of the package. Thus, if its no longer used in the package - posted by sp...@apache.org on 2016/11/03 11:29:06 UTC, 0 replies.
- [03/13] tinkerpop git commit: removed more method-based recursions in ImmutablePath and inlined the singleHead() and singleTail() methods as they are no longer interface methods and are only called in one other method. - posted by sp...@apache.org on 2016/11/03 11:29:07 UTC, 0 replies.
- [04/13] tinkerpop git commit: Overrode Path.isSimple() default impl for ImmutablePath that doesn't create so many objects. - posted by sp...@apache.org on 2016/11/03 11:29:08 UTC, 0 replies.
- [05/13] tinkerpop git commit: added @pietermartin's direct reference to Step.getLabels() optimization to ImmutablePath. Added JavaDoc to Traverser for the dropLabels()/keepLabels() method. Fixed a spelling mistake in AbstractTraverser. - posted by sp...@apache.org on 2016/11/03 11:29:09 UTC, 0 replies.
- [06/13] tinkerpop git commit: TINKERPOP-932 Added "force" option on session close. - posted by sp...@apache.org on 2016/11/03 11:29:10 UTC, 0 replies.
- [07/13] tinkerpop git commit: found another minor optimziation. if the head of the path already has the extend(labels), then there is no need to split the path. This can significantly reduce object creation if label applications are repeated. - posted by sp...@apache.org on 2016/11/03 11:29:11 UTC, 0 replies.
- [08/13] tinkerpop git commit: TINKERPOP-1534 Improve GraphProvider ability to release resources - posted by sp...@apache.org on 2016/11/03 11:29:12 UTC, 0 replies.
- [09/13] tinkerpop git commit: TINKERPOP-887 Convert FastNoSuchElementExceptions in to regular NoSuchElementExceptions when exiting a traversal for top level traversals. - posted by sp...@apache.org on 2016/11/03 11:29:13 UTC, 0 replies.
- [10/13] tinkerpop git commit: added the try/catch model to nextTraverser() as well. Tweaked the docs and CHANGELOG a bit. - posted by sp...@apache.org on 2016/11/03 11:29:14 UTC, 0 replies.
- [11/13] tinkerpop git commit: Merge branch 'TINKERPOP-1372' into tp32 - posted by sp...@apache.org on 2016/11/03 11:29:15 UTC, 0 replies.
- [12/13] tinkerpop git commit: Fixed a minor race condition in server session tests - posted by sp...@apache.org on 2016/11/03 11:29:16 UTC, 0 replies.
- [13/13] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/11/03 11:29:17 UTC, 0 replies.
- [01/45] tinkerpop git commit: TraversalStrategy.GlobalCache.getStrategies() is now the point where static{} code blocks are loaded for Graph and GraphComputer classes. Added a test case to TraversalStrategiesTset that demonstrates that the GlobalCache ca [Forced Update!] - posted by sp...@apache.org on 2016/11/03 11:50:28 UTC, 0 replies.
- [02/45] tinkerpop git commit: added authorship to TraversalStrategies java file. - posted by sp...@apache.org on 2016/11/03 11:50:29 UTC, 0 replies.
- [03/45] tinkerpop git commit: Avoid starting VP worker iterations that never end - posted by sp...@apache.org on 2016/11/03 11:50:30 UTC, 0 replies.
- [04/45] tinkerpop git commit: Lazy message scope initialization in PeerPressureVertexProgram. Remove vertex id checks in BulkDumperVertexProgramTest. Don't rollback transaction if already closed in TransactionTest. - posted by sp...@apache.org on 2016/11/03 11:50:31 UTC, 0 replies.
- [05/45] tinkerpop git commit: added ProjectStep.getProjectKeys() -- should we make this an unmodifiable list. - posted by sp...@apache.org on 2016/11/03 11:50:32 UTC, 0 replies.
- [06/45] tinkerpop git commit: Merge branch 'tp32-tests' of https://github.com/ngageoint/tinkerpop into tp32 - posted by sp...@apache.org on 2016/11/03 11:50:33 UTC, 0 replies.
- [07/45] tinkerpop git commit: reexposed GroovyPeerPressure - posted by sp...@apache.org on 2016/11/03 11:50:34 UTC, 0 replies.
- [08/45] tinkerpop git commit: Merge branch 'TINKERPOP-1525-tp32' of https://github.com/dalaro/incubator-tinkerpop into tp32 - posted by sp...@apache.org on 2016/11/03 11:50:35 UTC, 0 replies.
- [09/45] tinkerpop git commit: updated CHANGELOG - posted by sp...@apache.org on 2016/11/03 11:50:36 UTC, 0 replies.
- [10/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/03 11:50:37 UTC, 0 replies.
- [11/45] tinkerpop git commit: added OptionalStep to be used instead of optional() being backed by ChooseStep. This fixes a side-effect issue. - posted by sp...@apache.org on 2016/11/03 11:50:38 UTC, 0 replies.
- [12/45] tinkerpop git commit: tweak to test for GremlinServer's sake. Tweaked the docs around Optional Step to have the same look and feel as the other step docs. - posted by sp...@apache.org on 2016/11/03 11:50:39 UTC, 0 replies.
- [13/45] tinkerpop git commit: added choose(predicate, traversal) which is a map to choose(predicate, traversal, identity()) and gives us if/then-semantics instead of always requiring if/then/else-semantics. - posted by sp...@apache.org on 2016/11/03 11:50:40 UTC, 0 replies.
- [14/45] tinkerpop git commit: removed call stack recursion in ImmutablePath. All is while(true) based with a break on 'tail path.' ImmutablePath.TailPath is no longer required as the 'tail' is a the path segmanet with currentObject == null. Some prelimin - posted by sp...@apache.org on 2016/11/03 11:50:41 UTC, 0 replies.
- [15/45] tinkerpop git commit: removed ImmutablePathImpl. Was initially Deprecated as TailPath is no longer needed, but since its a package local interface, it is not possible to implement outside of the package. Thus, if its no longer used in the package - posted by sp...@apache.org on 2016/11/03 11:50:42 UTC, 0 replies.
- [16/45] tinkerpop git commit: removed more method-based recursions in ImmutablePath and inlined the singleHead() and singleTail() methods as they are no longer interface methods and are only called in one other method. - posted by sp...@apache.org on 2016/11/03 11:50:43 UTC, 0 replies.
- [17/45] tinkerpop git commit: Overrode Path.isSimple() default impl for ImmutablePath that doesn't create so many objects. - posted by sp...@apache.org on 2016/11/03 11:50:44 UTC, 0 replies.
- [18/45] tinkerpop git commit: added @pietermartin's direct reference to Step.getLabels() optimization to ImmutablePath. Added JavaDoc to Traverser for the dropLabels()/keepLabels() method. Fixed a spelling mistake in AbstractTraverser. - posted by sp...@apache.org on 2016/11/03 11:50:45 UTC, 0 replies.
- [19/45] tinkerpop git commit: CTR: removed hard-coded number of workers setting in Gremlin Python test - posted by sp...@apache.org on 2016/11/03 11:50:46 UTC, 0 replies.
- [20/45] tinkerpop git commit: Moved __version__.py to gremlin_python directory - posted by sp...@apache.org on 2016/11/03 11:50:47 UTC, 0 replies.
- [21/45] tinkerpop git commit: Merge remote-tracking branch 'origin/tp32' - posted by sp...@apache.org on 2016/11/03 11:50:48 UTC, 0 replies.
- [22/45] tinkerpop git commit: Added VertexProgramStrategy to TranslationStrategy - posted by sp...@apache.org on 2016/11/03 11:50:49 UTC, 0 replies.
- [23/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/03 11:50:50 UTC, 0 replies.
- [24/45] tinkerpop git commit: Removed println from test. CTR - posted by sp...@apache.org on 2016/11/03 11:50:51 UTC, 0 replies.
- [25/45] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/11/03 11:50:52 UTC, 0 replies.
- [26/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/03 11:50:53 UTC, 0 replies.
- [27/45] tinkerpop git commit: Fixed spelling mistake in javadoc CTR - posted by sp...@apache.org on 2016/11/03 11:50:54 UTC, 0 replies.
- [28/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/03 11:50:55 UTC, 0 replies.
- [29/45] tinkerpop git commit: Merge branch 'TINKERPOP-1508' into tp32 - posted by sp...@apache.org on 2016/11/03 11:50:56 UTC, 0 replies.
- [30/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/03 11:50:57 UTC, 0 replies.
- [31/45] tinkerpop git commit: fixed the filter latex in step-types.png. CTR. - posted by sp...@apache.org on 2016/11/03 11:50:58 UTC, 0 replies.
- [32/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/03 11:50:59 UTC, 0 replies.
- [33/45] tinkerpop git commit: TINKERPOP-932 Added "force" option on session close. - posted by sp...@apache.org on 2016/11/03 11:51:00 UTC, 0 replies.
- [34/45] tinkerpop git commit: found another minor optimziation. if the head of the path already has the extend(labels), then there is no need to split the path. This can significantly reduce object creation if label applications are repeated. - posted by sp...@apache.org on 2016/11/03 11:51:01 UTC, 0 replies.
- [35/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/03 11:51:02 UTC, 0 replies.
- [36/45] tinkerpop git commit: TINKERPOP-1534 Improve GraphProvider ability to release resources - posted by sp...@apache.org on 2016/11/03 11:51:03 UTC, 0 replies.
- [37/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/03 11:51:04 UTC, 0 replies.
- [38/45] tinkerpop git commit: TINKERPOP-887 Convert FastNoSuchElementExceptions in to regular NoSuchElementExceptions when exiting a traversal for top level traversals. - posted by sp...@apache.org on 2016/11/03 11:51:05 UTC, 0 replies.
- [39/45] tinkerpop git commit: added the try/catch model to nextTraverser() as well. Tweaked the docs and CHANGELOG a bit. - posted by sp...@apache.org on 2016/11/03 11:51:06 UTC, 0 replies.
- [40/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/03 11:51:07 UTC, 0 replies.
- [41/45] tinkerpop git commit: Merge branch 'TINKERPOP-1372' into tp32 - posted by sp...@apache.org on 2016/11/03 11:51:08 UTC, 0 replies.
- [42/45] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/03 11:51:09 UTC, 0 replies.
- [43/45] tinkerpop git commit: Merge branch 'TINKERPOP-1506' - posted by sp...@apache.org on 2016/11/03 11:51:10 UTC, 0 replies.
- [44/45] tinkerpop git commit: Fixed a minor race condition in server session tests - posted by sp...@apache.org on 2016/11/03 11:51:11 UTC, 0 replies.
- [45/45] tinkerpop git commit: TINKERPOP-1420 Removal of previously deprecated gremlin-groovy classes/methods. - posted by sp...@apache.org on 2016/11/03 11:51:12 UTC, 0 replies.
- [1/3] tinkerpop git commit: Fixed a minor race condition in server session tests - posted by sp...@apache.org on 2016/11/03 11:55:47 UTC, 0 replies.
- [2/3] tinkerpop git commit: Add more pauses to assure log messages propagate in tests CTR - posted by sp...@apache.org on 2016/11/03 11:55:48 UTC, 0 replies.
- tinkerpop git commit: Add more pauses to assure log messages propagate in tests CTR - posted by sp...@apache.org on 2016/11/03 11:55:55 UTC, 0 replies.
- [01/12] tinkerpop git commit: removed call stack recursion in ImmutablePath. All is while(true) based with a break on 'tail path.' ImmutablePath.TailPath is no longer required as the 'tail' is a the path segmanet with currentObject == null. Some prelimin [Forced Update!] - posted by sp...@apache.org on 2016/11/03 11:57:50 UTC, 0 replies.
- [02/12] tinkerpop git commit: removed ImmutablePathImpl. Was initially Deprecated as TailPath is no longer needed, but since its a package local interface, it is not possible to implement outside of the package. Thus, if its no longer used in the package - posted by sp...@apache.org on 2016/11/03 11:57:51 UTC, 0 replies.
- [03/12] tinkerpop git commit: removed more method-based recursions in ImmutablePath and inlined the singleHead() and singleTail() methods as they are no longer interface methods and are only called in one other method. - posted by sp...@apache.org on 2016/11/03 11:57:52 UTC, 0 replies.
- [04/12] tinkerpop git commit: Overrode Path.isSimple() default impl for ImmutablePath that doesn't create so many objects. - posted by sp...@apache.org on 2016/11/03 11:57:53 UTC, 0 replies.
- [05/12] tinkerpop git commit: added @pietermartin's direct reference to Step.getLabels() optimization to ImmutablePath. Added JavaDoc to Traverser for the dropLabels()/keepLabels() method. Fixed a spelling mistake in AbstractTraverser. - posted by sp...@apache.org on 2016/11/03 11:57:54 UTC, 0 replies.
- [06/12] tinkerpop git commit: found another minor optimziation. if the head of the path already has the extend(labels), then there is no need to split the path. This can significantly reduce object creation if label applications are repeated. - posted by sp...@apache.org on 2016/11/03 11:57:55 UTC, 0 replies.
- [07/12] tinkerpop git commit: TINKERPOP-887 Convert FastNoSuchElementExceptions in to regular NoSuchElementExceptions when exiting a traversal for top level traversals. - posted by sp...@apache.org on 2016/11/03 11:57:56 UTC, 0 replies.
- [08/12] tinkerpop git commit: added the try/catch model to nextTraverser() as well. Tweaked the docs and CHANGELOG a bit. - posted by sp...@apache.org on 2016/11/03 11:57:57 UTC, 0 replies.
- [09/12] tinkerpop git commit: Merge branch 'TINKERPOP-1372' into tp32 - posted by sp...@apache.org on 2016/11/03 11:57:58 UTC, 0 replies.
- [10/12] tinkerpop git commit: Fixed a minor race condition in server session tests - posted by sp...@apache.org on 2016/11/03 11:57:59 UTC, 0 replies.
- [11/12] tinkerpop git commit: Add more pauses to assure log messages propagate in tests CTR - posted by sp...@apache.org on 2016/11/03 11:58:00 UTC, 0 replies.
- [12/12] tinkerpop git commit: TINKERPOP-1434 Block calls on "remote" traversal to get side-effects - posted by sp...@apache.org on 2016/11/03 11:58:01 UTC, 0 replies.
- [1/2] tinkerpop git commit: Add more pauses to assure log messages propagate in tests CTR [Forced Update!] - posted by sp...@apache.org on 2016/11/03 11:59:19 UTC, 0 replies.
- [2/2] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/11/03 11:59:20 UTC, 0 replies.
- [1/3] tinkerpop git commit: IncidentToAdjacentStrategy now uses a hidden marker label to remove the need for constant rootTraversal recrussion in search of invalidating steps. - posted by ok...@apache.org on 2016/11/03 13:04:39 UTC, 0 replies.
- [2/3] tinkerpop git commit: added TraversalHelper.applyTraversalRecurssively() as recommended by @dkuppitz. Was apply to replace code in both SubgraphStrategy and IncidentToAdjacentStrategy. - posted by ok...@apache.org on 2016/11/03 13:04:40 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1471' into tp32 - posted by ok...@apache.org on 2016/11/03 13:04:41 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1544 Return confirmation on session close - posted by sp...@apache.org on 2016/11/03 13:56:04 UTC, 0 replies.
- [1/4] tinkerpop git commit: IncidentToAdjacentStrategy now uses a hidden marker label to remove the need for constant rootTraversal recrussion in search of invalidating steps. - posted by ok...@apache.org on 2016/11/03 15:26:24 UTC, 0 replies.
- [2/4] tinkerpop git commit: added TraversalHelper.applyTraversalRecurssively() as recommended by @dkuppitz. Was apply to replace code in both SubgraphStrategy and IncidentToAdjacentStrategy. - posted by ok...@apache.org on 2016/11/03 15:26:25 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1471' into tp32 - posted by ok...@apache.org on 2016/11/03 15:26:26 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/03 15:26:27 UTC, 1 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1544 Return confirmation on session close - posted by sp...@apache.org on 2016/11/03 15:36:11 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1544 Return confirmation on session close - posted by sp...@apache.org on 2016/11/03 15:36:18 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1420 Removal of previously deprecated gremlin-groovy classes/methods. - posted by sp...@apache.org on 2016/11/03 15:57:01 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1420' - posted by sp...@apache.org on 2016/11/03 15:57:02 UTC, 0 replies.
- tinkerpop git commit: fixed an NPE bug in profiling GroupSideEffectStep. It has to deal with how GroupSideEffectStep breaks apart the valueTraversal into a pre/post-traversal for pre-proecessing and reduction. While I was testing, I found another bug whe - posted by ok...@apache.org on 2016/11/03 16:14:09 UTC, 0 replies.
- tinkerpop git commit: added a group().profile() test to ProfileTest to verify no NPE. - posted by ok...@apache.org on 2016/11/03 16:31:40 UTC, 0 replies.
- tinkerpop git commit: updated CHANGELOG with bug fix around GroupXXXStep and empty reductions. - posted by ok...@apache.org on 2016/11/03 16:39:31 UTC, 0 replies.
- tinkerpop git commit: removed null initialization of fields and removed a stream() usage. - posted by ok...@apache.org on 2016/11/03 17:17:43 UTC, 0 replies.
- [1/2] tinkerpop git commit: Changed configuration for some of the session tests - posted by sp...@apache.org on 2016/11/03 18:25:12 UTC, 0 replies.
- tinkerpop git commit: Changed configuration for some of the session tests - posted by sp...@apache.org on 2016/11/03 18:25:19 UTC, 0 replies.
- [1/7] tinkerpop git commit: IncidentToAdjacentStrategy now uses a hidden marker label to remove the need for constant rootTraversal recrussion in search of invalidating steps. [Forced Update!] - posted by sp...@apache.org on 2016/11/03 23:26:47 UTC, 0 replies.
- [2/7] tinkerpop git commit: added TraversalHelper.applyTraversalRecurssively() as recommended by @dkuppitz. Was apply to replace code in both SubgraphStrategy and IncidentToAdjacentStrategy. - posted by sp...@apache.org on 2016/11/03 23:26:48 UTC, 0 replies.
- [3/7] tinkerpop git commit: Merge branch 'TINKERPOP-1471' into tp32 - posted by sp...@apache.org on 2016/11/03 23:26:49 UTC, 0 replies.
- [4/7] tinkerpop git commit: TINKERPOP-1544 Return confirmation on session close - posted by sp...@apache.org on 2016/11/03 23:26:50 UTC, 0 replies.
- [5/7] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/11/03 23:26:51 UTC, 0 replies.
- [6/7] tinkerpop git commit: Changed configuration for some of the session tests - posted by sp...@apache.org on 2016/11/03 23:26:52 UTC, 0 replies.
- [7/7] tinkerpop git commit: TINKERPOP-1434 Block calls on "remote" traversal to get side-effects - posted by sp...@apache.org on 2016/11/03 23:26:53 UTC, 0 replies.
- tinkerpop git commit: the first pass at the 2D Gremlin language variant. Its off tinkergraph-gremlin/ right now for ease of coding. Will move to archetypes at some point. - posted by ok...@apache.org on 2016/11/04 12:08:25 UTC, 0 replies.
- [1/4] tinkerpop git commit: UnfoldStep now handles array unfolding. - posted by ok...@apache.org on 2016/11/04 12:10:02 UTC, 0 replies.
- [2/4] tinkerpop git commit: support for primitive array unfolding. Wow -- Java sucks. cc/ @twilmes. - posted by ok...@apache.org on 2016/11/04 12:10:03 UTC, 0 replies.
- [3/4] tinkerpop git commit: minor nothings -- final and better argument name. - posted by ok...@apache.org on 2016/11/04 12:10:04 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'TINKERPOP-1211' - posted by ok...@apache.org on 2016/11/04 12:10:05 UTC, 0 replies.
- [1/5] tinkerpop git commit: added TinkerCountGlobalStep and TinkerGraphCountStrategy which will turn g.V().count() and g.E().count() into direct calls to the .size() of the underlying TinkerGraph.vertices/edges Maps. Removed the OptIn strategy suites in - posted by ok...@apache.org on 2016/11/04 12:13:26 UTC, 0 replies.
- [2/5] tinkerpop git commit: Generalized TinkerGraphCountStrategy to support GraphStep, MapStep*, CountGlobalStep patterns. Added more test cases to verify complex traversals. - posted by ok...@apache.org on 2016/11/04 12:13:27 UTC, 0 replies.
- [3/5] tinkerpop git commit: another test case to be certain about GraphStep.getIds(). - posted by ok...@apache.org on 2016/11/04 12:13:28 UTC, 0 replies.
- [4/5] tinkerpop git commit: Merge branch 'TINKERPOP-1292' into tp32 - posted by ok...@apache.org on 2016/11/04 12:13:29 UTC, 0 replies.
- [5/5] tinkerpop git commit: updated changelog. - posted by ok...@apache.org on 2016/11/04 12:13:30 UTC, 0 replies.
- [1/6] tinkerpop git commit: added TinkerCountGlobalStep and TinkerGraphCountStrategy which will turn g.V().count() and g.E().count() into direct calls to the .size() of the underlying TinkerGraph.vertices/edges Maps. Removed the OptIn strategy suites in - posted by ok...@apache.org on 2016/11/04 13:06:24 UTC, 0 replies.
- [2/6] tinkerpop git commit: Generalized TinkerGraphCountStrategy to support GraphStep, MapStep*, CountGlobalStep patterns. Added more test cases to verify complex traversals. - posted by ok...@apache.org on 2016/11/04 13:06:25 UTC, 0 replies.
- [3/6] tinkerpop git commit: another test case to be certain about GraphStep.getIds(). - posted by ok...@apache.org on 2016/11/04 13:06:26 UTC, 0 replies.
- [4/6] tinkerpop git commit: Merge branch 'TINKERPOP-1292' into tp32 - posted by ok...@apache.org on 2016/11/04 13:06:27 UTC, 0 replies.
- [5/6] tinkerpop git commit: updated changelog. - posted by ok...@apache.org on 2016/11/04 13:06:28 UTC, 0 replies.
- [6/6] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/04 13:06:29 UTC, 3 replies.
- tinkerpop git commit: TINKERPOP-1434 Improved logic around keys() and get() - posted by sp...@apache.org on 2016/11/04 16:02:58 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1434 Checked for next() prior to calling iteration complete - posted by sp...@apache.org on 2016/11/04 17:54:34 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1434 Override toString on DriverRemoteTraversalSideEffects - posted by sp...@apache.org on 2016/11/04 17:54:35 UTC, 0 replies.
- [3/3] tinkerpop git commit: TINKERPOP-1434 Fixed race condition in ResultQueue. - posted by sp...@apache.org on 2016/11/04 17:54:36 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1434 Fixed logic in integration tests given improved approach - posted by sp...@apache.org on 2016/11/04 19:47:50 UTC, 0 replies.
- tinkerpop git commit: got branching to work. current by() modulation is hookup. will be able to easily add nested children from here -- union(), match(), etc. The next big obstacle is repeat(). - posted by ok...@apache.org on 2016/11/04 19:50:01 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added Path.head() and Path.isEmpty() with default method implementations. Have optimized implementations in ImmutablePath and MutablePath. Using methods in the LP-class of traverser (the most heavily used traversers). - posted by ok...@apache.org on 2016/11/07 16:37:28 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1542' into tp32 - posted by ok...@apache.org on 2016/11/07 16:37:29 UTC, 0 replies.
- [1/3] tinkerpop git commit: Added where(a.out.b) => select(a).where(out.b) AND where(a.out) => select(a).filter(out) to PathProcessorStrategy (an OLAP strategy). This opens up more traversals that would otherwise break the star-graph local child constrai - posted by ok...@apache.org on 2016/11/07 16:38:47 UTC, 0 replies.
- [2/3] tinkerpop git commit: added a new WhereTest and realized a labeling issue. Labeling issue fixed. - posted by ok...@apache.org on 2016/11/07 16:38:48 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1473' into tp32 - posted by ok...@apache.org on 2016/11/07 16:38:49 UTC, 0 replies.
- [1/6] tinkerpop git commit: Added where(a.out.b) => select(a).where(out.b) AND where(a.out) => select(a).filter(out) to PathProcessorStrategy (an OLAP strategy). This opens up more traversals that would otherwise break the star-graph local child constrai - posted by ok...@apache.org on 2016/11/07 16:40:18 UTC, 0 replies.
- [2/6] tinkerpop git commit: added a new WhereTest and realized a labeling issue. Labeling issue fixed. - posted by ok...@apache.org on 2016/11/07 16:40:19 UTC, 0 replies.
- [3/6] tinkerpop git commit: Added Path.head() and Path.isEmpty() with default method implementations. Have optimized implementations in ImmutablePath and MutablePath. Using methods in the LP-class of traverser (the most heavily used traversers). - posted by ok...@apache.org on 2016/11/07 16:40:20 UTC, 0 replies.
- [4/6] tinkerpop git commit: Merge branch 'TINKERPOP-1542' into tp32 - posted by ok...@apache.org on 2016/11/07 16:40:21 UTC, 0 replies.
- [5/6] tinkerpop git commit: Merge branch 'TINKERPOP-1473' into tp32 - posted by ok...@apache.org on 2016/11/07 16:40:22 UTC, 0 replies.
- tinkerpop git commit: added MapPath which is for LabeledPath with all Pop.last steps. Exploring this optimization. So far, so good. - posted by ok...@apache.org on 2016/11/07 18:27:54 UTC, 0 replies.
- [1/2] tinkerpop git commit: MapPath fully integrated. Lots of stuff touched unfortunately.... thinking we don't need MapPath as long as we can do ImmutablePath more intelligently. Anywho -- jut exploring for now. - posted by ok...@apache.org on 2016/11/07 19:55:20 UTC, 0 replies.
- [2/2] tinkerpop git commit: MapPath fully integrated. Lots of stuff touched unfortunately.... thinking we don't need MapPath as long as we can do ImmutablePath more intelligently. Anywho -- jut exploring for now. - posted by ok...@apache.org on 2016/11/07 19:55:21 UTC, 0 replies.
- [1/8] tinkerpop git commit: TINKERPOP-1434 Block calls on "remote" traversal to get side-effects - posted by sp...@apache.org on 2016/11/07 23:33:13 UTC, 0 replies.
- [2/8] tinkerpop git commit: TINKERPOP-1434 Improved logic around keys() and get() - posted by sp...@apache.org on 2016/11/07 23:33:14 UTC, 0 replies.
- [3/8] tinkerpop git commit: TINKERPOP-1434 Checked for next() prior to calling iteration complete - posted by sp...@apache.org on 2016/11/07 23:33:15 UTC, 0 replies.
- [4/8] tinkerpop git commit: TINKERPOP-1434 Override toString on DriverRemoteTraversalSideEffects - posted by sp...@apache.org on 2016/11/07 23:33:16 UTC, 0 replies.
- [5/8] tinkerpop git commit: TINKERPOP-1434 Fixed race condition in ResultQueue. - posted by sp...@apache.org on 2016/11/07 23:33:17 UTC, 0 replies.
- [6/8] tinkerpop git commit: TINKERPOP-1434 Fixed logic in integration tests given improved approach - posted by sp...@apache.org on 2016/11/07 23:33:18 UTC, 0 replies.
- [7/8] tinkerpop git commit: Merge branch 'TINKERPOP-1434' into tp32 - posted by sp...@apache.org on 2016/11/07 23:33:19 UTC, 0 replies.
- [1/7] tinkerpop git commit: TINKERPOP-1434 Block calls on "remote" traversal to get side-effects - posted by sp...@apache.org on 2016/11/07 23:33:22 UTC, 0 replies.
- [2/7] tinkerpop git commit: TINKERPOP-1434 Improved logic around keys() and get() - posted by sp...@apache.org on 2016/11/07 23:33:23 UTC, 0 replies.
- [3/7] tinkerpop git commit: TINKERPOP-1434 Checked for next() prior to calling iteration complete - posted by sp...@apache.org on 2016/11/07 23:33:24 UTC, 0 replies.
- [4/7] tinkerpop git commit: TINKERPOP-1434 Override toString on DriverRemoteTraversalSideEffects - posted by sp...@apache.org on 2016/11/07 23:33:25 UTC, 0 replies.
- [5/7] tinkerpop git commit: TINKERPOP-1434 Fixed race condition in ResultQueue. - posted by sp...@apache.org on 2016/11/07 23:33:26 UTC, 0 replies.
- [6/7] tinkerpop git commit: TINKERPOP-1434 Fixed logic in integration tests given improved approach - posted by sp...@apache.org on 2016/11/07 23:33:27 UTC, 0 replies.
- [7/7] tinkerpop git commit: Merge branch 'TINKERPOP-1434' into tp32 - posted by sp...@apache.org on 2016/11/07 23:33:28 UTC, 0 replies.
- [tinkerpop] Git Push Summary - posted by ok...@apache.org on 2016/11/08 12:32:49 UTC, 4 replies.
- tinkerpop git commit: Pop.mixed introduced to replace using a null Pop argument. SelectOneStep and SelectStep now default to using Pop.last instead of Pop.mixed. All other Scoping steps already use Pop.last semantics. This change will allow us to introdu - posted by ok...@apache.org on 2016/11/08 14:01:30 UTC, 0 replies.
- tinkerpop git commit: fixed a bug in MatchStep that I forgot we had. Because of it, we had 3 tests commented out. Doh. The tests were a combination of problems in PathRetractionsStrategy and RangeByIsCountStratyegy. Because of the fix in PathRetractionSt - posted by ok...@apache.org on 2016/11/08 17:02:48 UTC, 0 replies.
- tinkerpop git commit: updated CHANGELOG and fixed a MatchStep.clone() bug that exposes itself in OLAP traversals with OLTP match() children. - posted by ok...@apache.org on 2016/11/08 18:56:41 UTC, 0 replies.
- [1/4] tinkerpop git commit: Fixed LazyBarrierStrategy and PathRetractionStrategy (still wip) - posted by dk...@apache.org on 2016/11/09 05:06:14 UTC, 0 replies.
- [2/4] tinkerpop git commit: minor typo fix - posted by dk...@apache.org on 2016/11/09 05:06:15 UTC, 0 replies.
- [3/4] tinkerpop git commit: added failing store() test - posted by dk...@apache.org on 2016/11/09 05:06:16 UTC, 0 replies.
- [4/4] tinkerpop git commit: Implemented NoBarrierStrategy - posted by dk...@apache.org on 2016/11/09 05:06:17 UTC, 0 replies.
- svn commit: r1768964 - in /tinkerpop/site: gremlin.html index.html - posted by sp...@apache.org on 2016/11/09 13:55:05 UTC, 0 replies.
- [1/2] tinkerpop git commit: Fixed bad indentation in gremlin.html page CTR - posted by sp...@apache.org on 2016/11/09 15:32:04 UTC, 0 replies.
- [2/2] tinkerpop git commit: Added OrientDB to provider listing on home page CTR - posted by sp...@apache.org on 2016/11/09 15:32:05 UTC, 0 replies.
- [01/24] tinkerpop git commit: IncidentToAdjacentStrategy now uses a hidden marker label to remove the need for constant rootTraversal recrussion in search of invalidating steps. [Forced Update!] - posted by sp...@apache.org on 2016/11/09 15:58:16 UTC, 0 replies.
- [02/24] tinkerpop git commit: added TraversalHelper.applyTraversalRecurssively() as recommended by @dkuppitz. Was apply to replace code in both SubgraphStrategy and IncidentToAdjacentStrategy. - posted by sp...@apache.org on 2016/11/09 15:58:17 UTC, 0 replies.
- [03/24] tinkerpop git commit: added TinkerCountGlobalStep and TinkerGraphCountStrategy which will turn g.V().count() and g.E().count() into direct calls to the .size() of the underlying TinkerGraph.vertices/edges Maps. Removed the OptIn strategy suites i - posted by sp...@apache.org on 2016/11/09 15:58:18 UTC, 0 replies.
- [04/24] tinkerpop git commit: Added where(a.out.b) => select(a).where(out.b) AND where(a.out) => select(a).filter(out) to PathProcessorStrategy (an OLAP strategy). This opens up more traversals that would otherwise break the star-graph local child constr - posted by sp...@apache.org on 2016/11/09 15:58:19 UTC, 0 replies.
- [05/24] tinkerpop git commit: added a new WhereTest and realized a labeling issue. Labeling issue fixed. - posted by sp...@apache.org on 2016/11/09 15:58:20 UTC, 0 replies.
- [06/24] tinkerpop git commit: Generalized TinkerGraphCountStrategy to support GraphStep, MapStep*, CountGlobalStep patterns. Added more test cases to verify complex traversals. - posted by sp...@apache.org on 2016/11/09 15:58:21 UTC, 0 replies.
- [07/24] tinkerpop git commit: another test case to be certain about GraphStep.getIds(). - posted by sp...@apache.org on 2016/11/09 15:58:22 UTC, 0 replies.
- [08/24] tinkerpop git commit: Added Path.head() and Path.isEmpty() with default method implementations. Have optimized implementations in ImmutablePath and MutablePath. Using methods in the LP-class of traverser (the most heavily used traversers). - posted by sp...@apache.org on 2016/11/09 15:58:23 UTC, 0 replies.
- [09/24] tinkerpop git commit: Merge branch 'TINKERPOP-1471' into tp32 - posted by sp...@apache.org on 2016/11/09 15:58:24 UTC, 0 replies.
- [10/24] tinkerpop git commit: TINKERPOP-1544 Return confirmation on session close - posted by sp...@apache.org on 2016/11/09 15:58:25 UTC, 0 replies.
- [11/24] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/11/09 15:58:26 UTC, 0 replies.
- [12/24] tinkerpop git commit: Changed configuration for some of the session tests - posted by sp...@apache.org on 2016/11/09 15:58:27 UTC, 0 replies.
- [13/24] tinkerpop git commit: TINKERPOP-1434 Block calls on "remote" traversal to get side-effects - posted by sp...@apache.org on 2016/11/09 15:58:28 UTC, 0 replies.
- [14/24] tinkerpop git commit: Merge branch 'TINKERPOP-1292' into tp32 - posted by sp...@apache.org on 2016/11/09 15:58:29 UTC, 0 replies.
- [15/24] tinkerpop git commit: updated changelog. - posted by sp...@apache.org on 2016/11/09 15:58:30 UTC, 0 replies.
- [16/24] tinkerpop git commit: TINKERPOP-1434 Improved logic around keys() and get() - posted by sp...@apache.org on 2016/11/09 15:58:31 UTC, 0 replies.
- [17/24] tinkerpop git commit: TINKERPOP-1434 Checked for next() prior to calling iteration complete - posted by sp...@apache.org on 2016/11/09 15:58:32 UTC, 0 replies.
- [18/24] tinkerpop git commit: TINKERPOP-1434 Override toString on DriverRemoteTraversalSideEffects - posted by sp...@apache.org on 2016/11/09 15:58:33 UTC, 0 replies.
- [19/24] tinkerpop git commit: TINKERPOP-1434 Fixed race condition in ResultQueue. - posted by sp...@apache.org on 2016/11/09 15:58:34 UTC, 0 replies.
- [20/24] tinkerpop git commit: TINKERPOP-1434 Fixed logic in integration tests given improved approach - posted by sp...@apache.org on 2016/11/09 15:58:35 UTC, 0 replies.
- [21/24] tinkerpop git commit: Merge branch 'TINKERPOP-1542' into tp32 - posted by sp...@apache.org on 2016/11/09 15:58:36 UTC, 0 replies.
- [22/24] tinkerpop git commit: Merge branch 'TINKERPOP-1473' into tp32 - posted by sp...@apache.org on 2016/11/09 15:58:37 UTC, 0 replies.
- [23/24] tinkerpop git commit: Merge branch 'TINKERPOP-1434' into tp32 - posted by sp...@apache.org on 2016/11/09 15:58:38 UTC, 0 replies.
- [24/24] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/11/09 15:58:39 UTC, 0 replies.
- tinkerpop git commit: wow. almost done with 2g language. So simple. To make this an archetype, all I need to do is create TwoGGremlinScriptEngine and TwoGTranslator. The former is simple. The latter requires me to figure out how to lay out Bytecode in 2 - posted by ok...@apache.org on 2016/11/09 22:49:19 UTC, 0 replies.
- tinkerpop git commit: added barrier, aggregate, groupCount, group, where... - posted by ok...@apache.org on 2016/11/10 01:50:40 UTC, 0 replies.
- tinkerpop git commit: both pattern should go before in pattern or else in is able to process both. - posted by ok...@apache.org on 2016/11/10 01:59:15 UTC, 0 replies.
- tinkerpop git commit: lots of little cleanups. - posted by ok...@apache.org on 2016/11/10 02:08:53 UTC, 0 replies.
- tinkerpop git commit: minor tweaks. - posted by ok...@apache.org on 2016/11/10 13:42:26 UTC, 0 replies.
- [1/5] tinkerpop git commit: fixed an NPE bug in profiling GroupSideEffectStep. It has to deal with how GroupSideEffectStep breaks apart the valueTraversal into a pre/post-traversal for pre-proecessing and reduction. While I was testing, I found another b - posted by ok...@apache.org on 2016/11/10 14:12:41 UTC, 0 replies.
- [2/5] tinkerpop git commit: added a group().profile() test to ProfileTest to verify no NPE. - posted by ok...@apache.org on 2016/11/10 14:12:42 UTC, 0 replies.
- [3/5] tinkerpop git commit: updated CHANGELOG with bug fix around GroupXXXStep and empty reductions. - posted by ok...@apache.org on 2016/11/10 14:12:43 UTC, 0 replies.
- [4/5] tinkerpop git commit: removed null initialization of fields and removed a stream() usage. - posted by ok...@apache.org on 2016/11/10 14:12:44 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge branch 'TINKERPOP-1428' into tp32 - posted by ok...@apache.org on 2016/11/10 14:12:45 UTC, 0 replies.
- [1/6] tinkerpop git commit: fixed an NPE bug in profiling GroupSideEffectStep. It has to deal with how GroupSideEffectStep breaks apart the valueTraversal into a pre/post-traversal for pre-proecessing and reduction. While I was testing, I found another b - posted by ok...@apache.org on 2016/11/10 14:12:57 UTC, 0 replies.
- [2/6] tinkerpop git commit: added a group().profile() test to ProfileTest to verify no NPE. - posted by ok...@apache.org on 2016/11/10 14:12:58 UTC, 0 replies.
- [3/6] tinkerpop git commit: updated CHANGELOG with bug fix around GroupXXXStep and empty reductions. - posted by ok...@apache.org on 2016/11/10 14:12:59 UTC, 0 replies.
- [4/6] tinkerpop git commit: removed null initialization of fields and removed a stream() usage. - posted by ok...@apache.org on 2016/11/10 14:13:00 UTC, 0 replies.
- [5/6] tinkerpop git commit: Merge branch 'TINKERPOP-1428' into tp32 - posted by ok...@apache.org on 2016/11/10 14:13:01 UTC, 0 replies.
- tinkerpop git commit: okay, so now the name is GremlinPipes and I have GremlinPipesScriptEngine and PipesTranslator and the language hooked up to the ProcessTestSuite. Lots of failures (about 50 percent pass), but I see the problems/patterns and will kno - posted by ok...@apache.org on 2016/11/10 16:30:12 UTC, 0 replies.
- [1/2] tinkerpop git commit: gremlin-pipes is now its own top-level project. NOTE -- this is NOT permanent. talking with @spmallette on figuring how to make this a tutorial. Need it into a project first. As things advance we can move the project elsewhere - posted by ok...@apache.org on 2016/11/10 16:52:00 UTC, 0 replies.
- [2/2] tinkerpop git commit: gremlin-pipes is now its own top-level project. NOTE -- this is NOT permanent. talking with @spmallette on figuring how to make this a tutorial. Need it into a project first. As things advance we can move the project elsewhere - posted by ok...@apache.org on 2016/11/10 16:52:01 UTC, 0 replies.
- tinkerpop git commit: Added another optimization in `RangeByIsCountStrategy` (covered by unit tests), that removes `count().is()` altogether if it's not needed. - posted by dk...@apache.org on 2016/11/10 20:12:38 UTC, 0 replies.
- tinkerpop git commit: Made SimplePathStep implement PathProcessor and IncidentToAdjacentStrategy skip all traversals that contain path processing steps - posted by dk...@apache.org on 2016/11/10 23:00:34 UTC, 0 replies.
- tinkerpop git commit: added more IncidentToAdjacentStrategy test cases - posted by dk...@apache.org on 2016/11/10 23:20:44 UTC, 0 replies.
- [1/4] tinkerpop git commit: fixed a bug in MatchStep that I forgot we had. Because of it, we had 3 tests commented out. Doh. The tests were a combination of problems in PathRetractionsStrategy and RangeByIsCountStratyegy. Because of the fix in PathRetrac - posted by ok...@apache.org on 2016/11/11 00:27:27 UTC, 0 replies.
- [2/4] tinkerpop git commit: updated CHANGELOG and fixed a MatchStep.clone() bug that exposes itself in OLAP traversals with OLTP match() children. - posted by ok...@apache.org on 2016/11/11 00:27:28 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1547' into tp32 - posted by ok...@apache.org on 2016/11/11 00:27:29 UTC, 0 replies.
- [4/4] tinkerpop git commit: CHANGELOG lost its addition - posted by ok...@apache.org on 2016/11/11 00:27:30 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added another optimization in `RangeByIsCountStrategy` (covered by unit tests), that removes `count().is()` altogether if it's not needed. - posted by ok...@apache.org on 2016/11/11 00:30:08 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1547' into tp32 - posted by ok...@apache.org on 2016/11/11 00:30:09 UTC, 0 replies.
- [1/7] tinkerpop git commit: fixed a bug in MatchStep that I forgot we had. Because of it, we had 3 tests commented out. Doh. The tests were a combination of problems in PathRetractionsStrategy and RangeByIsCountStratyegy. Because of the fix in PathRetrac - posted by ok...@apache.org on 2016/11/11 00:30:33 UTC, 0 replies.
- [2/7] tinkerpop git commit: updated CHANGELOG and fixed a MatchStep.clone() bug that exposes itself in OLAP traversals with OLTP match() children. - posted by ok...@apache.org on 2016/11/11 00:30:34 UTC, 0 replies.
- [3/7] tinkerpop git commit: Added another optimization in `RangeByIsCountStrategy` (covered by unit tests), that removes `count().is()` altogether if it's not needed. - posted by ok...@apache.org on 2016/11/11 00:30:35 UTC, 0 replies.
- [4/7] tinkerpop git commit: Merge branch 'TINKERPOP-1547' into tp32 - posted by ok...@apache.org on 2016/11/11 00:30:36 UTC, 0 replies.
- [5/7] tinkerpop git commit: CHANGELOG lost its addition - posted by ok...@apache.org on 2016/11/11 00:30:37 UTC, 0 replies.
- [6/7] tinkerpop git commit: Merge branch 'TINKERPOP-1547' into tp32 - posted by ok...@apache.org on 2016/11/11 00:30:38 UTC, 0 replies.
- [7/7] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/11 00:30:39 UTC, 0 replies.
- tinkerpop git commit: Made IncidentToAdjacentStrategy skip all traversals that contain steps with a `PATH` requirement. [Forced Update!] - posted by dk...@apache.org on 2016/11/11 02:06:09 UTC, 2 replies.
- tinkerpop git commit: Moved `NumberHelper` into `org.apache.tinkerpop.gremlin.util`. - posted by dk...@apache.org on 2016/11/11 12:10:41 UTC, 0 replies.
- tinkerpop git commit: breaking the parser up -- the concept is of a collection of 'walkers' moving over a matrix of characters. walkers split when they see branches. Just like Gremlin....weird. - posted by ok...@apache.org on 2016/11/11 13:18:36 UTC, 0 replies.
- tinkerpop git commit: Merge branch 'TINKERPOP-1545' into TINKERPOP-1545-tp32 - posted by dk...@apache.org on 2016/11/11 13:28:43 UTC, 0 replies.
- tinkerpop git commit: * install Python and Subversion in the Docker base image * enable Python GLV for every Docker build - posted by dk...@apache.org on 2016/11/11 14:32:27 UTC, 0 replies.
- tinkerpop git commit: * install Python and Subversion in the Docker base image * enable Python GLV for every Docker build [Forced Update!] - posted by dk...@apache.org on 2016/11/11 14:42:35 UTC, 0 replies.
- tinkerpop git commit: retrigger Travis build - posted by dk...@apache.org on 2016/11/11 14:49:46 UTC, 0 replies.
- tinkerpop git commit: CTR: added HadoopGtaph OPT_OUTs for MatchTests that were way too slow and made Travis CI fail - posted by dk...@apache.org on 2016/11/11 17:36:49 UTC, 0 replies.
- [1/2] tinkerpop git commit: CTR: added HadoopGtaph OPT_OUTs for MatchTests that were way too slow and made Travis CI fail - posted by dk...@apache.org on 2016/11/11 17:38:20 UTC, 0 replies.
- [tinkerpop] Git Push Summary [forced push!] [Forced Update!] - posted by dk...@apache.org on 2016/11/11 17:39:40 UTC, 0 replies.
- [1/3] tinkerpop git commit: CTR: added HadoopGtaph OPT_OUTs for MatchTests that were way too slow and made Travis CI fail [Forced Update!] - posted by dk...@apache.org on 2016/11/11 17:40:01 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'tp32' - posted by dk...@apache.org on 2016/11/11 17:40:02 UTC, 0 replies.
- [3/3] tinkerpop git commit: Moved `NumberHelper` into `org.apache.tinkerpop.gremlin.util`. - posted by dk...@apache.org on 2016/11/11 17:40:03 UTC, 0 replies.
- [1/2] tinkerpop git commit: CTR: added HadoopGtaph OPT_OUTs for MatchTests that were way too slow and made Travis CI fail [Forced Update!] - posted by dk...@apache.org on 2016/11/11 17:46:15 UTC, 0 replies.
- [2/2] tinkerpop git commit: Made IncidentToAdjacentStrategy skip all traversals that contain steps with a `PATH` requirement. - posted by dk...@apache.org on 2016/11/11 17:46:16 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by sp...@apache.org on 2016/11/11 17:53:40 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/11/11 18:40:04 UTC, 0 replies.
- [1/2] tinkerpop git commit: Set TinkerIoRegistryV2 in cofig files directly. - posted by sp...@apache.org on 2016/11/11 19:18:17 UTC, 0 replies.
- tinkerpop git commit: Set TinkerIoRegistryV2 in cofig files directly. - posted by sp...@apache.org on 2016/11/11 19:18:26 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added an exercise mode to the profiling app - posted by sp...@apache.org on 2016/11/11 20:08:20 UTC, 0 replies.
- tinkerpop git commit: Added an exercise mode to the profiling app - posted by sp...@apache.org on 2016/11/11 20:08:28 UTC, 0 replies.
- [01/17] tinkerpop git commit: fixed an NPE bug in profiling GroupSideEffectStep. It has to deal with how GroupSideEffectStep breaks apart the valueTraversal into a pre/post-traversal for pre-proecessing and reduction. While I was testing, I found another [Forced Update!] - posted by sp...@apache.org on 2016/11/11 20:09:24 UTC, 0 replies.
- [02/17] tinkerpop git commit: added a group().profile() test to ProfileTest to verify no NPE. - posted by sp...@apache.org on 2016/11/11 20:09:25 UTC, 0 replies.
- [03/17] tinkerpop git commit: updated CHANGELOG with bug fix around GroupXXXStep and empty reductions. - posted by sp...@apache.org on 2016/11/11 20:09:26 UTC, 0 replies.
- [04/17] tinkerpop git commit: removed null initialization of fields and removed a stream() usage. - posted by sp...@apache.org on 2016/11/11 20:09:27 UTC, 0 replies.
- [05/17] tinkerpop git commit: fixed a bug in MatchStep that I forgot we had. Because of it, we had 3 tests commented out. Doh. The tests were a combination of problems in PathRetractionsStrategy and RangeByIsCountStratyegy. Because of the fix in PathRetr - posted by sp...@apache.org on 2016/11/11 20:09:28 UTC, 0 replies.
- [06/17] tinkerpop git commit: updated CHANGELOG and fixed a MatchStep.clone() bug that exposes itself in OLAP traversals with OLTP match() children. - posted by sp...@apache.org on 2016/11/11 20:09:29 UTC, 0 replies.
- [07/17] tinkerpop git commit: Merge branch 'TINKERPOP-1428' into tp32 - posted by sp...@apache.org on 2016/11/11 20:09:30 UTC, 0 replies.
- [08/17] tinkerpop git commit: Added another optimization in `RangeByIsCountStrategy` (covered by unit tests), that removes `count().is()` altogether if it's not needed. - posted by sp...@apache.org on 2016/11/11 20:09:31 UTC, 0 replies.
- [09/17] tinkerpop git commit: Merge branch 'TINKERPOP-1547' into tp32 - posted by sp...@apache.org on 2016/11/11 20:09:32 UTC, 0 replies.
- [10/17] tinkerpop git commit: CHANGELOG lost its addition - posted by sp...@apache.org on 2016/11/11 20:09:33 UTC, 0 replies.
- [11/17] tinkerpop git commit: Merge branch 'TINKERPOP-1547' into tp32 - posted by sp...@apache.org on 2016/11/11 20:09:34 UTC, 0 replies.
- [12/17] tinkerpop git commit: CTR: added HadoopGtaph OPT_OUTs for MatchTests that were way too slow and made Travis CI fail - posted by sp...@apache.org on 2016/11/11 20:09:35 UTC, 0 replies.
- [13/17] tinkerpop git commit: Set TinkerIoRegistryV2 in cofig files directly. - posted by sp...@apache.org on 2016/11/11 20:09:36 UTC, 0 replies.
- [14/17] tinkerpop git commit: Added an exercise mode to the profiling app - posted by sp...@apache.org on 2016/11/11 20:09:37 UTC, 0 replies.
- [15/17] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/11/11 20:09:38 UTC, 0 replies.
- [16/17] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by sp...@apache.org on 2016/11/11 20:09:39 UTC, 0 replies.
- [17/17] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/11/11 20:09:40 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1530 Consistent use of instance() - posted by sp...@apache.org on 2016/11/12 13:14:23 UTC, 0 replies.
- [1/2] tinkerpop git commit: Add log4j as optional dependency to gremlin-driver - posted by sp...@apache.org on 2016/11/13 12:00:52 UTC, 0 replies.
- tinkerpop git commit: Add log4j as optional dependency to gremlin-driver - posted by sp...@apache.org on 2016/11/13 12:00:59 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/14 02:22:44 UTC, 0 replies.
- [2/2] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/14 02:22:45 UTC, 0 replies.
- [1/2] tinkerpop git commit: Merge branch 'TINKERPOP-1538' into TINKERPOP-1538-tp32 - posted by sp...@apache.org on 2016/11/14 02:22:54 UTC, 0 replies.
- [2/2] tinkerpop git commit: TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection - posted by sp...@apache.org on 2016/11/14 02:22:55 UTC, 0 replies.
- tinkerpop git commit: Merge branch 'TINKERPOP-1538-tp32' into TINKERPOP-1538-master - posted by sp...@apache.org on 2016/11/14 02:23:01 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API - posted by sp...@apache.org on 2016/11/14 11:38:56 UTC, 0 replies.
- [1/2] tinkerpop git commit: Improved documentation for RemoteConnection development CTR - posted by sp...@apache.org on 2016/11/14 13:03:09 UTC, 0 replies.
- tinkerpop git commit: Improved documentation for RemoteConnection development CTR - posted by sp...@apache.org on 2016/11/14 13:03:17 UTC, 0 replies.
- [1/8] tinkerpop git commit: Add log4j as optional dependency to gremlin-driver [Forced Update!] - posted by sp...@apache.org on 2016/11/14 15:09:21 UTC, 0 replies.
- [2/8] tinkerpop git commit: Improved documentation for RemoteConnection development CTR - posted by sp...@apache.org on 2016/11/14 15:09:22 UTC, 0 replies.
- [3/8] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/11/14 15:09:23 UTC, 0 replies.
- [4/8] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/11/14 15:09:24 UTC, 0 replies.
- [5/8] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by sp...@apache.org on 2016/11/14 15:09:25 UTC, 0 replies.
- [6/8] tinkerpop git commit: TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API - posted by sp...@apache.org on 2016/11/14 15:09:26 UTC, 0 replies.
- [7/8] tinkerpop git commit: TINKERPOP-1490 Updated dev docs on RemoteConnection API - posted by sp...@apache.org on 2016/11/14 15:09:27 UTC, 0 replies.
- [8/8] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by sp...@apache.org on 2016/11/14 15:09:28 UTC, 0 replies.
- tinkerpop git commit: first push on 'left-append' of has() containers. - posted by ok...@apache.org on 2016/11/14 19:54:10 UTC, 0 replies.
- tinkerpop git commit: fixed up the hasXXX() methods to account of P and Object differently. Will go through and create a TraversalHelper.addHasContainer() method which will left append or right append depending on Traversal state. this will simplify meth - posted by ok...@apache.org on 2016/11/14 20:46:06 UTC, 0 replies.
- [1/2] tinkerpop git commit: Cleaned up error processing on remote side-effects. - posted by sp...@apache.org on 2016/11/14 20:51:17 UTC, 0 replies.
- tinkerpop git commit: Cleaned up error processing on remote side-effects. - posted by sp...@apache.org on 2016/11/14 20:51:24 UTC, 0 replies.
- tinkerpop git commit: Made `NummberHelper` class `final`. - posted by dk...@apache.org on 2016/11/14 22:01:27 UTC, 0 replies.
- tinkerpop git commit: added TraversalHelper.addHasContainer() which will either append a HasStep with container or if the traverasl ends with a HasContainerHolder, fold the container into the holder. This just makes the code in GraphTravesrsal cleaner wi - posted by ok...@apache.org on 2016/11/14 22:44:43 UTC, 0 replies.
- tinkerpop git commit: Minor renaming. "frozen steps" => "lazy steps" - posted by dk...@apache.org on 2016/11/14 23:13:46 UTC, 0 replies.
- tinkerpop git commit: fixed a GroupStep serialization bug that was introduced many tickets ago -- don't know why we didn't notice it. simple fix. - posted by ok...@apache.org on 2016/11/14 23:14:59 UTC, 0 replies.
- [1/2] tinkerpop git commit: fixed a GroupStep serialization bug that was introduced many tickets ago -- don't know why we didn't notice it. simple fix. - posted by ok...@apache.org on 2016/11/14 23:15:11 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory - posted by sp...@apache.org on 2016/11/14 23:41:56 UTC, 0 replies.
- [1/8] tinkerpop git commit: Improved documentation for RemoteConnection development CTR [Forced Update!] - posted by sp...@apache.org on 2016/11/15 00:11:52 UTC, 0 replies.
- [2/8] tinkerpop git commit: Cleaned up error processing on remote side-effects. - posted by sp...@apache.org on 2016/11/15 00:11:53 UTC, 0 replies.
- [3/8] tinkerpop git commit: fixed a GroupStep serialization bug that was introduced many tickets ago -- don't know why we didn't notice it. simple fix. - posted by sp...@apache.org on 2016/11/15 00:11:54 UTC, 0 replies.
- [4/8] tinkerpop git commit: TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection - posted by sp...@apache.org on 2016/11/15 00:11:55 UTC, 0 replies.
- [5/8] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 00:11:56 UTC, 0 replies.
- [6/8] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 00:11:57 UTC, 0 replies.
- [7/8] tinkerpop git commit: TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory - posted by sp...@apache.org on 2016/11/15 00:11:58 UTC, 0 replies.
- [8/8] tinkerpop git commit: TINKERPOP-1538 Fixed up test logic after merge. - posted by sp...@apache.org on 2016/11/15 00:11:59 UTC, 0 replies.
- [01/12] tinkerpop git commit: Improved documentation for RemoteConnection development CTR [Forced Update!] - posted by sp...@apache.org on 2016/11/15 00:13:59 UTC, 0 replies.
- [02/12] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/15 00:14:00 UTC, 0 replies.
- [03/12] tinkerpop git commit: Cleaned up error processing on remote side-effects. - posted by sp...@apache.org on 2016/11/15 00:14:01 UTC, 0 replies.
- [04/12] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/15 00:14:02 UTC, 0 replies.
- [05/12] tinkerpop git commit: fixed a GroupStep serialization bug that was introduced many tickets ago -- don't know why we didn't notice it. simple fix. - posted by sp...@apache.org on 2016/11/15 00:14:03 UTC, 0 replies.
- [06/12] tinkerpop git commit: Merge branch 'tp32' - posted by sp...@apache.org on 2016/11/15 00:14:04 UTC, 0 replies.
- [07/12] tinkerpop git commit: TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory - posted by sp...@apache.org on 2016/11/15 00:14:05 UTC, 0 replies.
- [08/12] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 00:14:06 UTC, 0 replies.
- [09/12] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 00:14:07 UTC, 0 replies.
- [10/12] tinkerpop git commit: TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection - posted by sp...@apache.org on 2016/11/15 00:14:08 UTC, 0 replies.
- [11/12] tinkerpop git commit: TINKERPOP-1538 Fixed up test logic after merge. - posted by sp...@apache.org on 2016/11/15 00:14:09 UTC, 0 replies.
- [12/12] tinkerpop git commit: Merge branch 'TINKERPOP-1538-tp32' into TINKERPOP-1538-master - posted by sp...@apache.org on 2016/11/15 00:14:10 UTC, 0 replies.
- [1/3] tinkerpop git commit: fixed typo - CTR - posted by rd...@apache.org on 2016/11/15 12:05:30 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge commit 'c20d814' into tp32 - posted by rd...@apache.org on 2016/11/15 12:05:31 UTC, 0 replies.
- [1/2] tinkerpop git commit: fixed typo - CTR - posted by rd...@apache.org on 2016/11/15 12:06:11 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge commit 'c20d814' into tp32 - posted by rd...@apache.org on 2016/11/15 12:06:12 UTC, 0 replies.
- tinkerpop git commit: fixed typo - CTR - posted by rd...@apache.org on 2016/11/15 12:06:46 UTC, 0 replies.
- [1/2] tinkerpop git commit: per @spmallette instructions, selectV3d0 should be called selectV3d2. Changed and rebuilt. - posted by ok...@apache.org on 2016/11/15 13:59:08 UTC, 0 replies.
- [2/2] tinkerpop git commit: Pop.mixed introduced to replace using a null Pop argument. SelectOneStep and SelectStep now default to using Pop.last instead of Pop.mixed. All other Scoping steps already use Pop.last semantics. This change will allow us to i - posted by ok...@apache.org on 2016/11/15 13:59:09 UTC, 0 replies.
- [1/3] tinkerpop git commit: Improved error message for authentication message formatting problems. CTR - posted by sp...@apache.org on 2016/11/15 14:33:57 UTC, 0 replies.
- [1/2] tinkerpop git commit: Improved error message for authentication message formatting problems. CTR - posted by sp...@apache.org on 2016/11/15 14:34:05 UTC, 0 replies.
- tinkerpop git commit: Improved error message for authentication message formatting problems. CTR - posted by sp...@apache.org on 2016/11/15 14:34:12 UTC, 0 replies.
- [1/7] tinkerpop git commit: TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory - posted by sp...@apache.org on 2016/11/15 14:35:23 UTC, 0 replies.
- [2/7] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:35:24 UTC, 0 replies.
- [3/7] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:35:25 UTC, 0 replies.
- [4/7] tinkerpop git commit: TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection - posted by sp...@apache.org on 2016/11/15 14:35:26 UTC, 0 replies.
- [5/7] tinkerpop git commit: TINKERPOP-1538 Fixed up test logic after merge. - posted by sp...@apache.org on 2016/11/15 14:35:27 UTC, 0 replies.
- [6/7] tinkerpop git commit: Merge branch 'TINKERPOP-1538-tp32' into TINKERPOP-1538-master - posted by sp...@apache.org on 2016/11/15 14:35:28 UTC, 0 replies.
- [7/7] tinkerpop git commit: Merge branch 'TINKERPOP-1538-master' - posted by sp...@apache.org on 2016/11/15 14:35:29 UTC, 0 replies.
- [1/6] tinkerpop git commit: TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory - posted by sp...@apache.org on 2016/11/15 14:35:33 UTC, 0 replies.
- [2/6] tinkerpop git commit: TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection - posted by sp...@apache.org on 2016/11/15 14:35:34 UTC, 0 replies.
- [3/6] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:35:35 UTC, 0 replies.
- [4/6] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:35:36 UTC, 0 replies.
- [5/6] tinkerpop git commit: TINKERPOP-1538 Fixed up test logic after merge. - posted by sp...@apache.org on 2016/11/15 14:35:37 UTC, 0 replies.
- [6/6] tinkerpop git commit: Merge branch 'TINKERPOP-1538-tp32' into tp32 - posted by sp...@apache.org on 2016/11/15 14:35:38 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:35:41 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:35:42 UTC, 0 replies.
- [3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1538' into tp31 - posted by sp...@apache.org on 2016/11/15 14:35:43 UTC, 0 replies.
- [1/6] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:42:53 UTC, 0 replies.
- [2/6] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:42:54 UTC, 0 replies.
- [3/6] tinkerpop git commit: Merge branch 'TINKERPOP-1538' into tp31 - posted by sp...@apache.org on 2016/11/15 14:42:55 UTC, 0 replies.
- [4/6] tinkerpop git commit: Merge branch 'TINKERPOP-1538-tp32' into tp32 - posted by sp...@apache.org on 2016/11/15 14:42:56 UTC, 0 replies.
- [5/6] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' into tp32 - posted by sp...@apache.org on 2016/11/15 14:42:57 UTC, 0 replies.
- [1/4] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:43:02 UTC, 0 replies.
- [2/4] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:43:03 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1538' into tp31 - posted by sp...@apache.org on 2016/11/15 14:43:04 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' into tp32 - posted by sp...@apache.org on 2016/11/15 14:43:05 UTC, 0 replies.
- [01/22] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests [Forced Update!] - posted by sp...@apache.org on 2016/11/15 14:55:01 UTC, 0 replies.
- [02/22] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:55:02 UTC, 0 replies.
- [03/22] tinkerpop git commit: Cleaned up error processing on remote side-effects. - posted by sp...@apache.org on 2016/11/15 14:55:03 UTC, 0 replies.
- [04/22] tinkerpop git commit: fixed a GroupStep serialization bug that was introduced many tickets ago -- don't know why we didn't notice it. simple fix. - posted by sp...@apache.org on 2016/11/15 14:55:04 UTC, 0 replies.
- [05/22] tinkerpop git commit: TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory - posted by sp...@apache.org on 2016/11/15 14:55:05 UTC, 0 replies.
- [06/22] tinkerpop git commit: TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection - posted by sp...@apache.org on 2016/11/15 14:55:06 UTC, 0 replies.
- [07/22] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:55:07 UTC, 0 replies.
- [08/22] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by sp...@apache.org on 2016/11/15 14:55:08 UTC, 0 replies.
- [09/22] tinkerpop git commit: TINKERPOP-1538 Fixed up test logic after merge. - posted by sp...@apache.org on 2016/11/15 14:55:09 UTC, 0 replies.
- [10/22] tinkerpop git commit: fixed typo - CTR - posted by sp...@apache.org on 2016/11/15 14:55:10 UTC, 0 replies.
- [11/22] tinkerpop git commit: Merge commit 'c20d814' into tp32 - posted by sp...@apache.org on 2016/11/15 14:55:11 UTC, 0 replies.
- [12/22] tinkerpop git commit: Improved error message for authentication message formatting problems. CTR - posted by sp...@apache.org on 2016/11/15 14:55:12 UTC, 0 replies.
- [13/22] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/11/15 14:55:13 UTC, 0 replies.
- [14/22] tinkerpop git commit: Merge branch 'TINKERPOP-1538' into tp31 - posted by sp...@apache.org on 2016/11/15 14:55:14 UTC, 0 replies.
- [15/22] tinkerpop git commit: Merge branch 'TINKERPOP-1538-tp32' into tp32 - posted by sp...@apache.org on 2016/11/15 14:55:15 UTC, 0 replies.
- [16/22] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' into tp32 - posted by sp...@apache.org on 2016/11/15 14:55:16 UTC, 0 replies.
- [17/22] tinkerpop git commit: TINKERPOP-1490 Implemented promise API for Traversal - posted by sp...@apache.org on 2016/11/15 14:55:17 UTC, 0 replies.
- [18/22] tinkerpop git commit: TINKERPOP-1490 Cleaned up documentation based on latest changes to promise API - posted by sp...@apache.org on 2016/11/15 14:55:18 UTC, 0 replies.
- [19/22] tinkerpop git commit: TINKERPOP-1490 Deprecated the old RemoteConnection submit method. - posted by sp...@apache.org on 2016/11/15 14:55:19 UTC, 0 replies.
- [20/22] tinkerpop git commit: TINKERPOP-1490 Updated dev docs on RemoteConnection API - posted by sp...@apache.org on 2016/11/15 14:55:20 UTC, 0 replies.
- [21/22] tinkerpop git commit: TINKERPOP-1490 Restructured Traversal.promise() - posted by sp...@apache.org on 2016/11/15 14:55:21 UTC, 0 replies.
- [22/22] tinkerpop git commit: TINKERPOP-1490 Remove some dead tests from ignores. - posted by sp...@apache.org on 2016/11/15 14:55:22 UTC, 0 replies.
- tinkerpop git commit: found a bug in HasContainer.makeHasContainers() around AndP recurssion. No biggie, just didn't yield ultimate optimization. Found a bug in InlineFilterStrategy where hasLabel() should only back propagate into VertexStep[edges] if th - posted by ok...@apache.org on 2016/11/15 15:27:29 UTC, 0 replies.
- [1/2] tinkerpop git commit: Changed some spark-gremlin tests to integration tests. - posted by sp...@apache.org on 2016/11/15 15:56:41 UTC, 0 replies.
- tinkerpop git commit: Changed some spark-gremlin tests to integration tests. - posted by sp...@apache.org on 2016/11/15 15:56:48 UTC, 0 replies.
- tinkerpop git commit: added more test cases around has() handling. - posted by ok...@apache.org on 2016/11/15 17:00:28 UTC, 0 replies.
- tinkerpop git commit: fixed a FilterRankStrategy bug that was introduced with where().by(). Added test cases to verify behavior. Updated CHANGELOG. - posted by ok...@apache.org on 2016/11/15 19:10:29 UTC, 0 replies.
- tinkerpop git commit: moved where().by() a bit further down in the FilterRankStrategy ranking as OrStep and AndStep can have has(xxx) analyses. - posted by ok...@apache.org on 2016/11/15 19:13:49 UTC, 0 replies.
- tinkerpop git commit: updated upgrade with links to the respective tickets. - posted by ok...@apache.org on 2016/11/15 19:15:38 UTC, 0 replies.
- tinkerpop git commit: more test cases around where().by(). all still good in the hood. - posted by ok...@apache.org on 2016/11/15 19:23:12 UTC, 0 replies.
- tinkerpop git commit: caught another bug in FilterRankStrategy. We really need to get the max rank of the traversal parent's nested steps. Effects AndStep, OrStep, WhereTraversalStep, WherePredicateStep, DedupStep, OrderStep. This ensures that filter(whe - posted by ok...@apache.org on 2016/11/15 20:46:49 UTC, 0 replies.
- tinkerpop git commit: Renamed `Traversal.metadata(key[, value])` to `Traversal.getMetadata(key)` and `Traversal.setMetadata(key, value)`. - posted by dk...@apache.org on 2016/11/15 22:42:37 UTC, 0 replies.
- tinkerpop git commit: found an unuse field in TraversalRing and a minor optimization in StringFactory around using isEmpty() vs. size() == 0. CTR. - posted by ok...@apache.org on 2016/11/15 23:09:32 UTC, 0 replies.
- [1/2] tinkerpop git commit: found an unuse field in TraversalRing and a minor optimization in StringFactory around using isEmpty() vs. size() == 0. CTR. - posted by ok...@apache.org on 2016/11/15 23:09:55 UTC, 0 replies.
- tinkerpop git commit: found another size() == 0 and changed to isEmpty(). CTR. - posted by ok...@apache.org on 2016/11/15 23:11:56 UTC, 0 replies.
- [1/2] tinkerpop git commit: found another size() == 0 and changed to isEmpty(). CTR. - posted by ok...@apache.org on 2016/11/15 23:12:06 UTC, 0 replies.
- tinkerpop git commit: Forgot an `else`. - posted by dk...@apache.org on 2016/11/15 23:25:52 UTC, 0 replies.
- [01/29] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests [Forced Update!] - posted by ok...@apache.org on 2016/11/16 12:48:22 UTC, 0 replies.
- [02/29] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by ok...@apache.org on 2016/11/16 12:48:23 UTC, 0 replies.
- [03/29] tinkerpop git commit: Cleaned up error processing on remote side-effects. - posted by ok...@apache.org on 2016/11/16 12:48:24 UTC, 0 replies.
- [04/29] tinkerpop git commit: fixed a GroupStep serialization bug that was introduced many tickets ago -- don't know why we didn't notice it. simple fix. - posted by ok...@apache.org on 2016/11/16 12:48:25 UTC, 0 replies.
- [05/29] tinkerpop git commit: TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory - posted by ok...@apache.org on 2016/11/16 12:48:26 UTC, 0 replies.
- [06/29] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by ok...@apache.org on 2016/11/16 12:48:27 UTC, 0 replies.
- [07/29] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by ok...@apache.org on 2016/11/16 12:48:28 UTC, 0 replies.
- [08/29] tinkerpop git commit: TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection - posted by ok...@apache.org on 2016/11/16 12:48:29 UTC, 0 replies.
- [09/29] tinkerpop git commit: TINKERPOP-1538 Fixed up test logic after merge. - posted by ok...@apache.org on 2016/11/16 12:48:30 UTC, 0 replies.
- [10/29] tinkerpop git commit: fixed typo - CTR - posted by ok...@apache.org on 2016/11/16 12:48:31 UTC, 0 replies.
- [11/29] tinkerpop git commit: Merge commit 'c20d814' into tp32 - posted by ok...@apache.org on 2016/11/16 12:48:32 UTC, 0 replies.
- [12/29] tinkerpop git commit: Improved error message for authentication message formatting problems. CTR - posted by ok...@apache.org on 2016/11/16 12:48:33 UTC, 0 replies.
- [13/29] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by ok...@apache.org on 2016/11/16 12:48:34 UTC, 0 replies.
- [14/29] tinkerpop git commit: Merge branch 'TINKERPOP-1538' into tp31 - posted by ok...@apache.org on 2016/11/16 12:48:35 UTC, 0 replies.
- [15/29] tinkerpop git commit: Merge branch 'TINKERPOP-1538-tp32' into tp32 - posted by ok...@apache.org on 2016/11/16 12:48:36 UTC, 0 replies.
- [16/29] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' into tp32 - posted by ok...@apache.org on 2016/11/16 12:48:37 UTC, 0 replies.
- [17/29] tinkerpop git commit: Changed some spark-gremlin tests to integration tests. - posted by ok...@apache.org on 2016/11/16 12:48:38 UTC, 0 replies.
- [18/29] tinkerpop git commit: found an unuse field in TraversalRing and a minor optimization in StringFactory around using isEmpty() vs. size() == 0. CTR. - posted by ok...@apache.org on 2016/11/16 12:48:39 UTC, 0 replies.
- [19/29] tinkerpop git commit: found another size() == 0 and changed to isEmpty(). CTR. - posted by ok...@apache.org on 2016/11/16 12:48:40 UTC, 0 replies.
- [20/29] tinkerpop git commit: found a bug in HasContainer.makeHasContainers() around AndP recurssion. No biggie, just didn't yield ultimate optimization. Found a bug in InlineFilterStrategy where hasLabel() should only back propagate into VertexStep[edge - posted by ok...@apache.org on 2016/11/16 12:48:41 UTC, 0 replies.
- [21/29] tinkerpop git commit: first push on 'left-append' of has() containers. - posted by ok...@apache.org on 2016/11/16 12:48:42 UTC, 0 replies.
- [22/29] tinkerpop git commit: added TraversalHelper.addHasContainer() which will either append a HasStep with container or if the traverasl ends with a HasContainerHolder, fold the container into the holder. This just makes the code in GraphTravesrsal cl - posted by ok...@apache.org on 2016/11/16 12:48:43 UTC, 0 replies.
- [23/29] tinkerpop git commit: added more test cases around has() handling. - posted by ok...@apache.org on 2016/11/16 12:48:44 UTC, 0 replies.
- [24/29] tinkerpop git commit: fixed up the hasXXX() methods to account of P and Object differently. Will go through and create a TraversalHelper.addHasContainer() method which will left append or right append depending on Traversal state. this will simpl - posted by ok...@apache.org on 2016/11/16 12:48:45 UTC, 0 replies.
- [25/29] tinkerpop git commit: caught another bug in FilterRankStrategy. We really need to get the max rank of the traversal parent's nested steps. Effects AndStep, OrStep, WhereTraversalStep, WherePredicateStep, DedupStep, OrderStep. This ensures that fi - posted by ok...@apache.org on 2016/11/16 12:48:46 UTC, 0 replies.
- [26/29] tinkerpop git commit: updated upgrade with links to the respective tickets. - posted by ok...@apache.org on 2016/11/16 12:48:47 UTC, 0 replies.
- [27/29] tinkerpop git commit: fixed a FilterRankStrategy bug that was introduced with where().by(). Added test cases to verify behavior. Updated CHANGELOG. - posted by ok...@apache.org on 2016/11/16 12:48:48 UTC, 0 replies.
- [28/29] tinkerpop git commit: moved where().by() a bit further down in the FilterRankStrategy ranking as OrStep and AndStep can have has(xxx) analyses. - posted by ok...@apache.org on 2016/11/16 12:48:49 UTC, 0 replies.
- [29/29] tinkerpop git commit: more test cases around where().by(). all still good in the hood. - posted by ok...@apache.org on 2016/11/16 12:48:50 UTC, 0 replies.
- [01/10] tinkerpop git commit: added more test cases around has() handling. - posted by ok...@apache.org on 2016/11/16 13:36:25 UTC, 0 replies.
- [02/10] tinkerpop git commit: found a bug in HasContainer.makeHasContainers() around AndP recurssion. No biggie, just didn't yield ultimate optimization. Found a bug in InlineFilterStrategy where hasLabel() should only back propagate into VertexStep[edge - posted by ok...@apache.org on 2016/11/16 13:36:26 UTC, 0 replies.
- [03/10] tinkerpop git commit: added TraversalHelper.addHasContainer() which will either append a HasStep with container or if the traverasl ends with a HasContainerHolder, fold the container into the holder. This just makes the code in GraphTravesrsal cl - posted by ok...@apache.org on 2016/11/16 13:36:27 UTC, 0 replies.
- [04/10] tinkerpop git commit: first push on 'left-append' of has() containers. - posted by ok...@apache.org on 2016/11/16 13:36:28 UTC, 0 replies.
- [05/10] tinkerpop git commit: fixed up the hasXXX() methods to account of P and Object differently. Will go through and create a TraversalHelper.addHasContainer() method which will left append or right append depending on Traversal state. this will simpl - posted by ok...@apache.org on 2016/11/16 13:36:29 UTC, 0 replies.
- [06/10] tinkerpop git commit: caught another bug in FilterRankStrategy. We really need to get the max rank of the traversal parent's nested steps. Effects AndStep, OrStep, WhereTraversalStep, WherePredicateStep, DedupStep, OrderStep. This ensures that fi - posted by ok...@apache.org on 2016/11/16 13:36:30 UTC, 0 replies.
- [07/10] tinkerpop git commit: updated upgrade with links to the respective tickets. - posted by ok...@apache.org on 2016/11/16 13:36:31 UTC, 0 replies.
- [08/10] tinkerpop git commit: fixed a FilterRankStrategy bug that was introduced with where().by(). Added test cases to verify behavior. Updated CHANGELOG. - posted by ok...@apache.org on 2016/11/16 13:36:32 UTC, 0 replies.
- [09/10] tinkerpop git commit: more test cases around where().by(). all still good in the hood. - posted by ok...@apache.org on 2016/11/16 13:36:33 UTC, 0 replies.
- [10/10] tinkerpop git commit: moved where().by() a bit further down in the FilterRankStrategy ranking as OrStep and AndStep can have has(xxx) analyses. - posted by ok...@apache.org on 2016/11/16 13:36:34 UTC, 0 replies.
- [01/11] tinkerpop git commit: added more test cases around has() handling. - posted by ok...@apache.org on 2016/11/16 13:37:00 UTC, 0 replies.
- [02/11] tinkerpop git commit: found a bug in HasContainer.makeHasContainers() around AndP recurssion. No biggie, just didn't yield ultimate optimization. Found a bug in InlineFilterStrategy where hasLabel() should only back propagate into VertexStep[edge - posted by ok...@apache.org on 2016/11/16 13:37:01 UTC, 0 replies.
- [03/11] tinkerpop git commit: fixed up the hasXXX() methods to account of P and Object differently. Will go through and create a TraversalHelper.addHasContainer() method which will left append or right append depending on Traversal state. this will simpl - posted by ok...@apache.org on 2016/11/16 13:37:02 UTC, 0 replies.
- [04/11] tinkerpop git commit: first push on 'left-append' of has() containers. - posted by ok...@apache.org on 2016/11/16 13:37:03 UTC, 0 replies.
- [05/11] tinkerpop git commit: added TraversalHelper.addHasContainer() which will either append a HasStep with container or if the traverasl ends with a HasContainerHolder, fold the container into the holder. This just makes the code in GraphTravesrsal cl - posted by ok...@apache.org on 2016/11/16 13:37:04 UTC, 0 replies.
- [06/11] tinkerpop git commit: caught another bug in FilterRankStrategy. We really need to get the max rank of the traversal parent's nested steps. Effects AndStep, OrStep, WhereTraversalStep, WherePredicateStep, DedupStep, OrderStep. This ensures that fi - posted by ok...@apache.org on 2016/11/16 13:37:05 UTC, 0 replies.
- [07/11] tinkerpop git commit: fixed a FilterRankStrategy bug that was introduced with where().by(). Added test cases to verify behavior. Updated CHANGELOG. - posted by ok...@apache.org on 2016/11/16 13:37:06 UTC, 0 replies.
- [08/11] tinkerpop git commit: more test cases around where().by(). all still good in the hood. - posted by ok...@apache.org on 2016/11/16 13:37:07 UTC, 0 replies.
- [09/11] tinkerpop git commit: moved where().by() a bit further down in the FilterRankStrategy ranking as OrStep and AndStep can have has(xxx) analyses. - posted by ok...@apache.org on 2016/11/16 13:37:08 UTC, 0 replies.
- [10/11] tinkerpop git commit: updated upgrade with links to the respective tickets. - posted by ok...@apache.org on 2016/11/16 13:37:09 UTC, 0 replies.
- [11/11] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/16 13:37:10 UTC, 0 replies.
- tinkerpop git commit: Added HGraphDB to graph systems listing. - posted by tw...@apache.org on 2016/11/16 14:10:42 UTC, 0 replies.
- svn commit: r1769990 - /tinkerpop/site/index.html - posted by tw...@apache.org on 2016/11/16 14:26:11 UTC, 0 replies.
- tinkerpop git commit: allow users to pass options to docker - posted by rd...@apache.org on 2016/11/16 22:59:15 UTC, 1 replies.
- [1/2] tinkerpop git commit: TranslationStrategy (a test framework strategy) now verifies that the Bytecode submitted to the translator is equal to the bytecode of the generated/translated traversal. This was a nightmare to get everything working. We had - posted by ok...@apache.org on 2016/11/16 23:08:24 UTC, 0 replies.
- [2/2] tinkerpop git commit: TranslationStrategy (a test framework strategy) now verifies that the Bytecode submitted to the translator is equal to the bytecode of the generated/translated traversal. This was a nightmare to get everything working. We had - posted by ok...@apache.org on 2016/11/16 23:08:25 UTC, 0 replies.
- [1/3] tinkerpop git commit: allow users to pass options to docker - posted by rd...@apache.org on 2016/11/17 09:09:26 UTC, 0 replies.
- [1/2] tinkerpop git commit: allow users to pass options to docker - posted by rd...@apache.org on 2016/11/17 09:09:57 UTC, 0 replies.
- [1/8] tinkerpop git commit: added links to docs from upgrade note; added warning about -i - posted by rd...@apache.org on 2016/11/17 09:27:06 UTC, 0 replies.
- [2/8] tinkerpop git commit: gremlin-server.sh is also init script. updated docs. - posted by rd...@apache.org on 2016/11/17 09:27:07 UTC, 0 replies.
- [3/8] tinkerpop git commit: added license to make rat happy - posted by rd...@apache.org on 2016/11/17 09:27:08 UTC, 0 replies.
- [4/8] tinkerpop git commit: Corrected systemd template, user will be handled by gremlin-server.sh. Updated correct section. - posted by rd...@apache.org on 2016/11/17 09:27:09 UTC, 0 replies.
- [5/8] tinkerpop git commit: added sysv and systemd init scripts - posted by rd...@apache.org on 2016/11/17 09:27:10 UTC, 0 replies.
- [6/8] tinkerpop git commit: updated usage for windows gremlin-server.bat - posted by rd...@apache.org on 2016/11/17 09:27:11 UTC, 0 replies.
- [7/8] tinkerpop git commit: updated per @dkuppitz review - posted by rd...@apache.org on 2016/11/17 09:27:12 UTC, 0 replies.
- [8/8] tinkerpop git commit: fixed url version - posted by rd...@apache.org on 2016/11/17 09:27:13 UTC, 0 replies.
- tinkerpop git commit: Element data in VertexProperty and Property are now minimilistic and only what is necessay to attach the Property/VertexProperty. Added more test cases accordingly. - posted by ok...@apache.org on 2016/11/17 19:17:04 UTC, 0 replies.
- tinkerpop git commit: changed the Edge property GraphSON serialization to do key/value map like VertexProperty metaProperties. Talking with @spmallette -- we believe the Edge property serialization is a bug. Other random cleanups. - posted by ok...@apache.org on 2016/11/17 20:47:06 UTC, 0 replies.
- tinkerpop git commit: Limit JVM system props passed around in Spark jobs - posted by ok...@apache.org on 2016/11/17 20:47:49 UTC, 0 replies.
- tinkerpop git commit: Initial effort to deprecate ScriptEngines. - posted by sp...@apache.org on 2016/11/17 21:47:59 UTC, 0 replies.
- tinkerpop git commit: build faster with in-memory fs make giraph wait less - posted by rd...@apache.org on 2016/11/17 22:04:34 UTC, 0 replies.
- tinkerpop git commit: I just did Gods work. TranslationStrategy is now smart about removing itself from the Bytecode so all the Translators no longer have to have IS_TESTING in them. GraphTraversalTest has a sweet method that uses reflection to generate - posted by ok...@apache.org on 2016/11/18 00:58:37 UTC, 0 replies.
- svn commit: r1770369 - in /tinkerpop/site: .DS_Store images/.DS_Store images/logos/grakn-logo.png index.html providers.html - posted by ok...@apache.org on 2016/11/18 12:06:06 UTC, 0 replies.
- [1/3] tinkerpop git commit: added Grakn to provider listings. - posted by ok...@apache.org on 2016/11/18 12:07:49 UTC, 0 replies.
- [2/3] tinkerpop git commit: added Grakn to provider listings. - posted by ok...@apache.org on 2016/11/18 12:07:50 UTC, 0 replies.
- [3/3] tinkerpop git commit: added Grakn to provider listings. - posted by ok...@apache.org on 2016/11/18 12:07:51 UTC, 0 replies.
- tinkerpop git commit: IoPropertyTest had to be tweaked cause graphson v2 without embedded types was turning Neo4j ids to ints instead of longs. We really should get rid of graphson v2-noembedding (@spmallette). Finally, along with doing string comparison - posted by ok...@apache.org on 2016/11/18 13:42:46 UTC, 0 replies.
- tinkerpop git commit: Change env var DOCKER_OPTS (TINKERPOP-1556) to TINKERPOP_DOCKER_OPTS - posted by rd...@apache.org on 2016/11/18 16:31:18 UTC, 0 replies.
- [1/9] tinkerpop git commit: added links to docs from upgrade note; added warning about -i - posted by rd...@apache.org on 2016/11/19 08:21:38 UTC, 0 replies.
- [2/9] tinkerpop git commit: Corrected systemd template, user will be handled by gremlin-server.sh. Updated correct section. - posted by rd...@apache.org on 2016/11/19 08:21:39 UTC, 0 replies.
- [3/9] tinkerpop git commit: gremlin-server.sh is also init script. updated docs. - posted by rd...@apache.org on 2016/11/19 08:21:40 UTC, 0 replies.
- [4/9] tinkerpop git commit: added license to make rat happy - posted by rd...@apache.org on 2016/11/19 08:21:41 UTC, 0 replies.
- [5/9] tinkerpop git commit: added sysv and systemd init scripts - posted by rd...@apache.org on 2016/11/19 08:21:42 UTC, 0 replies.
- [6/9] tinkerpop git commit: updated usage for windows gremlin-server.bat - posted by rd...@apache.org on 2016/11/19 08:21:43 UTC, 0 replies.
- [7/9] tinkerpop git commit: updated per @dkuppitz review - posted by rd...@apache.org on 2016/11/19 08:21:44 UTC, 0 replies.
- [8/9] tinkerpop git commit: fixed url version - posted by rd...@apache.org on 2016/11/19 08:21:45 UTC, 0 replies.
- [9/9] tinkerpop git commit: Merge branch 'TINKERPOP-980' - posted by rd...@apache.org on 2016/11/19 08:21:46 UTC, 0 replies.
- tinkerpop git commit: added doc - posted by rd...@apache.org on 2016/11/19 09:10:29 UTC, 0 replies.
- [1/5] tinkerpop git commit: build faster with in-memory fs make giraph wait less - posted by rd...@apache.org on 2016/11/19 09:48:17 UTC, 0 replies.
- [2/5] tinkerpop git commit: Change env var DOCKER_OPTS (TINKERPOP-1556) to TINKERPOP_DOCKER_OPTS - posted by rd...@apache.org on 2016/11/19 09:48:18 UTC, 0 replies.
- [3/5] tinkerpop git commit: added doc - posted by rd...@apache.org on 2016/11/19 09:48:19 UTC, 0 replies.
- [4/5] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by rd...@apache.org on 2016/11/19 09:48:20 UTC, 0 replies.
- [5/5] tinkerpop git commit: Merge branch 'tp32' - posted by rd...@apache.org on 2016/11/19 09:48:21 UTC, 0 replies.
- [1/4] tinkerpop git commit: build faster with in-memory fs make giraph wait less - posted by rd...@apache.org on 2016/11/19 09:48:34 UTC, 0 replies.
- [2/4] tinkerpop git commit: Change env var DOCKER_OPTS (TINKERPOP-1556) to TINKERPOP_DOCKER_OPTS - posted by rd...@apache.org on 2016/11/19 09:48:35 UTC, 0 replies.
- [3/4] tinkerpop git commit: added doc - posted by rd...@apache.org on 2016/11/19 09:48:36 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by rd...@apache.org on 2016/11/19 09:48:37 UTC, 0 replies.
- [1/3] tinkerpop git commit: build faster with in-memory fs make giraph wait less - posted by rd...@apache.org on 2016/11/19 09:48:55 UTC, 0 replies.
- [2/3] tinkerpop git commit: Change env var DOCKER_OPTS (TINKERPOP-1556) to TINKERPOP_DOCKER_OPTS - posted by rd...@apache.org on 2016/11/19 09:48:56 UTC, 0 replies.
- [3/3] tinkerpop git commit: added doc - posted by rd...@apache.org on 2016/11/19 09:48:57 UTC, 0 replies.
- [1/4] tinkerpop git commit: Moved `NumberHelper` into `org.apache.tinkerpop.gremlin.util`. - posted by dk...@apache.org on 2016/11/19 10:11:53 UTC, 0 replies.
- [2/4] tinkerpop git commit: Made `NummberHelper` class `final`. - posted by dk...@apache.org on 2016/11/19 10:11:54 UTC, 0 replies.
- [3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1399' - posted by dk...@apache.org on 2016/11/19 10:11:55 UTC, 0 replies.
- [4/4] tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tinkerpop - posted by dk...@apache.org on 2016/11/19 10:11:56 UTC, 0 replies.
- tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted. - posted by tw...@apache.org on 2016/11/19 21:22:53 UTC, 0 replies.
- tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted. [Forced Update!] - posted by tw...@apache.org on 2016/11/20 14:04:06 UTC, 1 replies.
- tinkerpop git commit: added basic example for gremlin python promise api - posted by da...@apache.org on 2016/11/21 00:00:16 UTC, 0 replies.
- tinkerpop git commit: updated test ports - posted by da...@apache.org on 2016/11/21 00:15:19 UTC, 0 replies.
- [1/3] tinkerpop git commit: corrected neo4j version to match actual dependency version - posted by rd...@apache.org on 2016/11/21 02:19:42 UTC, 0 replies.
- [1/2] tinkerpop git commit: corrected neo4j version to match actual dependency version - posted by rd...@apache.org on 2016/11/21 02:19:58 UTC, 0 replies.
- tinkerpop git commit: corrected neo4j version to match actual dependency version - posted by rd...@apache.org on 2016/11/21 02:20:14 UTC, 0 replies.
- [1/3] tinkerpop git commit: Initial effort to deprecate ScriptEngines. - posted by sp...@apache.org on 2016/11/21 12:44:25 UTC, 0 replies.
- [2/3] tinkerpop git commit: More deprecation around methods on building GremlinExecutor that used ScriptEngines. - posted by sp...@apache.org on 2016/11/21 12:44:26 UTC, 0 replies.
- [3/3] tinkerpop git commit: Add GreminServerGremlinModule for Gremlin Server specific imports - posted by sp...@apache.org on 2016/11/21 12:44:27 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1562 Initial effort to deprecate ScriptEngines. [Forced Update!] - posted by sp...@apache.org on 2016/11/21 12:46:50 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1562 More deprecation around methods on building GremlinExecutor that used ScriptEngines. - posted by sp...@apache.org on 2016/11/21 12:46:51 UTC, 0 replies.
- [3/3] tinkerpop git commit: TINKERPOP-1562 Add GreminServerGremlinModule for Gremlin Server specific imports - posted by sp...@apache.org on 2016/11/21 12:46:52 UTC, 0 replies.
- tinkerpop git commit: removed a duplicate map adding in TraversalExplaination. - posted by ok...@apache.org on 2016/11/21 15:24:36 UTC, 0 replies.
- tinkerpop git commit: updated graphson.asciidoc. there were a couple of bugs in the generation script that were fixed too. - posted by ok...@apache.org on 2016/11/21 15:43:15 UTC, 0 replies.
- [1/7] tinkerpop git commit: TINKERPOP-1562 Add GremlinModule for Giraph. - posted by sp...@apache.org on 2016/11/21 22:18:23 UTC, 0 replies.
- [2/7] tinkerpop git commit: TINKERPOP-1562 Moved GremlinServerGremlinModule to standard directory structure - posted by sp...@apache.org on 2016/11/21 22:18:24 UTC, 0 replies.
- [3/7] tinkerpop git commit: TINKERPOP-1562 Deprecated GiraphGremlinPlugin. - posted by sp...@apache.org on 2016/11/21 22:18:25 UTC, 0 replies.
- [4/7] tinkerpop git commit: TINKERPOP-1562 Move RemoteAcceptor related stuff to gremlin-core. - posted by sp...@apache.org on 2016/11/21 22:18:26 UTC, 0 replies.
- [5/7] tinkerpop git commit: TINKERPOP-1562 Renamed GremlinModule to GremlinPlugin in gremlin-core - posted by sp...@apache.org on 2016/11/21 22:18:27 UTC, 0 replies.
- [6/7] tinkerpop git commit: TINKERPOP-1562 Bring back GremlinModule and deprecate it. - posted by sp...@apache.org on 2016/11/21 22:18:28 UTC, 0 replies.
- [7/7] tinkerpop git commit: TINKERPOP-1562 Start getting Console working with new plugin stuff - posted by sp...@apache.org on 2016/11/21 22:18:29 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1530 Consistent use of instance() - posted by sp...@apache.org on 2016/11/22 11:35:43 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1530' into tp32 - posted by sp...@apache.org on 2016/11/22 11:35:44 UTC, 0 replies.
- [1/2] tinkerpop git commit: TINKERPOP-1530 Consistent use of instance() - posted by sp...@apache.org on 2016/11/22 11:35:51 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1530' into tp32 - posted by sp...@apache.org on 2016/11/22 11:35:52 UTC, 0 replies.
- [1/6] tinkerpop git commit: TINKERPOP-1562 ImportCustomizer has become an interface - posted by sp...@apache.org on 2016/11/22 15:58:57 UTC, 0 replies.
- [2/6] tinkerpop git commit: TINKERPOP-1562 Change ScriptCustomizer to an interface. - posted by sp...@apache.org on 2016/11/22 15:58:58 UTC, 0 replies.
- [3/6] tinkerpop git commit: TINKERPOP-1562 Rename "modules" as "plugin" - posted by sp...@apache.org on 2016/11/22 15:58:59 UTC, 0 replies.
- [4/6] tinkerpop git commit: TINKERPOP-1562 Fixed problems related to loading new/old plugins - posted by sp...@apache.org on 2016/11/22 15:59:00 UTC, 0 replies.
- [5/6] tinkerpop git commit: TINKERPOP-1562 Deprecated TinkerGraphGremlinPlugin. - posted by sp...@apache.org on 2016/11/22 15:59:01 UTC, 0 replies.
- [6/6] tinkerpop git commit: TINKERPOP-1562 Added SparkGremlinPlugin - posted by sp...@apache.org on 2016/11/22 15:59:02 UTC, 0 replies.
- [1/2] tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted. - posted by tw...@apache.org on 2016/11/22 16:58:20 UTC, 0 replies.
- [2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1548' into tp32 - posted by tw...@apache.org on 2016/11/22 16:58:21 UTC, 0 replies.
- [1/3] tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted. - posted by tw...@apache.org on 2016/11/22 16:58:54 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1548' into tp32 - posted by tw...@apache.org on 2016/11/22 16:58:55 UTC, 0 replies.
- [1/4] tinkerpop git commit: TINKERPOP-1562 Add new Neo4j GremlinPlugin and deprecated old one - posted by sp...@apache.org on 2016/11/22 21:36:16 UTC, 0 replies.
- [2/4] tinkerpop git commit: TINKERPOP-1562 Add new HadoopGremlinPlugin and deprecated the old. - posted by sp...@apache.org on 2016/11/22 21:36:17 UTC, 0 replies.
- [3/4] tinkerpop git commit: TINKERPOP-1562 Added new plugins for gremlin-groovy to replace deprecated ones. - posted by sp...@apache.org on 2016/11/22 21:36:18 UTC, 0 replies.
- [4/4] tinkerpop git commit: TINKERPOP-1562 Added gremlin-console plugins under the new model. - posted by sp...@apache.org on 2016/11/22 21:36:19 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: CHANGELOG lost its addition [Forced Update!] - posted by dk...@apache.org on 2016/11/23 01:36:18 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1547' into tp32 - posted by dk...@apache.org on 2016/11/23 01:36:19 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: CTR: added HadoopGtaph OPT_OUTs for MatchTests that were way too slow and made Travis CI fail - posted by dk...@apache.org on 2016/11/23 01:36:20 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: Set TinkerIoRegistryV2 in cofig files directly. - posted by dk...@apache.org on 2016/11/23 01:36:21 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: Added an exercise mode to the profiling app - posted by dk...@apache.org on 2016/11/23 01:36:22 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: TINKERPOP-1530 Consistent use of instance() - posted by dk...@apache.org on 2016/11/23 01:36:23 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: Add log4j as optional dependency to gremlin-driver - posted by dk...@apache.org on 2016/11/23 01:36:24 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by dk...@apache.org on 2016/11/23 01:36:25 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by dk...@apache.org on 2016/11/23 01:36:26 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: Improved documentation for RemoteConnection development CTR - posted by dk...@apache.org on 2016/11/23 01:36:27 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: Cleaned up error processing on remote side-effects. - posted by dk...@apache.org on 2016/11/23 01:36:28 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: fixed a GroupStep serialization bug that was introduced many tickets ago -- don't know why we didn't notice it. simple fix. - posted by dk...@apache.org on 2016/11/23 01:36:29 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: TINKERPOP-1538 Fixed broken test that needed to use TestClientFactory - posted by dk...@apache.org on 2016/11/23 01:36:30 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: TINKERPOP-1538 Fixed handling of pass-thru configs for DriverRemoteConnection - posted by dk...@apache.org on 2016/11/23 01:36:31 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by dk...@apache.org on 2016/11/23 01:36:32 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: TINKERPOP-1538 Use non-default port for gremlin server tests - posted by dk...@apache.org on 2016/11/23 01:36:33 UTC, 0 replies.
- [17/50] [abbrv] tinkerpop git commit: TINKERPOP-1538 Fixed up test logic after merge. - posted by dk...@apache.org on 2016/11/23 01:36:34 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: fixed typo - CTR - posted by dk...@apache.org on 2016/11/23 01:36:35 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: Merge commit 'c20d814' into tp32 - posted by dk...@apache.org on 2016/11/23 01:36:36 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: Improved error message for authentication message formatting problems. CTR - posted by dk...@apache.org on 2016/11/23 01:36:37 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by dk...@apache.org on 2016/11/23 01:36:38 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1538' into tp31 - posted by dk...@apache.org on 2016/11/23 01:36:39 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1538-tp32' into tp32 - posted by dk...@apache.org on 2016/11/23 01:36:40 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31' into tp32 - posted by dk...@apache.org on 2016/11/23 01:36:41 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: Changed some spark-gremlin tests to integration tests. - posted by dk...@apache.org on 2016/11/23 01:36:42 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: found an unuse field in TraversalRing and a minor optimization in StringFactory around using isEmpty() vs. size() == 0. CTR. - posted by dk...@apache.org on 2016/11/23 01:36:43 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: found another size() == 0 and changed to isEmpty(). CTR. - posted by dk...@apache.org on 2016/11/23 01:36:44 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: added more test cases around has() handling. - posted by dk...@apache.org on 2016/11/23 01:36:45 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: first push on 'left-append' of has() containers. - posted by dk...@apache.org on 2016/11/23 01:36:46 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: fixed up the hasXXX() methods to account of P and Object differently. Will go through and create a TraversalHelper.addHasContainer() method which will left append or right append depending on Traversal state. this wi - posted by dk...@apache.org on 2016/11/23 01:36:47 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: added TraversalHelper.addHasContainer() which will either append a HasStep with container or if the traverasl ends with a HasContainerHolder, fold the container into the holder. This just makes the code in GraphTrave - posted by dk...@apache.org on 2016/11/23 01:36:48 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: found a bug in HasContainer.makeHasContainers() around AndP recurssion. No biggie, just didn't yield ultimate optimization. Found a bug in InlineFilterStrategy where hasLabel() should only back propagate into VertexS - posted by dk...@apache.org on 2016/11/23 01:36:49 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: more test cases around where().by(). all still good in the hood. - posted by dk...@apache.org on 2016/11/23 01:36:50 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: caught another bug in FilterRankStrategy. We really need to get the max rank of the traversal parent's nested steps. Effects AndStep, OrStep, WhereTraversalStep, WherePredicateStep, DedupStep, OrderStep. This ensures - posted by dk...@apache.org on 2016/11/23 01:36:51 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: fixed a FilterRankStrategy bug that was introduced with where().by(). Added test cases to verify behavior. Updated CHANGELOG. - posted by dk...@apache.org on 2016/11/23 01:36:52 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: moved where().by() a bit further down in the FilterRankStrategy ranking as OrStep and AndStep can have has(xxx) analyses. - posted by dk...@apache.org on 2016/11/23 01:36:53 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: updated upgrade with links to the respective tickets. - posted by dk...@apache.org on 2016/11/23 01:36:54 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: allow users to pass options to docker - posted by dk...@apache.org on 2016/11/23 01:36:55 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by dk...@apache.org on 2016/11/23 01:36:56 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: build faster with in-memory fs make giraph wait less - posted by dk...@apache.org on 2016/11/23 01:36:57 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: Change env var DOCKER_OPTS (TINKERPOP-1556) to TINKERPOP_DOCKER_OPTS - posted by dk...@apache.org on 2016/11/23 01:36:58 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: added doc - posted by dk...@apache.org on 2016/11/23 01:36:59 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by dk...@apache.org on 2016/11/23 01:37:00 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: corrected neo4j version to match actual dependency version - posted by dk...@apache.org on 2016/11/23 01:37:01 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by dk...@apache.org on 2016/11/23 01:37:02 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1530' into tp32 - posted by dk...@apache.org on 2016/11/23 01:37:03 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted. - posted by dk...@apache.org on 2016/11/23 01:37:04 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1548' into tp32 - posted by dk...@apache.org on 2016/11/23 01:37:05 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: added failing store() test - posted by dk...@apache.org on 2016/11/23 01:37:06 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: Implemented `NoBarrierStrategy` - posted by dk...@apache.org on 2016/11/23 01:37:07 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' [Forced Update!] - posted by ok...@apache.org on 2016/11/23 01:47:39 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: per @spmallette instructions, selectV3d0 should be called selectV3d2. Changed and rebuilt. - posted by ok...@apache.org on 2016/11/23 01:47:40 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: Pop.mixed introduced to replace using a null Pop argument. SelectOneStep and SelectStep now default to using Pop.last instead of Pop.mixed. All other Scoping steps already use Pop.last semantics. This change will all - posted by ok...@apache.org on 2016/11/23 01:47:41 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/23 01:47:42 UTC, 1 replies.
- [05/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1538-master' - posted by ok...@apache.org on 2016/11/23 01:47:43 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/23 01:47:44 UTC, 1 replies.
- [07/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/23 01:47:45 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/23 01:47:46 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/23 01:47:47 UTC, 1 replies.
- [10/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/23 01:47:48 UTC, 1 replies.
- [11/50] [abbrv] tinkerpop git commit: Added HGraphDB to graph systems listing. - posted by ok...@apache.org on 2016/11/23 01:47:49 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: allow users to pass options to docker - posted by ok...@apache.org on 2016/11/23 01:47:50 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: added links to docs from upgrade note; added warning about -i - posted by ok...@apache.org on 2016/11/23 01:47:51 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: Corrected systemd template, user will be handled by gremlin-server.sh. Updated correct section. - posted by ok...@apache.org on 2016/11/23 01:47:52 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: gremlin-server.sh is also init script. updated docs. - posted by ok...@apache.org on 2016/11/23 01:47:53 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: added license to make rat happy - posted by ok...@apache.org on 2016/11/23 01:47:54 UTC, 0 replies.
- [17/50] [abbrv] tinkerpop git commit: added sysv and systemd init scripts - posted by ok...@apache.org on 2016/11/23 01:47:55 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: updated usage for windows gremlin-server.bat - posted by ok...@apache.org on 2016/11/23 01:47:56 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: updated per @dkuppitz review - posted by ok...@apache.org on 2016/11/23 01:47:57 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by ok...@apache.org on 2016/11/23 01:47:58 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/23 01:47:59 UTC, 1 replies.
- [22/50] [abbrv] tinkerpop git commit: fixed url version - posted by ok...@apache.org on 2016/11/23 01:48:00 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: build faster with in-memory fs make giraph wait less - posted by ok...@apache.org on 2016/11/23 01:48:01 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: added Grakn to provider listings. - posted by ok...@apache.org on 2016/11/23 01:48:02 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: added Grakn to provider listings. - posted by ok...@apache.org on 2016/11/23 01:48:03 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: added Grakn to provider listings. - posted by ok...@apache.org on 2016/11/23 01:48:04 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: Change env var DOCKER_OPTS (TINKERPOP-1556) to TINKERPOP_DOCKER_OPTS - posted by ok...@apache.org on 2016/11/23 01:48:05 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-980' - posted by ok...@apache.org on 2016/11/23 01:48:06 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: added doc - posted by ok...@apache.org on 2016/11/23 01:48:07 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by ok...@apache.org on 2016/11/23 01:48:08 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/23 01:48:09 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1399' - posted by ok...@apache.org on 2016/11/23 01:48:10 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tinkerpop - posted by ok...@apache.org on 2016/11/23 01:48:11 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: corrected neo4j version to match actual dependency version - posted by ok...@apache.org on 2016/11/23 01:48:12 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by ok...@apache.org on 2016/11/23 01:48:13 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/23 01:48:14 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1530' into tp32 - posted by ok...@apache.org on 2016/11/23 01:48:15 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/23 01:48:16 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted. - posted by ok...@apache.org on 2016/11/23 01:48:17 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1548' into tp32 - posted by ok...@apache.org on 2016/11/23 01:48:18 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/23 01:48:19 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: Element data in VertexProperty and Property are now minimilistic and only what is necessay to attach the Property/VertexProperty. Added more test cases accordingly. - posted by ok...@apache.org on 2016/11/23 01:48:20 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: removed a duplicate map adding in TraversalExplaination. - posted by ok...@apache.org on 2016/11/23 01:48:21 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: changed the Edge property GraphSON serialization to do key/value map like VertexProperty metaProperties. Talking with @spmallette -- we believe the Edge property serialization is a bug. Other random cleanups. - posted by ok...@apache.org on 2016/11/23 01:48:22 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: IoPropertyTest had to be tweaked cause graphson v2 without embedded types was turning Neo4j ids to ints instead of longs. We really should get rid of graphson v2-noembedding (@spmallette). Finally, along with doing s - posted by ok...@apache.org on 2016/11/23 01:48:23 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: I just did Gods work. TranslationStrategy is now smart about removing itself from the Bytecode so all the Translators no longer have to have IS_TESTING in them. GraphTraversalTest has a sweet method that uses reflect - posted by ok...@apache.org on 2016/11/23 01:48:24 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: TranslationStrategy (a test framework strategy) now verifies that the Bytecode submitted to the translator is equal to the bytecode of the generated/translated traversal. This was a nightmare to get everything workin - posted by ok...@apache.org on 2016/11/23 01:48:25 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: TranslationStrategy (a test framework strategy) now verifies that the Bytecode submitted to the translator is equal to the bytecode of the generated/translated traversal. This was a nightmare to get everything workin - posted by ok...@apache.org on 2016/11/23 01:48:26 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: updated graphson.asciidoc. there were a couple of bugs in the generation script that were fixed too. - posted by ok...@apache.org on 2016/11/23 01:48:27 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: moved the CHANGELOG updates to 3.3.0 as the ticket has been retargeted. - posted by ok...@apache.org on 2016/11/23 01:48:28 UTC, 0 replies.
- [01/42] tinkerpop git commit: TINKERPOP-1530 Consistent use of instance() [Forced Update!] - posted by sp...@apache.org on 2016/11/23 11:09:50 UTC, 0 replies.
- [02/42] tinkerpop git commit: added more test cases around has() handling. - posted by sp...@apache.org on 2016/11/23 11:09:51 UTC, 0 replies.
- [03/42] tinkerpop git commit: found a bug in HasContainer.makeHasContainers() around AndP recurssion. No biggie, just didn't yield ultimate optimization. Found a bug in InlineFilterStrategy where hasLabel() should only back propagate into VertexStep[edge - posted by sp...@apache.org on 2016/11/23 11:09:52 UTC, 0 replies.
- [04/42] tinkerpop git commit: fixed up the hasXXX() methods to account of P and Object differently. Will go through and create a TraversalHelper.addHasContainer() method which will left append or right append depending on Traversal state. this will simpl - posted by sp...@apache.org on 2016/11/23 11:09:53 UTC, 0 replies.
- [05/42] tinkerpop git commit: first push on 'left-append' of has() containers. - posted by sp...@apache.org on 2016/11/23 11:09:54 UTC, 0 replies.
- [06/42] tinkerpop git commit: added TraversalHelper.addHasContainer() which will either append a HasStep with container or if the traverasl ends with a HasContainerHolder, fold the container into the holder. This just makes the code in GraphTravesrsal cl - posted by sp...@apache.org on 2016/11/23 11:09:55 UTC, 0 replies.
- [07/42] tinkerpop git commit: caught another bug in FilterRankStrategy. We really need to get the max rank of the traversal parent's nested steps. Effects AndStep, OrStep, WhereTraversalStep, WherePredicateStep, DedupStep, OrderStep. This ensures that fi - posted by sp...@apache.org on 2016/11/23 11:09:56 UTC, 0 replies.
- [08/42] tinkerpop git commit: more test cases around where().by(). all still good in the hood. - posted by sp...@apache.org on 2016/11/23 11:09:57 UTC, 0 replies.
- [09/42] tinkerpop git commit: updated upgrade with links to the respective tickets. - posted by sp...@apache.org on 2016/11/23 11:09:58 UTC, 0 replies.
- [10/42] tinkerpop git commit: fixed a FilterRankStrategy bug that was introduced with where().by(). Added test cases to verify behavior. Updated CHANGELOG. - posted by sp...@apache.org on 2016/11/23 11:09:59 UTC, 0 replies.
- [11/42] tinkerpop git commit: moved where().by() a bit further down in the FilterRankStrategy ranking as OrStep and AndStep can have has(xxx) analyses. - posted by sp...@apache.org on 2016/11/23 11:10:00 UTC, 0 replies.
- [12/42] tinkerpop git commit: allow users to pass options to docker - posted by sp...@apache.org on 2016/11/23 11:10:01 UTC, 0 replies.
- [13/42] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/11/23 11:10:02 UTC, 0 replies.
- [14/42] tinkerpop git commit: build faster with in-memory fs make giraph wait less - posted by sp...@apache.org on 2016/11/23 11:10:03 UTC, 0 replies.
- [15/42] tinkerpop git commit: Change env var DOCKER_OPTS (TINKERPOP-1556) to TINKERPOP_DOCKER_OPTS - posted by sp...@apache.org on 2016/11/23 11:10:04 UTC, 0 replies.
- [16/42] tinkerpop git commit: added doc - posted by sp...@apache.org on 2016/11/23 11:10:05 UTC, 0 replies.
- [17/42] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/11/23 11:10:06 UTC, 0 replies.
- [18/42] tinkerpop git commit: corrected neo4j version to match actual dependency version - posted by sp...@apache.org on 2016/11/23 11:10:07 UTC, 0 replies.
- [19/42] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by sp...@apache.org on 2016/11/23 11:10:08 UTC, 0 replies.
- [20/42] tinkerpop git commit: Merge branch 'TINKERPOP-1530' into tp32 - posted by sp...@apache.org on 2016/11/23 11:10:09 UTC, 0 replies.
- [21/42] tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted. - posted by sp...@apache.org on 2016/11/23 11:10:10 UTC, 0 replies.
- [22/42] tinkerpop git commit: Merge branch 'TINKERPOP-1548' into tp32 - posted by sp...@apache.org on 2016/11/23 11:10:11 UTC, 0 replies.
- [23/42] tinkerpop git commit: TINKERPOP-1562 Deprecated GiraphGremlinPlugin. - posted by sp...@apache.org on 2016/11/23 11:10:12 UTC, 0 replies.
- [24/42] tinkerpop git commit: TINKERPOP-1562 Move RemoteAcceptor related stuff to gremlin-core. - posted by sp...@apache.org on 2016/11/23 11:10:13 UTC, 0 replies.
- [25/42] tinkerpop git commit: TINKERPOP-1562 Moved GremlinServerGremlinModule to standard directory structure - posted by sp...@apache.org on 2016/11/23 11:10:14 UTC, 0 replies.
- [26/42] tinkerpop git commit: TINKERPOP-1562 Initial effort to deprecate ScriptEngines. - posted by sp...@apache.org on 2016/11/23 11:10:15 UTC, 0 replies.
- [27/42] tinkerpop git commit: TINKERPOP-1562 More deprecation around methods on building GremlinExecutor that used ScriptEngines. - posted by sp...@apache.org on 2016/11/23 11:10:16 UTC, 0 replies.
- [28/42] tinkerpop git commit: TINKERPOP-1562 Add GreminServerGremlinModule for Gremlin Server specific imports - posted by sp...@apache.org on 2016/11/23 11:10:17 UTC, 0 replies.
- [29/42] tinkerpop git commit: TINKERPOP-1562 Add GremlinModule for Giraph. - posted by sp...@apache.org on 2016/11/23 11:10:18 UTC, 0 replies.
- [30/42] tinkerpop git commit: TINKERPOP-1562 Add new HadoopGremlinPlugin and deprecated the old. - posted by sp...@apache.org on 2016/11/23 11:10:19 UTC, 0 replies.
- [31/42] tinkerpop git commit: TINKERPOP-1562 Added gremlin-console plugins under the new model. - posted by sp...@apache.org on 2016/11/23 11:10:20 UTC, 0 replies.
- [32/42] tinkerpop git commit: TINKERPOP-1562 Fixed problems related to loading new/old plugins - posted by sp...@apache.org on 2016/11/23 11:10:21 UTC, 0 replies.
- [33/42] tinkerpop git commit: TINKERPOP-1562 Deprecated TinkerGraphGremlinPlugin. - posted by sp...@apache.org on 2016/11/23 11:10:22 UTC, 0 replies.
- [34/42] tinkerpop git commit: TINKERPOP-1562 Bring back GremlinModule and deprecate it. - posted by sp...@apache.org on 2016/11/23 11:10:23 UTC, 0 replies.
- [35/42] tinkerpop git commit: TINKERPOP-1562 Added SparkGremlinPlugin - posted by sp...@apache.org on 2016/11/23 11:10:24 UTC, 0 replies.
- [36/42] tinkerpop git commit: TINKERPOP-1562 ImportCustomizer has become an interface - posted by sp...@apache.org on 2016/11/23 11:10:25 UTC, 0 replies.
- [37/42] tinkerpop git commit: TINKERPOP-1562 Add new Neo4j GremlinPlugin and deprecated old one - posted by sp...@apache.org on 2016/11/23 11:10:26 UTC, 0 replies.
- [38/42] tinkerpop git commit: TINKERPOP-1562 Renamed GremlinModule to GremlinPlugin in gremlin-core - posted by sp...@apache.org on 2016/11/23 11:10:27 UTC, 0 replies.
- [39/42] tinkerpop git commit: TINKERPOP-1562 Rename "modules" as "plugin" - posted by sp...@apache.org on 2016/11/23 11:10:28 UTC, 0 replies.
- [40/42] tinkerpop git commit: TINKERPOP-1562 Change ScriptCustomizer to an interface. - posted by sp...@apache.org on 2016/11/23 11:10:29 UTC, 0 replies.
- [41/42] tinkerpop git commit: TINKERPOP-1562 Start getting Console working with new plugin stuff - posted by sp...@apache.org on 2016/11/23 11:10:30 UTC, 0 replies.
- [42/42] tinkerpop git commit: TINKERPOP-1562 Added new plugins for gremlin-groovy to replace deprecated ones. - posted by sp...@apache.org on 2016/11/23 11:10:31 UTC, 0 replies.
- tinkerpop git commit: added a test to PathTest that fails in tp32. adding it here and will upmerge and fix in tp32/master. CTR. - posted by ok...@apache.org on 2016/11/23 11:27:34 UTC, 0 replies.
- [1/2] tinkerpop git commit: added a test to PathTest that fails in tp32. adding it here and will upmerge and fix in tp32/master. CTR. - posted by ok...@apache.org on 2016/11/23 12:11:45 UTC, 0 replies.
- [2/2] tinkerpop git commit: @dkuppitz found a Path bug in tp32/. I added a test case to tp31/ and the bug wasn't there. I upmerged to tp32/ and the bug was exposed. The bug isn't in an official release and was introduced a ccouple of weeks ago with MARKE - posted by ok...@apache.org on 2016/11/23 12:11:46 UTC, 0 replies.
- [1/3] tinkerpop git commit: added a test to PathTest that fails in tp32. adding it here and will upmerge and fix in tp32/master. CTR. - posted by ok...@apache.org on 2016/11/23 12:27:04 UTC, 0 replies.
- [2/3] tinkerpop git commit: @dkuppitz found a Path bug in tp32/. I added a test case to tp31/ and the bug wasn't there. I upmerged to tp32/ and the bug was exposed. The bug isn't in an official release and was introduced a ccouple of weeks ago with MARKE - posted by ok...@apache.org on 2016/11/23 12:27:05 UTC, 0 replies.
- [1/4] tinkerpop git commit: TINKERPOP-1562 Minor changes to javadocs. - posted by sp...@apache.org on 2016/11/23 22:11:53 UTC, 0 replies.
- [2/4] tinkerpop git commit: TINKERPOP-1562 Added more tests for plugins/customizers - posted by sp...@apache.org on 2016/11/23 22:11:54 UTC, 0 replies.
- [3/4] tinkerpop git commit: TINKERPOP-1562 Added more tests for the GremlnPluginAdapter - posted by sp...@apache.org on 2016/11/23 22:11:55 UTC, 0 replies.
- [4/4] tinkerpop git commit: TINKERPOP-1562 Abstracted groovysh/io to GremlinShellEnvironment - posted by sp...@apache.org on 2016/11/23 22:11:56 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1562 Added JSR-223 packages in gremin-core to core javadoc - posted by sp...@apache.org on 2016/11/23 22:23:49 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1520 Print seed to the logging in test using Random - posted by sp...@apache.org on 2016/11/24 11:38:04 UTC, 0 replies.
- [01/12] tinkerpop git commit: updated graphson.asciidoc. there were a couple of bugs in the generation script that were fixed too. - posted by ok...@apache.org on 2016/11/24 12:04:59 UTC, 0 replies.
- [02/12] tinkerpop git commit: removed a duplicate map adding in TraversalExplaination. - posted by ok...@apache.org on 2016/11/24 12:05:00 UTC, 0 replies.
- [03/12] tinkerpop git commit: IoPropertyTest had to be tweaked cause graphson v2 without embedded types was turning Neo4j ids to ints instead of longs. We really should get rid of graphson v2-noembedding (@spmallette). Finally, along with doing string co - posted by ok...@apache.org on 2016/11/24 12:05:01 UTC, 0 replies.
- [04/12] tinkerpop git commit: TranslationStrategy (a test framework strategy) now verifies that the Bytecode submitted to the translator is equal to the bytecode of the generated/translated traversal. This was a nightmare to get everything working. We ha - posted by ok...@apache.org on 2016/11/24 12:05:02 UTC, 0 replies.
- [05/12] tinkerpop git commit: TranslationStrategy (a test framework strategy) now verifies that the Bytecode submitted to the translator is equal to the bytecode of the generated/translated traversal. This was a nightmare to get everything working. We ha - posted by ok...@apache.org on 2016/11/24 12:05:03 UTC, 0 replies.
- [06/12] tinkerpop git commit: I just did Gods work. TranslationStrategy is now smart about removing itself from the Bytecode so all the Translators no longer have to have IS_TESTING in them. GraphTraversalTest has a sweet method that uses reflection to g - posted by ok...@apache.org on 2016/11/24 12:05:04 UTC, 0 replies.
- [07/12] tinkerpop git commit: Element data in VertexProperty and Property are now minimilistic and only what is necessay to attach the Property/VertexProperty. Added more test cases accordingly. - posted by ok...@apache.org on 2016/11/24 12:05:05 UTC, 0 replies.
- [08/12] tinkerpop git commit: changed the Edge property GraphSON serialization to do key/value map like VertexProperty metaProperties. Talking with @spmallette -- we believe the Edge property serialization is a bug. Other random cleanups. - posted by ok...@apache.org on 2016/11/24 12:05:06 UTC, 0 replies.
- [09/12] tinkerpop git commit: moved the CHANGELOG updates to 3.3.0 as the ticket has been retargeted. - posted by ok...@apache.org on 2016/11/24 12:05:07 UTC, 0 replies.
- [10/12] tinkerpop git commit: TINKERPOP-1520 Print seed to the logging in test using Random - posted by ok...@apache.org on 2016/11/24 12:05:08 UTC, 0 replies.
- [11/12] tinkerpop git commit: Merge branch 'TINKERPOP-1520' - posted by ok...@apache.org on 2016/11/24 12:05:09 UTC, 0 replies.
- [12/12] tinkerpop git commit: updated upgrade docs and CHANGELOG. Removed all the 'breaking'-tags in the 3.3.0 CHANGELOG listing for @spmallette. - posted by ok...@apache.org on 2016/11/24 12:05:10 UTC, 0 replies.
- tinkerpop git commit: first push on the query routing protocol for Gremlin 'OLTP'/'OLAP'. This push contains the Partition concept where a Graph has a PhysicalPartitions that can be broken up into as many LogicalPartitions as desired. These logical parti - posted by ok...@apache.org on 2016/11/24 12:57:08 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1562 Hooked up GremlinJythonScriptEngine to Customizers - posted by sp...@apache.org on 2016/11/24 13:12:42 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1562 Get customizers for both python and jython. - posted by sp...@apache.org on 2016/11/26 12:40:01 UTC, 0 replies.
- tinkerpop git commit: check for long type in Int32 serializer - posted by da...@apache.org on 2016/11/26 19:44:07 UTC, 0 replies.
- tinkerpop git commit: added a test case to WhereTest using withSideEffects after a report that Gremlin-Python failed on it. The test case verifies that the traversal is no longer a problem -- most likely indirectly fixed during the recent Gremlin-Python - posted by ok...@apache.org on 2016/11/28 18:04:50 UTC, 0 replies.
- [1/2] tinkerpop git commit: added a test case to WhereTest using withSideEffects after a report that Gremlin-Python failed on it. The test case verifies that the traversal is no longer a problem -- most likely indirectly fixed during the recent Gremlin-P - posted by ok...@apache.org on 2016/11/28 18:05:09 UTC, 0 replies.
- [01/30] tinkerpop git commit: added a test to PathTest that fails in tp32. adding it here and will upmerge and fix in tp32/master. CTR. [Forced Update!] - posted by sp...@apache.org on 2016/11/28 18:10:05 UTC, 0 replies.
- [02/30] tinkerpop git commit: @dkuppitz found a Path bug in tp32/. I added a test case to tp31/ and the bug wasn't there. I upmerged to tp32/ and the bug was exposed. The bug isn't in an official release and was introduced a ccouple of weeks ago with MAR - posted by sp...@apache.org on 2016/11/28 18:10:06 UTC, 0 replies.
- [03/30] tinkerpop git commit: added a test case to WhereTest using withSideEffects after a report that Gremlin-Python failed on it. The test case verifies that the traversal is no longer a problem -- most likely indirectly fixed during the recent Gremlin - posted by sp...@apache.org on 2016/11/28 18:10:07 UTC, 0 replies.
- [04/30] tinkerpop git commit: TINKERPOP-1562 Renamed GremlinModule to GremlinPlugin in gremlin-core - posted by sp...@apache.org on 2016/11/28 18:10:08 UTC, 0 replies.
- [05/30] tinkerpop git commit: TINKERPOP-1562 Add GremlinModule for Giraph. - posted by sp...@apache.org on 2016/11/28 18:10:09 UTC, 0 replies.
- [06/30] tinkerpop git commit: TINKERPOP-1562 Add GreminServerGremlinModule for Gremlin Server specific imports - posted by sp...@apache.org on 2016/11/28 18:10:10 UTC, 0 replies.
- [07/30] tinkerpop git commit: TINKERPOP-1562 More deprecation around methods on building GremlinExecutor that used ScriptEngines. - posted by sp...@apache.org on 2016/11/28 18:10:11 UTC, 0 replies.
- [08/30] tinkerpop git commit: TINKERPOP-1562 Initial effort to deprecate ScriptEngines. - posted by sp...@apache.org on 2016/11/28 18:10:12 UTC, 0 replies.
- [09/30] tinkerpop git commit: TINKERPOP-1562 Move RemoteAcceptor related stuff to gremlin-core. - posted by sp...@apache.org on 2016/11/28 18:10:13 UTC, 0 replies.
- [10/30] tinkerpop git commit: TINKERPOP-1562 Deprecated GiraphGremlinPlugin. - posted by sp...@apache.org on 2016/11/28 18:10:14 UTC, 0 replies.
- [11/30] tinkerpop git commit: TINKERPOP-1562 Moved GremlinServerGremlinModule to standard directory structure - posted by sp...@apache.org on 2016/11/28 18:10:15 UTC, 0 replies.
- [12/30] tinkerpop git commit: TINKERPOP-1562 Rename "modules" as "plugin" - posted by sp...@apache.org on 2016/11/28 18:10:16 UTC, 0 replies.
- [13/30] tinkerpop git commit: TINKERPOP-1562 Minor changes to javadocs. - posted by sp...@apache.org on 2016/11/28 18:10:17 UTC, 0 replies.
- [14/30] tinkerpop git commit: TINKERPOP-1562 Added SparkGremlinPlugin - posted by sp...@apache.org on 2016/11/28 18:10:18 UTC, 0 replies.
- [15/30] tinkerpop git commit: TINKERPOP-1562 Add new HadoopGremlinPlugin and deprecated the old. - posted by sp...@apache.org on 2016/11/28 18:10:19 UTC, 0 replies.
- [16/30] tinkerpop git commit: TINKERPOP-1562 Bring back GremlinModule and deprecate it. - posted by sp...@apache.org on 2016/11/28 18:10:20 UTC, 0 replies.
- [17/30] tinkerpop git commit: TINKERPOP-1562 Start getting Console working with new plugin stuff - posted by sp...@apache.org on 2016/11/28 18:10:21 UTC, 0 replies.
- [18/30] tinkerpop git commit: TINKERPOP-1562 ImportCustomizer has become an interface - posted by sp...@apache.org on 2016/11/28 18:10:22 UTC, 0 replies.
- [19/30] tinkerpop git commit: TINKERPOP-1562 Fixed problems related to loading new/old plugins - posted by sp...@apache.org on 2016/11/28 18:10:23 UTC, 0 replies.
- [20/30] tinkerpop git commit: TINKERPOP-1562 Change ScriptCustomizer to an interface. - posted by sp...@apache.org on 2016/11/28 18:10:24 UTC, 0 replies.
- [21/30] tinkerpop git commit: TINKERPOP-1562 Added more tests for plugins/customizers - posted by sp...@apache.org on 2016/11/28 18:10:25 UTC, 0 replies.
- [22/30] tinkerpop git commit: TINKERPOP-1562 Added JSR-223 packages in gremin-core to core javadoc - posted by sp...@apache.org on 2016/11/28 18:10:26 UTC, 0 replies.
- [23/30] tinkerpop git commit: TINKERPOP-1562 Added more tests for the GremlnPluginAdapter - posted by sp...@apache.org on 2016/11/28 18:10:27 UTC, 0 replies.
- [24/30] tinkerpop git commit: TINKERPOP-1562 Hooked up GremlinJythonScriptEngine to Customizers - posted by sp...@apache.org on 2016/11/28 18:10:28 UTC, 0 replies.
- [25/30] tinkerpop git commit: TINKERPOP-1562 Added new plugins for gremlin-groovy to replace deprecated ones. - posted by sp...@apache.org on 2016/11/28 18:10:29 UTC, 0 replies.
- [26/30] tinkerpop git commit: TINKERPOP-1562 Deprecated TinkerGraphGremlinPlugin. - posted by sp...@apache.org on 2016/11/28 18:10:30 UTC, 0 replies.
- [27/30] tinkerpop git commit: TINKERPOP-1562 Added gremlin-console plugins under the new model. - posted by sp...@apache.org on 2016/11/28 18:10:31 UTC, 0 replies.
- [28/30] tinkerpop git commit: TINKERPOP-1562 Get customizers for both python and jython. - posted by sp...@apache.org on 2016/11/28 18:10:32 UTC, 0 replies.
- [29/30] tinkerpop git commit: TINKERPOP-1562 Add new Neo4j GremlinPlugin and deprecated old one - posted by sp...@apache.org on 2016/11/28 18:10:33 UTC, 0 replies.
- [30/30] tinkerpop git commit: TINKERPOP-1562 Abstracted groovysh/io to GremlinShellEnvironment - posted by sp...@apache.org on 2016/11/28 18:10:34 UTC, 0 replies.
- tinkerpop git commit: found a bug in PJacksonDeserializer around var arg handling. I thought that I had TINKERPOP-1567 fixed until I did a manual test and realized that GraphSONTranslator bypass var args and creates Collection -- which is correct. Thus, - posted by ok...@apache.org on 2016/11/28 20:41:52 UTC, 0 replies.
- [1/2] tinkerpop git commit: found a bug in PJacksonDeserializer around var arg handling. I thought that I had TINKERPOP-1567 fixed until I did a manual test and realized that GraphSONTranslator bypass var args and creates Collection -- which is correct. - posted by ok...@apache.org on 2016/11/28 20:42:05 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP=1562 Loaded "gremlin" imports in the scriptengines - posted by sp...@apache.org on 2016/11/28 21:53:10 UTC, 0 replies.
- tinkerpop git commit: Got ComplexTest setup for @dkuppitz to go to town on. I don't think we need to include a GroovyComplexTest because @spmallette is doing the work for master/ that gets rid of the need for gremlin-groovy-test and thus, no need to wast - posted by ok...@apache.org on 2016/11/28 22:49:14 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: allow users to pass options to docker [Forced Update!] - posted by dk...@apache.org on 2016/11/29 00:24:32 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: added links to docs from upgrade note; added warning about -i - posted by dk...@apache.org on 2016/11/29 00:24:33 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: Corrected systemd template, user will be handled by gremlin-server.sh. Updated correct section. - posted by dk...@apache.org on 2016/11/29 00:24:34 UTC, 0 replies.
- [04/50] [abbrv] tinkerpop git commit: gremlin-server.sh is also init script. updated docs. - posted by dk...@apache.org on 2016/11/29 00:24:35 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: added license to make rat happy - posted by dk...@apache.org on 2016/11/29 00:24:36 UTC, 0 replies.
- [06/50] [abbrv] tinkerpop git commit: added sysv and systemd init scripts - posted by dk...@apache.org on 2016/11/29 00:24:37 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: updated usage for windows gremlin-server.bat - posted by dk...@apache.org on 2016/11/29 00:24:38 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: updated per @dkuppitz review - posted by dk...@apache.org on 2016/11/29 00:24:39 UTC, 0 replies.
- [09/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by dk...@apache.org on 2016/11/29 00:24:40 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: fixed url version - posted by dk...@apache.org on 2016/11/29 00:24:42 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: build faster with in-memory fs make giraph wait less - posted by dk...@apache.org on 2016/11/29 00:24:43 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: added Grakn to provider listings. - posted by dk...@apache.org on 2016/11/29 00:24:44 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: added Grakn to provider listings. - posted by dk...@apache.org on 2016/11/29 00:24:45 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: added Grakn to provider listings. - posted by dk...@apache.org on 2016/11/29 00:24:46 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: Change env var DOCKER_OPTS (TINKERPOP-1556) to TINKERPOP_DOCKER_OPTS - posted by dk...@apache.org on 2016/11/29 00:24:47 UTC, 0 replies.
- [17/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-980' - posted by dk...@apache.org on 2016/11/29 00:24:48 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: added doc - posted by dk...@apache.org on 2016/11/29 00:24:49 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by dk...@apache.org on 2016/11/29 00:24:50 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by dk...@apache.org on 2016/11/29 00:24:51 UTC, 0 replies.
- [21/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1399' - posted by dk...@apache.org on 2016/11/29 00:24:52 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tinkerpop - posted by dk...@apache.org on 2016/11/29 00:24:53 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: corrected neo4j version to match actual dependency version - posted by dk...@apache.org on 2016/11/29 00:24:54 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by dk...@apache.org on 2016/11/29 00:24:55 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by dk...@apache.org on 2016/11/29 00:24:56 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1530' into tp32 - posted by dk...@apache.org on 2016/11/29 00:24:57 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by dk...@apache.org on 2016/11/29 00:24:58 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted. - posted by dk...@apache.org on 2016/11/29 00:24:59 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1548' into tp32 - posted by dk...@apache.org on 2016/11/29 00:25:00 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by dk...@apache.org on 2016/11/29 00:25:01 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: IoPropertyTest had to be tweaked cause graphson v2 without embedded types was turning Neo4j ids to ints instead of longs. We really should get rid of graphson v2-noembedding (@spmallette). Finally, along with doing s - posted by dk...@apache.org on 2016/11/29 00:25:02 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: removed a duplicate map adding in TraversalExplaination. - posted by dk...@apache.org on 2016/11/29 00:25:03 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: updated graphson.asciidoc. there were a couple of bugs in the generation script that were fixed too. - posted by dk...@apache.org on 2016/11/29 00:25:04 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: I just did Gods work. TranslationStrategy is now smart about removing itself from the Bytecode so all the Translators no longer have to have IS_TESTING in them. GraphTraversalTest has a sweet method that uses reflect - posted by dk...@apache.org on 2016/11/29 00:25:05 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: TranslationStrategy (a test framework strategy) now verifies that the Bytecode submitted to the translator is equal to the bytecode of the generated/translated traversal. This was a nightmare to get everything workin - posted by dk...@apache.org on 2016/11/29 00:25:06 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: TranslationStrategy (a test framework strategy) now verifies that the Bytecode submitted to the translator is equal to the bytecode of the generated/translated traversal. This was a nightmare to get everything workin - posted by dk...@apache.org on 2016/11/29 00:25:07 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: Element data in VertexProperty and Property are now minimilistic and only what is necessay to attach the Property/VertexProperty. Added more test cases accordingly. - posted by dk...@apache.org on 2016/11/29 00:25:08 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: changed the Edge property GraphSON serialization to do key/value map like VertexProperty metaProperties. Talking with @spmallette -- we believe the Edge property serialization is a bug. Other random cleanups. - posted by dk...@apache.org on 2016/11/29 00:25:09 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: moved the CHANGELOG updates to 3.3.0 as the ticket has been retargeted. - posted by dk...@apache.org on 2016/11/29 00:25:10 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: added a test to PathTest that fails in tp32. adding it here and will upmerge and fix in tp32/master. CTR. - posted by dk...@apache.org on 2016/11/29 00:25:11 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: @dkuppitz found a Path bug in tp32/. I added a test case to tp31/ and the bug wasn't there. I upmerged to tp32/ and the bug was exposed. The bug isn't in an official release and was introduced a ccouple of weeks ago - posted by dk...@apache.org on 2016/11/29 00:25:12 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by dk...@apache.org on 2016/11/29 00:25:13 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: TINKERPOP-1520 Print seed to the logging in test using Random - posted by dk...@apache.org on 2016/11/29 00:25:14 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1520' - posted by dk...@apache.org on 2016/11/29 00:25:15 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: updated upgrade docs and CHANGELOG. Removed all the 'breaking'-tags in the 3.3.0 CHANGELOG listing for @spmallette. - posted by dk...@apache.org on 2016/11/29 00:25:16 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: * install Python and Subversion in the Docker base image * enable Python GLV for every Docker build - posted by dk...@apache.org on 2016/11/29 00:25:17 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: removed codehaus repository from grapeConfig.xml - posted by dk...@apache.org on 2016/11/29 00:25:18 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: Created java system- and user preferences backingstore directories before starting the Gremlin Console for the first time (this prevent the JVM from printing a warning message). Also added `-e` option to execute the - posted by dk...@apache.org on 2016/11/29 00:25:19 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: removed non-existent repositories from Ivy/Grape configuration - posted by dk...@apache.org on 2016/11/29 00:25:20 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: updated plugin installation script (wip) - posted by dk...@apache.org on 2016/11/29 00:25:21 UTC, 0 replies.
- tinkerpop git commit: removed java.net2 repository from grapeConfig.xml in the docs - posted by dk...@apache.org on 2016/11/29 00:29:01 UTC, 0 replies.
- [01/50] [abbrv] tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tinkerpop [Forced Update!] - posted by ok...@apache.org on 2016/11/29 12:51:38 UTC, 0 replies.
- [02/50] [abbrv] tinkerpop git commit: corrected neo4j version to match actual dependency version - posted by ok...@apache.org on 2016/11/29 12:51:39 UTC, 0 replies.
- [03/50] [abbrv] tinkerpop git commit: Merge branch 'tp31' into tp32 - posted by ok...@apache.org on 2016/11/29 12:51:40 UTC, 0 replies.
- [05/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1530' into tp32 - posted by ok...@apache.org on 2016/11/29 12:51:42 UTC, 0 replies.
- [07/50] [abbrv] tinkerpop git commit: Added a short sleep to prevent traversal from finishing before it can be interrupted. - posted by ok...@apache.org on 2016/11/29 12:51:44 UTC, 0 replies.
- [08/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1548' into tp32 - posted by ok...@apache.org on 2016/11/29 12:51:45 UTC, 0 replies.
- [10/50] [abbrv] tinkerpop git commit: updated graphson.asciidoc. there were a couple of bugs in the generation script that were fixed too. - posted by ok...@apache.org on 2016/11/29 12:51:47 UTC, 0 replies.
- [11/50] [abbrv] tinkerpop git commit: removed a duplicate map adding in TraversalExplaination. - posted by ok...@apache.org on 2016/11/29 12:51:48 UTC, 0 replies.
- [12/50] [abbrv] tinkerpop git commit: TranslationStrategy (a test framework strategy) now verifies that the Bytecode submitted to the translator is equal to the bytecode of the generated/translated traversal. This was a nightmare to get everything workin - posted by ok...@apache.org on 2016/11/29 12:51:49 UTC, 0 replies.
- [13/50] [abbrv] tinkerpop git commit: TranslationStrategy (a test framework strategy) now verifies that the Bytecode submitted to the translator is equal to the bytecode of the generated/translated traversal. This was a nightmare to get everything workin - posted by ok...@apache.org on 2016/11/29 12:51:50 UTC, 0 replies.
- [14/50] [abbrv] tinkerpop git commit: IoPropertyTest had to be tweaked cause graphson v2 without embedded types was turning Neo4j ids to ints instead of longs. We really should get rid of graphson v2-noembedding (@spmallette). Finally, along with doing s - posted by ok...@apache.org on 2016/11/29 12:51:51 UTC, 0 replies.
- [15/50] [abbrv] tinkerpop git commit: I just did Gods work. TranslationStrategy is now smart about removing itself from the Bytecode so all the Translators no longer have to have IS_TESTING in them. GraphTraversalTest has a sweet method that uses reflect - posted by ok...@apache.org on 2016/11/29 12:51:52 UTC, 0 replies.
- [16/50] [abbrv] tinkerpop git commit: changed the Edge property GraphSON serialization to do key/value map like VertexProperty metaProperties. Talking with @spmallette -- we believe the Edge property serialization is a bug. Other random cleanups. - posted by ok...@apache.org on 2016/11/29 12:51:53 UTC, 0 replies.
- [17/50] [abbrv] tinkerpop git commit: Element data in VertexProperty and Property are now minimilistic and only what is necessay to attach the Property/VertexProperty. Added more test cases accordingly. - posted by ok...@apache.org on 2016/11/29 12:51:54 UTC, 0 replies.
- [18/50] [abbrv] tinkerpop git commit: moved the CHANGELOG updates to 3.3.0 as the ticket has been retargeted. - posted by ok...@apache.org on 2016/11/29 12:51:55 UTC, 0 replies.
- [19/50] [abbrv] tinkerpop git commit: added a test to PathTest that fails in tp32. adding it here and will upmerge and fix in tp32/master. CTR. - posted by ok...@apache.org on 2016/11/29 12:51:56 UTC, 0 replies.
- [20/50] [abbrv] tinkerpop git commit: @dkuppitz found a Path bug in tp32/. I added a test case to tp31/ and the bug wasn't there. I upmerged to tp32/ and the bug was exposed. The bug isn't in an official release and was introduced a ccouple of weeks ago - posted by ok...@apache.org on 2016/11/29 12:51:57 UTC, 0 replies.
- [22/50] [abbrv] tinkerpop git commit: TINKERPOP-1520 Print seed to the logging in test using Random - posted by ok...@apache.org on 2016/11/29 12:51:59 UTC, 0 replies.
- [23/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1520' - posted by ok...@apache.org on 2016/11/29 12:52:00 UTC, 0 replies.
- [24/50] [abbrv] tinkerpop git commit: updated upgrade docs and CHANGELOG. Removed all the 'breaking'-tags in the 3.3.0 CHANGELOG listing for @spmallette. - posted by ok...@apache.org on 2016/11/29 12:52:01 UTC, 0 replies.
- [25/50] [abbrv] tinkerpop git commit: added a test case to WhereTest using withSideEffects after a report that Gremlin-Python failed on it. The test case verifies that the traversal is no longer a problem -- most likely indirectly fixed during the recent - posted by ok...@apache.org on 2016/11/29 12:52:02 UTC, 0 replies.
- [26/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/29 12:52:03 UTC, 0 replies.
- [27/50] [abbrv] tinkerpop git commit: found a bug in PJacksonDeserializer around var arg handling. I thought that I had TINKERPOP-1567 fixed until I did a manual test and realized that GraphSONTranslator bypass var args and creates Collection -- which is - posted by ok...@apache.org on 2016/11/29 12:52:04 UTC, 0 replies.
- [28/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' - posted by ok...@apache.org on 2016/11/29 12:52:05 UTC, 0 replies.
- [29/50] [abbrv] tinkerpop git commit: TINKERPOP-1389 Support Spark 2.0 - posted by ok...@apache.org on 2016/11/29 12:52:06 UTC, 0 replies.
- [30/50] [abbrv] tinkerpop git commit: jesus. that was a depedency hell like only spark can provide. got SparkServer working with GremlinConsole and HDFS. Phew... Also, bumped to Hadoop 2.7.3 (from 2.7.2). - posted by ok...@apache.org on 2016/11/29 12:52:07 UTC, 0 replies.
- [31/50] [abbrv] tinkerpop git commit: @dalaro provided an update to KryoShimServiceLoader via a gist as the LOG message was not so clear. - posted by ok...@apache.org on 2016/11/29 12:52:08 UTC, 0 replies.
- [32/50] [abbrv] tinkerpop git commit: GryoSerializer uses HadoopPools so that gryo pools are not constantly produced (object reused stylie). This have increased the performance of GryoSerializer based jobs to that of the 3.2.x line prior to bumping to Sp - posted by ok...@apache.org on 2016/11/29 12:52:09 UTC, 0 replies.
- [33/50] [abbrv] tinkerpop git commit: if the System.getProperty() has a shim-service set, then it is also set as a DRIVER_JAVA_OPTIONS and an EXECUTOR_JAVA_OPTIONS in SparkGraphComputer (this is necessary for Spark 2.0). Also, some is.testing class regis - posted by ok...@apache.org on 2016/11/29 12:52:10 UTC, 0 replies.
- [34/50] [abbrv] tinkerpop git commit: had to go back down to Hadoop 2.7.2 because Hadoop 2.7.3 changed a method signature that GiraphJob calls and thus, Giraph fails. Dar. Cleaned up pom.xmls a bit and updated CHANGELOG. This branch is ready to be tested - posted by ok...@apache.org on 2016/11/29 12:52:11 UTC, 0 replies.
- [35/50] [abbrv] tinkerpop git commit: UnshadedKryoShimService is now the default for SparkGraphComputer. Users no longer have to System.setProperty() as its all handled in the SparkGraphComputer constructor. I would really like to get rid of the 'service - posted by ok...@apache.org on 2016/11/29 12:52:12 UTC, 0 replies.
- [36/50] [abbrv] tinkerpop git commit: minor nothing to GiraphGraphComputer. - posted by ok...@apache.org on 2016/11/29 12:52:13 UTC, 0 replies.
- [37/50] [abbrv] tinkerpop git commit: weird necessity. will figure out cause later. - posted by ok...@apache.org on 2016/11/29 12:52:14 UTC, 0 replies.
- [38/50] [abbrv] tinkerpop git commit: KryoShimServices now implement .close() so they can relinquish resources. KryoShimServiceLoader also implements close() and will close any static shim service it maintains. On a force reload, any existing KryoShimSer - posted by ok...@apache.org on 2016/11/29 12:52:15 UTC, 0 replies.
- [39/50] [abbrv] tinkerpop git commit: Avoid starting VP worker iterations that never end - posted by ok...@apache.org on 2016/11/29 12:52:16 UTC, 0 replies.
- [40/50] [abbrv] tinkerpop git commit: dah. sorry. had some work I started doing before the previous commit. reverting. - posted by ok...@apache.org on 2016/11/29 12:52:17 UTC, 0 replies.
- [41/50] [abbrv] tinkerpop git commit: Decoupled GryoRecordReader/Writer from KryoShimService. The shim service should ONLY be for inter-process communication -- not input/output formats. cc/ @dalaro - posted by ok...@apache.org on 2016/11/29 12:52:18 UTC, 0 replies.
- [42/50] [abbrv] tinkerpop git commit: added SystemUtil to gremlin-core which is able to generate Configurations from System.properties. Useful in Hadoop GraphComputer settings where JVMs can have IO configuration information in them. HadoopPools will now - posted by ok...@apache.org on 2016/11/29 12:52:19 UTC, 0 replies.
- [43/50] [abbrv] tinkerpop git commit: using tinkerpop as the prefix for System property configurations. Tweaked the KryoShimServiceLoader's logging information so its easier to see whats going on --- doing cluster testing. - posted by ok...@apache.org on 2016/11/29 12:52:20 UTC, 0 replies.
- [44/50] [abbrv] tinkerpop git commit: Really simplified UnshadedKryoShimService and IoRegistryAwareKryoSerializer. Also, introduced a synchronization point in KryoServiceLoader.applyConfiguration() as I believe that multiple threads are creating a servic - posted by ok...@apache.org on 2016/11/29 12:52:21 UTC, 0 replies.
- [45/50] [abbrv] tinkerpop git commit: lots of good stuff here -- finally have testing of IORegistry in SparkGraphComputer. Have ToyPoint and TestIoRegistry. Realized a bunch of stupid .flush() calls in the GryoSerializer serializers (Spark)... perhaps th - posted by ok...@apache.org on 2016/11/29 12:52:22 UTC, 0 replies.
- [46/50] [abbrv] tinkerpop git commit: Added AbstractIoRegistryCheck that verifies the IoRegistry of test-types (ToyPoint and ToyTriangle) work for OLTP, OLAP, and Storage streaming on all Hadoop-based graphs (Giraph/Spark). Currently, it only checks Gryo - posted by ok...@apache.org on 2016/11/29 12:52:23 UTC, 0 replies.
- [47/50] [abbrv] tinkerpop git commit: No more IoAwareSerializer -- it doens't work in Spark 2.0's serialization model. GryoRegistrar is now responsible for handling IoRegistry registration. Much simpler. Finally, everything is passing -- both GryoSeriali - posted by ok...@apache.org on 2016/11/29 12:52:24 UTC, 0 replies.
- [48/50] [abbrv] tinkerpop git commit: okay. so I found a bug that has to do with joins() in Spark and IoRegistry.... I thought this whole time it was from me -- but then I realized that I added a .out() to the test. I reverted to an older version of the - posted by ok...@apache.org on 2016/11/29 12:52:25 UTC, 0 replies.
- [49/50] [abbrv] tinkerpop git commit: Limit JVM system props passed around in Spark jobs - posted by ok...@apache.org on 2016/11/29 12:52:26 UTC, 0 replies.
- [50/50] [abbrv] tinkerpop git commit: tweaks to IoRegistryHelper now that instance() is the default instead of getInstance(). Minor tweaks here and there otheriwse. Rebased with master/. - posted by ok...@apache.org on 2016/11/29 12:52:27 UTC, 0 replies.
- tinkerpop git commit: Use the local repository only for TinkerPop modules - posted by dk...@apache.org on 2016/11/29 12:57:18 UTC, 0 replies.
- tinkerpop git commit: fixed a bug in the CHANGELOG and added a few more things. - posted by ok...@apache.org on 2016/11/29 13:00:23 UTC, 0 replies.
- [1/3] tinkerpop git commit: TINKERPOP-1562 Deprecated plugin exceptions. - posted by sp...@apache.org on 2016/11/29 15:14:40 UTC, 0 replies.
- [2/3] tinkerpop git commit: TINKERPOP-1562 Deprecated Artifact - posted by sp...@apache.org on 2016/11/29 15:14:41 UTC, 0 replies.
- [3/3] tinkerpop git commit: TINKERPOP-1562 Deprecated the CredentialGraph - posted by sp...@apache.org on 2016/11/29 15:14:42 UTC, 0 replies.
- tinkerpop git commit: fixed a bug in Bytecode bindings where anonymous traversals were not aware of parent Bindings. The solution sorta sucks...but I don't know how else to do it. Added test cases to verify anonymous traversal binding usage. - posted by ok...@apache.org on 2016/11/29 16:07:27 UTC, 0 replies.
- tinkerpop git commit: Javadoc tweak. - posted by ok...@apache.org on 2016/11/29 16:10:52 UTC, 0 replies.
- tinkerpop git commit: first draft of new updates to GraphSON 2.0. The object models are concise, all the elements/properties are attachable. Really wasn't that much of a headache to change -- a few test cases in Gremlin-Python needed updating and in Grap - posted by ok...@apache.org on 2016/11/29 18:32:28 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1562 Adapted CompilerCustomizerProvider to Customizer - posted by sp...@apache.org on 2016/11/29 21:16:07 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1562 Use List of files to preserve order in script customzier - posted by sp...@apache.org on 2016/11/29 21:29:45 UTC, 0 replies.
- tinkerpop git commit: found a bug in GraphFilterStrategyTest that caused the bindings to get messed up. Basically, a ) was missing and until() was inside the repeat(). - posted by ok...@apache.org on 2016/11/29 21:40:20 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1562 Change Set to List to preserve order in script execution. - posted by sp...@apache.org on 2016/11/29 21:43:16 UTC, 0 replies.
- tinkerpop git commit: TINKERPOP-1562 Fix yet another compilation error. - posted by sp...@apache.org on 2016/11/29 22:03:53 UTC, 0 replies.
- [1/2] tinkerpop git commit: Installed Python and Subversion in the Docker base image and enable Python GLV for every Docker build. [Forced Update!] - posted by dk...@apache.org on 2016/11/30 00:27:00 UTC, 0 replies.
- [2/2] tinkerpop git commit: Updated grapeConfig.xml for both - Docker's build script and the docs. Also fixed some issues in the plugin installation script. - posted by dk...@apache.org on 2016/11/30 00:27:01 UTC, 0 replies.
- tinkerpop git commit: minor nothing tweak. - posted by ok...@apache.org on 2016/11/30 14:55:49 UTC, 0 replies.
- [1/8] tinkerpop git commit: valueMap should always return string keys - posted by dk...@apache.org on 2016/11/30 16:53:15 UTC, 0 replies.
- [2/8] tinkerpop git commit: signature change: valueMap returns Object keys - posted by dk...@apache.org on 2016/11/30 16:53:16 UTC, 0 replies.
- [3/8] tinkerpop git commit: merge master - posted by dk...@apache.org on 2016/11/30 16:53:17 UTC, 0 replies.
- [4/8] tinkerpop git commit: change and upgrade docs - posted by dk...@apache.org on 2016/11/30 16:53:18 UTC, 0 replies.
- [5/8] tinkerpop git commit: fix typo - posted by dk...@apache.org on 2016/11/30 16:53:19 UTC, 0 replies.
- [6/8] tinkerpop git commit: only when passing includeTokens are the keys Object - posted by dk...@apache.org on 2016/11/30 16:53:20 UTC, 0 replies.
- [7/8] tinkerpop git commit: rename test method - posted by dk...@apache.org on 2016/11/30 16:53:21 UTC, 0 replies.
- [8/8] tinkerpop git commit: Merge branch 'TINKERPOP-1483' - posted by dk...@apache.org on 2016/11/30 16:53:22 UTC, 0 replies.
- tinkerpop git commit: sorry for the late tweak. Here is the thing. With then new Bindings model, you don't need withBindings() in Gremlin-Java. And, moreoever, it was never used in Gremlin-Python (or any script-based GLV). Thus, its pointless. Deprecated - posted by ok...@apache.org on 2016/11/30 17:14:05 UTC, 0 replies.
- [1/3] tinkerpop git commit: check for long type in Int32 serializer - posted by ok...@apache.org on 2016/11/30 17:38:19 UTC, 0 replies.
- [2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1561' into tp32 - posted by ok...@apache.org on 2016/11/30 17:38:20 UTC, 0 replies.
- [3/3] tinkerpop git commit: updated CHANGELOG. - posted by ok...@apache.org on 2016/11/30 17:38:21 UTC, 0 replies.
- [1/4] tinkerpop git commit: check for long type in Int32 serializer - posted by ok...@apache.org on 2016/11/30 17:38:49 UTC, 0 replies.
- [2/4] tinkerpop git commit: Merge branch 'TINKERPOP-1561' into tp32 - posted by ok...@apache.org on 2016/11/30 17:38:50 UTC, 0 replies.
- [3/4] tinkerpop git commit: updated CHANGELOG. - posted by ok...@apache.org on 2016/11/30 17:38:51 UTC, 0 replies.
- [1/4] tinkerpop git commit: TINKERPOP-1562 Fixed a bad javadoc link - posted by sp...@apache.org on 2016/11/30 23:46:09 UTC, 0 replies.
- [2/4] tinkerpop git commit: TINKERPOP-1562 Hook up Console to do core imports under v3d3 - posted by sp...@apache.org on 2016/11/30 23:46:10 UTC, 0 replies.
- [3/4] tinkerpop git commit: TINKERPOP-1562 Update upgrade docs with ScriptEngine changes. - posted by sp...@apache.org on 2016/11/30 23:46:11 UTC, 0 replies.
- [4/4] tinkerpop git commit: TINKERPOP-1562 Make all groovy customizer providers straight Customizer instances - posted by sp...@apache.org on 2016/11/30 23:46:12 UTC, 0 replies.