You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/02/26 18:51:59 UTC

[30/32] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

Merge remote-tracking branch 'origin/tp31'


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

Branch: refs/heads/TINKERPOP-1166
Commit: dbe17e60242f9276ff517ad3c89648c0056289e9
Parents: 1cfdd24 10df181
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Feb 26 07:16:55 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Feb 26 07:16:55 2016 -0500

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |   4 +
 appveyor.yml                                    |   2 +-
 docs/src/dev/developer/contributing.asciidoc    |   9 +-
 docs/src/dev/provider/index.asciidoc            | 911 +++++++++++++++++++
 .../src/reference/gremlin-applications.asciidoc | 349 +------
 .../reference/implementations-intro.asciidoc    | 528 +----------
 .../tutorials/getting-started/index.asciidoc    |   2 +-
 .../the-gremlin-console/index.asciidoc          |   2 +-
 .../upgrade/release-3.1.x-incubating.asciidoc   |  12 +
 gremlin-console/src/main/static/NOTICE          |   3 -
 .../gremlin/driver/ConnectionPool.java          |   7 +-
 .../gremlin/driver/LoadBalancingStrategy.java   |  10 +-
 .../handler/HttpGremlinEndpointHandler.java     |   2 +-
 gremlin-server/src/main/static/NOTICE           |   3 -
 .../server/GremlinDriverIntegrateTest.java      | 114 ++-
 .../server/GremlinResultSetIntegrateTest.java   |  13 +-
 .../util/detached/DetachedVertexTest.java       |  24 +-
 pom.xml                                         |  27 +-
 spark-gremlin/pom.xml                           |  30 +-
 19 files changed, 1116 insertions(+), 936 deletions(-)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/dbe17e60/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/dbe17e60/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/dbe17e60/spark-gremlin/pom.xml
----------------------------------------------------------------------