[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 <[email protected]> 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 <[email protected]> Authored: Mon Jun 18 15:14:52 2018 +0900 Committer: daewon <[email protected]> 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.
