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

2017-05-31 Thread spmallette
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/7d24580d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7d24580d Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7d24580d

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

2017-05-31 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 d36fbe603 -> 3f909cbd7 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

[2/4] tinkerpop git commit: Merge branch 'pr-616' into tp32

2017-05-31 Thread spmallette
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:

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

2017-05-31 Thread spmallette
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:

[2/3] tinkerpop git commit: Merge branch 'pr-616' into tp32

2017-05-31 Thread spmallette
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:

[3/4] tinkerpop git commit: TINKERPOP-1680 Updated changelog.

2017-05-31 Thread spmallette
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:

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

2017-05-31 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master ae1e241f3 -> 7d24580d0 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

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

2017-05-31 Thread spmallette
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:

[09/10] tinkerpop git commit: Merge branch 'TINKERPOP-1676-master'

2017-05-31 Thread spmallette
Merge branch 'TINKERPOP-1676-master' 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/df529090 Tree:

[07/10] tinkerpop git commit: Merge branch 'TINKERPOP-1676' into TINKERPOP-1676-master

2017-05-31 Thread spmallette
Merge branch 'TINKERPOP-1676' into TINKERPOP-1676-master Conflicts: docs/src/dev/io/graphson.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bb7ff829 Tree:

[5/7] tinkerpop git commit: TINKERPOP-1676 Performance enhancement to graphson serialization

2017-05-31 Thread spmallette
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

[1/7] tinkerpop git commit: TINKERPOP-1676 Cleaned up serialization with detached

2017-05-31 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 fd398c70e -> d36fbe603 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

[01/10] tinkerpop git commit: TINKERPOP-1676 Cleaned up serialization with detached

2017-05-31 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 5607acf35 -> ae1e241f3 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

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

2017-05-31 Thread spmallette
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.

[2/7] tinkerpop git commit: TINKERPOP-1676 More optimizations to GraphSON serializers

2017-05-31 Thread spmallette
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:

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

2017-05-31 Thread spmallette
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

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

2017-05-31 Thread spmallette
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:

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

2017-05-31 Thread spmallette
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

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

2017-05-31 Thread spmallette
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.

[04/10] tinkerpop git commit: TINKERPOP-1676 Performance enhancement to graphson serialization

2017-05-31 Thread spmallette
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

[08/10] tinkerpop git commit: Merge branch 'TINKERPOP-1676' into tp32

2017-05-31 Thread spmallette
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:

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

2017-05-31 Thread spmallette
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:

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

2017-05-31 Thread spmallette
Merge branch 'tp32' Conflicts: 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/ae1e241f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ae1e241f

[02/10] tinkerpop git commit: TINKERPOP-1676 More optimizations to GraphSON serializers

2017-05-31 Thread spmallette
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:

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

2017-05-31 Thread rdale
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:

tinkerpop git commit: TINKERPOP-1677 Bump Groovy to 2.4.11

2017-05-31 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp31 07bca4500 -> 7a080776a 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:

[1/2] tinkerpop git commit: TINKERPOP-1677 Bump Groovy to 2.4.11

2017-05-31 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/tp32 d4b9c3035 -> fd398c70e 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:

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

2017-05-31 Thread rdale
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:

[1/3] tinkerpop git commit: TINKERPOP-1677 Bump Groovy to 2.4.11

2017-05-31 Thread rdale
Repository: tinkerpop Updated Branches: refs/heads/master 20d2cbd48 -> 5607acf35 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:

[1/3] 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-05-31 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master 4030a7156 -> 20d2cbd48 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

[3/3] tinkerpop git commit: merged tp32.

2017-05-31 Thread okram
merged tp32. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/20d2cbd4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/20d2cbd4 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/20d2cbd4 Branch:

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

2017-05-31 Thread okram
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:

tinkerpop git commit: This closes #606

2017-05-31 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 5ceba08ce -> 4030a7156 This closes #606 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4030a715 Tree: