You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/10/30 10:24:21 UTC

[8/9] tinkerpop git commit: Merge branch 'TINKERPOP-1235'

Merge branch 'TINKERPOP-1235'


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f4b27141
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f4b27141
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f4b27141

Branch: refs/heads/TINKERPOP-1420
Commit: f4b271412329ce7eb7e6204e399e81328bb57f31
Parents: 7b8c350 a1dc42d
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Oct 28 18:27:49 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Oct 28 18:27:49 2016 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |   2 +
 .../developer/development-environment.asciidoc  |   1 -
 docs/src/dev/developer/release.asciidoc         |   1 -
 docs/src/upgrade/release-3.3.x.asciidoc         |  21 +++
 .../tinkerpop/gremlin/structure/Graph.java      |  18 --
 .../loaders/SugarLoaderPerformanceTest.groovy   | 138 --------------
 .../GroovyEnvironmentPerformanceSuite.java      |  88 ---------
 .../engine/GremlinExecutorPerformanceTest.java  | 189 -------------------
 .../AbstractGremlinServerPerformanceTest.java   | 100 ----------
 .../server/GremlinAdditionPerformanceTest.java  | 108 -----------
 .../server/GremlinTraversalPerformanceTest.java | 108 -----------
 gremlin-test/pom.xml                            |  10 -
 .../process/ProcessPerformanceSuite.java        |  57 ------
 .../process/TraversalPerformanceTest.java       | 133 -------------
 .../structure/GraphReadPerformanceTest.java     | 120 ------------
 .../structure/GraphWritePerformanceTest.java    | 128 -------------
 .../structure/StructurePerformanceSuite.java    |  54 ------
 .../gremlin/neo4j/structure/Neo4jGraph.java     |   3 -
 pom.xml                                         |  37 ----
 .../tinkergraph/structure/TinkerGraph.java      |   3 -
 .../TinkerGraphProcessPerformanceTest.java      |  37 ----
 .../TinkerGraphStructurePerformanceTest.java    |  37 ----
 ...erGraphGroovyEnvironmentPerformanceTest.java |  39 ----
 23 files changed, 23 insertions(+), 1409 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f4b27141/CHANGELOG.asciidoc
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f4b27141/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/Graph.java
----------------------------------------------------------------------