You are viewing a plain text version of this content. The canonical link for it is here.
- [1/2] incubator-s2graph git commit: add REAME.md to explaining movielens example. - posted by da...@apache.org on 2018/06/04 09:06:50 UTC, 0 replies.
- [2/2] incubator-s2graph git commit: [S2GRAPH-214]: Add REAME for movielens examples - posted by da...@apache.org on 2018/06/04 09:06:51 UTC, 0 replies.
- [1/5] incubator-s2graph git commit: naive implementation - posted by da...@apache.org on 2018/06/04 09:21:50 UTC, 0 replies.
- [2/5] incubator-s2graph git commit: implement jdbc driver for H2 DB - posted by da...@apache.org on 2018/06/04 09:21:51 UTC, 0 replies.
- [3/5] incubator-s2graph git commit: remove hard coded cacheTTL for resouceManager - posted by da...@apache.org on 2018/06/04 09:21:52 UTC, 0 replies.
- [4/5] incubator-s2graph git commit: Merge branch 'S2GRAPH-215' - posted by da...@apache.org on 2018/06/04 09:21:53 UTC, 0 replies.
- [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 - posted by da...@apache.org on 2018/06/04 09:21:54 UTC, 0 replies.
- [1/4] incubator-s2graph git commit: implement @trasform directive - posted by st...@apache.org on 2018/06/15 07:29:06 UTC, 0 replies.
- [2/4] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-216 - posted by st...@apache.org on 2018/06/15 07:29:07 UTC, 0 replies.
- [3/4] incubator-s2graph git commit: add simple test - posted by st...@apache.org on 2018/06/15 07:29:08 UTC, 0 replies.
- [4/4] incubator-s2graph git commit: [S2GRAPH-216] Provide a transform directive in the GraphQL query result - posted by st...@apache.org on 2018/06/15 07:29:09 UTC, 0 replies.
- [1/7] incubator-s2graph git commit: add operations not supported on sql - posted by st...@apache.org on 2018/06/15 07:34:17 UTC, 0 replies.
- [2/7] incubator-s2graph git commit: support multiple partitions - posted by st...@apache.org on 2018/06/15 07:34:18 UTC, 0 replies.
- [3/7] incubator-s2graph git commit: add dataframe cache option - posted by st...@apache.org on 2018/06/15 07:34:19 UTC, 0 replies.
- [4/7] incubator-s2graph git commit: add partition options for source df - posted by st...@apache.org on 2018/06/15 07:34:20 UTC, 0 replies.
- [5/7] incubator-s2graph git commit: add continuous trigger option - posted by st...@apache.org on 2018/06/15 07:34:21 UTC, 0 replies.
- [6/7] incubator-s2graph git commit: Merge branch 'S2GRAPH-218' of https://github.com/elric-k/incubator-s2graph into elric-k-S2GRAPH-218 - posted by st...@apache.org on 2018/06/15 07:34:22 UTC, 0 replies.
- [7/7] incubator-s2graph git commit: [S2GRAPH-218] add operations not supported on sql - posted by st...@apache.org on 2018/06/15 07:34:23 UTC, 0 replies.
- [1/2] incubator-s2graph git commit: Extract Where and EdgeTransformer to TraversalHelper. - posted by st...@apache.org on 2018/06/15 23:29:46 UTC, 0 replies.
- [2/2] incubator-s2graph git commit: [S2GRAPH-220]: Filter clause is not working on AnnoyModelFetcher - posted by st...@apache.org on 2018/06/15 23:29:47 UTC, 0 replies.
- [1/5] incubator-s2graph git commit: add extension for SigmaJs - posted by da...@apache.org on 2018/06/18 06:15:28 UTC, 0 replies.
- [2/5] incubator-s2graph git commit: make middleware for GraphFormatWriter - posted by da...@apache.org on 2018/06/18 06:15:29 UTC, 0 replies.
- [3/5] incubator-s2graph git commit: merge master for ci - posted by da...@apache.org on 2018/06/18 06:15:30 UTC, 0 replies.
- [4/5] incubator-s2graph git commit: Merge branch 'S2GRAPH-219' - posted by da...@apache.org on 2018/06/18 06:15:31 UTC, 0 replies.
- [5/5] incubator-s2graph git commit: [S2GRAPH-219] Added query that includes all vertices and associated edges for GraphVisualize. - posted by da...@apache.org on 2018/06/18 06:15:32 UTC, 0 replies.
- [1/3] incubator-s2graph git commit: add content-type: application/graphql - posted by da...@apache.org on 2018/06/18 06:53:37 UTC, 0 replies.
- [2/3] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-203 - posted by da...@apache.org on 2018/06/18 06:53:38 UTC, 0 replies.
- [3/3] incubator-s2graph git commit: [S2GRAPH-203] Support "application/graphql" Content-Type header - posted by da...@apache.org on 2018/06/18 06:53:39 UTC, 0 replies.
- [1/5] incubator-s2graph git commit: add Not logical operator on WhereParser. - posted by st...@apache.org on 2018/06/18 07:04:22 UTC, 0 replies.
- [2/5] incubator-s2graph git commit: remove not in. - posted by st...@apache.org on 2018/06/18 07:04:23 UTC, 0 replies.
- [3/5] incubator-s2graph git commit: revert removing 'not in' clause. - posted by st...@apache.org on 2018/06/18 07:04:24 UTC, 0 replies.
- [4/5] incubator-s2graph git commit: run apache-rat on S2GRAPH-219 - posted by st...@apache.org on 2018/06/18 07:04:25 UTC, 0 replies.
- [5/5] incubator-s2graph git commit: [S2GRAPH-222]: Support Not logical operator in WhereParser. - posted by st...@apache.org on 2018/06/18 07:04:26 UTC, 0 replies.
- [1/7] incubator-s2graph git commit: Refactor WhereParser to accept GraphElement, not Edge only. - posted by st...@apache.org on 2018/06/21 01:20:33 UTC, 0 replies.
- [2/7] incubator-s2graph git commit: - Refactor WhereParser to accept GraphElement. - Refactor S2Graph.getVertices to accept VertexQueryParam. - posted by st...@apache.org on 2018/06/21 01:20:34 UTC, 0 replies.
- [3/7] incubator-s2graph git commit: - Separate SearchParam from VertexQueryParam. - posted by st...@apache.org on 2018/06/21 01:20:35 UTC, 0 replies.
- [4/7] incubator-s2graph git commit: add filter param on serviceColumn field - posted by st...@apache.org on 2018/06/21 01:20:36 UTC, 0 replies.
- [5/7] incubator-s2graph git commit: Merge pull request #17 from daewon/S2GRAPH-223 - posted by st...@apache.org on 2018/06/21 01:20:37 UTC, 0 replies.
- [6/7] incubator-s2graph git commit: add fromVertices on VertexQueryParam. - posted by st...@apache.org on 2018/06/21 01:20:38 UTC, 0 replies.
- [7/7] incubator-s2graph git commit: [S2GRAPH-223]: Support WhereParser on Vertex. - posted by st...@apache.org on 2018/06/21 01:20:39 UTC, 0 replies.
- [1/5] incubator-s2graph git commit: initial commit. - posted by st...@apache.org on 2018/06/21 01:23:33 UTC, 0 replies.
- [2/5] incubator-s2graph git commit: test cases passed. - posted by st...@apache.org on 2018/06/21 01:23:34 UTC, 0 replies.
- [3/5] incubator-s2graph git commit: commit missing changes on s2core. - posted by st...@apache.org on 2018/06/21 01:23:35 UTC, 0 replies.
- [4/5] incubator-s2graph git commit: run apache-rat. - posted by st...@apache.org on 2018/06/21 01:23:36 UTC, 0 replies.
- [5/5] incubator-s2graph git commit: [S2GRAPH-221]: Unify configurations for bulk and mutate in S2GraphSink. - posted by st...@apache.org on 2018/06/21 01:23:37 UTC, 0 replies.
- [1/4] incubator-s2graph git commit: filterNot JsNull instead of null. - posted by st...@apache.org on 2018/06/22 06:51:12 UTC, 0 replies.
- [2/4] incubator-s2graph git commit: version up hbase stable version. - posted by st...@apache.org on 2018/06/22 06:51:13 UTC, 0 replies.
- [3/4] incubator-s2graph git commit: remove unnecessary files under s2graphql/project. - posted by st...@apache.org on 2018/06/22 06:51:14 UTC, 0 replies.
- [4/4] incubator-s2graph git commit: [S2GRAPH-228]: GraphQL empty variable fields on post request cause spray.json.DeserializationException. - posted by st...@apache.org on 2018/06/22 06:51:15 UTC, 0 replies.
- [1/2] incubator-s2graph git commit: version up slf4j bindings. - posted by st...@apache.org on 2018/06/22 07:03:51 UTC, 0 replies.
- [2/2] incubator-s2graph git commit: [S2GRAPH-227]: version up SLF4J bindings(slf4j-log4j12) from 1.7.21 to 1.8.0-beta2 - posted by st...@apache.org on 2018/06/22 07:03:52 UTC, 0 replies.