You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2019/01/25 22:48:56 UTC

[04/20] incubator-s2graph git commit: Merge pull request #3 from SteamShon/S2GRAPH-248

Merge pull request #3 from SteamShon/S2GRAPH-248

@SteamShon Thanks for your work.!
merge [S2GRAPH-249]

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

Branch: refs/heads/master
Commit: 1dda954d3c07ddb0966546501c3078c67e2cbc04
Parents: 4154bbe b8ab86d
Author: daewon <da...@apache.org>
Authored: Thu Nov 29 17:16:24 2018 +0900
Committer: GitHub <no...@github.com>
Committed: Thu Nov 29 17:16:24 2018 +0900

----------------------------------------------------------------------
 .../org/apache/s2graph/core/Management.scala    |  44 ++++
 .../org/apache/s2graph/core/schema/Label.scala  |  38 ++--
 .../apache/s2graph/http/S2GraphAdminRoute.scala | 224 ++++++++++++++++++-
 .../s2graph/http/S2GraphMutateRoute.scala       | 119 ++++++++++
 .../scala/org/apache/s2graph/http/Server.scala  |   4 +-
 .../apache/s2graph/http/AdminRouteSpec.scala    |  41 +++-
 .../apache/s2graph/http/MutateRouteSpec.scala   |  52 +++++
 .../rest/play/controllers/AdminController.scala |  32 +--
 8 files changed, 492 insertions(+), 62 deletions(-)
----------------------------------------------------------------------