Skip to content
Snippets Groups Projects
  1. May 10, 2023
  2. May 09, 2023
  3. Apr 26, 2023
  4. Apr 05, 2023
  5. Jan 18, 2023
  6. Jul 27, 2022
  7. Jul 25, 2022
  8. Jun 28, 2022
  9. Jun 20, 2022
  10. May 23, 2022
  11. May 10, 2022
  12. Apr 27, 2022
  13. Apr 01, 2022
  14. Mar 19, 2022
  15. Jan 20, 2022
  16. Dec 27, 2021
  17. Oct 25, 2021
  18. Jan 11, 2021
  19. Apr 01, 2020
  20. Mar 31, 2020
  21. Jan 11, 2020
    • Jan Mach's avatar
      Fix: Make sure all possibly uncommitted IDEA messages are committed during daemon shutdown. · 8797c181
      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)
      8797c181
  22. Dec 06, 2019
    • Jan Mach's avatar
      Implemented new bulk event insert commit feature. · 23949111
      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)
      23949111
  23. Oct 29, 2019
  24. Sep 23, 2019
  25. Aug 29, 2019
  26. Jul 29, 2019
  27. Jun 18, 2019
  28. Jun 17, 2019
  29. Jun 13, 2019
  30. Mar 15, 2019
  31. Mar 04, 2019
    • Jan Mach's avatar
      Makefile and buildprocedure imporvements. · 07c3f135
      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)
      07c3f135
  32. Mar 01, 2019
    • Jan Mach's avatar
      Updated PyZenKit to latest version 0.54. · bcebd8fb
      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)
      bcebd8fb
  33. Feb 26, 2019
  34. Feb 25, 2019
  35. Feb 15, 2019
Loading