commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[13/16] incubator-s2graph git commit: add apache license header.
steamshon
[09/16] incubator-s2graph git commit: increate timeout when create schema
steamshon
[1/9] incubator-s2graph git commit: add S2GraphSource.
steamshon
[3/9] incubator-s2graph git commit: add tc for S2GraphSource.
steamshon
[5/9] incubator-s2graph git commit: merge S2EdgeDataFrameWriter and S2VertexDataFrameWriter.
steamshon
[6/9] incubator-s2graph git commit: pass local cache configuration on S2GraphSource.
steamshon
[9/9] incubator-s2graph git commit: [S2GRAPH-201]: Provide S2GraphSource
steamshon
[2/9] incubator-s2graph git commit: rename class.
steamshon
[4/9] incubator-s2graph git commit: bug fix on S2EdgeDataFrameWriter.
steamshon
[8/9] incubator-s2graph git commit: Merge remote-tracking branch 'apache/master' into S2GRAPH-201
steamshon
[7/9] incubator-s2graph git commit: add test case to test Json to TaskConf.
steamshon
[1/8] incubator-s2graph git commit: add 'Contains' Claues in where parser
steamshon
[7/8] incubator-s2graph git commit: add index.provider.lucene.fsType for test
steamshon
[5/8] incubator-s2graph git commit: add test case for search vertex query
steamshon
[2/8] incubator-s2graph git commit: add search vertices
steamshon
[6/8] incubator-s2graph git commit: refactor: (vertex, queryParam) -> edgeQueryParam
steamshon
[4/8] incubator-s2graph git commit: remove hard_coded var
steamshon
[8/8] incubator-s2graph git commit: [S2GRAPH-207]: Provides a way to query data with the value of the Vertex property in a GraphQL query.
steamshon
[3/8] incubator-s2graph git commit: refactor search
steamshon
[1/3] incubator-s2graph git commit: reuse s2graph object
steamshon
[2/3] incubator-s2graph git commit: fix wrong method reference
steamshon
[3/3] incubator-s2graph git commit: [S2GRAPH-205]: reuse S2Graph object on same executor
steamshon
[1/3] incubator-s2graph git commit: resolve n+1 query
daewon
[2/3] incubator-s2graph git commit: Merge branch 'S2GRAPH-204'
daewon
[3/3] incubator-s2graph git commit: [S2GRAPH-204] Avoid N + 1 queries in GraphQL
daewon
[1/5] incubator-s2graph git commit: add queryParam
daewon
[3/5] incubator-s2graph git commit: move module
daewon
[5/5] incubator-s2graph git commit: [S2GRAPH-196] Apply Query Parameter to Label Fetch in S2GraphQL
daewon
[4/5] incubator-s2graph git commit: remove wraning for intelliJ
daewon
[2/5] incubator-s2graph git commit: fix broken test case
daewon
[1/6] incubator-s2graph git commit: first try, make conencted label recursive
steamshon
[2/6] incubator-s2graph git commit: Changing query more intuitively by using `columnName` instead of `from/to` in label field name
steamshon
[4/6] incubator-s2graph git commit: fix dir bug for in direction edge
steamshon
[6/6] incubator-s2graph git commit: [S2GRAPH-199]: Changing query more intuitively by using `columnName` instead of `from/to` in label field name
steamshon
[5/6] incubator-s2graph git commit: update limit
steamshon
[3/6] incubator-s2graph git commit: add query limit
steamshon
[1/5] incubator-s2graph git commit: add extra env option for docker build
steamshon
[3/5] incubator-s2graph git commit: remove duplicate plugin
steamshon
[2/5] incubator-s2graph git commit: modify readme
steamshon
[5/5] incubator-s2graph git commit: [S2GRAPH-200]: docker image could not include extra jars
steamshon
[4/5] incubator-s2graph git commit: Merge branch 'S2GRAPH-200' of https://github.com/elric-k/incubator-s2graph into elric-k-S2GRAPH-200
steamshon
[1/4] incubator-s2graph git commit: add skipError option to skip over not-serializable data.
steamshon
[3/4] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-198
steamshon
[4/4] incubator-s2graph git commit: [S2GRAPH-198]: Skip json Decode error and continue
steamshon
[2/4] incubator-s2graph git commit: Merge upstream master.
steamshon
[01/11] incubator-s2graph git commit: implement S2GraphSink.write method for writeBatch.
steamshon
[11/11] incubator-s2graph git commit: [S2GRAPH-197]: Provide S2graphSink for non-streaming dataset
steamshon
[08/11] incubator-s2graph git commit: merge writeBatch for S2GraphSink
steamshon
[05/11] incubator-s2graph git commit: add writeBatchWithMutate on S2GraphSink
steamshon
[02/11] incubator-s2graph git commit: simplify Transformer interface.
steamshon
[04/11] incubator-s2graph git commit: separate bulkload from write.
steamshon
[09/11] incubator-s2graph git commit: Merge pull request #14 from elric-k/S2GRAPH-197
steamshon
[06/11] incubator-s2graph git commit: modify tc
steamshon
[07/11] incubator-s2graph git commit: filter OptionKeys on GraphFileOptions.
steamshon
[10/11] incubator-s2graph git commit: add runLoadIncrementalHFiles option for S2graphSink.write.
steamshon
[03/11] incubator-s2graph git commit: implement writeBatch only for LoadIncrementHFile.
steamshon
[1/3] incubator-s2graph git commit: abstract read/write of user provided class.
steamshon
[2/3] incubator-s2graph git commit: remove SKeyValue.SnapshotEdgeCF for backward compatibility.
steamshon
[3/3] incubator-s2graph git commit: [S2GRAPH-183]: Provide batch job to dump data stored in HBase into file.
steamshon
[1/2] incubator-s2graph git commit: add indices resolver
daewon
[2/2] incubator-s2graph git commit: [S2GRAPH-195]: could not create indices using S2GraphQL
daewon
[1/4] incubator-s2graph git commit: make toQuery to use toVertex.
daewon
[2/4] incubator-s2graph git commit: add test cases to test S2GRAPH-186.
daewon
[4/4] incubator-s2graph git commit: [S2GRAPH-187]: Make toQuery use toVertex to parse vertex from query JSON on RequestParser
daewon
[3/4] incubator-s2graph git commit: Merge branch 'S2GRAPH-187'
daewon
[1/3] incubator-s2graph git commit: add logging for Management API and HTTP Request/Reponse
daewon
[3/3] incubator-s2graph git commit: [S2GRAPH-191] Providing request / response logging to GraphQL server and removing println
daewon
[2/3] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-191
daewon
[1/3] incubator-s2graph git commit: fix name conflict
daewon
[3/3] incubator-s2graph git commit: [S2GRAPH-192] could not find service column when creating the label
daewon
[2/3] incubator-s2graph git commit: Mt erge branch 'S2GRAPH-192'
daewon
[1/3] incubator-s2graph git commit: remove unused benchmark
daewon
[2/3] incubator-s2graph git commit: remove broken import
daewon
[3/3] incubator-s2graph git commit: [S2GRAPH-190] Remove unnecessary TC JsonBenchmarkSpec
daewon
[1/7] incubator-s2graph git commit: add simple etl job interface
steamshon
[6/7] incubator-s2graph git commit: Merge branch 'S2GRAPH-185' of https://github.com/elric-k/incubator-s2graph into elric-k-S2GRAPH-185
steamshon
[5/7] incubator-s2graph git commit: remove count operation
steamshon
[3/7] incubator-s2graph git commit: shade protobuf to resolve confilct with spark lib
steamshon
[4/7] incubator-s2graph git commit: wait termination for multiple streaming query
steamshon
[2/7] incubator-s2graph git commit: add s2graph sink for spark structured streaming
steamshon
[7/7] incubator-s2graph git commit: [S2GRAPH-185]: Support Spark Structured Streaming to work with data in streaming and batch
steamshon
[1/2] incubator-s2graph git commit: update graphiql.html url
daewon
[2/2] incubator-s2graph git commit: [S2GRAPH-189]: graphiql.html file not found
daewon
[01/25] incubator-s2graph git commit: add api: deleteServiceColumn, deleteLabel
steamshon
[14/25] incubator-s2graph git commit: add test case
steamshon
[20/25] incubator-s2graph git commit: add tc for management api
steamshon
[03/25] incubator-s2graph git commit: change deleteServiceColumnParamType
steamshon
[13/25] incubator-s2graph git commit: change addVertex api, add test case for addVertex
steamshon
[21/25] incubator-s2graph git commit: update typeName
steamshon
[12/25] incubator-s2graph git commit: remove unused method
steamshon
[18/25] incubator-s2graph git commit: update readme.md
steamshon
[07/25] incubator-s2graph git commit: add schema TC
steamshon
[04/25] incubator-s2graph git commit: change createLabel param type
steamshon
[22/25] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-180
steamshon
[09/25] incubator-s2graph git commit: add dummy object for empty input type
steamshon
[23/25] incubator-s2graph git commit: Merge branch 'S2GRAPH-180' of https://github.com/daewon/incubator-s2graph into daewon-S2GRAPH-180
steamshon
[16/25] incubator-s2graph git commit: change query: edge centric to vertec centric
steamshon
[24/25] incubator-s2graph git commit: run apache-rat.
steamshon
[17/25] incubator-s2graph git commit: add vertices on add edges
steamshon
[06/25] incubator-s2graph git commit: add addPropToLabel
steamshon
[19/25] incubator-s2graph git commit: update README.md
steamshon
[05/25] incubator-s2graph git commit: add addPropToServiceColumn
steamshon
[11/25] incubator-s2graph git commit: add basic tc: Management
steamshon
[10/25] incubator-s2graph git commit: Merge branch 'S2GRAPH-180' of github.daumkakao.com:Graph/s2graph into S2GRAPH-180
steamshon
[15/25] incubator-s2graph git commit: add mapLoggable
steamshon
[02/25] incubator-s2graph git commit: add api: deleteServiceColumn, deleteLabel
steamshon
[08/25] incubator-s2graph git commit: add dummy object for empty input type
steamshon
[25/25] incubator-s2graph git commit: [S2GRAPH-180]: Implement missing Management API
steamshon
[1/2] incubator-s2graph git commit: migrate log4j.properties to log4j2.xml
daewon
[2/2] incubator-s2graph git commit: [S2GRAPH-188]: Should migrate log4j.properties to log4j2.xml
daewon
[1/3] incubator-s2graph git commit: fix wrong escaping of double quotation marks
steamshon
[3/3] incubator-s2graph git commit: [S2GRAPH-186]: fix wrong escaping of double quotation marks
steamshon
[2/3] incubator-s2graph git commit: fix json parse error
steamshon
[1/2] incubator-s2graph git commit: fix spark driver exit abnormally bug
steamshon
[2/2] incubator-s2graph git commit: [S2GRAPH-184]: spark driver exit abnormally in the loader of s2jobs
steamshon
[1/2] incubator-s2graph git commit: add Vertex upsert on schemaVersion v4.
steamshon
[2/2] incubator-s2graph git commit: [S2GRAPH-181]: MutateVertices yield different state with different storage type.
steamshon
[1/5] incubator-s2graph git commit: - add s2jobs subproject. - migrate bulk loader with spark 2.3.0. - add test cases for bulk loader.
steamshon
[4/5] incubator-s2graph git commit: test s2jobs/loader.py on local.
steamshon
[5/5] incubator-s2graph git commit: [S2GRAPH-182]: Version up spark dependencies.
steamshon
[2/5] incubator-s2graph git commit: - add s2jobs subproject. - migrate bulk loader with spark 2.3.0. - add test cases for bulk loader.
steamshon
[3/5] incubator-s2graph git commit: - add s2jobs subproject. - migrate bulk loader with spark 2.3.0. - add test cases for bulk loader.
steamshon
[1/6] incubator-s2graph git commit: fix null pointer error on Bulk Loader.
steamshon
[6/6] incubator-s2graph git commit: [S2GRAPH-178]: Fix null pointer error on BulkLoader.
steamshon
[2/6] incubator-s2graph git commit: add test case for TransferHFile.
steamshon
[5/6] incubator-s2graph git commit: add integrate test on test case.
steamshon
[4/6] incubator-s2graph git commit: remove unnecessary HConnection on HBaseContext and add generateHFile test case.
steamshon
[3/6] incubator-s2graph git commit: bug fix on vertex property parsing.
steamshon
[1/2] incubator-s2graph git commit: [S2GRAPH-179]: Add defaultValue on ColumnMeta.
steamshon
[2/2] incubator-s2graph git commit: [S2GRAPH-179]: Add defaultValue on ColumnMeta
steamshon
[1/2] incubator-s2graph git commit: - addVertex. - createServiceColumn.
steamshon
[2/2] incubator-s2graph git commit: [S2GRAPH-177]: Add support for createServiceColumn/addVertex APIs on GraphQL.
steamshon
[1/2] incubator-s2graph git commit: fix compile error on LabelMeta.
steamshon
[2/2] incubator-s2graph git commit: [S2GRAPH-176]: Fix compile error on LabelMeta
steamshon
[1/3] incubator-s2graph git commit: [S2GRAPH-172] Suggest to implement GraphQL as standard web interface for S2Graph.
steamshon
[3/3] incubator-s2graph git commit: [S2GRAPH-172]: Suggest to implement GraphQL as standard web interface for S2Graph.
steamshon
[2/3] incubator-s2graph git commit: [S2GRAPH-172] Suggest to implement GraphQL as standard web interface for S2Graph.
steamshon
[1/7] incubator-s2graph git commit: [S2GRAPH-175]: Provide Elastic Search Index Provider. - add ESIndexProvider.
steamshon
[3/7] incubator-s2graph git commit: fix test case error.
steamshon
[6/7] incubator-s2graph git commit: Change insert to update and use VertexId, EdgeId as document id for global index.
steamshon
[4/7] incubator-s2graph git commit: remove unnecessary test cases.
steamshon
[7/7] incubator-s2graph git commit: [S2GRAPH-175]: Provide Elastic Search Index Provider.
steamshon
[2/7] incubator-s2graph git commit: comment out unnecessary test for models.GlobalIndex.
steamshon
[5/7] incubator-s2graph git commit: move global index setting under ColumnMeta, LabelMeta.
steamshon
[1/5] incubator-s2graph git commit: add RocksStorage.
steamshon
[5/5] incubator-s2graph git commit: [S2GRAPH-166]: Provide embeddable storage backend using RocksDB
steamshon
[3/5] incubator-s2graph git commit: ignore few test cases for now.
steamshon
[4/5] incubator-s2graph git commit: add rocks_storage.conf. - now run test `sbt "project s2core" -Dconfig.file=rocks_storage.conf test`. - want to remove rocks.storage.mode, but not sure how to force test to run sequentially.
steamshon
[2/5] incubator-s2graph git commit: run apache-rat.
steamshon
[01/23] incubator-s2graph git commit: add S2VertexLike.
steamshon
[14/23] incubator-s2graph git commit: remove SelfType bidirectional dependencies on S2VertexLike.
steamshon
[20/23] incubator-s2graph git commit: remove unused comments.
steamshon
[13/23] incubator-s2graph git commit: remove SelfType bidirectional dependencies on S2EdgeLike.
steamshon
[04/23] incubator-s2graph git commit: passed s2tests.
steamshon
[19/23] incubator-s2graph git commit: remove newVertex/newEdge/newVertexId on S2GraphLike.
steamshon
[21/23] incubator-s2graph git commit: add java helpers on S2GraphLike.
steamshon
[08/23] incubator-s2graph git commit: add MutationHelper.
steamshon
[05/23] incubator-s2graph git commit: remove null.
steamshon
[09/23] incubator-s2graph git commit: apply MutationHelper and GraphElementBuilder.
steamshon
[07/23] incubator-s2graph git commit: add GraphElementBuilder.
steamshon
[23/23] incubator-s2graph git commit: [S2GRAPH-170]: Create Interface for S2Edge/S2Vertex/S2Graph
steamshon
[22/23] incubator-s2graph git commit: run apache-rat.
steamshon
[06/23] incubator-s2graph git commit: move S2Graph global helpers into PostProcess.
steamshon
[15/23] incubator-s2graph git commit: bug fix on copyVertex.
steamshon
[10/23] incubator-s2graph git commit: add TraversalHelper.
steamshon
[18/23] incubator-s2graph git commit: remove newVertex/newEdge/newVertexId on S2GraphLike.
steamshon
[12/23] incubator-s2graph git commit: add S2EdgePropertyHelper.
steamshon
[16/23] incubator-s2graph git commit: add S2GraphLike.
steamshon
[11/23] incubator-s2graph git commit: add S2EdgeBuilder.
steamshon
[02/23] incubator-s2graph git commit: passed s2test.
steamshon
[03/23] incubator-s2graph git commit: create S2EdgeLike.
steamshon
[17/23] incubator-s2graph git commit: add S2GraphLike.
steamshon
[1/2] incubator-s2graph git commit: Update AdminController.scala
steamshon
[2/2] incubator-s2graph git commit: [S2GRAPH-168]:Fix args order mismatch when use addServiceColumnProp
steamshon
[1/8] incubator-s2graph git commit: Separate interfaces from Storage.
steamshon
[5/8] incubator-s2graph git commit: run apache-rat.
steamshon
[4/8] incubator-s2graph git commit: Separate interfaces from Storage.
steamshon
[8/8] incubator-s2graph git commit: [S2GRAPH-169]: Separate multiple functionalities on Storage class into multiple Interface.
steamshon
[2/8] incubator-s2graph git commit: Separate interfaces from Storage.
steamshon
[3/8] incubator-s2graph git commit: Separate interfaces from Storage.
steamshon
[7/8] incubator-s2graph git commit: provide default implementation on fetchVertices at StorageReadable.
steamshon
[6/8] incubator-s2graph git commit: remove type parameter on Storage Trait (#13)
steamshon
[1/4] incubator-s2graph git commit: Update TransferToHFile.scala
steamshon
[2/4] incubator-s2graph git commit: Update TransferToHFile.scala
steamshon
[4/4] incubator-s2graph git commit: [S2GRAPH-167]: Provide Vertex CSV File BulkLoad
steamshon
[3/4] incubator-s2graph git commit: fix compile error.
steamshon
[1/2] incubator-s2graph git commit: update README to contains tinkerpop support.
steamshon
[2/2] incubator-s2graph git commit: [S2GRAPH-165]: Add TinkerPop support documentation on README
steamshon
svn commit: r1806119 - /incubator/s2graph/site/releases/s2graph-release-0.2.0-incubating.html
rain
svn commit: r1806118 - in /incubator/s2graph/site: community.html download.html index.html releases/s2graph-release-0.1.0-incubating.html
rain
[1/2] incubator-s2graph git commit: Update version.sbt after 0.2.0-incubating release.
steamshon
[2/2] incubator-s2graph git commit: [S2GRAPH-163]: Update version.sbt after release
steamshon
svn commit: r21273 - in /release/incubator/s2graph/0.2.0-incubating: ./ CHANGES apache-s2graph-0.2.0-incubating-src.tgz apache-s2graph-0.2.0-incubating-src.tgz.asc apache-s2graph-0.2.0-incubating-src.tgz.md5 apache-s2graph-0.2.0-incubating-src.tgz.sha1
steamshon
[1/2] incubator-s2graph git commit: update year in NOTICE file from 2016 to 2017.
steamshon
[2/2] incubator-s2graph git commit: [S2GRAPH-162]: Update year in the NOTICE file.
steamshon
svn commit: r20933 - in /dev/incubator/s2graph/0.2.0-incubating-RC3: ./ CHANGES apache-s2graph-0.2.0-incubating-src.tgz apache-s2graph-0.2.0-incubating-src.tgz.asc apache-s2graph-0.2.0-incubating-src.tgz.md5 apache-s2graph-0.2.0-incubating-src.tgz.sha1
steamshon
[1/2] incubator-s2graph git commit: [S2GRAPH-161]: Update CHANGES file for 0.2.0 release.
steamshon
[2/2] incubator-s2graph git commit: [S2GRAPH-160]: Remove warning while package.
steamshon
[1/2] incubator-s2graph git commit: - fix warnings from comments. - fix warnings from tuple. - fix type parameter name collision with tinkerpop.T.
steamshon
[2/2] incubator-s2graph git commit: [S2GRAPH-160]: Remove warning while package.
steamshon
Earlier messages
Later messages