[2/2] tinkerpop git commit: Merge branch 'tp32'

2017-06-01 Thread okram
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5badafc1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5badafc1 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5badafc1

[1/2] tinkerpop git commit: added Crazy Gremlin drawning to image stash. CTR.

2017-06-01 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master da15472e9 -> 5badafc1c added Crazy Gremlin drawning to image stash. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f6ce25fc Tree:

tinkerpop git commit: added Crazy Gremlin drawning to image stash. CTR.

2017-06-01 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/tp32 12aa2d2fe -> f6ce25fca added Crazy Gremlin drawning to image stash. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f6ce25fc Tree:

[1/2] tinkerpop git commit: Fixed folding of multiple `hasId()`'s into `GraphStep`.

2017-06-01 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/master 7d24580d0 -> da15472e9 Fixed folding of multiple `hasId()`'s into `GraphStep`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/12aa2d2f Tree:

tinkerpop git commit: Fixed folding of multiple `hasId()`'s into `GraphStep`.

2017-06-01 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/tp32 3f909cbd7 -> 12aa2d2fe Fixed folding of multiple `hasId()`'s into `GraphStep`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/12aa2d2f Tree:

[2/2] tinkerpop git commit: Merge branch 'tp32'

2017-06-01 Thread dkuppitz
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/da15472e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/da15472e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/da15472e

[13/15] tinkerpop git commit: Merge branch 'pr-616' into tp32

2017-06-01 Thread dkuppitz
Merge branch 'pr-616' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2aa10b97 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2aa10b97 Diff:

[04/15] tinkerpop git commit: TINKERPOP-1676 Got rid of stream() usage

2017-06-01 Thread dkuppitz
TINKERPOP-1676 Got rid of stream() usage Can't believe we still had stream() in here. Will it ever all be gone from these performance sensitive places?! Anyway, removed that and deprecated a constructor on DetachedEdge that was using Pair for no really good reason. No need to create extra Pair

[02/15] tinkerpop git commit: TINKERPOP-1676 Cleaned up serialization with detached

2017-06-01 Thread dkuppitz
TINKERPOP-1676 Cleaned up serialization with detached The DetachedUtil was just there to test out if the performance changes would help and it did it's job nicely, but it was kinda ugly and hung some methods out there in weird way. Cleaned that up with some builder pattern on the detached

[07/15] tinkerpop git commit: TINKERPOP-1676 Removed properties from graphson serialization of Path

2017-06-01 Thread dkuppitz
TINKERPOP-1676 Removed properties from graphson serialization of Path Path should not have properties on elements (if they are present). That is inconsistent with gryo and was unintentially allowed. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[08/15] tinkerpop git commit: fixed a bug in until(predicate) which was actually calling emit(predicate). Added a test case to verify bug and demonstrate that fix fixes bug.

2017-06-01 Thread dkuppitz
fixed a bug in until(predicate) which was actually calling emit(predicate). Added a test case to verify bug and demonstrate that fix fixes bug. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8695b15c Tree:

[11/15] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-06-01 Thread dkuppitz
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fd398c70 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fd398c70 Diff:

[12/15] tinkerpop git commit: Merge branch 'TINKERPOP-1676' into tp32

2017-06-01 Thread dkuppitz
Merge branch 'TINKERPOP-1676' into tp32 Conflicts: CHANGELOG.asciidoc docs/src/upgrade/release-3.2.x-incubating.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d36fbe60 Tree:

[14/15] tinkerpop git commit: TINKERPOP-1680 Updated changelog.

2017-06-01 Thread dkuppitz
TINKERPOP-1680 Updated changelog. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3f909cbd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3f909cbd Diff:

[09/15] tinkerpop git commit: TINKERPOP-1680 Add string performance options to StarGraph

2017-06-01 Thread dkuppitz
TINKERPOP-1680 Add string performance options to StarGraph By default, StarGraph invokes intern() on vertex label and property key strings. It also toString()s vertex and edge IDs for comparisons and existence checks. This commit introduces a new StarGraph builder with a pair of boolean options

[06/15] tinkerpop git commit: TINKERPOP-1676 More optimizations to GraphSON serializers

2017-06-01 Thread dkuppitz
TINKERPOP-1676 More optimizations to GraphSON serializers Added some tests where there were previously gaps. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/049c9797 Tree:

[03/15] tinkerpop git commit: TINKERPOP-1676 Performance enhancement to graphson serialization

2017-06-01 Thread dkuppitz
TINKERPOP-1676 Performance enhancement to graphson serialization Focuses on speeding up serialization of graph elements. Prevent use of generic maps and stream graphson data directly into "detached" elements. Not using intermediate maps cut down on memory usage and a bunch of jackson reflection

[15/15] tinkerpop git commit: Fixed folding of multiple `hasId()`'s into `GraphStep`.

2017-06-01 Thread dkuppitz
Fixed folding of multiple `hasId()`'s into `GraphStep`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/12aa2d2f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/12aa2d2f Diff:

[05/15] tinkerpop git commit: TINKERPOP-1676 Improved speed and memory usage of GraphSON

2017-06-01 Thread dkuppitz
TINKERPOP-1676 Improved speed and memory usage of GraphSON This change is specific to TinkerGraph and the serialization of vertices/edges/properties. Removed a "middle layer" of JSON to Object serialization which was coercing JSON to Map first and then converting that to the graph elements.

[01/15] tinkerpop git commit: TINKERPOP-1677 Bump Groovy to 2.4.11 [Forced Update!]

2017-06-01 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1681 063118e9d -> 12aa2d2fe (forced update) TINKERPOP-1677 Bump Groovy to 2.4.11 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7a080776 Tree:

[10/15] tinkerpop git commit: Merge branch 'TINKERPOP-1678' into tp32

2017-06-01 Thread dkuppitz
Merge branch 'TINKERPOP-1678' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4b9c303 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d4b9c303 Diff: