- Sep 06, 2018
-
-
Jan Mach authored
Improved documentation with focus on possible developers, so the Overview and Development section were greatly improved. (Redmine issue: #3361)
-
- Sep 04, 2018
-
-
Jan Mach authored
System status now displays internal daemon component counters. Current implementation is however proof-of-concept only, because it will not display correctly counters for paralelized daemon modules. (Redmine issue: #4218)
-
Jan Mach authored
There were some outdated commands. Fixed wrong find commands (asterisks required quoting). (Redmine issue: #3387)
-
- Sep 03, 2018
-
-
Jan Mach authored
* Integrated item changelogs into filter detail view. * Integrated item changelogs into network detail view. * Integrated item changelogs into group reporting settings detail view. * Integrated subitem changelogs into group detail view. Besides group item changelogs the changelogs for all filters, networks and settings are displayed on the group detail page. * Integrated item changelogs into user detail view. * Integrated changelogs where particular user is the author of the change into user detail view as actionlogs. * Translated all newly added strings into czech language. (Redmine issue: #4219)
-
- Sep 01, 2018
-
-
- Aug 31, 2018
-
-
Jan Mach authored
(Redmine issue: #3443)
-
Jan Mach authored
-
Jan Mach authored
-
Jan Mach authored
It was impossible to store the 'state' attribute of user, group and filter objects into PostgreSQL database, because it was not correctly converted to boolean and SQLAlchemy failed to generate proper SQL command.
- Aug 27, 2018
-
- Aug 14, 2018
-
-
Jan Mach authored
- Aug 13, 2018
-
-
Jan Mach authored
(Redmine issue: #3443)
-
Jan Mach authored
Based on the feedback from users it is much more usefull to display timestamps in event report sections in format that can be copied and directly used in third party systems instead of adjusting the localized display. New Jinja2 function was implemented to provide this new feature in report templates.
-
-
Jan Mach authored
Added information about how to get rid of old Perl-based Mentat system and other now unnecessary files and directories. (Redmine issue: #3361)
-
- Aug 03, 2018
- Aug 02, 2018
-
- Jul 30, 2018
-
-
Jan Mach authored
Added unit test for testing method for saving attachments into JSON file. (Redmine issue: #1017,#4237,#4229)
-
Jan Mach authored
Thresholding cache provides better logs, sot that administrator has better ability to verify correct functionality. (Redmine issue: #4237)
-
Jan Mach authored
When calculating statistics, only summary reports should be considered. Otherwise some of the data can get calculated more than once and statistics are mangled. (Redmine issue: #4237)
- Jul 27, 2018
-
-
Jan Mach authored
This commit marks the first production release of Mentat system 2.0.0. After lots of work we have finally successfully abandoned the original implementation written in Perl and using MongoDB as database backend. This commit also marks the end of an era of frantic coding. Until now some of the guidelines and best practices for coding and committing were violated in favor of faster development. This was also possible thanks to the fact that there was mostly only single developer working on the project, so there were no possible conflicts. From now on however things will be back to normal state. (Redmine issue: #3387)