- Mar 09, 2020
- Mar 08, 2020
-
- Mar 07, 2020
-
- 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.
-