Skip to content
Snippets Groups Projects
  1. Sep 07, 2016
  2. Sep 01, 2016
  3. Jun 15, 2016
  4. Jun 13, 2016
  5. May 30, 2016
  6. Apr 26, 2016
  7. Apr 19, 2016
  8. Apr 18, 2016
  9. Apr 13, 2016
  10. Feb 23, 2016
  11. Dec 07, 2015
  12. Oct 02, 2015
  13. Oct 01, 2015
  14. Apr 30, 2015
  15. Apr 29, 2015
  16. Apr 17, 2015
  17. Apr 02, 2015
  18. Mar 25, 2015
  19. Mar 23, 2015
  20. Mar 18, 2015
  21. Mar 02, 2015
  22. Feb 27, 2015
  23. Feb 26, 2015
  24. 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
  25. 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
  26. Feb 18, 2015
  27. 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
Loading