log

age author description
Mon, 22 Oct 2018 17:16:02 +0200 Sascha L. Teichmann Wait with start of import queue until configuration is fully loaded. persistent-import-queue
Mon, 22 Oct 2018 16:55:05 +0200 Sascha L. Teichmann Merged default into persistent-import-queue branch. persistent-import-queue
Mon, 22 Oct 2018 16:54:34 +0200 Sascha L. Teichmann Persist job queue in database. WIP. persistent-import-queue
Mon, 22 Oct 2018 14:53:20 +0200 Thomas Junk fix: Setting selected Bottleneck null caused Nullpointer Exception.
Mon, 22 Oct 2018 14:49:00 +0200 Sascha L. Teichmann Merged default into persistent-import-queue branch. persistent-import-queue
Mon, 22 Oct 2018 13:12:28 +0200 Sascha Wilde Use distance_marks_virtual table for search.
Mon, 22 Oct 2018 13:09:26 +0200 Thomas Junk fix: partial Fix of Morphtool
Mon, 22 Oct 2018 13:03:38 +0200 Sascha L. Teichmann Added tables for importer queue and respective logging. persistent-import-queue
Mon, 22 Oct 2018 11:24:25 +0200 Sascha L. Teichmann Run do and cleanup of import jobs in own go routines with crash handler.
Mon, 22 Oct 2018 10:45:17 +0200 Sascha L. Teichmann Decoupled import job creation and job execution with a factory function.
Mon, 22 Oct 2018 10:21:22 +0200 Markus Kottlaender linted/fixed code format (yarn run lint)
Sat, 20 Oct 2018 19:27:33 +0200 Sascha L. Teichmann Typo fix.
Sat, 20 Oct 2018 19:14:00 +0200 Sascha L. Teichmann In preparation of persisting import jobs logging is done through an interface.
Fri, 19 Oct 2018 18:09:26 +0200 Sascha L. Teichmann Store job id alongside to job in job queue.
Fri, 19 Oct 2018 16:39:05 +0200 Markus Kottlaender merge