- Apr 26, 2023
-
-
Jakub Judiny authored
(Redmine issue: #7632)
-
- Apr 05, 2023
-
-
Jakub Judiny authored
(Redmine issue: #7632)
-
Jakub Judiny authored
(Redmine issue: #7632)
-
- Jan 18, 2023
-
-
Jakub Judiny authored
(Redmine issue: #7622)
-
- Jul 27, 2022
-
-
Rajmund Hruška authored
-
- Jul 25, 2022
-
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
- Jun 28, 2022
-
-
Rajmund Hruška authored
-
- Jun 20, 2022
-
-
Rajmund Hruška authored
-
- May 23, 2022
-
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
- May 10, 2022
-
-
Rajmund Hruška authored
-
- Apr 27, 2022
-
-
Rajmund Hruška authored
-
- Apr 01, 2022
-
- Mar 19, 2022
-
-
Jan Mach authored
(Redmine issue: #7494)
-
- Jan 20, 2022
-
- Dec 27, 2021
-
-
Jan Mach authored
As it turns out some of the files were never part of the Mentat package. (Redmine issue: #7542)
-
- Oct 25, 2021
-
- Jan 11, 2021
-
-
Jan Mach authored
-
- Apr 01, 2020
-
-
Jan Mach authored
This bug was introduced in version 2.11.0 and is fixed in 2.11.2, which is not yet released. Reference: https://github.com/pallets/jinja/issues/1145
-
- Mar 31, 2020
-
- Jan 11, 2020
-
-
Jan Mach authored
Previously it was possible that during the daemon shutdown some IDEA messages could remain uncommitted when running in bulk commit mode. It was necessary to make use of 'stop' event to force commit and switch back to immediate commit mode for the rest of the events that still might be in the event queue (it is not guaranteed the stop event will be last in the queue, some of the previous events might still schedule some other event, which will be handled after the stop event). (Redmine issue: #4572)
-
- Dec 06, 2019
-
-
Jan Mach authored
The mentat-storage.py daemon has now ability to use transaction savepoints to reduce number of commits and thus greatly enhance event storage rate. The feature is configurable and optional. The mentat.services.eventstorage needed to be upgraded to support this new feature. Also, the pyzenkit module contained a bug, which prevented this feature to work correctly, so it needed to be fixed as well. (Redmine issue: #4572)
-
- Oct 29, 2019
-
-
Jan Mach authored
(Redmine issue: #3387)
-
- Sep 23, 2019
-
-
Jan Zerdik authored
Changes in config files regarding event classes in special directory. (Redmine issue: #5751)
-
- Aug 29, 2019
-
-
Jan Mach authored
(Redmine issue: #3387,#5062)
-
- Jul 29, 2019
-
- Jun 18, 2019
-
- Jun 17, 2019
-
-
Jan Mach authored
This new feature will be used to enhance various event views. (Redmine issue: #5067)
-
- Jun 13, 2019
-
-
Jan Mach authored
This patch contains following features: * Mentat service for accessing NERD database via RESTfull API. * Prototype of pluggable for Hawat providing simple demonstrational view for searching NERD database and context search action menu item for searching IP addressess. * (Redmine issue: #5067)
-
Jan Mach authored
Some users may prefer viewing IDEA messages in YAML format, because it contains much less funny characters.
-
- Mar 15, 2019
-
-
Jan Zerdik authored
Datetime in json structured_data is now store in utc timezone, change to report timezone is done in templates. (Redmine issue: #4499)
-
- Mar 04, 2019
-
-
Jan Mach authored
* The creation of Python virtual environment is now a separate makefile target. * The 'develop' target now reuses already defined targets. * Using python-dotenv to local configuration customizations. (Redmine issue: #3387,#4216)
-
- Mar 01, 2019
-
-
Jan Mach authored
This version comes with improved application command line parameter documentation, some changes were necessary to make everything work again. (Redmine issue: #3387,#3361)
-
- Feb 26, 2019
- Feb 25, 2019
-
-
Jan Mach authored
(Redmine issue: #3387)
-
- Feb 15, 2019
-
-
Jan Mach authored
(Redmine issue: #3387)
-
- Feb 06, 2019
-
-
Jan Mach authored
After this all code related to MongoDB is gone and database migration from MongoDB to PostgreSQL is no longer possible. I have kept the documentation page about migration for now, so that the users can still at least find the information. (Redmine issue: #4225)
-
- Jan 31, 2019
-
-
Jan Mach authored
The database migrations for IDEA event database *mentat_events* are now implemented. I have moved this issue to the next release, because there is code already merged in the current development branch that depended performing the migrations on target system. It was a choice of either removing that commit, or going forward with implementation. I have decided to implement it immediately, because this issue is blocking many more features. The implementation is again based on Alembic tool, which is already being used for migrations on mentat_main metadata database. It is however separatelly configured instance, merging both instances into single one would require considerably more amount of research and work. I have also updated accordingly manual pages regarding installation and upgrading. Very important bit of information was stamping the database with latest migration revision after clean installation. (Redmine issue: #4230)
-