1. 894d8c8 Merge pull request #87 from Kidcredible300/CompactionConfigurerTest by Daniel Roberts · 22 hours ago main
  2. 56b8bfd Wrapped tabletsMetadata in a try-with-resources block. by Robert · 2 days ago
  3. fb70ec3 Merge pull request #86 from Kidcredible300/update-to-2.1.4 by Daniel Roberts · 3 weeks ago
  4. f7ac7f7 Merge pull request #90 from apache/remove-build-warning by Daniel Roberts · 3 weeks ago
  5. f1ca703 Update Spotbugs by Robert Kurc · 3 weeks ago
  6. b4a754a Merge branch 'main' into update-to-2.1.4 by Robert Kurc · 3 weeks ago
  7. 83832d9 Removes StringUtils as a dependency by Daniel Roberts ddanielr · 4 weeks ago
  8. c564d70 Removes the include for slf4j-log4j12 by Daniel Roberts ddanielr · 4 weeks ago
  9. 721a752 Merge pull request #89 from feature/speedup-tests-reduce-log-spam by Daniel Roberts · 4 weeks ago
  10. 17873be Remove prop so build will fail if no tests are run by Daniel Roberts ddanielr · 4 weeks ago
  11. fb97355 Collapsed tests to speed up runtime. by Daniel Roberts ddanielr · 4 weeks ago
  12. 223c4b5 Redirect cluster logs to files to reduce output by Daniel Roberts ddanielr · 4 weeks ago
  13. 42d9418 Check of sizes2 by Robert Kurc · 4 weeks ago
  14. 0931698 Removed some white space by Robert Kurc · 4 weeks ago
  15. e7c0ea5 Added some white space by Robert Kurc · 4 weeks ago
  16. 38b80e2 Automating Addition of License Headers (#88) by Robert Kurc · 4 weeks ago
  17. 5e1fba5 Finished test for Compaction Configurer, and confirmed functionality of test. by Robert Kurc · 9 weeks ago
  18. 1bb4ed8 Test successfully works. However, the code coverage has yet to be checked. by Robert Kurc · 9 weeks ago
  19. 8816238 Added changes to allow the test to pass without error. Test still does not test anything yet. by Robert Kurc · 10 weeks ago
  20. 109bb6b Added a test in SimpleProxyBase.java that compacts a table, and loads the metadata for each tablet. Does not yet do anything with the tablet metadata. by Robert Kurc · 10 weeks ago
  21. 9512ee3 Updated comment for stub MetricsInfo. Confirmed that proxy builds. by Robert Kurc · 3 months ago
  22. fc2e57b Updated the junit.jupiter version. In TServerUtils, used the new createNonCritialThread function instead of the removed createThread function. Corrected the order of parameters for Halt.halt. by Robert Kurc · 3 months ago
  23. 9609a72 Removed unnecessary methods from stub Metrics Info class. by Robert Kurc · 3 months ago
  24. 85c67f6 Updated versions of dependencies to match Accumulo 2.1.4. Proxy does NOT build currently by Robert Kurc · 3 months ago
  25. ad1bc77 Merge branch 'apache:main' into main by Kidcredible · 3 months ago
  26. cc6342d Merge pull request #84 from Kidcredible300/update-to-newest-accumulo by Daniel Roberts · 3 months ago
  27. 521df74 Removed config options from maven-compiler-plugin that caused warnings. by Robert Kurc · 3 months ago
  28. 81c6633 Remove unnecessary comments by Kidcredible · 3 months ago
  29. 6432df2 Update Dockerfile by Kidcredible · 3 months ago
  30. 1d586ab Merge pull request #2 from Kidcredible300/update-to-newest-accumulo by Kidcredible · 3 months ago
  31. 0ffb211 Updated dependencies to match dependencies in accumulo. Squashed bugs that arose from updating various dependencies. by Robert Kurc · 3 months ago
  32. 5011608 Fixed dependency errors and formatting. by Robert Kurc · 3 months ago
  33. 32bdf14 Cleaned up new code in TServerUtils involving the construction of a ThreadPoolExecutor. by Robert Kurc · 3 months ago
  34. 08512f0 Added comments explaining the purpose of the ProxyMetricsInfo class inside of Proxy.java. by Robert Kurc · 3 months ago
  35. 6ddfdcd Removed debug messages that were used in testing that the Proxy works. by Robert Kurc · 3 months ago
  36. 3ea2e00 Merge pull request #1 from Kidcredible300/update-to-newest-accumulo by Kidcredible · 3 months ago
  37. d02bb6c Accumulo Proxy is now able to build when depending on Accumulo 2.1.3. Several methods were removed or renamed, and workarounds had to be found. However, the actual functionality of the Proxy has not been fully tested yet. by Robert Kurc · 3 months ago
  38. 63c9d52 Update to accumulo 2.1.1 (#81) by magrable · 10 months ago
  39. 8ce5a0a Update GitHub Actions by Christopher Tubbs · 10 months ago
  40. 03865fb Bump guava from 31.1-jre to 32.0.0-jre (#80) by dependabot[bot] · 2 years, 3 months ago
  41. 0f92cb3 Simplify logic in attachIteratorsWithScans() test (#79) by Dom G · 2 years, 7 months ago
  42. 29d6068 Make sure sharedSecret is set in ProxyServer (#78) by Dom G · 2 years, 7 months ago
  43. 6b1f549 Make TestProxyClient AutoClosable (#76) by Dom G · 2 years, 7 months ago
  44. 59c4870 Remove Kerberos from ITs (#75) by Dom G · 2 years, 7 months ago
  45. 9cef998 Add tests for user creation/deletion and permissions granting/revoking (#74) by Dom G · 2 years, 7 months ago
  46. 9520eec Fix CompactionSelecor test (#72) by Dom G · 2 years, 7 months ago
  47. 65fd1bb Add assertTrue around waitFor() blocks in SimpleProxyBase tests by DomGarguilo · 2 years, 8 months ago
  48. 8876618 Update Java client readme (#70) by Dom G · 2 years, 8 months ago
  49. ccda683 Remove tests that switch users (#68) by Dom G · 2 years, 8 months ago
  50. 11ec063 Fix ruby and python example clients (#67) by Dom G · 2 years, 8 months ago
  51. 10a3807 Update Dockerfile to with current code (#65) by Dom G · 2 years, 8 months ago
  52. 3d990b6 Clean up test namespace in testNamespaceNotEmpty() to avoid warning message by DomGarguilo · 2 years, 8 months ago
  53. 1f2221e Use single user (#59) by Dom G · 2 years, 8 months ago
  54. 1cd3caf Update command to run ruby example file in README (#51) by Dom G · 2 years, 8 months ago
  55. 52bb2bc Update compaction techniques (#60) by Dom G · 2 years, 8 months ago
  56. 5ffd1b0 Update github settings by Christopher Tubbs · 2 years, 8 months ago
  57. 7bcf98a Update plugins/dependencies/misc. by Christopher Tubbs · 2 years, 8 months ago
  58. 4155a74 Fix some usages of deprecation (#61) by Dom G · 2 years, 8 months ago
  59. 25c84b0 Misc. code cleanup (#63) by Dom G · 2 years, 8 months ago
  60. d7988f8 Fix spotbugs errors (#57) by Dom G · 2 years, 10 months ago
  61. a6a29b0 Add python generated files to be excluded from rat check (#54) by Dom G · 2 years, 10 months ago
  62. 4d0d899 Add reload4j to ignoredUnusedDeclaredDependencies (#55) by Dom G · 2 years, 10 months ago
  63. 1d1cd84 Re-generate python files using thrift 0.17 (#48) by Dom G · 2 years, 10 months ago
  64. 5c0218e Re-generate ruby files using thrift 0.17 (#50) by Dom G · 2 years, 10 months ago
  65. 74f7cf1 Update to accumulo version 2.1 and thrift 0.17 (#42) by Dom G · 2 years, 10 months ago
  66. d8ab970 Convert try-catch blocks in tests to JUnit assertThrows (#41) by Dom G · 2 years, 10 months ago
  67. 498ea89 Bump dependency and plugin versions (#40) by Dom G · 2 years, 10 months ago
  68. 79eba66 Merge pull request #38 from DomGarguilo/junitUpdate by Dom G · 2 years, 10 months ago
  69. 2b475cb fix junit pom entry and upgrade surefire/failsafe to working versions by DomGarguilo · 2 years, 10 months ago
  70. 2a19771 Convert tests to JUnit5 by DomGarguilo · 2 years, 10 months ago
  71. 95f9c90 Merge pull request #29 from apache/dependabot/maven/org.apache.accumulo-accumulo-core-2.0.1 by Mike Miller · 3 years, 4 months ago
  72. 60a8d9a Merge pull request #30 from apache/dependabot/maven/commons-io-commons-io-2.7 by Mike Miller · 3 years, 4 months ago
  73. d07a64a Bump commons-io from 2.6 to 2.7 by dependabot[bot] · 3 years, 4 months ago
  74. caf6e13 Bump accumulo-core from 2.0.0 to 2.0.1 by dependabot[bot] · 3 years, 4 months ago
  75. a1905be Bump guava from 28.2-jre to 29.0-jre (#28) by dependabot[bot] · 4 years, 6 months ago
  76. 5df2f8c Bump junit from 4.13 to 4.13.1 (#25) by dependabot[bot] · 5 years ago
  77. 168395d Upload test logs on build failure by Christopher Tubbs · 5 years ago
  78. 4fd12fa Add .asf.yaml (#24) by Christopher Tubbs · 5 years ago
  79. c4e3022 Update CI config for GitHub Actions workflow by Christopher Tubbs · 5 years ago
  80. b32e9d7 adds Dockerfile for proxy and documents its use (#20) by Nathaniel Freeman · 5 years ago
  81. 5983012 Updated the maven-enforcer-plugin (#19) by Nathaniel Freeman · 5 years ago
  82. 269058c Update some plugins/deps by Christopher Tubbs · 6 years ago
  83. db3a4b2 Documentation and code updates (#17) by Mike Walch · 6 years ago
  84. 32e2c09 Updated Ruby client code and documentation (#15) by Mike Walch · 6 years ago
  85. 099e686 Fix build - broken compaction IT and javadoc by Christopher Tubbs · 6 years ago
  86. b665bf4 Updated instructions in README (#12) by Mike Walch · 6 years ago
  87. 435d845 #10 - Created instructions for using proxy with python (#11) by Mike Walch · 6 years ago
  88. 7a74561 Fixes #5 Create tarball with scripts for running proxy (#9) by Mike Walch · 6 years ago
  89. bb1e646 Update build dependencies by Christopher Tubbs · 6 years ago
  90. 5feb6f4 Update travis and build tooling by Christopher Tubbs · 6 years ago
  91. 1e89118 Fix #3 Updated the accumulo-proxy with latest from accumulo (pre-2.0) (#4) by hkeebler · 6 years ago
  92. d4d6e15 Add travis file by Christopher Tubbs · 7 years ago
  93. 35b88e4 Add missing LICENSE, NOTICE, and README.md files by Christopher Tubbs · 7 years ago
  94. 69e71ab Initial build of accumulo-proxy in separate repo by Christopher Tubbs · 7 years ago
  95. fc1c21f Remove aggregators (#690) by Christopher Tubbs · 7 years ago
  96. ac44ba9 Fix #633 use annotations for spotbugs (#687) by Christopher Tubbs · 7 years ago
  97. 10b28ae Sort Modifiers for consistency. (#665) by Christopher McTague · 7 years ago
  98. 7a7ae5a Replaced uses of Connector with AccumuloClient #636 by Mike Miller · 7 years ago
  99. 00c4952 Rename new Bulk import API (#648) by Mike Miller · 7 years ago
  100. d7201a4 ACCUMULO-4813 Add ability to provide a load plan for bulk import (#607) by Keith Turner · 7 years ago