Skip to content
Snippets Groups Projects
  1. Apr 19, 2018
    • Sean Busbey's avatar
      [hbase10] Remove use of guava · 3f077150
      Sean Busbey authored
      - module previously had an undeclared dependency on guava
      - removed VisibleForTesting in favor of a comment
      - removed Preconditions.checkNotNull in favor of NPE through use
      
      closes #1136
      3f077150
  2. Sep 21, 2017
  3. Aug 05, 2017
  4. Jan 31, 2017
  5. Apr 08, 2016
  6. Mar 21, 2016
  7. Feb 13, 2016
  8. Jan 27, 2016
  9. Jan 22, 2016
  10. Dec 27, 2015
  11. Nov 09, 2015
  12. Nov 03, 2015
    • Connor McCoy's avatar
      StatusCode -> Status · 5113c2e3
      Connor McCoy authored
      Replaces numeric status codes with a canonical set of Status objects,
      each with a short name and description.
      Bindings with more specific errors (e.g., timeouts) return additional
      statuses.
      
      This changes the default output from messages like:
      
         [UPDATE], Return=0, 511
      
      To:
      
         [UPDATE], Return=OK, 511
      5113c2e3
    • Connor McCoy's avatar
      Add single definition of status codes · 28a090a7
      Connor McCoy authored
      28a090a7
  13. Oct 14, 2015
  14. Oct 13, 2015
  15. Sep 24, 2015
  16. Sep 18, 2015
  17. Sep 16, 2015
Loading