log pkg/controllers/importqueue.go @ 5564:aaa9e658cabd

age author description
Sat, 12 Feb 2022 18:56:55 +0100 Sascha L. Teichmann Log export: Added marker interface to JobCreators that log messages should be loaded at export.
Sat, 12 Feb 2022 17:36:20 +0100 Sascha L. Teichmann Log export: Limit log lines loading to 'sr' imports.
Sat, 12 Feb 2022 09:54:33 +0100 Sascha L. Teichmann Simplified code of log export a bit.
Fri, 11 Feb 2022 18:57:11 +0100 Sascha L. Teichmann Fixed log message analyzing in log export.
Wed, 09 Feb 2022 18:34:40 +0100 Sascha L. Teichmann Join the log lines of imports to the log exports to recover data from them.
Mon, 20 Sep 2021 17:45:39 +0200 Sascha L. Teichmann Use own logging package. logging
Wed, 01 Apr 2020 15:18:12 +0200 Sascha L. Teichmann Send the info if an import job was re-scheduled to sync callers.
Fri, 27 Mar 2020 13:09:02 +0100 Sascha L. Teichmann review decisions controller: Lowered immediate feedback timeout to 5 secs. queued-stage-done
Thu, 26 Mar 2020 22:24:45 +0100 Sascha L. Teichmann Added mechanism to have sync import jobs on import queue. queued-stage-done
Wed, 25 Mar 2020 15:11:04 +0100 Sascha L. Teichmann Define constants for review jobs. queued-stage-done
Wed, 25 Mar 2020 12:45:56 +0100 Tom Gottfried Do not show internal review jobs to users queued-stage-done
Tue, 24 Mar 2020 21:32:10 +0100 Sascha L. Teichmann Adjusted message when review enqueuing is done.
Wed, 18 Mar 2020 17:52:00 +0100 Sascha L. Teichmann Moved import desision logic to import queue (where it belongs).
Fri, 25 Oct 2019 13:03:50 +0200 Sascha L. Teichmann Added an endpoint GET api/imports/export to export imports.
Fri, 18 Oct 2019 15:34:34 +0200 Sascha L. Teichmann Added a 'changed' column to the import.imports table.