Skip to content
Snippets Groups Projects
  1. May 16, 2018
  2. May 09, 2018
    • Jan Mach's avatar
      Fix: Fixed unit tests broken after previous commit. · 367c7d38
      Jan Mach authored
      (Redmine issue: #1017)
      367c7d38
    • Jan Mach's avatar
      Improvements in mentat-reporter.py. · d8a6d57a
      Jan Mach authored
      * Reporter no longer pre-fetches list of groups, that have any events to report. This simplifies the reporting algorithm and fixes the bug with relapsed events not being reported.
      * Revised and improved lines written to log files.
      * Removed the *period* argument from functions, where it was not necessary.
      * Activated the *enabled* feature for groups. Only groups with *enabled* attribute set to *True* will be processed.
      * Improved code comments.
      
      (Redmine issue: #3378)
      d8a6d57a
  3. May 07, 2018
  4. May 04, 2018
  5. May 03, 2018
  6. May 02, 2018
  7. Apr 30, 2018
  8. Apr 29, 2018
  9. Apr 27, 2018
    • Jan Mach's avatar
      Added valid maxDiff variable name from unit test framework to list of valid... · 3ae644ab
      Jan Mach authored
      Added valid maxDiff variable name from unit test framework to list of valid names in Pylint to globally ignore this warning.
      
      (Redmine issue: #3443,#1017)
      3ae644ab
    • 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
  10. Apr 26, 2018
  11. Apr 24, 2018
  12. Apr 23, 2018
  13. Apr 20, 2018
  14. Apr 06, 2018
Loading