1. 7f85e28 fixes #695 removed commons config from public API by Keith Turner · 8 years ago
  2. 31f1c1e Fixes #692 - Move YARN specific configuration out of FluoConfiguration by Mike Walch · 8 years ago
  3. 734061b Merge remote-tracking branch 'mike/fluo-429' by Keith Turner · 8 years ago
  4. a305df0 Merge remote-tracking branch 'mike/fluo-683' by Keith Turner · 8 years ago
  5. 9adf216 Fixes #429 - Added @since javadoc tags for 1.0.0 release by Mike Walch · 8 years ago
  6. 7547863 #683 - Stopped creating Oracle & Worker using FluoFactory so Twill can find dependencies by Mike Walch · 8 years ago
  7. 28b9f2f Fixes #683 - Move class config to impl props by Mike Walch · 8 years ago
  8. fee0ca7 fixes #662 Make oracle log time+timestamp periodically by garvit244 · 8 years ago
  9. 6fd8629 fixes #247 Made Accumulo,Hadoop,and ZK jars configurable in tarball by Keith Turner · 8 years ago
  10. 2b2d784 Closes #647 - Add Oracle and Worker to API by Mike Walch · 8 years ago
  11. cb2091b Deleted AUTHORS file, added NOTICE & DISCLAIMER files, and removed 'incubator' from links to project website by Mike Walch · 8 years ago
  12. 2d2e774 Updated documentation and links to reflect move to Apache by Mike Walch · 8 years ago
  13. efc331b Merge pull request #682 from mikewalch/license-headers by Keith Turner · 8 years ago
  14. 2821be4 Updated license headers for Apache by Mike Walch · 8 years ago
  15. 5fea3be Merge pull request #680 from keith-turner/apache-package-name by Mike Walch · 8 years ago
  16. ff18c22 Rename packages to org.apache.fluo by Keith Turner · 8 years ago
  17. 833d013 Merge pull request #679 from mikewalch/fluo-653 by Keith Turner · 8 years ago
  18. 644eb28 Closes #653 - Added support for plotting historical committing transactions and rearranged plots by Mike Walch · 8 years ago
  19. f161b65 Merge pull request #678 from keith-turner/fluo-677 by Mike Walch · 8 years ago
  20. 5b86311 Merge pull request #676 from keith-turner/fluo-673 by Mike Walch · 8 years ago
  21. de5291c fixes #677 excluded hadoop-minicluster by Keith Turner · 8 years ago
  22. 4a773cc fixes #673 added code to print uncaught exceptions by Keith Turner · 8 years ago
  23. 00d61ac Merge pull request #674 from keith-turner/fluo-672 by Mike Walch · 8 years ago
  24. d9fcbfc fixes #672 moved blocking commit steps to another thread pool by Keith Turner · 8 years ago
  25. fc536ee Merge pull request #669 from mikewalch/fluo-648 by Keith Turner · 8 years ago
  26. 8a795c5 Closes #648 - Added documentation to help users if YARN is killing containers by Mike Walch · 8 years ago
  27. 546edf1 Merge pull request #668 from keith-turner/append-byte by Mike Walch · 8 years ago
  28. 3c280db added method to append byte to BytesBuilder by Keith Turner · 8 years ago
  29. 16d4aaf Merge pull request #667 from mikewalch/badges by Keith Turner · 8 years ago
  30. eb6923f Closes #666 - Add GitHub badges to README.md by Mike Walch · 8 years ago
  31. 82301a1 Merge pull request #665 from keith-turner/fluo-664 by Mike Walch · 8 years ago
  32. c5497bf Merge pull request #661 from keith-turner/fluo-660 by Mike Walch · 8 years ago
  33. 59d2419 Merge pull request #659 from keith-turner/fluo-655 by Mike Walch · 8 years ago
  34. 9f813e1 Merge pull request #658 from keith-turner/fluo-656 by Keith Turner · 8 years ago
  35. d4e4e52 fixes #664 use Limit instead of Semaphore in commit manager by Keith Turner · 8 years ago
  36. 287309e code review updates by Keith Turner · 8 years ago
  37. 9720670 fixed issue with self rollback seen when looking into #660 by Keith Turner · 8 years ago
  38. 359250f fixes #655 made GCIter drop rolled back data by Keith Turner · 8 years ago
  39. bf8e839 fixes #656 by Keith Turner · 8 years ago
  40. 10b6920 Merge pull request #654 from keith-turner/fluo-650-prioQ by Mike Walch · 8 years ago
  41. 5279b7d Use priority-Q for notifications based on timestamp in worker by Keith Turner · 8 years ago
  42. 4870a67 Merge pull request #649 from keith-turner/fluo-593 by Keith Turner · 8 years ago
  43. d1e9a13 closes #593 implemented async commit by Keith Turner · 8 years ago
  44. c8edbe6 Merge pull request #645 from keith-turner/fluo-642 by Mike Walch · 8 years ago
  45. 0c12409 Merge pull request #644 from keith-turner/isWisD by Mike Walch · 8 years ago
  46. 0edd91d fixes #642 write strong notifcations at same place as weak by Keith Turner · 8 years ago
  47. 3b0669d slight improvement to readability of transactionimpl by Keith Turner · 8 years ago
  48. 85c793c Merge pull request #643 from mikewalch/fluo-630 by Keith Turner · 8 years ago
  49. ab2ad43 Closes #630 - Updated README to include 'Applications' section that contains links to API & Recipes by Mike Walch · 8 years ago
  50. b1e0fa8 Merge pull request #641 from keith-turner/fluo-640 by Mike Walch · 8 years ago
  51. 10333ae fixes #640 made wait command wait when Oracle is down by Keith Turner · 8 years ago
  52. f6c677c Merge pull request #638 from keith-turner/api-improvements by Keith Turner · 8 years ago
  53. 3c6af9f Multiple API improvements #627 #626 #119 #637 by Keith Turner · 8 years ago
  54. e594814 Merge pull request #635 from mikewalch/influxdb-setup by Mike Walch · 8 years ago
  55. 7ee2fd4 Split grafana dashboards into recent & historical. Adding InfluxDB setup script to create by Mike Walch · 8 years ago
  56. 3aee9e8 Merge pull request #634 from keith-turner/fluo-623-2 by Keith Turner · 8 years ago
  57. 74b3444 code review update by Keith Turner · 8 years ago
  58. e8a6145 Fixes #623 #170. Made Prewrite and scan iterators seek. Added optimization to remove Accumulo delete iterator. by Keith Turner · 8 years ago
  59. 2ea3df6 Merge pull request #633 from keith-turner/null-value by Mike Walch · 8 years ago
  60. 21cd8fc stopped using null as special value in TransactionImpl by Keith Turner · 8 years ago
  61. 868e3e7 Merge pull request #628 from mikewalch/typo by Keith Turner · 8 years ago
  62. 87f1f5e Fixed typo in README by Mike Walch · 8 years ago
  63. 942873c Merge pull request #625 from mikewalch/update-parent by Keith Turner · 8 years ago
  64. 0c9ec53 Updated fluo-io-parent to version 2 and removed markings where formatter no longer needs to be turned off by Mike Walch · 8 years ago
  65. 0db97c4 Merge pull request #624 from keith-turner/fluo-623 by Mike Walch · 8 years ago
  66. c7bddf9 #623 made NotificationIterator seek when seeing same row+col repeatedly by Keith Turner · 8 years ago
  67. 8d39088 Merge pull request #622 from mikewalch/favicon by Keith Turner · 8 years ago
  68. 8e5134c Adding Fluo icon svg file to contrib by Mike Walch · 8 years ago
  69. f38341f Merge pull request #621 from mikewalch/dark-logo by Keith Turner · 8 years ago
  70. 281b881 Adding version of Fluo logo that will work for dark backgrounds by Mike Walch · 8 years ago
  71. 4baf8c7 Merge pull request #620 from mikewalch/logo-tweaks by Keith Turner · 8 years ago
  72. 70c4b49 Made some minor logo tweaks by Mike Walch · 8 years ago
  73. 8b2262a Merge pull request #619 from mikewalch/fluo-logo by Keith Turner · 8 years ago
  74. 57926f5 Adding fluo-logo.svg and fluo-logo.png to contrib directory. Update README.md to use logo. by Mike Walch · 8 years ago
  75. ae1f542 Merge pull request #618 from mikewalch/readme-update by Keith Turner · 8 years ago
  76. 43b4eac Updated README to include license badge, add link to webindex application, and change fluo-deploy link to zetten. by Mike Walch · 8 years ago
  77. 645c51c Merge pull request #617 from mikewalch/sw-upgrade by Keith Turner · 8 years ago
  78. d415fcf Upgraded Accumulo to 1.7.1 and Zookeeper to 3.4.8 by Mike Walch · 8 years ago
  79. 35ae6e5 Merge pull request #614 from keith-turner/modernized by Mike Walch · 8 years ago
  80. e222528 enabled modernizer plugin by Keith Turner · 8 years ago
  81. 73117a1 Merge pull request #613 from ctubbsii/parent-pom by Keith Turner · 8 years ago
  82. eb9ff2b Fix release profile name by Christopher Tubbs · 8 years ago
  83. 2911b37 Switch to fluo-io-parent for parent pom by Christopher Tubbs · 8 years ago
  84. 2cf3dd4 Merge pull request #612 from ctubbsii/fix-warnings by Keith Turner · 8 years ago
  85. c964958 Fix warnings by Christopher Tubbs · 8 years ago
  86. be47357 Merge pull request #610 from keith-turner/fluo-609 by Mike Walch · 8 years ago
  87. d0a46d4 fixes #609 updated accumuo classpath by Keith Turner · 8 years ago
  88. 09da82f Merge pull request #608 from mikewalch/fluo-602 by Mike Walch · 8 years ago
  89. f2050f3 fixes #603 made thrift version configurable in pom by Keith Turner · 8 years ago
  90. 8a59528 Merge pull request #607 from keith-turner/fluo-606 by Mike Walch · 8 years ago
  91. 1f91b35 fixes #606 wait for zookeeper to connect in ZookeeperUtil by Keith Turner · 8 years ago
  92. 29b6a70 Merge pull request #602 from keith-turner/fluo-601 by Mike Walch · 8 years ago
  93. 1ef8718 closes #601 Fixed issues with ByteBuffer usage by Keith Turner · 8 years ago
  94. 9b6f50d [maven-release-plugin] prepare for next development iteration by Mike Walch · 8 years ago
  95. 92c675d [maven-release-plugin] prepare release 1.0.0-beta-2 by Mike Walch · 8 years ago 1.0.0-beta-2
  96. 0b5d0ec Fixed javadoc errors by Mike Walch · 8 years ago
  97. 0642e37 Updated Fluo version to 1.0.0-beta-2 in docs and code for release by Mike Walch · 8 years ago
  98. 605f606 Merge pull request #599 from keith-turner/fluo-597 by Mike Walch · 8 years ago
  99. 448149e Merge pull request #598 from mikewalch/upgrade-deps by Keith Turner · 8 years ago
  100. cc1bcae fixes #597 moved Fluo Formatter functionality to Fluo scan command by Keith Turner · 8 years ago