Skip to content
Snippets Groups Projects
  1. Jul 25, 2017
  2. May 26, 2017
  3. Apr 15, 2016
  4. Apr 14, 2016
  5. Dec 08, 2015
  6. Nov 27, 2015
  7. Oct 29, 2015
  8. Oct 05, 2015
  9. Oct 02, 2015
  10. Apr 24, 2015
  11. Apr 17, 2015
  12. Mar 31, 2015
  13. Mar 30, 2015
  14. Mar 02, 2015
  15. Feb 27, 2015
  16. Feb 26, 2015
  17. Feb 25, 2015
  18. 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
  19. Feb 18, 2015
  20. 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
  21. Feb 03, 2015
  22. Jan 23, 2015
  23. Jan 22, 2015
  24. Jan 17, 2015
    • Pavel Kácha's avatar
      Error is now raised via req.error helper, which automatically adds already... · f83b3adb
      Pavel Kácha authored
      Error is now raised via req.error helper, which automatically adds already known info (method, request id), thus calls are terser.
      Client's Error communicates request id, if received from server.
      exc_info made explicit everywhere. Automatic exc_info gathering sometimes returned bogus info about unrelated exception from far before.
      f83b3adb
  25. Jan 15, 2015
  26. Jan 08, 2015
  27. Aug 19, 2014
Loading