- May 13, 2020
-
-
Jan Mach authored
The auth_dev authentication module was accidentaly enabled by default in configuration file shipped with Mentat packages. It was changed at some point locally during development and the change was accidentally committed. The documentation was missing the warning about disabling it during installation in production deployment. This is fixed now.
-
Jan Mach authored
-
- May 06, 2020
-
-
Jan Zerdik authored
(Redmine issue: #6237)
-
Jan Zerdik authored
-
Jan Zerdik authored
-
Jan Mach authored
-
Jan Mach authored
According to notes in attached issue, pie charts, grand total and shares do not make much sense for multivalue statistics. This commit replaces these visualisations with simple horizontal bar charts with absolute counts, shares in data table are calculated against event total. I have stumbled upon hideous gotcha when working with NVD3 library. For some reason authors choose 'values' as a dictionary subkey containing data series. This however collides with built-in values javascript method. I have spent quite some time trying to figure out why am I not able generate the data structure for bar chart programmatically. (Redmine issue: #6308)
-
- May 04, 2020
-
-
Jan Mach authored
-
- Apr 30, 2020
-
- Apr 29, 2020
-
-
Jan Zerdik authored
(Redmine issue: #6127)
-
Jan Mach authored
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
Something weird is going on when tests are executed under nosetests. They seem not to be executed in clean environment. When executed separately, they pass. This needs further inspection, but I do not have to do this right now and I need the build to pass. I am sure the tests are working, so I will disable them for the moment. (Redmine issue: #1017)
-
Jan Mach authored
Quite funny error, discovered only after installing from WHL package to different host.
-
Jan Mach authored
Following new timeline aggregation were added: * source and target port * source and target type/tag * detector type/tag * protocols I have implemented means for comparing 'aggregate' calculations within database with in memory calculations from timeline data, so that we can choose the best option. For better performance it is now possible to restrict set of calculations in search form. (Redmine issue: #6308)
-
Jan Mach authored
-
Jan Mach authored
* auth * auth_api * auth_dev * auth_env * auth_pwd * users * groups * changelogs * devtools * home (Redmine issue: #3443)
-
Jan Mach authored
Custom CSS, JS and image files were moved to application`s static folder. (Redmine issue: #3443)
- Apr 21, 2020
-
-
Jan Mach authored
-
Jan Mach authored
-
Jan Mach authored
-
Jan Mach authored
Fix: Disabled port and protocol timeline calculations and made adjustments to determine the reason for performance issues. After deployment timeline calculations ware slow, possibly due to the unlimited number of items in each timeline bucket. I have added the limiting and removed ports and protocols from calculations to better inspect this problem on our development server. (Redmine issue: #3443)
-
Jan Mach authored
(Redmine issue: #3443)
-
- Apr 19, 2020
- Apr 15, 2020
-
-
Jan Mach authored
* Unified item creatupdate view templates. * Improved item management module unit tests. * Redesigned 'users' module unit tests. (Redmine issue: #3443,#1017,#4410)
-
- Apr 08, 2020
-
-
Jan Mach authored
* Removed unnecessary docstrings. * Fixed some Pylint warnings. * Unified coding style. (Redmine issue: #3443)
-