Skip to content
Snippets Groups Projects
  1. Aug 31, 2016
  2. Jul 12, 2016
  3. Jun 21, 2016
  4. May 05, 2016
  5. May 04, 2016
  6. Apr 20, 2016
    • Jason Tedor's avatar
      [elasticsearch] Return not found instead of error · 2d857dae
      Jason Tedor authored
      This commit modifies the Elasticsearch client to return Status.NOT_FOUND
      when an operation fails because the document requested does not
      exist. This modifies the previous behavior which would return
      Status.ERROR in this case.
      
      This commit also moves the statements that would return Status.ERROR
      into the corresponding catch blocks so that it is clear that
      Status.ERROR is only being returned on error paths.
  7. Apr 09, 2016
  8. Apr 06, 2016
  9. Apr 01, 2016
  10. Mar 07, 2016
  11. Feb 16, 2016
  12. Jan 27, 2016
  13. Dec 26, 2015
  14. Dec 24, 2015
  15. Dec 20, 2015
  16. Nov 08, 2015
  17. Nov 03, 2015
    • Connor McCoy's avatar
      [version] update master to 0.6.0-SNAPSHOT. · b116ee5a
      Connor McCoy authored
      b116ee5a
    • 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
  18. Sep 21, 2015
  19. Aug 07, 2015
  20. Jul 17, 2015
  21. Jun 18, 2015
Loading