Skip to content
Snippets Groups Projects
  1. Aug 11, 2020
  2. Aug 20, 2018
  3. Jul 24, 2018
  4. Apr 12, 2018
    • Václav Bartoš's avatar
      client: read_cfg handling of relative paths changed · 77c11ae8
      Václav Bartoš authored and Pavel Kácha's avatar Pavel Kácha committed
      read_cfg() no longer add directory of warden_client.py in front of the config file name. It simply opens the path/filename passed. This allows to install warden_client.py to system paths and use relative paths to config files, but IT MAY BROKE SOME EXISTING INSTALLATIONS if they use relative path to config file and run script from different directory than where warden_client.py is located.
      77c11ae8
  5. Jul 25, 2017
  6. May 26, 2017
  7. Apr 15, 2016
  8. Apr 14, 2016
  9. Dec 08, 2015
  10. Nov 27, 2015
  11. Oct 29, 2015
  12. Oct 05, 2015
  13. Oct 02, 2015
  14. Apr 24, 2015
  15. Apr 17, 2015
  16. Mar 31, 2015
  17. Mar 30, 2015
  18. Mar 02, 2015
  19. Feb 27, 2015
  20. Feb 26, 2015
  21. Feb 25, 2015
  22. 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
  23. Feb 18, 2015
  24. 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
  25. Feb 03, 2015
  26. Jan 23, 2015
  27. Jan 22, 2015
  28. 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
  29. Jan 15, 2015
Loading