1. 1925430 [S2GRAPH-248] HTTP interface integration. by DO YUNG YOON · 5 years ago master
  2. 53ff5cd Merge branch 'S2GRAPH-248' of https://github.com/daewon/incubator-s2graph into daewon-S2GRAPH-248 by DO YUNG YOON · 5 years ago
  3. 8c3f4a2 fix the bug: broken test by daewon · 5 years ago
  4. f77a152 [S2GRAPH-251] Provide JdbcSource/Sink by DO YUNG YOON · 5 years ago
  5. 4bcf9d9 add by daewon · 5 years ago
  6. bbdc661 add data model by daewon · 5 years ago
  7. 3bb9f02 add edge query by daewon · 5 years ago
  8. aa309b2 update edge mutate by daewon · 5 years ago
  9. c131990 fix csv-table warning by daewon · 5 years ago
  10. 6414cb7 add vertex manage by daewon · 5 years ago
  11. 0a2707d complete management by daewon · 5 years ago
  12. 7e4f6c8 add api document by daewon · 5 years ago
  13. 455e155 update document for new api route by daewon · 5 years ago
  14. 955e21d update akka http version by daewon · 5 years ago
  15. 2802837 [S2GRAPH-251] add jdbc options #251 by Chul Kang · 5 years ago
  16. ac630bf Change startup script project to s2http by daewon · 5 years ago
  17. 1294c18 [S2GRAPH-226] Provide example spark jobs to explain how to utilize WAL log. by DO YUNG YOON · 5 years ago
  18. 993fe11 change column logs to edges. by DO YUNG YOON · 5 years ago
  19. 328e19c fix compile error on test. by DO YUNG YOON · 5 years ago
  20. 716b004 Merge branch 'master' into S2GRAPH-226 by DO YUNG YOON · 5 years ago
  21. 5c42b1c [S2GRAPH-225] support custom udf class by DO YUNG YOON · 5 years ago
  22. 99babed kafka sink raw format by Chul Kang · 5 years ago
  23. dcaa1f3 add graphql route in s2http by daewon · 5 years ago
  24. f41ab56 merge S2GRAPH-249 by daewon · 5 years ago
  25. 1dda954 Merge pull request #3 from SteamShon/S2GRAPH-248 by daewon · 5 years ago
  26. b8ab86d merge S2GRAPH-249 by DO YUNG YOON · 5 years ago
  27. 4154bbe add PlayJsonSupport by daewon · 5 years ago
  28. a16ecb0 s2http initial commit by daewon · 5 years ago
  29. 66b656f [S2GRAPH-243] Limit bug on 'graph/getEdges' by DO YUNG YOON · 5 years ago
  30. d6d9cc5 change hbase version on travis.yml by DO YUNG YOON · 5 years ago
  31. 320189f Merge remote-tracking branch 'apache/master' into S2GRAPH-243 by DO YUNG YOON · 5 years ago
  32. 42077bf [S2GRAPH-246] Integration of documents into the S2Graph project by DO YUNG YOON · 5 years ago
  33. 863c1e0 update readme.md for python3 by daewon · 5 years ago
  34. aad8b72 add how to install `pip` by daewon · 5 years ago
  35. 625341d add sphinx for s2grpah documnet build by daewon · 5 years ago
  36. d1bf2d1 add ignore file for python env by daewon · 5 years ago
  37. 646860f bug fix on offset/limit with schema v3. by DO YUNG YOON · 6 years ago
  38. f53661e [S2GRAPH-245] Remove install hbase step on travis CI. by DO YUNG YOON · 6 years ago
  39. 8690750 remove install hbase on travis CI. by DO YUNG YOON · 6 years ago
  40. d8cfea1 [S2GRAPH-235] Fix typo errors in S2GraphQL MD by DO YUNG YOON · 6 years ago
  41. 0f06c52 - add nowOpt on AggregateParam. by DO YUNG YOON · 6 years ago
  42. aa8bd35 add vertices. by DO YUNG YOON · 6 years ago
  43. 6488960 refactor WalLogAgg class. - separate edges and vertices. by DO YUNG YOON · 6 years ago
  44. a2666e4 [S2GRAPH-235] Update document and fix typo errors in S2GraphQL MD. by Hwansung Yu · 6 years ago
  45. bfc063f [S2GRAPH-232] Elimination of inefficiency due to duplication in GraphQL schema generation. by DO YUNG YOON · 6 years ago
  46. 651ca2c Implement and add test cases on below. by DO YUNG YOON · 6 years ago
  47. d9af2b8 add FilterWalLogAggProcess. by DO YUNG YOON · 6 years ago
  48. 5122e98 clean up WalLogAggregateProcess. by DO YUNG YOON · 6 years ago
  49. a2e10fb add WalLogAggregateProcess. - cleanup codes. - add little bit of comments. by DO YUNG YOON · 6 years ago
  50. 34b46f6 fix bug by Chul Kang · 6 years ago
  51. 0ae2cb2 add schema option for grok udf by Chul Kang · 6 years ago
  52. e94a029 add Heap version for GroupByAgg. by DO YUNG YOON · 6 years ago
  53. bbc6468 add wal package, WalLog class, UserDefinedAggregateFunction. by DO YUNG YOON · 6 years ago
  54. 05d42f7 change option name by daewon · 6 years ago
  55. 46507ce Merge branch 'master' into S2GRAPH-232 by daewon · 6 years ago
  56. 07a5af3 [S2GRAPH-230] ResourceManager onEvict cause segmentation fault with AnnoyModelFetcher by daewon · 6 years ago
  57. be8f041 Merge branch 'S2GRAPH-230' by daewon · 6 years ago
  58. c1698e3 [S2GRAPH-231] Change the GraphQL type name to a valid string. by daewon · 6 years ago
  59. 8de8f55 reTest ci by daewon · 6 years ago
  60. 014768a increase schema create speed by daewon · 6 years ago
  61. c8d3005 add distinct by daewon · 6 years ago
  62. 597b853 remove inefficiency logic by daewon · 6 years ago
  63. 8ff8c23 add toValidName by daewon · 6 years ago
  64. 447eca4 add background task on ResourceManager onEvict. by DO YUNG YOON · 6 years ago
  65. 08d6a3e [S2GRAPH-229] 'Step' abstraction for combinable queries by DO YUNG YOON · 6 years ago
  66. 6b08894 make step works by daewon · 6 years ago
  67. 701f0ee [S2GRAPH-227]: version up SLF4J bindings(slf4j-log4j12) from 1.7.21 to 1.8.0-beta2 by DO YUNG YOON · 6 years ago
  68. 00e75f7 [S2GRAPH-228]: GraphQL empty variable fields on post request cause spray.json.DeserializationException. by DO YUNG YOON · 6 years ago
  69. d632562 remove unnecessary files under s2graphql/project. by DO YUNG YOON · 6 years ago
  70. e875fa9 version up hbase stable version. by DO YUNG YOON · 6 years ago
  71. 9435aa5 filterNot JsNull instead of null. by DO YUNG YOON · 6 years ago
  72. 187b2b5 version up slf4j bindings. by DO YUNG YOON · 6 years ago
  73. 26321ac add grok udf by Chul Kang · 6 years ago
  74. d67adc5 add udfs option by Chul Kang · 6 years ago
  75. c30531b [S2GRAPH-221]: Unify configurations for bulk and mutate in S2GraphSink. by DO YUNG YOON · 6 years ago
  76. 5582644 [S2GRAPH-223]: Support WhereParser on Vertex. by DO YUNG YOON · 6 years ago
  77. 7d18c65 add fromVertices on VertexQueryParam. by DO YUNG YOON · 6 years ago
  78. e1a4fdb run apache-rat. by DO YUNG YOON · 6 years ago
  79. 2083d13 [S2GRAPH-222]: Support Not logical operator in WhereParser. by DO YUNG YOON · 6 years ago
  80. 7362415 run apache-rat on S2GRAPH-219 by DO YUNG YOON · 6 years ago
  81. 1881df0 [S2GRAPH-203] Support "application/graphql" Content-Type header by daewon · 6 years ago
  82. 4b50b29 Merge branch 'master' into S2GRAPH-203 by daewon · 6 years ago
  83. 35a369f [S2GRAPH-219] Added query that includes all vertices and associated edges for GraphVisualize. by daewon · 6 years ago
  84. 2dd88b3 Merge branch 'S2GRAPH-219' by daewon · 6 years ago
  85. fa911bb merge master for ci by daewon · 6 years ago
  86. a7ed4e8 revert removing 'not in' clause. by DO YUNG YOON · 6 years ago
  87. 4f1c4ce [S2GRAPH-220]: Filter clause is not working on AnnoyModelFetcher by DO YUNG YOON · 6 years ago
  88. e911008 Merge pull request #17 from daewon/S2GRAPH-223 by Doyung Yoon · 6 years ago
  89. 6a29406 add filter param on serviceColumn field by daewon · 6 years ago
  90. 70a7c71 [S2GRAPH-218] add operations not supported on sql by DO YUNG YOON · 6 years ago
  91. 3da42fc Merge branch 'S2GRAPH-218' of https://github.com/elric-k/incubator-s2graph into elric-k-S2GRAPH-218 by DO YUNG YOON · 6 years ago
  92. 5706bbf [S2GRAPH-216] Provide a transform directive in the GraphQL query result by DO YUNG YOON · 6 years ago
  93. 8e86536 - Separate SearchParam from VertexQueryParam. by DO YUNG YOON · 6 years ago
  94. f47622f - Refactor WhereParser to accept GraphElement. by DO YUNG YOON · 6 years ago
  95. 3b692fb Refactor WhereParser to accept GraphElement, not Edge only. by DO YUNG YOON · 6 years ago
  96. 428c453 remove not in. by DO YUNG YOON · 6 years ago
  97. f288680 add Not logical operator on WhereParser. by DO YUNG YOON · 6 years ago
  98. da668ac commit missing changes on s2core. by DO YUNG YOON · 6 years ago
  99. f90a7f5 test cases passed. by DO YUNG YOON · 6 years ago
  100. e42f7b2 initial commit. by DO YUNG YOON · 6 years ago