- Apr 25, 2019
-
-
Jan Mach authored
The installation manual was enhanced with the option of installing the project directly from Git repository. This option overlaps with the installation process for local development, so the development documentation page was also updated accordingly. (Redmine issue: #4216)
-
- Apr 23, 2019
-
-
Jan Mach authored
This module does get executed very often as root and the log file may have root privileges. It should be rotated with separate configuration. This may however raise errors with duplicate configuration by logrotate, some versions do not allow configuration overriding. We will see, how this fix fares and perhaps another solution may be necessary.
-
Jan Mach authored
I have removed explicit path to Python executable to prevent from any errors when moving Python venv for Mentat around the system.
-
- Apr 14, 2019
-
- Apr 01, 2019
-
- Mar 29, 2019
-
-
* Uses decorator for exception management in data access funtions and retries on DB connection loss (generally DB server restart).
-
Jan Mach authored
(Redmine issue: #3387)
-
- Mar 28, 2019
-
-
Jan Mach authored
(Redmine issue: #3387)
- Mar 27, 2019
-
- Mar 26, 2019
-
-
Jan Mach authored
Users are not happy when they enter empty help page. It is better to hide it until there is some useful content.
-
- Mar 06, 2019
-
-
Jan Mach authored
New mechanism for building Debian packages makes better use of debhelper. Previous solution with using Grunt for building the package was abandoned entirely. (Redmine issue: #3387,#4216)
- Mar 05, 2019
-
-
Jan Mach authored
(Redmine issue: #3387)
-
- Mar 04, 2019
- Mar 01, 2019
- Feb 28, 2019
-
-
Jan Mach authored
Previous approach, while better in some aspects caused troubles on our automated build system, because it required for the Mentat to be correctly installed for hawat-cli to be available. (Redmine issue: #3387,#4216)
-
- Feb 27, 2019
-
-
Jan Mach authored
Pybabel translations are now implemented as built-in Flask CLI commands and accessible from 'hawat-cli intl' utility. This approach enables users to easily customize translations for their custom Mentat system installations, or adding new languages. The drawback of this approach is, that the commands are executed within the Flask`s application context, so the application must be properly installed on target system for everything to work properly. I have kept original translation commands in the makefile for future reference. (Redmine issue: #4789,#4216)
- Feb 26, 2019
-