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.
Thu, 22 Aug 2019 11:26:48 +0200 Sascha L. Teichmann Moved JSONHandler into middleware package. json-handler-middleware
Thu, 22 Aug 2019 10:54:08 +0200 Sascha L. Teichmann Made the de-serialized input of the JSON handler accessible via the context of the request. json-handler-middleware
Thu, 22 Aug 2019 10:18:13 +0200 Sascha L. Teichmann Made the sql.Conn in function accessible via the context of the request. json-handler-middleware
Wed, 14 Aug 2019 16:55:46 +0200 Tom Gottfried Add flag and filter for imports having errors
Wed, 14 Aug 2019 14:56:35 +0200 Sascha L. Teichmann Fixed building filters for listing import queue.
Wed, 07 Aug 2019 10:27:11 +0200 Tom Gottfried Enable faster access to import logs
Fri, 02 Aug 2019 11:43:52 +0200 Sascha L. Teichmann Made 'go vet' happy with controllers again.
Thu, 25 Jul 2019 16:58:27 +0200 Sascha L. Teichmann Deliver times from import queue in UTC. timezone
Thu, 25 Jul 2019 15:43:13 +0200 Sascha L. Teichmann Parse timezones from time inputs and send timezones in results. timezone
Tue, 02 Jul 2019 16:44:04 +0200 Sascha L. Teichmann Add 'cc' parameter to search imports for a comma separated list of country codes for the the importing person.
Thu, 09 May 2019 12:08:02 +0200 Sascha L. Teichmann Added template types "map", "diagram", "report".
Wed, 08 May 2019 13:11:30 +0200 Sascha L. Teichmann controllers: re-factored the SQL filter to a tree like structure to be of more general use.
Wed, 08 May 2019 10:50:14 +0200 Sascha L. Teichmann controllers: moved filter builder to a separate file.
Sun, 21 Apr 2019 19:02:35 +0200 Sascha L. Teichmann Made 'go vet' happy again.
Fri, 05 Apr 2019 18:44:49 +0200 Tom Gottfried Do not report client errors as server error