You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by da...@apache.org on 2016/12/09 02:00:26 UTC

[1/3] incubator-s2graph git commit: Fix travis icon

Repository: incubator-s2graph
Updated Branches:
  refs/heads/master 7ea3b55e4 -> 099fd712c


Fix travis icon


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

Branch: refs/heads/master
Commit: cada6cd263e5e84b77d554d339a33a77e73ef7db
Parents: 3d96544
Author: Injun Song <ij...@gmail.com>
Authored: Wed Dec 7 14:37:34 2016 +0900
Committer: Injun Song <ij...@gmail.com>
Committed: Wed Dec 7 14:37:34 2016 +0900

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/cada6cd2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7cb5bd4..9b3e7de 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
  */
 --->
 
-S2Graph [![Build Status](https://travis-ci.org/ijsong/incubator-s2graph.svg?branch=S2GRAPH-108)](https://travis-ci.org/ijsong/incubator-s2graph)
+S2Graph [![Build Status](https://travis-ci.org/apache/incubator-s2graph.svg?branch=master)](https://travis-ci.org/apache/incubator-s2graph)
 =======
 
 [**S2Graph**](http://s2graph.apache.org/) is a **graph database** designed to handle transactional graph processing at scale. Its REST API allows you to store, manage and query relational information using **edge** and **vertex** representations in a **fully asynchronous** and **non-blocking** manner. This document covers some basic concepts and terms of S2Graph as well as help you get a feel for the S2Graph API.


[3/3] incubator-s2graph git commit: [S2GRAPH-144] Travis icon in README is not proper link.

Posted by da...@apache.org.
[S2GRAPH-144] Travis icon in README is not proper link.

JIRA:
    [S2GRAPH-144] https://issues.apache.org/jira/browse/S2GRAPH-144

Pull Request:
    Closes #108

Author
    Injun Song <ij...@gmail.com>


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

Branch: refs/heads/master
Commit: 099fd712cdce9e83cfd2b8f52abdd8acbb9af630
Parents: abb6e1b cada6cd
Author: Injun Song <ij...@gmail.com>
Authored: Fri Dec 9 10:50:41 2016 +0900
Committer: daewon <da...@apache.org>
Committed: Fri Dec 9 10:59:50 2016 +0900

----------------------------------------------------------------------
 CHANGES | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/099fd712/CHANGES
----------------------------------------------------------------------
diff --cc CHANGES
index 62ad03a,ac26dfd..1a14009
--- a/CHANGES
+++ b/CHANGES
@@@ -244,3 -241,3 +244,5 @@@ Release 0.1.0 - unrelease
      S2GRAPH-108: Support continuous integration test. 
  		(Contributed by Injun Song<ij...@gmail.com>, committed by DOYUNG YOON)
  		
++    S2GRAPH-144: [S2GRAPH-144] Travis icon in README is not proper link
++		(Contributed by Injun Song<ij...@gmail.com>, committed by Daewon Jeong)


[2/3] incubator-s2graph git commit: Fix travis icon

Posted by da...@apache.org.
Fix travis icon


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

Branch: refs/heads/master
Commit: abb6e1bf7dbf6a83b176c093794146ebbf53b828
Parents: 7ea3b55
Author: Injun Song <ij...@gmail.com>
Authored: Wed Dec 7 14:37:34 2016 +0900
Committer: Injun Song <ij...@gmail.com>
Committed: Fri Dec 9 10:50:17 2016 +0900

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/abb6e1bf/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7cb5bd4..9b3e7de 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
  */
 --->
 
-S2Graph [![Build Status](https://travis-ci.org/ijsong/incubator-s2graph.svg?branch=S2GRAPH-108)](https://travis-ci.org/ijsong/incubator-s2graph)
+S2Graph [![Build Status](https://travis-ci.org/apache/incubator-s2graph.svg?branch=master)](https://travis-ci.org/apache/incubator-s2graph)
 =======
 
 [**S2Graph**](http://s2graph.apache.org/) is a **graph database** designed to handle transactional graph processing at scale. Its REST API allows you to store, manage and query relational information using **edge** and **vertex** representations in a **fully asynchronous** and **non-blocking** manner. This document covers some basic concepts and terms of S2Graph as well as help you get a feel for the S2Graph API.