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