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 2016/11/10 09:08:32 UTC

[2/2] incubator-s2graph git commit: [S2GRAPH-127]: Refactor ExceptionHander Object into Class.

[S2GRAPH-127]: Refactor ExceptionHander Object into Class.

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

Pull Request:
  Closes #95

Authors
  daewon: daewon@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/d37888ff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/d37888ff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/d37888ff

Branch: refs/heads/master
Commit: d37888ff2644d01e545ee56e758a5e72d5929118
Parents: b58ba20 6b5918b
Author: DO YUNG YOON <st...@apache.org>
Authored: Thu Nov 10 18:06:32 2016 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Thu Nov 10 18:07:49 2016 +0900

----------------------------------------------------------------------
 CHANGES                                         |   2 +
 .../apache/s2graph/core/ExceptionHandler.scala  | 161 ++++++-------------
 .../apache/s2graph/core/storage/Storage.scala   |  16 +-
 .../core/storage/hbase/AsynchbaseStorage.scala  |   1 +
 .../apache/s2graph/rest/play/Bootstrap.scala    |  35 ++--
 .../s2graph/rest/play/actors/QueueActor.scala   |  10 +-
 .../controllers/ApplicationController.scala     |   9 ++
 .../play/controllers/CounterController.scala    |   3 +-
 .../rest/play/controllers/EdgeController.scala  |  21 +--
 .../play/controllers/PublishController.scala    |   3 +-
 .../play/controllers/VertexController.scala     |   7 +-
 11 files changed, 110 insertions(+), 158 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/d37888ff/CHANGES
----------------------------------------------------------------------
diff --cc CHANGES
index e86b594,8731236..650ef5b
--- a/CHANGES
+++ b/CHANGES
@@@ -87,8 -87,6 +87,10 @@@ Release 0.1.0 - unrelease
  
      S2GRAPH-115: Release binary artifacts to Maven Central.
  		(Contributed by Jong Wook Kim<jo...@nyu.edu>, committed by DOYUNG YOON)
 +    
 +    S2GRAPH-124: Change JSONParser from Trait to Object (Committed by DOYUNG YOON).
++    
++    S2GRAPH-127: Refactor ExceptionHander Object into Class (Committed by DOYUNG YOON).
  
    BUG FIXES