- Jul 26, 2018
-
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
(Redmine issue: #3443)
-
Jan Mach authored
On busy server the report storage can easily contain hundreds of thousands of files and things can start to get really slow when working with that particular directory. This patch will solve that problem by sorting reports according to the timestamp within the report file name. (Redmine issue: #3378)
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
Improved documentation related to installation, migration and quickstart overview based on feedback from users installing the system. (Redmine issue: #3361)
-
Jan Mach authored
The previous version was not able to detect that files were indeed successfully installed into target folder. There was a report, that when the script was executed with insufficient permissions, it reported success even when no database files were actually installed. This is fixed now. (Redmine issue: #3387)
-
Jan Mach authored
(Redmine issue: #3387)
-
- Jul 25, 2018
-
-
Jan Mach authored
(Redmine issue: #3443)
-
Jan Mach authored
TODO: Truncation would be much faster. (Redmine issue: #3752) E
-
Jan Mach authored
* Tweaked report templates: made Count column more narrow, aligned Count title to right to correspond with column value. * Fixed translation typo. * Fixed displaying report messages in web interface (message content must be escaped first to display characters like < and >. (Redmine issue: #3378)
- Jul 24, 2018
-
-
Jan Mach authored
(Redmine issue: #3378)
-
Jan Mach authored
* Implemented Jinja2 macro for calculating value sets. * Displayed set of relevant protocols to each event in report. * Displayed event count using localized format_decimal macro. * Changed table border to more prettier UTF8 character. (Redmine issue: #3378)
-
Jan Mach authored
Time window is now separated into two columns with fixed width to preserve the table layout with different localizations. (Redmine issue: #3378)
-
- Jul 23, 2018
-
-
Jan Mach authored
(Redmine issue: #3361)
-
Jan Mach authored
Added missing value to event map definition. (Redmine issue: #1017,#3443)
-
Jan Mach authored
(Redmine issue: #1017,#3443)
-
Jan Mach authored
(Redmine issue: #3361)
-
Jan Mach authored
* Replaced simple prints with Python logging framework. * Added command line argument to start migration with given UTC timestamp (reports and statistics). * Added command line argument for better duplicate ignoration. * Output text improvements for better readability. (Redmine issue: #3362)
- Jul 20, 2018
-
-
Jan Mach authored
Code of the most important daemon components was improved using Pylint and Pyflakes tools. Additionally text and level of the outputted log messages was tweaked for better results. (Redmine issue: #3443)
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
* Enhanced data model for reporting settings to contain timezone selection for generated reports. * Changed data model for reporting settings to allow Null values for many of the settings. In this case system default will be used. * Updated utility class for configuring reporting settings to enable use of new features mentioned above. * Updated utility class for configuring reporting settings to enable enforcing most of the values by administrator launching the reporting script. * Implemented new base form radio field that accepts empty option as valid. This enables implementing for example three state choices like True, False, None, which is great for some reporting settings. * Updated all Hawat views for working with reporting settings to use new features. * Enhanced reporter template built-in features, mainly for working with timezones. * Changed default reporter templates to output dates in chosen timezone. * Translated all new features to czech localization. The main result of this commit is, that each group can configure in which timezone it wants to have the dates in the report to be displayed. (Redmine issue: #3378)
-
- Jul 18, 2018
-
-
Jan Mach authored
(Redmine issue: #3361)
-
(Redmine issue: #3361)
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
The PyZenKit library now enables daemons to perform more gracefull shutdown by letting them funish up current work. All that needed to be done in the code of Mentat was to forbid filer daemon component to fetch any new messages from the queue when the daemon is in shutdown process. (Redmine issue: #3443)
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
Some event classes were changed, some were removed, report section labels were updated including translations. (Redmine issue: #3376)
-
- Jul 17, 2018