1. 8b9eeac initial commit: implemented basic functionality. Basic testing works, now doing more against actual data stores by sc306 · 5 years ago
  2. bbba90f add generated files by cuent · 5 years ago
  3. 47325ef Replace "\n" with `System.lineSeparator()` by LahiruJayasekara · 5 years ago
  4. 943d866 Fix goracompiler cli output for --help by LahiruJayasekara · 5 years ago
  5. 56a8be0 correct format of tombtone class by cuent · 5 years ago
  6. a04e09b Add gora-mongodb settings to gora-tutorial by sc306 · 5 years ago
  7. f468a67 Add gora-mongodb settings to gora-tutorial by sc306 · 5 years ago
  8. afd66e4 Add gora-mongodb settings to gora-tutorial by sc306 · 5 years ago
  9. a5bdf81 Add gora-mongodb settings to gora-tutorial by sc306 · 5 years ago
  10. 3e65014 Add gora-mongodb settings to gora-tutorial by sc306 · 5 years ago
  11. e517117 Add gora-mongodb settings to gora-tutorial by sc306 · 5 years ago
  12. 15a8426 Merge pull request #169 from djkevincr/fix_issues_with_checksum_plugin by Kevin Ratnasekera · 5 years ago
  13. 33b46e0 Add auto generation of checksums to file extensions by Kevin Ratnasekera · 5 years ago
  14. 5744808 Merge pull request #168 from djkevincr/upgrade_checksum_plugin by Kevin Ratnasekera · 5 years ago
  15. 5f21e1e Add checksum plugin to release profile by Kevin Ratnasekera · 5 years ago
  16. ea28767 Merge pull request #167 from djkevincr/rsa_keys_djkevincr by Kevin Ratnasekera · 5 years ago
  17. 7e81bec Add release signing keys - djkevincr by Kevin Ratnasekera · 5 years ago
  18. 40fec32 Merge pull request #166 from djkevincr/remove_duplicated_code by Kevin Ratnasekera · 5 years ago
  19. 8faaa4a Remove code duplecate introduced by PR #156 by Kevin Ratnasekera · 5 years ago
  20. 5de8b6b Merge pull request #156 from jhnmora000/master by Kevin Ratnasekera · 5 years ago
  21. 189ce6b Merge pull request #165 from djkevincr/GORA-614 by Kevin Ratnasekera · 5 years ago
  22. 238d1c0 Fix proper closing in cache provider by Kevin Ratnasekera · 5 years ago
  23. d34d32b GORA-614: Decople JCache datastore from Hazelcast provider by Kevin Ratnasekera · 5 years ago
  24. b848deb Merge pull request #163 from djkevincr/GORA-610 by Kevin Ratnasekera · 5 years ago
  25. 81e8f51 Merge pull request #164 from djkevincr/GORA-613 by Kevin Ratnasekera · 5 years ago
  26. ae505d6 GORA-613 Remove deprecated usages in gora-core module by Kevin Ratnasekera · 5 years ago
  27. a56c6f1 Upgrade AVRO version to 1.8.2 by Kevin Ratnasekera · 5 years ago
  28. 04d8010 Merge pull request #162 from djkevincr/GORA-612 by Kevin Ratnasekera · 5 years ago
  29. c6f3f09 GORA-612 : Fix Flink tests for MongoDB module by Kevin Ratnasekera · 5 years ago
  30. b3b1abb Merge pull request #161 from sneceesay77/master by Kevin Ratnasekera · 5 years ago
  31. 9b85f5a Merge pull request #158 from cuent/master by Kevin Ratnasekera · 5 years ago
  32. 21eb666 Merge pull request #160 from djkevincr/GORA-611 by Kevin Ratnasekera · 5 years ago
  33. 550462e Add auto flush as a property from conf by Kevin Ratnasekera · 5 years ago
  34. d84d699 Improve logging for exceptions by Kevin Ratnasekera · 5 years ago
  35. 2d65ca6 Merge branch 'master' of https://github.com/apache/gora into GORA-611 by Kevin Ratnasekera · 5 years ago
  36. ba17009 Remove unused imports by Kevin Ratnasekera · 5 years ago
  37. 63542b0 Improve asynchronous flush behavior by Kevin Ratnasekera · 5 years ago
  38. cb35901 Fixed SparkWordCount Program by adding a flatMap functionality, tested this with MongoDB but should work for other data stores as well by sc306 · 5 years ago
  39. a2e0ee7 Fixed SparkWordCount Program by adding a flatMap functionality, tested this with MongoDB but should work for other data stores as well by sc306 · 5 years ago
  40. ff18fd3 GORA-611: Fix intermittent test failures with HBase module by Kevin Ratnasekera · 5 years ago
  41. deb08b0 Merge pull request #159 from sneceesay77/master by Kevin Ratnasekera · 5 years ago
  42. 75997da Merge pull request #157 from djkevincr/GORA-549 by Kevin Ratnasekera · 5 years ago
  43. 181ee2d GORA 411 - Add exists(key) to DataStore interface - Apply suggestions by John Mora · 5 years ago
  44. 7b80edb Remove deprecated API calls from HbaseStore and HBaseStoreMetadataAnalyzer classes by sc306 · 5 years ago
  45. eef7aec add compiled avro class by cuent · 5 years ago
  46. b49a2d8 add avro schema by cuent · 5 years ago
  47. 9aacf0f Merge https://github.com/apache/gora by John Mora · 5 years ago
  48. 21283f6 Apply suggestions by cuent · 5 years ago
  49. 3e17356 Add unit case for infering types for query in lucene datastore by cuent · 5 years ago
  50. b04910d change spacing by cuent · 5 years ago
  51. 78d9710 infer datatype for building range query by cuent · 5 years ago
  52. ab40ead GORA-549: Remove PersistentBase extending java.io.Externalizable by Kevin Ratnasekera · 5 years ago
  53. 8bb377b Merge pull request #140 from djkevincr/flink_backend by Kevin Ratnasekera · 5 years ago
  54. 62ac8bb Fix javadoc issues by Kevin Ratnasekera · 5 years ago
  55. e6e6c2d Fix HBase Store Flink by Kevin Ratnasekera · 5 years ago
  56. c4e29f3 Merge branch 'master' of https://github.com/apache/gora into flink_backend by Kevin Ratnasekera · 5 years ago
  57. 2325c61 Improve Flink module with custom serializer by Kevin Ratnasekera · 5 years ago
  58. 0fc75e9 Merge https://github.com/apache/gora by John Mora · 5 years ago
  59. 81165ab GORA 411 - Add exists(key) to DataStore interface by John Mora · 5 years ago
  60. c7cae4d Merge pull request #155 from madhawa-gunasekara/GORA-545 by Kevin Ratnasekera · 5 years ago
  61. e325402 Merge pull request #154 from madhawa-gunasekara/GORA-560 by Kevin Ratnasekera · 5 years ago
  62. 9b4f29d GORA-545 Fix split size in infinispan store by madhawa-gunasekara · 5 years ago
  63. 0be0dc4 GORA-560:Fix Java doc comments to stabalize the build by madhawa-gunasekara · 5 years ago
  64. b4b0228 Merge branch 'master' of https://github.com/apache/gora into flink_backend by Kevin Ratnasekera · 5 years ago
  65. 405bbf6 Add Flink job test utils by Kevin Ratnasekera · 5 years ago
  66. c64f4a5 Merge pull request #153 from djkevincr/GORA-554 by Kevin Ratnasekera · 5 years ago
  67. c57a146 Parameterize queue size and thread count by Kevin Ratnasekera · 5 years ago
  68. 6e552cf Fix minimum value for solr url count by Kevin Ratnasekera · 5 years ago
  69. ccdddfe GORA-554: Upgrade Solr dependency to latest by Kevin Ratnasekera · 5 years ago
  70. 7047f10 Merge pull request #152 from djkevincr/LUCENE_STORE by Kevin Ratnasekera · 5 years ago
  71. 09981b8 Merge pull request #135 from alfonsonishikawa/goraexplorer by Kevin Ratnasekera · 5 years ago
  72. c6396de Clean up code for the release by Kevin Ratnasekera · 5 years ago
  73. 6a8f225 Fix test cases by Kevin Ratnasekera · 5 years ago
  74. 0259f2f Merge branch 'master' into goraexplorer by Alfonso Nishikawa · 5 years ago
  75. d4c5710 Updated Gora-Pig example: deleted webpage.jar and updated README.md by Alfonso Nishikawa · 5 years ago
  76. ec8b737 Fixed javadoc comments by Alfonso Nishikawa · 5 years ago
  77. 05499d2 Added comment to Persistent#clone() by Alfonso Nishikawa · 5 years ago
  78. 5ebd0e7 Updated compile-examples.sh to preserve package-info.java in the examples' generated folders, and added deleted package-info.java files. by Alfonso Nishikawa · 5 years ago
  79. 0a0ebbf Implement size method for LuceneResult by Kevin Ratnasekera · 5 years ago
  80. 224a3c3 Merge with master branch by Kevin Ratnasekera · 5 years ago
  81. 3d92106 GORA-266 Lucene datastore for Gora - lewismc by Kevin Ratnasekera · 5 years ago
  82. b366e6c Merge pull request #151 from djkevincr/developer_info by Kevin Ratnasekera · 5 years ago
  83. 8c37301 Update developer role information by Kevin Ratnasekera · 5 years ago
  84. 6ce47dc Merge remote-tracking branch 'upstream/master' into goraexplorer by Alfonso Nishikawa · 5 years ago
  85. 40ca0af Added license headers, updated gora-pig example readme, updated dependencies by Alfonso Nishikawa · 5 years ago
  86. 4e7535a Merge branch 'GORA-550' of https://github.com/djkevincr/gora by Alfonso Nishikawa · 5 years ago
  87. 692fdd6 Merge branch 'GORA-534-HBase-Upgrade' of https://github.com/djkevincr/gora implementing GORA-534 by Alfonso Nishikawa · 5 years ago
  88. b6c5132 GORA-550: Update POM on the move to gitbox by Kevin Ratnasekera · 5 years ago
  89. e9c561e Merge branch 'master' into feature branch by Kevin Ratnasekera · 5 years ago
  90. 64380fd Merge branch 'master' of https://github.com/apache/gora into GORA-543 by Kevin Ratnasekera · 5 years ago
  91. 0361086 GORA-548 Apache Flink support for Gora by Kevin Ratnasekera · 6 years ago
  92. 6a90102 GORA-547 Upgrade Aerospike client to 4.2.2 by Kevin Ratnasekera · 6 years ago
  93. dff8b1a GORA-543 Upgrade Apache parent POM to version 21 by Kevin Ratnasekera · 6 years ago
  94. 56f8002 Remove committed nbactions.xml file by Kevin Ratnasekera · 6 years ago
  95. ad8a897 GORA-534 Upgrade HBase to 2.1.1 by Kevin Ratnasekera · 6 years ago
  96. 2974126 Deleting a comment related to gora-pig using HDP 2.6 by Alfonso Nishikawa · 6 years ago
  97. 2e9508b Forgot to revert hadoop+hbase versions after implementing gora-pig. by Alfonso Nishikawa · 6 years ago
  98. eb97b42 Forgot to delete goraexplorer distributionManagement (pom.xml) by Alfonso Nishikawa · 6 years ago
  99. 3b11b1c Updated version from -goraexplorer- to 0.9-SNAPSHOT by Alfonso Nishikawa · 6 years ago
  100. 6cec5f6 Merge branch 'master' into goraexplorer by Alfonso Nishikawa · 6 years ago