Skip to content
Snippets Groups Projects
  1. Mar 25, 2015
    • Pavel Kácha's avatar
      * Added loadmaps command and ditched data from categories/tags of sqldump · 168609eb
      Pavel Kácha authored
       * Changed charset to utf8 (not mb4, to support older MySQLs) in sqldump
       * Ditched data from clients (no predefined clients for new installations) in sqldump
       * Identity is renamed to name everywhere ii code and db to be consistent with Idea terminology
       * Better exception handling in insertLastReceivedId
      168609eb
  2. Mar 23, 2015
  3. Mar 18, 2015
  4. Mar 02, 2015
  5. Feb 27, 2015
  6. Feb 26, 2015
  7. 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
  8. 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
  9. Feb 18, 2015
  10. 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
  11. Feb 03, 2015
  12. Jan 23, 2015
  13. Jan 22, 2015
  14. Jan 19, 2015
  15. Jan 17, 2015
  16. Jan 16, 2015
  17. Jan 15, 2015
  18. Jan 14, 2015
  19. Jan 08, 2015
  20. Jan 07, 2015
  21. Dec 11, 2014
  22. Dec 04, 2014
  23. Nov 28, 2014
  24. Oct 17, 2014
  25. Sep 23, 2014
Loading