[40/46] incubator-s2graph git commit: Merge branch 'feature/move_test_from_rest_to_core' into develop

2016-01-03 Thread daewon
5a77433 Author: daewon <blue...@gmail.com> Authored: Wed Dec 30 11:55:36 2015 +0900 Committer: daewon <blue...@gmail.com> Committed: Wed Dec 30 11:55:36 2015 +0900 -- build.sbt | 8 +-

[32/46] incubator-s2graph git commit: # 208 Move test cases from s2rest_play to s2graph_core

2016-01-03 Thread daewon
://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/610d519d Branch: refs/heads/feature/test_daewon Commit: 610d519d3a8cf2c140499d0b4e4d3c75faaf08c9 Parents: 395b00f Author: daewon <blue...@gmail.com> Authored: Tue Dec 29 17:01:17 2015 +0900 Committer: daewon <blue...@gmail.com> Co

[31/46] incubator-s2graph git commit: Make QuerySpec, CrudSpec works

2016-01-03 Thread daewon
/repos/asf/incubator-s2graph/diff/395b00f6 Branch: refs/heads/feature/test_daewon Commit: 395b00f66b851678102f58bf218fcdb36924cc7a Parents: 0e1c0e0 Author: daewon <blue...@gmail.com> Authored: Tue Dec 29 14:54:22 2015 +0900 Committer: daewon <blue...@gmail.com> Committed: Tue Dec 29 1

[36/46] incubator-s2graph git commit: Move VertexSpec to s2core, remove unused dependency

2016-01-03 Thread daewon
://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/5c0af72a Branch: refs/heads/feature/test_daewon Commit: 5c0af72a36a95161d14f32a3fbaee92e69fc55fa Parents: 610d519 Author: daewon <blue...@gmail.com> Authored: Tue Dec 29 19:06:31 2015 +0900 Committer: daewon <blue...@gmail.com> Commit

[05/46] incubator-s2graph git commit: fix scala version to 2.10.6 for s2counter_loader

2016-01-03 Thread daewon
fix scala version to 2.10.6 for s2counter_loader Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/dea96e68 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/dea96e68 Diff:

[06/46] incubator-s2graph git commit: Merge pull request #214 from kakao/feature/refactor_postProcess

2016-01-03 Thread daewon
Merge pull request #214 from kakao/feature/refactor_postProcess remove jsNumber.as on sortBy in PostProcess. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/e8ae5dcf Tree:

[11/46] incubator-s2graph git commit: Merge branch 'hotfix/20151222' of https://github.com/kakao/s2graph into hotfix/20151222

2016-01-03 Thread daewon
Merge branch 'hotfix/20151222' of https://github.com/kakao/s2graph into hotfix/20151222 Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/abf356cf Tree:

[44/46] incubator-s2graph git commit: update dev_support README

2016-01-03 Thread daewon
/asf/incubator-s2graph/diff/16fa7d7d Branch: refs/heads/feature/test_daewon Commit: 16fa7d7d941f94fbf53434d06a022e6a76526fa4 Parents: e2677a5 Author: daewon <blue...@gmail.com> Authored: Thu Dec 31 14:11:59 2015 +0900 Committer: daewon <blue...@gmail.com> Committed: Thu Dec 31 14:11:5

[01/46] incubator-s2graph git commit: README update for refactoring. This resolves S2GRAPH-2.

2016-01-03 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/feature/test_daewon [created] b99389f33 README update for refactoring. This resolves S2GRAPH-2. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit:

[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
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/f2311f25 Branch: refs/heads/master Commit: f2311f25c5edf46104d149e91ff746ef808ded55 Parents: be304d6 Author: daewon <dae...@apache.org> Authored: Wed Jan 13 17:50:47 2016 +0900 Committer: daewon <dae...@apache.org> Co

[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

incubator-s2graph git commit: [S2GRAPH-9] Provide rest server using netty

2016-01-18 Thread daewon
org/repos/asf/incubator-s2graph/diff/2b63878c Branch: refs/heads/master Commit: 2b63878cc3850b8308fb123c824870066efbef09 Parents: 66be5c8 Author: daewon <dae...@apache.org> Authored: Mon Jan 18 17:37:13 2016 +0900 Committer: daewon <dae...@apache.org> Committed: Mon Jan 18 17:3

[incubator-s2graph] Git Push Summary

2016-01-15 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/feature/Issue#158 [deleted] 93a058dfa

[incubator-s2graph] Git Push Summary

2016-01-15 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/feature/Issue#145 [deleted] a72014d41

[incubator-s2graph] Git Push Summary

2016-01-15 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/feature/Issue#117 [deleted] 52dab8958

[incubator-s2graph] Git Push Summary

2016-01-15 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/release/20151119 [deleted] 237b9ac62 refs/heads/release/20151201 [deleted] f8eb41c71 refs/heads/release/20151202 [deleted] ed11106d7 refs/heads/release/20151210 [deleted] 63921087d refs/heads/release/20151216 [deleted] 71e1107e5

[incubator-s2graph] Git Push Summary

2016-01-15 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/feature/fix_loader_compile_error [deleted] d8dee76ac refs/heads/feature/logging_akka [deleted] a8f3f29b1 refs/heads/feature/mapdb [deleted] e967cd007 refs/heads/feature/merge_counter_project [deleted] ebe35ef31

[incubator-s2graph] Git Push Summary

2016-01-15 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/S2GRAPH-5 [deleted] d24176a62

[1/3] incubator-s2graph git commit: Fix travis icon

2016-12-08 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/master 7ea3b55e4 -> 099fd712c Fix travis icon Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/cada6cd2 Tree:

[3/3] incubator-s2graph git commit: [S2GRAPH-144] Travis icon in README is not proper link.

2016-12-08 Thread daewon
arents: abb6e1b cada6cd Author: Injun Song <ijs...@gmail.com> Authored: Fri Dec 9 10:50:41 2016 +0900 Committer: daewon <dae...@apache.org> Committed: Fri Dec 9 10:59:50 2016 +0900 -- CHANGES | 2 ++ 1 file cha

[2/3] incubator-s2graph git commit: Fix travis icon

2016-12-08 Thread daewon
Fix travis icon Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/abb6e1bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/abb6e1bf Diff:

incubator-s2graph git commit: [S2GRAPH-138] fixed logging in Play! development mode

2016-12-08 Thread daewon
raph/diff/7ea3b55e Branch: refs/heads/master Commit: 7ea3b55e43cfa59512f9204285dc5a0c217d5d1d Parents: 3d96544 Author: Jong Wook Kim <jongw...@nyu.edu> Authored: Tue Dec 6 19:02:22 2016 -0500 Committer: daewon <dae...@apache.org> Committed: Fri Dec

[3/5] incubator-s2graph git commit: add dependency cache in travis

2016-12-08 Thread daewon
add dependency cache in travis Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/523d39b4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/523d39b4 Diff:

[1/5] incubator-s2graph git commit: add dependency cache in travis

2016-12-08 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/master 099fd712c -> 625e2217c add dependency cache in travis Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/68a95ad8 Tree:

[1/5] incubator-s2graph git commit: - add README.md. - add examples on s2graph_gremlin. - add java interface for build global index. - add helper on Management. - add S2GraphFactory. - update build.sb

2017-08-02 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/master 0a41ff0d2 -> 9f0e1e6de - add README.md. - add examples on s2graph_gremlin. - add java interface for build global index. - add helper on Management. - add S2GraphFactory. - update build.sbt - add s2graph_gremlin as subproject for

[3/5] incubator-s2graph git commit: remove unnecessary test for global index on S2GraphTest.

2017-08-02 Thread daewon
remove unnecessary test for global index on S2GraphTest. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/b66b96a7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/b66b96a7 Diff:

[2/5] incubator-s2graph git commit: fix compile error.

2017-08-02 Thread daewon
fix compile error. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/030cd2d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/030cd2d5 Diff:

[1/5] incubator-s2graph git commit: add extension for SigmaJs

2018-06-18 Thread daewon
wip-us.apache.org/repos/asf/incubator-s2graph/tree/bb78c7d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/bb78c7d6 Branch: refs/heads/master Commit: bb78c7d602614ede86e93b465f0eafee50ee0554 Parents: 32eb344 Author: daewon Authored: Fri Jun 8 16:58:21 2018 +0900 Committer: dae

[4/5] incubator-s2graph git commit: Merge branch 'S2GRAPH-219'

2018-06-18 Thread daewon
-us.apache.org/repos/asf/incubator-s2graph/tree/2dd88b35 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/2dd88b35 Branch: refs/heads/master Commit: 2dd88b35677c0bc3689cbc01ce2f25fff6b188f7 Parents: 4f1c4ce fa911bb Author: daewon Authored: Mon Jun 18 15:14:21 2018 +0900 Committer: daewon

[2/5] incubator-s2graph git commit: make middleware for GraphFormatWriter

2018-06-18 Thread daewon
-us.apache.org/repos/asf/incubator-s2graph/diff/c13a5e92 Branch: refs/heads/master Commit: c13a5e92d248f028fab5a110a61f9a98ea0d7993 Parents: bb78c7d Author: daewon Authored: Tue Jun 12 17:04:33 2018 +0900 Committer: daewon Committed: Tue Jun 12 17:04:33 2018 +0900

[2/3] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-203

2018-06-18 Thread daewon
/incubator-s2graph/diff/4b50b29c Branch: refs/heads/master Commit: 4b50b29cc89b7bbeb018763891c2e09177d58dd7 Parents: 23a2277 35a369f Author: daewon Authored: Mon Jun 18 15:32:42 2018 +0900 Committer: daewon Committed: Mon Jun 18 15:32:42 2018 +0900

[1/3] incubator-s2graph git commit: add content-type: application/graphql

2018-06-18 Thread daewon
ttp://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/23a22775 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/23a22775 Branch: refs/heads/master Commit: 23a22775173b1e5d71124fdddcda7c96d8fb4927 Parents: 32eb344 Author: daewon Authored: Thu Jun 14 18:08:42 2018 +0900 Commit

[3/3] incubator-s2graph git commit: [S2GRAPH-203] Support "application/graphql" Content-Type header

2018-06-18 Thread daewon
[S2GRAPH-203] Support "application/graphql" Content-Type header JIRA: [S2GRAPH-203] https://issues.apache.org/jira/browse/S2GRAPH-203 Pull Request: Closes #172 Author daewon Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.

[2/2] incubator-s2graph git commit: [S2GRAPH-214]: Add REAME for movielens examples

2018-06-04 Thread daewon
/asf/incubator-s2graph/commit/f0f1081b Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/f0f1081b Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/f0f1081b Branch: refs/heads/master Commit: f0f1081b170cba382108464ed0fddf746636e7b8 Parents: d587538 Author: daewon

[1/2] incubator-s2graph git commit: add REAME.md to explaining movielens example.

2018-06-04 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/master 33e3d267e -> f0f1081b1 add REAME.md to explaining movielens example. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/d587538d Tree:

[1/5] incubator-s2graph git commit: naive implementation

2018-06-04 Thread daewon
wip-us.apache.org/repos/asf/incubator-s2graph/tree/3ddea3f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/3ddea3f7 Branch: refs/heads/master Commit: 3ddea3f78acad63e52ef855642390cb751d172b8 Parents: 33e3d26 Author: daewon Authored: Wed May 23 19:33:42 2018 +0900 Committer: dae

[4/5] incubator-s2graph git commit: Merge branch 'S2GRAPH-215'

2018-06-04 Thread daewon
/4b94204a Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/4b94204a Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/4b94204a Branch: refs/heads/master Commit: 4b94204a6678ea0bb4d3abdebaa7e3dc797cdaa0 Parents: f0f1081 3f00d4e Author: daewon Authored: Mon Jun 4 18:11

[3/5] incubator-s2graph git commit: remove hard coded cacheTTL for resouceManager

2018-06-04 Thread daewon
-us.apache.org/repos/asf/incubator-s2graph/diff/3f00d4e6 Branch: refs/heads/master Commit: 3f00d4e6bc2ec05f62d988d6d5ff803c5eb50e4c Parents: 2b1c88a Author: daewon Authored: Wed May 30 16:48:32 2018 +0900 Committer: daewon Committed: Wed May 30 16:49:09 2018 +0900

[2/5] incubator-s2graph git commit: implement jdbc driver for H2 DB

2018-06-04 Thread daewon
/repos/asf/incubator-s2graph/diff/2b1c88a8 Branch: refs/heads/master Commit: 2b1c88a81d1b9524d6746a705f32db4c4c407d55 Parents: 3ddea3f Author: daewon Authored: Mon May 28 12:59:42 2018 +0900 Committer: daewon Committed: Mon May 28 13:01:20 2018 +0900

[5/5] incubator-s2graph git commit: [S2GRAPH-215] Implement a Storage Backend for JDBC driver, such as H2, MySql using the Mutator and Fetcher interfaces

2018-06-04 Thread daewon
[S2GRAPH-215] Implement a Storage Backend for JDBC driver, such as H2, MySql using the Mutator and Fetcher interfaces JIRA: [S2GRAPH-215] https://issues.apache.org/jira/browse/S2GRAPH-215 Pull Request: Closes #167 Author daewon Project: http://git-wip-us.apache.org/repos/asf/incubator

[5/5] incubator-s2graph git commit: [S2GRAPH-211]: Include 's2jobs' test in CI

2018-05-02 Thread daewon
[S2GRAPH-211]: Include 's2jobs' test in CI JIRA: [S2GRAPH-211] https://issues.apache.org/jira/projects/S2GRAPH/issues/S2GRAPH-211 Pull Request: Closes #163 Author daewon <dae...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http

[2/5] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-211

2018-05-02 Thread daewon
/heads/master Commit: 501716c8d793590f0205e84445273b3ef7420c74 Parents: 204efab e674a25 Author: daewon <dae...@apache.org> Authored: Fri Apr 27 16:29:58 2018 +0900 Committer: daewon <dae...@apache.org> Committed: Fri Apr 27 16:29:5

[3/5] incubator-s2graph git commit: ignore -> test

2018-05-02 Thread daewon
asf/incubator-s2graph/diff/0601716d Branch: refs/heads/master Commit: 0601716de2b546690729f8612718b84106bdb56f Parents: 501716c Author: daewon <dae...@apache.org> Authored: Wed May 2 11:15:13 2018 +0900 Committer: daewon <dae...@apache.org> Committed: Wed May 2 11:1

[4/5] incubator-s2graph git commit: Merge branch 'S2GRAPH-211'

2018-05-02 Thread daewon
aph/tree/d29b6699 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/d29b6699 Branch: refs/heads/master Commit: d29b66996ee428cfc10e381b9c481405a63ddbf2 Parents: da2209d 0601716 Author: daewon <dae...@apache.org> Authored: Thu May 3 11:02:52 2018 +0900 Committer: daewon <dae..

[1/3] incubator-s2graph git commit: add background task on ResourceManager onEvict.

2018-07-13 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/master c1698e31e -> 07a5af39a add background task on ResourceManager onEvict. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/447eca4c

[3/3] incubator-s2graph git commit: [S2GRAPH-230] ResourceManager onEvict cause segmentation fault with AnnoyModelFetcher

2018-07-13 Thread daewon
Parents: be8f041 Author: daewon Authored: Fri Jul 13 15:28:27 2018 +0900 Committer: daewon Committed: Fri Jul 13 15:28:27 2018 +0900 -- CHANGES | 1 + 1 file changed, 1 insertion

[2/3] incubator-s2graph git commit: Merge branch 'S2GRAPH-230'

2018-07-13 Thread daewon
/incubator-s2graph/tree/be8f0419 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/be8f0419 Branch: refs/heads/master Commit: be8f0419b3d4feceb66dafad112a9435eef713c5 Parents: c1698e3 447eca4 Author: daewon Authored: Fri Jul 13 15:28:01 2018 +0900 Committer: daewon Committed: Fri Jul

[1/3] incubator-s2graph git commit: add toValidName

2018-07-13 Thread daewon
org/repos/asf/incubator-s2graph/tree/8ff8c233 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/8ff8c233 Branch: refs/heads/master Commit: 8ff8c233e8a4f1194702c649bff3f5a99cb8273d Parents: 08d6a3e Author: daewon Authored: Tue Jul 10 14:20:37 2018 +0900 Committer: daewon Commit

[3/3] incubator-s2graph git commit: [S2GRAPH-231] Change the GraphQL type name to a valid string.

2018-07-13 Thread daewon
[S2GRAPH-231] Change the GraphQL type name to a valid string. JIRA: [S2GRAPH-231] https://issues.apache.org/jira/browse/S2GRAPH-231 Pull Request: Closes #180 Author daewon Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos

[2/3] incubator-s2graph git commit: reTest ci

2018-07-13 Thread daewon
-s2graph/diff/8de8f557 Branch: refs/heads/master Commit: 8de8f5571569db72265a5e600a3b41c4c01e3655 Parents: 8ff8c23 Author: daewon Authored: Fri Jul 13 14:55:52 2018 +0900 Committer: daewon Committed: Fri Jul 13 14:55:52 2018 +0900

[1/5] incubator-s2graph git commit: add queryParam

2018-04-11 Thread daewon
org/repos/asf/incubator-s2graph/tree/d6c72ab8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/d6c72ab8 Branch: refs/heads/master Commit: d6c72ab838970724751cf8ea53cf90f1a587bc4a Parents: 3d941d6 Author: daewon <dae...@apache.org> Authored: Fri Apr 6 13:17:32 2018 +0900

[2/5] incubator-s2graph git commit: fix broken test case

2018-04-11 Thread daewon
/incubator-s2graph/diff/1fe57680 Branch: refs/heads/master Commit: 1fe57680ca957d1563b41b89ea072d85338facad Parents: d6c72ab Author: daewon <dae...@apache.org> Authored: Fri Apr 6 13:45:08 2018 +0900 Committer: daewon <dae...@apache.org> Committed: Fri Apr 6 13:45:0

[3/5] incubator-s2graph git commit: move module

2018-04-11 Thread daewon
-s2graph/diff/a3e1e391 Branch: refs/heads/master Commit: a3e1e391f3e2554fd7b7bff0befed5ee19cb9199 Parents: 1fe5768 Author: daewon <dae...@apache.org> Authored: Fri Apr 6 14:02:49 2018 +0900 Committer: daewon <dae...@apache.org> Committed: Fri Apr 6 14:05:2

[4/5] incubator-s2graph git commit: remove wraning for intelliJ

2018-04-11 Thread daewon
/repos/asf/incubator-s2graph/diff/4c18c38a Branch: refs/heads/master Commit: 4c18c38ae072b4f2a2853fc62814779ccf818647 Parents: a3e1e39 Author: daewon <dae...@apache.org> Authored: Fri Apr 6 14:26:09 2018 +0900 Committer: daewon <dae...@apache.org> Committed: Fri Apr 6 14:26:0

[5/5] incubator-s2graph git commit: [S2GRAPH-196] Apply Query Parameter to Label Fetch in S2GraphQL

2018-04-11 Thread daewon
[S2GRAPH-196] Apply Query Parameter to Label Fetch in S2GraphQL JIRA: [S2GRAPH-196] https://issues.apache.org/jira/browse/S2GRAPH-196 Pull Request: Closes #155 Author daewon <dae...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://g

[2/3] incubator-s2graph git commit: Merge branch 'S2GRAPH-204'

2018-04-17 Thread daewon
: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/cb4b7771 Branch: refs/heads/master Commit: cb4b77711c795ea8e931f2aab84a1146bb74857f Parents: 6d231e2 69ca278 Author: daewon <dae...@apache.org> Authored: Wed Apr 18 14:34:04 2018 +0900 Committer: daewon <dae...@apache.org&g

[1/2] incubator-s2graph git commit: migrate log4j.properties to log4j2.xml

2018-03-26 Thread daewon
Repository: incubator-s2graph Updated Branches: refs/heads/master 0520ffc17 -> bb9738f26 migrate log4j.properties to log4j2.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/741bf47d Tree:

[2/2] incubator-s2graph git commit: [S2GRAPH-189]: graphiql.html file not found

2018-03-27 Thread daewon
[S2GRAPH-189]: graphiql.html file not found JIRA: [S2GRAPH-189] https://issues.apache.org/jira/browse/S2GRAPH-189 Pull Request: Closes #145 Author daewon <dae...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org

[1/2] incubator-s2graph git commit: update graphiql.html url

2018-03-27 Thread daewon
wip-us.apache.org/repos/asf/incubator-s2graph/tree/12e7d985 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/12e7d985 Branch: refs/heads/master Commit: 12e7d985b07f227116bdfcde939846b8612c6602 Parents: a4059df Author: daewon <dae...@apache.org> Authored: Wed Mar 28 12:16:09 2

[4/4] incubator-s2graph git commit: [S2GRAPH-187]: Make toQuery use toVertex to parse vertex from query JSON on RequestParser

2018-03-30 Thread daewon
Commit: 476bde31944e59809282de694e6f0247fe2a287f Parents: d69039d Author: daewon <dae...@apache.org> Authored: Fri Mar 30 15:35:49 2018 +0900 Committer: daewon <dae...@apache.org> Committed: Fri Mar 30 15:35:49 2018 +0900 -- CHANGES | 1

[3/4] incubator-s2graph git commit: Merge branch 'S2GRAPH-187'

2018-03-30 Thread daewon
-us.apache.org/repos/asf/incubator-s2graph/tree/d69039d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/d69039d6 Branch: refs/heads/master Commit: d69039d678b2bcf443f8f37f47c90d355c96f7cc Parents: 488ee0f 87a8ced Author: daewon <dae...@apache.org> Authored: Fri Mar 30 15:33:47 2018