Skip to content
Snippets Groups Projects
  1. Mar 02, 2015
  2. Feb 27, 2015
  3. Feb 26, 2015
  4. Feb 25, 2015
  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
    • 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
  13. Jan 15, 2015
  14. Jan 08, 2015
  15. Dec 04, 2014
  16. Oct 17, 2014
  17. Oct 16, 2014
  18. Aug 19, 2014
Loading