Skip to content
Snippets Groups Projects
  1. Oct 20, 2017
  2. Oct 19, 2017
  3. Oct 18, 2017
  4. Oct 17, 2017
    • Jan Mach's avatar
      Revision of the item CRUDL framework in Hawat. · c65c3126
      Jan Mach authored
      The item manipulation framework (create,read,update,delete,list) was revised, simplified and better documented. All changes were implemented and tested on existing user management pluggable module. (Redmine issue: #3734,#3361)
      c65c3126
  5. Oct 16, 2017
  6. Oct 10, 2017
  7. Oct 09, 2017
    • Jan Mach's avatar
      Fix: Fixed the issue in geoip enrichment plugin. · 0ac86e28
      Jan Mach authored
      There was a following error:
      
      2017-10-08 09:18:02,556 mentat-enricher.py [25191] ERROR: Unable to enrich IDEA message '....20936.1507447072.800174.2051.31886139.idea': 'Traceback (most recent call last):
        File "/usr/lib/python3/dist-packages/mentat/daemon/component/enricher.py", line 199, in cbk_event_message_process
          (flag_cont, flag_changed) = plugin.process(daemon, args['idea_id'], args['idea'])
        File "/usr/lib/python3/dist-packages/mentat/plugin/enricher/geoip.py", line 98, in process
          resolved_country_src = sorted(resolved_country_src.keys())
      TypeError: unorderable types: NoneType() < str()'
      
      The enrichment code failed when the lookup was not successfull and no result was found. Subsequent code was written in a way, that it failed on empty data.
      0ac86e28
  8. Oct 05, 2017
Loading