Skip to content
Snippets Groups Projects
  1. Apr 27, 2018
    • Jan Mach's avatar
      Made ordnung in cronjob files in configuration directory. · aa24b19b
      Jan Mach authored
      * All cronjob files were moved into separate subdirectory within main Mentat`s configuration directory.
      * Naming convention for cronjob files was changed from 'cron_module' to 'module.cron'.
      * Made appropriate changes in other relevant modules.
      
      (Redmine issue: #3387)
      aa24b19b
    • Jan Mach's avatar
      Implemented unauthenticated access to reports. · d01d7bc7
      Jan Mach authored
      All reports generated by mentat-reporter.py are now accessible via unauthenticated URL protected by security token. This feature enables easy sharing of security information even with people without full access to web interface. (Redmine issue: #3734)
      d01d7bc7
    • Jan Mach's avatar
      Improved data migration script. · 362ad620
      Jan Mach authored
      The data migration script was enhanced for quick and little bit dirty fix of invalid string character encoding when converting records from MongoDB to new PostgreSQL representation. The old implementation contained a bug and some strings were not stored in correct UTF-8 encoding. After this patch everything should be UTF-8 in PostgreSQL tables. (Redmine issue: #3752)
      362ad620
  2. Apr 26, 2018
  3. Apr 24, 2018
  4. Apr 23, 2018
  5. Apr 20, 2018
  6. Apr 06, 2018
  7. Mar 27, 2018
  8. Mar 22, 2018
  9. Mar 21, 2018
  10. Mar 20, 2018
  11. Mar 14, 2018
  12. Mar 12, 2018
  13. Mar 07, 2018
  14. Mar 05, 2018
  15. Mar 03, 2018
    • Jan Mach's avatar
      Improved the BaseReporter to support locale switching. · 4b3de334
      Jan Mach authored
      The BaseReporter was rewritten to support dynamical locale switching. It is now possible to switch locale after the object instantination and therefore use the same object to report in different locale. The OverviewReporter was adjusted to work with new code and both modules are now covered with unit tests and better documented.
      4b3de334
  16. Feb 28, 2018
  17. Feb 26, 2018
    • Jan Mach's avatar
      Implemented the mentat-informant.py module (previously mentat-briefer). · 24e5ea11
      Jan Mach authored
      The mentat-informant.py module is a Python replacement for previous mentat-briefer.py module. It is designed to provide periodical statistical overviews via email. The email reports are localized using babel package and can be translated into any language. Additionally, the reporting engine uses Jinja2 templating system for message rendering, so it enables very easy customization. (Redmine issue: #3377)
      24e5ea11
  18. Feb 23, 2018
Loading