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 2018/06/18 06:15:32 UTC

[5/5] incubator-s2graph git commit: [S2GRAPH-219] Added query that includes all vertices and associated edges for GraphVisualize.

[S2GRAPH-219] Added query that includes all vertices and associated edges for GraphVisualize.

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

Pull Request:
  Closes #170

Author
  daewon <da...@apache.org>


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

Branch: refs/heads/master
Commit: 35a369f556c370e57149e06740cf128daf24313b
Parents: 2dd88b3
Author: daewon <da...@apache.org>
Authored: Mon Jun 18 15:14:52 2018 +0900
Committer: daewon <da...@apache.org>
Committed: Mon Jun 18 15:14:52 2018 +0900

----------------------------------------------------------------------
 CHANGES | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/35a369f5/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 7cc4f1d..cded3e5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -93,6 +93,7 @@ Release Notes - S2Graph - Version 0.2.0
     * [S2GRAPH-183] - Provide batch job to dump data stored in HBase into file.
     * [S2GRAPH-206] - Generalize machine learning model serving.
     * [S2GRAPH-215] - Implement a Storage Backend for JDBC driver, such as H2, MySql using the Mutator and Fetcher interfaces
+    * [S2GRAPH-219] - Added query that includes all vertices and associated edges for GraphVisualize. 
 
 ** Task
     * [S2GRAPH-162] - Update year in the NOTICE file.