You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/05/03 12:22:09 UTC

[1/2] incubator-tinkerpop git commit: CTR: Removed wrong entry from .dockerignore file.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/tp31 9a948720e -> 383a7a274


CTR: Removed wrong entry from .dockerignore file.


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

Branch: refs/heads/tp31
Commit: 00b8ea25e70b51892af4e470d2bda370ddc3853c
Parents: 14966d7
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Tue May 3 12:20:49 2016 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Tue May 3 12:20:49 2016 +0200

----------------------------------------------------------------------
 .dockerignore | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/00b8ea25/.dockerignore
----------------------------------------------------------------------
diff --git a/.dockerignore b/.dockerignore
index 4749818..afe0e54 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -8,6 +8,5 @@
 .settings
 **/_bsp/
 docs/*.asciidoc
-**/ext
 Dockerfile
 .dockerignore


[2/2] incubator-tinkerpop git commit: Merge branch 'tp31' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop into tp31

Posted by dk...@apache.org.
Merge branch 'tp31' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop into 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/383a7a27
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/383a7a27
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/383a7a27

Branch: refs/heads/tp31
Commit: 383a7a2742f5fa98f61ad95963b19a6cf7eb9026
Parents: 00b8ea2 9a94872
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Tue May 3 12:21:47 2016 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Tue May 3 12:21:47 2016 +0200

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  2 +
 .../src/reference/gremlin-applications.asciidoc |  4 +-
 .../upgrade/release-3.1.x-incubating.asciidoc   | 25 ++++++
 .../groovy/plugin/DriverRemoteAcceptor.java     | 32 ++++++--
 .../groovy/plugin/DriverRemoteAcceptorTest.java | 23 ++++++
 .../gremlin/structure/util/star/StarGraph.java  | 19 +++--
 .../structure/util/star/StarGraphTest.java      | 86 ++++++++++++++++++++
 7 files changed, 175 insertions(+), 16 deletions(-)
----------------------------------------------------------------------