- Aug 03, 2017
-
-
Jan Mach authored
The PyZenKit and Pynspect library are now part of the Mentat repository as submodules. Above all benefits this approach will enable better integration of documentation of all these projects into single bundle and provide better working environment for developers. (Redmine issue: #3387)
-
- Jul 25, 2017
-
-
Jan Mach authored
Improved code, documentation and unit tests in IDEA and RRD libraries related to mentat-statistician.py. (Redmine issue: #3379, #1017, #3361)
-
- Jul 21, 2017
-
-
Jan Mach authored
The bug caused the JPath library to fail when retrieving values from indexed IDEA message object representations. (Redmine issue: #3392)
-
- Jul 20, 2017
-
-
Jan Mach authored
In Python version older than 3.5 it was not possible to expand multiple lists into function call arguments. (Redmine issue: #3379)
-
- Jul 19, 2017
-
-
Jan Mach authored
Added library constants instead of literals within module code. Added more statistical calculations (min, max, sum, avg). (Redmine issue: #3379)
-
- Jul 18, 2017
-
- Jun 22, 2017
-
-
Jan Mach authored
Improved readability and comments in default and demo configuration files, added new mentat-enricher.py module to controlled suite instead of legacy Perl-based implementation. (Redmine issue: #3387)
-
- Jun 21, 2017
-
-
Jan Mach authored
(Redmine issue: #1017)
-
- Jun 15, 2017
-
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
Test script attempts to obtain geoip databases before execution of test code, so that it is runnable anywhere and database files do not have to be part of the distribution. (Redmine issue: #1017)
-
Jan Mach authored
(Redmine issue: #3361)
-
Jan Mach authored
-
Jan Mach authored
-
Jan Mach authored
Enricher is real-time message processing module with modular architecture and with support for easy implementation and usage of arbitrary enrichment plugins. Plugins can be developed based on predefined base class and dynamically loaded and instantinated upon module startup. (Redmine issue: #3365)
-
- Jun 05, 2017
-
-
Jan Mach authored
Wrong string literal used when generating backup shell command.
-
- May 31, 2017
-
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
Locally everything worked, but it would fail after building packages on build server. (Redmine issue: #3443)
-
Jan Mach authored
Greatly improved code quality using pylint and pyflakes. All files now rank above 9 points with custom .pylintrc-bin file. Following exceptions were added to default pylint configuration: * line-too-long - I do not want to have calls to logging service spanning over multiple lines and distracting from code flow. I want them to be only single line, no matter how long, because it is not important. * bad-whitespace - I like to add additional whitespaces in places, where they should not be, mostly to align related items vertically, which in my opinion improves readability. * logging-format-interpolation - In Python3 I prefer string.format() to string % (args). Additionally the pattern for module name validation was altered, because of our executable file naming policy (added suppot for '-' and '.' characters in name). (Redmine issue: #3443)
-
- May 30, 2017
-
-
Jan Mach authored
Legacy Mentat system needs retrieves the messages from database by parsing 'raw_msg' attribute of MongoDB object. The storage daemon component was not updating the IDEA serialization after update ant messages retrieved by legacy component did not see the updates. (Redmine issue: #3364)
-
Jan Mach authored
Build number from Buildbot system now gets propagated to Grunt and autogenerated documentation. This feature is intended to be used for development (unstable) builds to somehow autoincrement the package version number. For production distributions this will be skipped and developer still has to set the desired version number manually. (Redmine issues: #3361 and #3387)
- May 25, 2017
-
-
Jan Mach authored
All currently implemented unit tests are working, even if only in most basic manner. This enables us to implement automated testing into our build system. (Redmine issues: #1017 and 3387)
-
Jan Mach authored
If the filesystem operation was not succesfull, the exception was catched to enable recovery, but it was not recorded into logfile or anywhere else. (Redmine issues: #3374 and #1017)
-
- May 24, 2017
- May 23, 2017
-
- May 22, 2017
-
-
Jan Mach authored
(Redmine issue: #3387)
-
- May 17, 2017
-
-
Jan Mach authored
-
Jan Mach authored
Generated documentation now contains information about distribution and revision, from which it was generated. This information is presented on title page a buildbot system provides correct values during build process. This was user can clearly see, which documentation version for which distribution (production, development) he/she is currently browsing. (Redmine issues: #3361 and #3387)
-
- May 16, 2017
-
-
Jan Mach authored
-
- May 15, 2017
-
-
Jan Mach authored
(Redmine issue: #3387)
- May 12, 2017
-
-
Jan Mach authored
Changes to be committed: modified: deploy/pynspect/Makefile modified: doc/sphinx/conf.py
-