Skip to content
Snippets Groups Projects
  1. Mar 02, 2015
  2. Feb 27, 2015
  3. Feb 26, 2015
  4. Feb 25, 2015
    • Pavel Kácha's avatar
      * warden_server: Added "events_id" key into errors along with "events" - makes... · 1198228b
      Pavel Kácha authored
      * warden_server: Added "events_id" key into errors along with "events" - makes error messages bigger, but allows client operators to identify offending messages by stable identifiers based on logs.
      * Removed too much internal info from database errors.
      * Removed format type checking from Draft4Validator, using only explicit schema regexps - Draft4Validator raised FormatError istead of ValidationError, rendering iter_errors unusable.
      * warden_client: Implemented retries on server errors.
      * Client now honours send_events_limit from server - too long list of events is split and sent in chunks.
      * getInfo and sendEvents update local send_events_limit according to one sent by server in info or error message.
      * Logging is now explicit, not authomatic in Error class, allowing to log only single time at top level methods.
      * More sane default client name.
      * Errors from server are now checked and ensure correct format.
      * warden_filer: Ditched error and retry handling, warden_client now does for us.
      1198228b
  5. Feb 23, 2015
    • Pavel Kácha's avatar
      Reworked error handling in server, client and filer (again :( ). We definitely... · 21989021
      Pavel Kácha authored
      Reworked error handling in server, client and filer (again :( ). We definitely have to support multiple errors so let's do it right.  Error now contains list of errors.  Got rid of "detail" section everything now goes directly within particular error.  Error can bear "events" attribute for list of sent events concerned (or none if all sent events erred). Streamlined error logging.
      Server now retries if MySQL went away.
      Response result now gets properly encoded if Unicode appears somehow (however that's just fighting symptoms, should get more thorough fix).
      21989021
  6. Feb 18, 2015
  7. Feb 06, 2015
    • Pavel Kácha's avatar
      Fixed req_id format · a485408f
      Pavel Kácha authored
      Fixed Recon id in catmap
      Fixed isoformat calling on None
      Shortened validation error message
      Fixed rejecting of Test messages
      a485408f
  8. Feb 03, 2015
  9. Jan 23, 2015
  10. Jan 22, 2015
  11. Jan 19, 2015
  12. Jan 17, 2015
  13. Jan 16, 2015
  14. Jan 15, 2015
  15. Jan 14, 2015
  16. Jan 08, 2015
  17. Jan 07, 2015
  18. Dec 11, 2014
  19. Dec 04, 2014
  20. Nov 28, 2014
  21. Oct 17, 2014
  22. Sep 23, 2014
  23. Aug 19, 2014
Loading