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 2020/09/03 15:17:49 UTC

[tinkerpop] branch master updated (2661f82 -> 628f6b2)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 2661f82  Merge branch '3.4-dev'
     new 2fa796b  Update README CTR
     new f2a6bd0  Updated mailmap to merge more names CTR
     new 628f6b2  Merge branch '3.4-dev'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .mailmap        |  7 +++++++
 README.asciidoc | 14 +++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)


[tinkerpop] 03/03: Merge branch '3.4-dev'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 628f6b20e2f7dde299d6b4a628d1dfefda005cac
Merge: 2661f82 f2a6bd0
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Sep 3 11:16:52 2020 -0400

    Merge branch '3.4-dev'

 .mailmap        |  7 +++++++
 README.asciidoc | 14 +++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)



[tinkerpop] 02/03: Updated mailmap to merge more names CTR

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit f2a6bd0d517bdd02aeac1d24953fb48355c233c7
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Sep 3 11:14:21 2020 -0400

    Updated mailmap to merge more names CTR
---
 .mailmap | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.mailmap b/.mailmap
index 9d9f490..cea9142 100644
--- a/.mailmap
+++ b/.mailmap
@@ -3,8 +3,17 @@
 # for release notes with: git shortlog -sn
 # --------------------------------------------------------------------------
 Stephen Mallette                 <sp...@users.noreply.github.com>
+Stephen Mallette                 <sp...@gmail.com>
+Stephen Mallette                 <sp...@genoprime.com>
+Stephen Mallette                 <sp...@genprime.com>
 Florian Hockmann                 <fh...@florian-hockmann.de>
 Jason Plurad                     <pl...@us.ibm.com>
 Otavio Santana                   <ot...@gmail.com>
 Harsh Thakkar                    <ha...@gmail.com>
 HadoopMarc                       <vt...@xs4all.nl>
+Bryn Cooke                       <br...@gmail.com>
+Marko A. Rodriguez               <ok...@apache.org>
+Bob Briody                       <bo...@thinkaurelius.com>
+Bob Briody                       <bo...@datastax.com>
+Matt Frantz                      <mf...@redsealnetworks.com>
+


[tinkerpop] 01/03: Update README CTR

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 2fa796bf1bf17df643e99a17921d3d0ab6c44d05
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Sep 3 10:52:46 2020 -0400

    Update README CTR
---
 README.asciidoc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.asciidoc b/README.asciidoc
index 65d885e..4f8e659 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -16,16 +16,16 @@ limitations under the License.
 ////
 == TinkerPop3
 
-image:https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/tinkerpop3-splash.png[TinkerPop3, link="http://tinkerpop.apache.org"]
+image:https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/tinkerpop3-splash.png[TinkerPop3, link="https://tinkerpop.apache.org"]
 
 === Documentation
 
 Apache TinkerPop™ provides graph computing capabilities for both graph databases (OLTP) and graph analytic systems (OLAP).
 
-* link:http://tinkerpop.apache.org/[homepage (downloads)]
-* link:http://tinkerpop.apache.org/docs/current/reference/[reference documentation]
-* link:http://tinkerpop.apache.org/javadocs/current/core/[core javadoc]
-* link:http://tinkerpop.apache.org/javadocs/current/full/[full javadoc]
+* link:https://tinkerpop.apache.org/[homepage (downloads)]
+* link:https://tinkerpop.apache.org/docs/current/reference/[reference documentation]
+* link:https://tinkerpop.apache.org/javadocs/current/core/[core javadoc]
+* link:https://tinkerpop.apache.org/javadocs/current/full/[full javadoc]
 
 === Building and Testing
 
@@ -39,7 +39,7 @@ The zip distributions can be found in the following directories:
 . `gremlin-server/target`
 . `gremlin-console/target`
 
-Please see the link:http://tinkerpop.apache.org/docs/current/dev/developer/#_contributing[CONTRIBUTING.asciidoc] file for more detailed information and options for building, test running and developing TinkerPop.
+Please see the link:https://tinkerpop.apache.org/docs/current/dev/developer/#_contributing[CONTRIBUTING.asciidoc] file for more detailed information and options for building, test running and developing TinkerPop.
 
 === Get Started
 
@@ -55,7 +55,7 @@ plugin activated: tinkerpop.utilities
 plugin activated: tinkerpop.tinkergraph
 gremlin> graph = TinkerFactory.createModern()
 ==>tinkergraph[vertices:6 edges:6]
-gremlin> g = graph.traversal()
+gremlin> g = traversal().withEmbedded(graph)
 ==>graphtraversalsource[tinkergraph[vertices:6 edges:6], standard]
 gremlin> g.V().has('name','vadas').valueMap()
 ==>[name:[vadas], age:[27]]