- Aug 31, 2018
-
-
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
-
-
Jan Mach authored
Instead of appending build number to version string only for development suite packages, the buildnumber will now not be appended only to production level packages and will be present in any other cases. (Redmine issue: #3387)
-
- Aug 14, 2018
-
-
Jan Mach authored
- Aug 13, 2018
-
-
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.
-
- Aug 03, 2018
-
-
Jan Mach authored
In case there were no new events fetched from database and some events relapsed, the filtering result was not available and there was no default when constructing the report object.
- Aug 02, 2018
-
- Jul 30, 2018
-
- 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)
-
Jan Mach authored
Feature: Added event reporting statistics to mentat-informant.py and done big overhaul of the whole module. The mentat-informant.py module was redesigned to the liking of mentat-reporter.py module in terms of configuration options and general code design. The event reporting statistics section was added to the report emails to inform recipients, well, about event reporting statistics. (Redmine issue: #3377)