incubator-s2graph git commit: S2GRAPH-5: Add Apache RAT to valid LICENSE errors.

2016-01-08 Thread steamshon
d6c Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/be304d6c Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/be304d6c Branch: refs/heads/master Commit: be304d6c9a6d726993b0ac5fccb7d10afbc322aa Parents: ed11106 Author: SteamShon <sho...@gmail.com> Auth

incubator-s2graph git commit: [S2GRAPH-81]: Separate Serializable's toKeyValues into 3, toRowKey, toQualifier, toValue split toKeyValues into toRowKey, toQualifier, toValue, so buildRequest only use

2016-06-11 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 56829adc7 -> 0d1854450 [S2GRAPH-81]: Separate Serializable's toKeyValues into 3, toRowKey, toQualifier, toValue split toKeyValues into toRowKey, toQualifier, toValue, so buildRequest only use toRowKey, toQualifier. JIRA:

incubator-s2graph git commit: [S2GRAPH-30]: Typo in README

2016-06-11 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 0d1854450 -> 4012a5597 [S2GRAPH-30]: Typo in README JIRA: [S2GRAPH-30] https://issues.apache.org/jira/browse/S2GRAPH-30 Pull Request: Closes #11 Authors: Hyunsung Jo: hyunsung...@gmail.com Project:

incubator-s2graph git commit: [S2GRAPH-64]: incrementCounts yield type case exception. fix incorrect type casting bug.

2016-06-13 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 4012a5597 -> a8539c2b6 [S2GRAPH-64]: incrementCounts yield type case exception. fix incorrect type casting bug. JIRA: [S2GRAPH-64] https://issues.apache.org/jira/browse/S2GRAPH-64 Pull Request: Closes #58 Authors:

incubator-s2graph git commit: [S2GRAPH-65]: Deferred produce exception. fix type cast bug.

2016-06-16 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master a8539c2b6 -> a1d91ee02 [S2GRAPH-65]: Deferred produce exception. fix type cast bug. JIRA: [S2GRAPH-65] https://issues.apache.org/jira/browse/S2GRAPH-65 Pull Request: Closes #59 Authors: DOYUNG YOON:

incubator-s2graph git commit: [S2GRAPH-68]: Refactor write-write conflict resolving logic. more comments and simplified code. remove excessive re-fetch on every retry from partial failure. remove Thre

2016-06-16 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master a1d91ee02 -> cf06febe5 [S2GRAPH-68]: Refactor write-write conflict resolving logic. more comments and simplified code. remove excessive re-fetch on every retry from partial failure. remove Thread.sleep between retry

[incubator-s2graph] Git Push Summary

2016-06-19 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/branch-0.1.0 [created] cf06febe5

incubator-s2graph git commit: [S2GRAPH-88]: include LICENSE, NOTICE and DISCLAIMER in the binary release.

2016-06-19 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master cf06febe5 -> 0d1b46616 [S2GRAPH-88]: include LICENSE, NOTICE and DISCLAIMER in the binary release. JIRA: [S2GRAPH-88] https://issues.apache.org/jira/browse/S2GRAPH-88 Pull Request: Closes #61 Authors: Jong Wook Kim:

incubator-s2graph git commit: [S2GRAPH-37]: Extract LockExpireDuration as configuration.

2016-02-22 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master e8ec7408e -> 2362a84d1 [S2GRAPH-37]: Extract LockExpireDuration as configuration. Extract LockExpireDuration as configuration. note that default value for lock.expire.time = 600 secs. lock.expire.time > 2 *

incubator-s2graph git commit: [S2GRAPH-39]: Better exception message on converting between Json and InnerVal.

2016-02-22 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 5ccfa2821 -> cdcc0769f [S2GRAPH-39]: Better exception message on converting between Json and InnerVal. think this is more clear exception message JIRA: [S2GRAPH-39] https://issues.apache.org/jira/browse/S2GRAPH-39 Pull

incubator-s2graph git commit: [S2GRAPH-36]: Provide Blocking API for Edge/Vertex operations.

2016-02-22 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master b58e6f99e -> e8ec7408e [S2GRAPH-36]: Provide Blocking API for Edge/Vertex operations. add withWait on incrementCounts/mutateEdgesBulk move logics for deleteAll into s2core from rest project. bug fix for ignoring isAsync

incubator-s2graph git commit: [S2GRAPH-40]: PostProcess.toHashKey gives different hash key with same value when edge's label schema version is different.

2016-02-22 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master cdcc0769f -> 5ac470e91 [S2GRAPH-40]: PostProcess.toHashKey gives different hash key with same value when edge's label schema version is different. use toString rather hashCode on different version of InnerVal v1 and v2

incubator-s2graph git commit: [S2GRAPH-45]: Provide way to call specific bucket on experiment.

2016-02-23 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 0c5df5eff -> e45d69d3c [S2GRAPH-45]: Provide way to call specific bucket on experiment. pass impressionId from header into s2core so user can specify specific becket under experiment. JIRA: [S2GRAPH-45]

incubator-s2graph git commit: [S2GRAPH-33]: Support weighted sum of multiple query results.

2016-02-23 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master e45d69d3c -> d9a7860b0 [S2GRAPH-33]: Support weighted sum of multiple query results. add multiQuery support and refactor unused codes. JIRA: [S2GRAPH-33] https://issues.apache.org/jira/browse/S2GRAPH-33 Pull Request:

incubator-s2graph git commit: [S2GRAPH-31] Remove playframework dependencies on s2core/build.sbt.

2016-02-22 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master f5d14ab92 -> 75c30bb31 [S2GRAPH-31] Remove playframework dependencies on s2core/build.sbt. remove ws, filters which is not necessary for s2core. add missing netty jar that is missed out on S2GRAPH-9. JIRA: [S2GRAPH-31]

[07/27] incubator-s2graph git commit: [S2GRAPH-57]: Change package names into org.apahce.s2graph.

2016-03-15 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b8a15217/s2counter_core/src/main/scala/s2/counter/core/v1/ExactStorageHBase.scala -- diff --git

[17/27] incubator-s2graph git commit: [S2GRAPH-57]: Change package names into org.apahce.s2graph.

2016-03-15 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b8a15217/s2core/src/main/scala/org/apache/s2graph/core/PostProcess.scala -- diff --git a/s2core/src/main/scala/org/apache/s2graph/core/PostProcess.scala

[03/27] incubator-s2graph git commit: [S2GRAPH-57]: Change package names into org.apahce.s2graph.

2016-03-15 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b8a15217/s2rest_play/app/controllers/CounterController.scala -- diff --git a/s2rest_play/app/controllers/CounterController.scala

[11/27] incubator-s2graph git commit: [S2GRAPH-57]: Change package names into org.apahce.s2graph.

2016-03-15 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b8a15217/s2core/src/test/scala/org/apache/s2graph/core/EdgeTest.scala -- diff --git a/s2core/src/test/scala/org/apache/s2graph/core/EdgeTest.scala

[02/27] incubator-s2graph git commit: [S2GRAPH-57]: Change package names into org.apahce.s2graph.

2016-03-15 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b8a15217/s2rest_play/app/org/apache/s2graph/rest/play/controllers/CounterController.scala -- diff --git

[11/27] incubator-s2graph git commit: [S2GRAPH-57]: Change package names into org.apahce.s2graph.

2016-03-15 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b6fe32fc/s2core/src/test/scala/org/apache/s2graph/core/EdgeTest.scala -- diff --git a/s2core/src/test/scala/org/apache/s2graph/core/EdgeTest.scala

[06/27] incubator-s2graph git commit: [S2GRAPH-57]: Change package names into org.apahce.s2graph.

2016-03-15 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b6fe32fc/s2counter_core/src/main/scala/s2/util/FunctionParser.scala -- diff --git a/s2counter_core/src/main/scala/s2/util/FunctionParser.scala

[08/27] incubator-s2graph git commit: [S2GRAPH-57]: Change package names into org.apahce.s2graph.

2016-03-15 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b6fe32fc/s2counter_core/src/main/scala/org/apache/s2graph/counter/helper/Management.scala -- diff --git

[05/27] incubator-s2graph git commit: [S2GRAPH-57]: Change package names into org.apahce.s2graph.

2016-03-15 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b6fe32fc/s2counter_loader/src/main/scala/s2/counter/EraseDailyCounter.scala -- diff --git a/s2counter_loader/src/main/scala/s2/counter/EraseDailyCounter.scala

[02/27] incubator-s2graph git commit: [S2GRAPH-57]: Change package names into org.apahce.s2graph.

2016-03-15 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b6fe32fc/s2rest_play/app/org/apache/s2graph/rest/play/controllers/CounterController.scala -- diff --git

incubator-s2graph git commit: [S2GRAPH-60]: Add divide operation to scorePropagateOp.

2016-03-19 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master e9bb727f1 -> 4c2554145 [S2GRAPH-60]: Add divide operation to scorePropagateOp. add divide operation on score propagation. (contributed by @wishoping ) JIRA: [S2GRAPH-60] https://issues.apache.org/jira/browse/S2GRAPH-60

incubator-s2graph git commit: [S2GRAPH-50]: Provide new HBase Storage Schema.

2016-03-06 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master fd8119bc9 -> e71264d0d [S2GRAPH-50]: Provide new HBase Storage Schema. add schema_v4(Tall row hbase schema). JIRA: [S2GRAPH-50] https://issues.apache.org/jira/browse/S2GRAPH-50 Pull Request: Closes #35 Project:

incubator-s2graph git commit: [S2GRAPH-89]: Change version number on project.

2016-07-04 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/branch-0.1.0 c82ebcaf0 -> 9174d899d [S2GRAPH-89]: Change version number on project. JIRA: [S2GRAPH-89] https://issues.apache.org/jira/browse/S2GRAPH-89 Pull Request: Closes #62 Authors: DO YUNG YOON: steams...@apache.org

svn commit: r14704 - in /dev/incubator/s2graph: ./ 0.1.0-incubating-RC1/

2016-08-08 Thread steamshon
Author: steamshon Date: Mon Aug 8 14:42:34 2016 New Revision: 14704 Log: Initial Commit Added: dev/incubator/s2graph/ dev/incubator/s2graph/0.1.0-incubating-RC1/ dev/incubator/s2graph/0.1.0-incubating-RC1/KEYS dev/incubator/s2graph/0.1.0-incubating-RC1/apache-s2graph-0.1.0

[1/2] incubator-s2graph git commit: [S2GRAPH-88]: include LICENSE, NOTICE and DISCLAIMER in the binary release. [Forced Update!]

2016-08-08 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/branch-0.1.0 9174d899d -> 653588847 (forced update) [S2GRAPH-88]: include LICENSE, NOTICE and DISCLAIMER in the binary release. JIRA: [S2GRAPH-88] https://issues.apache.org/jira/browse/S2GRAPH-88 Pull Request: Closes #61

[incubator-s2graph] Git Push Summary

2016-08-08 Thread steamshon
Repository: incubator-s2graph Updated Tags: refs/tags/v0.1.0-incubating [created] 8aefcb6b4

[incubator-s2graph] Git Push Summary

2016-08-08 Thread steamshon
Repository: incubator-s2graph Updated Tags: refs/tags/v0.1.0-incubating [deleted] 8aefcb6b4

[3/3] incubator-s2graph git commit: add cleanup downloaded dependencies on bin/download.sh.

2016-08-08 Thread steamshon
add cleanup downloaded dependencies on bin/download.sh. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/d52881e2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/d52881e2 Diff:

incubator-s2graph git commit: [S2GRAPH-88]: include LICENSE, NOTICE and DISCLAIMER in the binary release.

2016-06-19 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/branch-0.1.0 cf06febe5 -> c82ebcaf0 [S2GRAPH-88]: include LICENSE, NOTICE and DISCLAIMER in the binary release. JIRA: [S2GRAPH-88] https://issues.apache.org/jira/browse/S2GRAPH-88 Pull Request: Closes #61 Authors: Jong Wook

incubator-s2graph git commit: [S2GRAPH-82]: Merge DeferCache and FutureCache.

2016-08-31 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 69273249a -> 09a7919de [S2GRAPH-82]: Merge DeferCache and FutureCache. JIRA: [S2GRAPH-82] https://issues.apache.org/jira/browse/S2GRAPH-82 Pull Request: Closes #54 Authors: Daewon Jeong:

incubator-s2graph git commit: [S2GRAPH-102]: Add more configuration optoins in application.conf.

2016-08-31 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 94862407f -> 69273249a [S2GRAPH-102]: Add more configuration optoins in application.conf. JIRA: [S2GRAPH-102] https://issues.apache.org/jira/browse/S2GRAPH-102 Pull Request: Closes #72 Authors: DO YUNG YOON:

svn commit: r15122 - /dev/incubator/s2graph/apache-s2graph-0.1.0-incubating-src.tgz

2016-09-01 Thread steamshon
Author: steamshon Date: Thu Sep 1 06:27:26 2016 New Revision: 15122 Log: remove Removed: dev/incubator/s2graph/apache-s2graph-0.1.0-incubating-src.tgz

svn commit: r15123 - /dev/incubator/s2graph/apache-s2graph-0.1.0-incubating-src.tgz.asc

2016-09-01 Thread steamshon
Author: steamshon Date: Thu Sep 1 06:27:33 2016 New Revision: 15123 Log: remove Removed: dev/incubator/s2graph/apache-s2graph-0.1.0-incubating-src.tgz.asc

svn commit: r15125 - /dev/incubator/s2graph/apache-s2graph-0.1.0-incubating-src.tgz.sha1

2016-09-01 Thread steamshon
Author: steamshon Date: Thu Sep 1 06:27:45 2016 New Revision: 15125 Log: remove Removed: dev/incubator/s2graph/apache-s2graph-0.1.0-incubating-src.tgz.sha1

svn commit: r15121 - in /dev/incubator/s2graph/0.1.0-incubating-RC2: ./ apache-s2graph-0.1.0-incubating-src.tgz apache-s2graph-0.1.0-incubating-src.tgz.asc apache-s2graph-0.1.0-incubating-src.tgz.md5

2016-08-31 Thread steamshon
Author: steamshon Date: Thu Sep 1 05:40:22 2016 New Revision: 15121 Log: import 0.1.0-incubating-RC2 Added: dev/incubator/s2graph/0.1.0-incubating-RC2/ dev/incubator/s2graph/0.1.0-incubating-RC2/apache-s2graph-0.1.0-incubating-src.tgz (with props) dev/incubator/s2graph/0.1.0

svn commit: r15119 - /dev/incubator/s2graph/KEYS

2016-08-31 Thread steamshon
Author: steamshon Date: Thu Sep 1 05:36:59 2016 New Revision: 15119 Log: update KEYS Added: dev/incubator/s2graph/KEYS Added: dev/incubator/s2graph/KEYS == --- dev/incubator/s2graph/KEYS (added) +++ dev/incubator

svn commit: r15120 - in /dev/incubator/s2graph: apache-s2graph-0.1.0-incubating-src.tgz apache-s2graph-0.1.0-incubating-src.tgz.asc apache-s2graph-0.1.0-incubating-src.tgz.md5 apache-s2graph-0.1.0-inc

2016-08-31 Thread steamshon
Author: steamshon Date: Thu Sep 1 05:37:56 2016 New Revision: 15120 Log: import RC2 Added: dev/incubator/s2graph/apache-s2graph-0.1.0-incubating-src.tgz (with props) dev/incubator/s2graph/apache-s2graph-0.1.0-incubating-src.tgz.asc dev/incubator/s2graph/apache-s2graph-0.1.0

svn commit: r15118 - /dev/incubator/s2graph/KEYS

2016-08-31 Thread steamshon
Author: steamshon Date: Thu Sep 1 05:36:40 2016 New Revision: 15118 Log: delete old KEYS Removed: dev/incubator/s2graph/KEYS

incubator-s2graph git commit: [S2GRAPH-105]: Generated tarball contains full path where package was built.

2016-09-01 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master a6e68a72c -> 955d85e43 [S2GRAPH-105]: Generated tarball contains full path where package was built. JIRA: [S2GRAPH-105] https://issues.apache.org/jira/browse/S2GRAPH-105 Pull Request: Closes #75 Authors: Sergio

incubator-s2graph git commit: [S2GRAPH-95]: Add sbt-pgp plugin on plugins.sbt

2016-08-29 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 326e036e1 -> acf5a0aa3 [S2GRAPH-95]: Add sbt-pgp plugin on plugins.sbt JIRA: [S2GRAPH-95] https://issues.apache.org/jira/browse/S2GRAPH-95 Pull Request: Closes #67 Authors: DO YUNG YOON: steams...@apache.org

incubator-s2graph git commit: [S2GRAPH-100]: Add BUILD.md to explain how to package from source, then add it into REAME.md

2016-08-30 Thread steamshon
means a full-blown social network timeline, but it gives you an idea on how to represent, store and query relations with S2Graph. -If you'd like to know more about S2Graph and its powerful APIs, please continue to the [S2Graph API document](https://www.gitbook.com/book/steamshon/s2graph-book)! -

svn commit: r15321 - /dev/incubator/s2graph/apache-s2graph-0.1.0-incubating-src.tgz.md5

2016-09-12 Thread steamshon
Author: steamshon Date: Mon Sep 12 15:27:52 2016 New Revision: 15321 Log: Remove Removed: dev/incubator/s2graph/apache-s2graph-0.1.0-incubating-src.tgz.md5

[incubator-s2graph] Git Push Summary

2016-09-12 Thread steamshon
Repository: incubator-s2graph Updated Tags: refs/tags/v0.1.0-incubating-rc3 [created] af516c63a

incubator-s2graph git commit: [S2GRAPH-112] Additional refinements in README.md

2016-09-12 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 56351af5f -> 26bfd0469 [S2GRAPH-112] Additional refinements in README.md JIRA: [S2GRAPH-112] https://issues.apache.org/jira/browse/S2GRAPH-112 Pull Request: Closes #80 Authors Jong Wook Kim: jongw...@nyu.edu

svn commit: r15330 - in /dev/incubator/s2graph/0.1.0-incubating-RC3: apache-s2graph-0.1.0-incubating-src.tgz apache-s2graph-0.1.0-incubating-src.tgz.asc apache-s2graph-0.1.0-incubating-src.tgz.md5 apa

2016-09-12 Thread steamshon
Author: steamshon Date: Tue Sep 13 01:29:46 2016 New Revision: 15330 Log: update RC3 Modified: dev/incubator/s2graph/0.1.0-incubating-RC3/apache-s2graph-0.1.0-incubating-src.tgz dev/incubator/s2graph/0.1.0-incubating-RC3/apache-s2graph-0.1.0-incubating-src.tgz.asc dev/incubator

incubator-s2graph git commit: [S2GRAPH-12]: Add Label Name Swap Feature

2016-09-12 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 69c18afd2 -> 56351af5f [S2GRAPH-12]: Add Label Name Swap Feature JIRA: [S2GRAPH-12] https://issues.apache.org/jira/browse/S2GRAPH-12 Pull Request: Closes #79 Authors Hyunsung Jo: hyunsung...@gmail.com Project:

incubator-s2graph git commit: [S2GRAPH-109]: Merge duplicate test.sh into one same as `Your First Graph` on README.md

2016-09-12 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 224c7370a -> 69c18afd2 [S2GRAPH-109]: Merge duplicate test.sh into one same as `Your First Graph` on README.md JIRA: [S2GRAPH-109] https://issues.apache.org/jira/browse/S2GRAPH-109 Pull Request: Closes #78 Authors

[incubator-s2graph] Git Push Summary

2016-10-10 Thread steamshon
Repository: incubator-s2graph Updated Tags: refs/tags/v0.1.0-incubating-rc6 [created] c8af75e74

[incubator-s2graph] Git Push Summary

2016-09-21 Thread steamshon
Repository: incubator-s2graph Updated Tags: refs/tags/v0.1.0-incubating-rc4 [created] fba873b03

[2/2] incubator-s2graph git commit: [S2GRAPH-114] `MethodNotSupportedException` class in s2counter_core project miss license header.

2016-09-20 Thread steamshon
[S2GRAPH-114] `MethodNotSupportedException` class in s2counter_core project miss license header. JIRA: [S2GRAPH-114] https://issues.apache.org/jira/browse/S2GRAPH-114 Pull Request: Closes #82 Authors DO YUNG YOON: steams...@apache.org Project:

[06/19] incubator-s2graph git commit: Add GPG key for ms...@apache.org

2016-09-20 Thread steamshon
Add GPG key for ms...@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/97445ec7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/97445ec7 Diff:

[16/19] incubator-s2graph git commit: Merge branch 'djfwan-S2GRAPH-110' into S2GRAPH-110

2016-09-20 Thread steamshon
Merge branch 'djfwan-S2GRAPH-110' into S2GRAPH-110 Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/794585c1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/794585c1 Diff:

[08/19] incubator-s2graph git commit: Merge pull request #7 from mskimm/S2GRAPH-110

2016-09-20 Thread steamshon
Merge pull request #7 from mskimm/S2GRAPH-110 Add GPG key for ms...@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/e53038ee Tree:

[02/19] incubator-s2graph git commit: Update KEYS

2016-09-20 Thread steamshon
Update KEYS remove unused email Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/a886a3e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/a886a3e8 Diff:

[18/19] incubator-s2graph git commit: [S2GRAPH-110] Add more committer's public key to KEYS file.

2016-09-20 Thread steamshon
[S2GRAPH-110] Add more committer's public key to KEYS file. JIRA: [S2GRAPH-110] https://issues.apache.org/jira/browse/S2GRAPH-110 Pull Request: Closes #83 Authors DO YUNG YOON: steams...@apache.org Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit:

[01/19] incubator-s2graph git commit: add gpg public key

2016-09-20 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master ddae05f12 -> c50d43a06 add gpg public key Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/6fa2b953 Tree:

[10/19] incubator-s2graph git commit: Merge branch 'feature/S2GRAPH-110' of https://github.com/elric-k/incubator-s2graph into elric-k-feature/S2GRAPH-110

2016-09-20 Thread steamshon
Merge branch 'feature/S2GRAPH-110' of https://github.com/elric-k/incubator-s2graph into elric-k-feature/S2GRAPH-110 Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/1668c619 Tree:

[13/19] incubator-s2graph git commit: Added gpg-key for jaes...@apache.org

2016-09-20 Thread steamshon
Added gpg-key for jaes...@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/a7ff18c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/a7ff18c6 Diff:

[11/19] incubator-s2graph git commit: Merge branch 'elric-k-feature/S2GRAPH-110' into S2GRAPH-110

2016-09-20 Thread steamshon
Merge branch 'elric-k-feature/S2GRAPH-110' into S2GRAPH-110 Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/e0e2d80a Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/e0e2d80a Diff:

incubator-s2graph git commit: [S2GRAPH-96]: Remove unmanaged dependencies(asynchbase) and speficy it on build.sbt

2016-08-29 Thread steamshon
t; %% "scalikejdbc" % "2.1.+", "com.h2database" % "h2" % "1.4.192", - "com.github.danielwegener" % "logback-kafka-appender" % "0.0.4" + "com.github.danielwegener" % "logback-kafka-appender" % &

[1/2] incubator-s2graph git commit: [S2GRAPH-116] using ASM and ByteBuddy to add a proxy to Asynchbase's Scanner

2016-10-01 Thread steamshon
lwegener" % "logback-kafka-appender" % "0.0.4", "com.stumbleupon" % "async" % "1.4.1", "io.netty" % "netty" % "3.9.4.Final" force(), - "org.hbase" % "asynchbase" % "1.7.2-S2

[2/2] incubator-s2graph git commit: [S2GRAPH-116] Use the official Asynchbase release and stop managing our custom fork

2016-10-01 Thread steamshon
[S2GRAPH-116] Use the official Asynchbase release and stop managing our custom fork JIRA: [S2GRAPH-116] https://issues.apache.org/jira/browse/S2GRAPH-116 Pull Request: Closes #85 Authors Jong Wook Kim: jongw...@nyu.edu Project:

[2/3] incubator-s2graph git commit: added exec permissions to run-rat.sh

2016-10-01 Thread steamshon
added exec permissions to run-rat.sh Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/7ce98350 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/7ce98350 Diff:

[3/3] incubator-s2graph git commit: Merge branch 'master' of https://github.com/wikier/incubator-s2graph into wikier-master Added basic instructions how to run RAT. This Closes #84

2016-10-01 Thread steamshon
Merge branch 'master' of https://github.com/wikier/incubator-s2graph into wikier-master Added basic instructions how to run RAT. This Closes #84 Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit:

[incubator-s2graph] Git Push Summary

2016-10-01 Thread steamshon
Repository: incubator-s2graph Updated Tags: refs/tags/v0.1.0-incubating-rc5 [created] 6003c9e64

svn commit: r16314 - in /dev/incubator/s2graph/0.1.0-incubating-RC5: ./ apache-s2graph-0.1.0-incubating-src.tgz apache-s2graph-0.1.0-incubating-src.tgz.asc apache-s2graph-0.1.0-incubating-src.tgz.md5

2016-10-01 Thread steamshon
Author: steamshon Date: Sat Oct 1 14:37:14 2016 New Revision: 16314 Log: apache incubating release RC5 Added: dev/incubator/s2graph/0.1.0-incubating-RC5/ dev/incubator/s2graph/0.1.0-incubating-RC5/apache-s2graph-0.1.0-incubating-src.tgz (with props) dev/incubator/s2graph/0.1.0

svn commit: r16733 - in /release/incubator/s2graph: ./ 0.1.0-incubating/

2016-10-29 Thread steamshon
Author: steamshon Date: Sun Oct 30 04:56:35 2016 New Revision: 16733 Log: Apache S2Graph(incubating) 0.1.0 Added: release/incubator/s2graph/0.1.0-incubating/ release/incubator/s2graph/0.1.0-incubating/CHANGES release/incubator/s2graph/0.1.0-incubating/apache-s2graph-0.1.0-incubating

[incubator-s2graph] Git Push Summary

2016-10-29 Thread steamshon
Repository: incubator-s2graph Updated Tags: refs/tags/v0.1.0-incubating-rc5 [deleted] 6003c9e64

[incubator-s2graph] Git Push Summary

2016-10-29 Thread steamshon
Repository: incubator-s2graph Updated Tags: refs/tags/v0.1.0-incubating-rc4 [deleted] fba873b03

[incubator-s2graph] Git Push Summary

2016-10-29 Thread steamshon
Repository: incubator-s2graph Updated Tags: refs/tags/v0.1.0-incubating [created] 2d8cdb816

[incubator-s2graph] Git Push Summary

2016-10-29 Thread steamshon
Repository: incubator-s2graph Updated Tags: refs/tags/v0.1.0-incubating-rc6 [deleted] c8af75e74

[2/4] incubator-s2graph git commit: [S2GRAPH-115] forces publishSigned; version is now in version.sbt, to enable using sbt-release-plugin

2016-11-08 Thread steamshon
[S2GRAPH-115] forces publishSigned; version is now in version.sbt, to enable using sbt-release-plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/a772061d Tree:

[1/2] incubator-s2graph git commit: [S2GRAPH-126] does not produce error even if ~/.m2/settings.xml does not exist

2016-11-10 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master d37888ff2 -> 6610285ad [S2GRAPH-126] does not produce error even if ~/.m2/settings.xml does not exist Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit:

[2/2] incubator-s2graph git commit: [S2GRAPH-126]: fixes SBT error that occurs if ~/.m2/settings.xml does not exist.

2016-11-10 Thread steamshon
[S2GRAPH-126]: fixes SBT error that occurs if ~/.m2/settings.xml does not exist. JIRA: [S2GRAPH-126] https://issues.apache.org/jira/browse/S2GRAPH-126 Pull Request: Closes #93 Authors Jong Wook Kim: jongw...@nyu.edu Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo

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

2016-11-10 Thread steamshon
[S2GRAPH-127]: Refactor ExceptionHander Object into Class. JIRA: [S2GRAPH-127] https://issues.apache.org/jira/browse/S2GRAPH-127 Pull Request: Closes #95 Authors daewon: dae...@apache.org Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit:

[04/12] incubator-s2graph git commit: skip storing vertex's belongsTo property when insert edge unless label's extra option is set as {"skipVertex": false}.

2016-11-14 Thread steamshon
skip storing vertex's belongsTo property when insert edge unless label's extra option is set as {"skipVertex": false}. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/b5a44d93 Tree:

[01/12] incubator-s2graph git commit: add options variable on label model class.

2016-11-14 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 6610285ad -> b5908311a add options variable on label model class. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/0e58f557 Tree:

[10/12] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-125

2016-11-14 Thread steamshon
Merge branch 'master' into S2GRAPH-125 Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/714c68c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/714c68c6 Diff:

[06/12] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-125

2016-11-14 Thread steamshon
Merge branch 'master' into S2GRAPH-125 Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/5d392f54 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/5d392f54 Diff:

[02/12] incubator-s2graph git commit: bug fix.

2016-11-14 Thread steamshon
bug fix. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/4bce75bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/4bce75bc Diff:

[12/12] incubator-s2graph git commit: [S2GRAPH-125]: Add options field on Label model for controlling advanced options.

2016-11-14 Thread steamshon
[S2GRAPH-125]: Add options field on Label model for controlling advanced options. JIRA: [S2GRAPH-125] https://issues.apache.org/jira/browse/S2GRAPH-125 Pull Request: Closes #94 Authors DO YUNG YOON: steams...@apache.org Project:

[08/12] incubator-s2graph git commit: More advanced options on Label for publishing to Kafka.

2016-11-14 Thread steamshon
More advanced options on Label for publishing to Kafka. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/3f313097 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/3f313097 Diff:

[05/12] incubator-s2graph git commit: Change default action

2016-11-14 Thread steamshon
Change default action Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/83ffcd5c Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/83ffcd5c Diff:

[03/12] incubator-s2graph git commit: bug fix on skipReverse options.

2016-11-14 Thread steamshon
bug fix on skipReverse options. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/03af01e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/03af01e1 Diff:

[2/3] incubator-s2graph git commit: [S2GRAPH-121]: Create `Result` class to hold traverse result edges.

2016-11-16 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8dbb9a3e/s2core/src/main/scala/org/apache/s2graph/core/Vertex.scala -- diff --git a/s2core/src/main/scala/org/apache/s2graph/core/Vertex.scala

[1/3] incubator-s2graph git commit: [S2GRAPH-121]: Create `Result` class to hold traverse result edges.

2016-11-16 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master b5908311a -> 8dbb9a3ee http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8dbb9a3e/s2core/src/test/scala/org/apache/s2graph/core/Integrate/CrudTest.scala

[3/3] incubator-s2graph git commit: [S2GRAPH-121]: Create `Result` class to hold traverse result edges.

2016-11-16 Thread steamshon
[S2GRAPH-121]: Create `Result` class to hold traverse result edges. JIRA: [S2GRAPH-121] https://issues.apache.org/jira/browse/S2GRAPH-121 Pull Request: Closes #96 Authors DO YUNG YOON: steams...@apache.org Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit:

[4/7] incubator-s2graph git commit: [S2GRAPH-122]: Change data types of Edge/IndexEdge/SnapshotEdge.

2016-11-16 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/66bdf1bc/s2core/src/main/scala/org/apache/s2graph/core/rest/RequestParser.scala -- diff --git a/s2core/src/main/scala/org/apache/s2graph/core/rest/RequestParser.scala

[3/7] incubator-s2graph git commit: [S2GRAPH-122]: Change data types of Edge/IndexEdge/SnapshotEdge.

2016-11-16 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/66bdf1bc/s2core/src/main/scala/org/apache/s2graph/core/storage/StorageDeserializable.scala -- diff --git

[1/7] incubator-s2graph git commit: [S2GRAPH-122]: Change data types of Edge/IndexEdge/SnapshotEdge.

2016-11-16 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 8dbb9a3ee -> 66bdf1bc0 http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/66bdf1bc/s2core/src/test/scala/org/apache/s2graph/core/storage/hbase/IndexEdgeTest.scala

[5/7] incubator-s2graph git commit: [S2GRAPH-122]: Change data types of Edge/IndexEdge/SnapshotEdge.

2016-11-16 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/66bdf1bc/s2core/src/main/scala/org/apache/s2graph/core/QueryParam.scala -- diff --git a/s2core/src/main/scala/org/apache/s2graph/core/QueryParam.scala

[2/7] incubator-s2graph git commit: [S2GRAPH-122]: Change data types of Edge/IndexEdge/SnapshotEdge.

2016-11-16 Thread steamshon
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/66bdf1bc/s2core/src/main/scala/org/apache/s2graph/core/types/InnerValLike.scala -- diff --git a/s2core/src/main/scala/org/apache/s2graph/core/types/InnerValLike.scala

[1/2] incubator-s2graph git commit: remove testcases from loader project.

2016-10-10 Thread steamshon
Repository: incubator-s2graph Updated Branches: refs/heads/master 839ae837d -> 79ad41526 remove testcases from loader project. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/219c9527 Tree:

[2/2] incubator-s2graph git commit: [S2GRAPH-118] Fix compile error on test cases on loader project.

2016-10-10 Thread steamshon
[S2GRAPH-118] Fix compile error on test cases on loader project. JIRA: [S2GRAPH-118] https://issues.apache.org/jira/browse/S2GRAPH-118 Pull Request: Closes #87 Authors DO YUNG YOON: steams...@apache.org Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit:

svn commit: r16440 - in /dev/incubator/s2graph/0.1.0-incubating-RC6: ./ apache-s2graph-0.1.0-incubating-src.tgz apache-s2graph-0.1.0-incubating-src.tgz.asc apache-s2graph-0.1.0-incubating-src.tgz.md5

2016-10-10 Thread steamshon
Author: steamshon Date: Mon Oct 10 09:22:55 2016 New Revision: 16440 Log: Apache incubating release: v0.1.0-rc6 Added: dev/incubator/s2graph/0.1.0-incubating-RC6/ dev/incubator/s2graph/0.1.0-incubating-RC6/apache-s2graph-0.1.0-incubating-src.tgz (with props) dev/incubator

  1   2   3   4   5   >