[3/7] incubator-s2graph git commit: [S2GRAPH-7] Abstract common codes for rest project into s2core

2016-01-13 Thread daewon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/f2311f25/s2rest_play/app/controllers/AdminController.scala -- diff --git a/s2rest_play/app/controllers/AdminController.scala

[5/7] incubator-s2graph git commit: [S2GRAPH-7] Abstract common codes for rest project into s2core

2016-01-13 Thread daewon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/f2311f25/s2core/src/main/scala/com/kakao/s2graph/core/OrderingUtil.scala -- diff --git a/s2core/src/main/scala/com/kakao/s2graph/core/OrderingUtil.scala

[4/7] incubator-s2graph git commit: [S2GRAPH-7] Abstract common codes for rest project into s2core

2016-01-13 Thread daewon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/f2311f25/s2core/src/test/scala/com/kakao/s2graph/core/Integrate/QueryTest.scala -- diff --git a/s2core/src/test/scala/com/kakao/s2graph/core/Integrate/QueryTest.scala

[6/7] incubator-s2graph git commit: [S2GRAPH-7] Abstract common codes for rest project into s2core

2016-01-13 Thread daewon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/f2311f25/app/controllers/PostProcess.scala -- diff --git a/app/controllers/PostProcess.scala b/app/controllers/PostProcess.scala deleted file mode 100644 index

[7/7] incubator-s2graph git commit: [S2GRAPH-7] Abstract common codes for rest project into s2core

2016-01-13 Thread daewon
[S2GRAPH-7] Abstract common codes for rest project into s2core Move PostProcess.scala to s2core from root project Move RequestParser from Root to s2core Make RestCaller for abstract over http layer Move root project to s2rest_play Move Test from root to s2core JIRA: [S2GRAPH-7]

[1/7] incubator-s2graph git commit: [S2GRAPH-7] Abstract common codes for rest project into s2core

2016-01-13 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/master be304d6c9 -> f2311f25c http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/f2311f25/test/controllers/QuerySpec.scala -- diff --git