- Mar 06, 2020
-
-
Jan Mach authored
(Redmine issue: #3361)
-
- Mar 02, 2020
- Mar 01, 2020
-
-
Jan Mach authored
Refactoring: Renamed HawatBlueprint -> VialAppBlueprint, HawatUtils -> VialAppUtils, code style improvements. (Redmine issue: #3443)
-
- Feb 29, 2020
- Feb 26, 2020
-
-
Jan Mach authored
The name 'HAWAT' was omitted wherever possible to make names shorter.
-
- Feb 24, 2020
- Feb 21, 2020
-
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
* If none of the following search parameters (dt_from, dt_to, st_from, st_to) is present in the URL, provide default dt_from (last 7 days) to reduce amount of processed events. * User still has the ability to perform unbound search by submitting empty form. (Redmine issue: #4609)
-
- Feb 20, 2020
-
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
Added logging or request.path_full to enable better debugging of BAD REQUEST and INTERNAL SERVER ERROR errors.
-
Jan Mach authored
(Redmine issue: #6232)
-
Jan Mach authored
As it turned out the timepager component was modifiing request parameters to generate the links and subsequent components were unable to access original values. (Redmine issue: #4609)
-
Jan Mach authored
-
- Feb 19, 2020
-
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
After encountering StorageIntegrityError it was possible for savepoint not to exist and subsequent attempts for storing events to database failed. This patch is a hotfix, the solution is not optimal, because the create_savepoint primitive is called before and after storing event into database.
-
Jan Mach authored
-
- Feb 05, 2020
-
-
Jan Mach authored
(Redmine issue: #4489)
-
- Feb 04, 2020
-
-
Jan Zerdik authored
(Redmine issue: #4489)
-
Jan Zerdik authored
(Redmine issue: #4489)
-
- Feb 03, 2020
-
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
-
Jan Mach authored
Vacuum command may not be executed within transaction.
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
To better understand what went wrong with the request. (Redmine issue: #3443)
-
Jan Mach authored
(Redmine issue: #3387)
-
Jan Mach authored
It was pointed out, that PostgreSQL database optimizations will be more usefull in ready-to-use executable script than in documentation page. This commit introduces very basic script with the list of suggested database optimizations. (Redmine issue: #6096)
-
Jan Mach authored
PostgreSQL does not like connections being closed and reopened again. (Redmine issue: #4251)
-
- Jan 24, 2020
-
-
Jan Mach authored
(Redmine issue: #4251)
-
* This makes the ORM query handling to be in line with SQLAlchemy's design and expectations. (Redmine issue: #4251)
-
- Jan 23, 2020
-
-
Jan Mach authored
(Redmine issue: #6096)
-
Jan Mach authored
To be consistent with the rest of the system. SQLAlchemy ORM model does not allow to specify ALTER TABLE commands for models. Therefore it would be necessary to run migrations after clean installation, which could cause chaos and troubles with schema versions and stamping. I have moved the cluster commands to database optimization documentation, which is where they belong. (Redmine issue: #6096)
-