log pkg/controllers/importqueue.go @ 1995:59055c8301df

age author description
Thu, 24 Jan 2019 12:56:31 +0100 Tom Gottfried Move import queue to its own database namespace
Thu, 03 Jan 2019 17:46:59 +0100 Sascha L. Teichmann Controllers: Resolved the remaining golint issues with this package.
Fri, 21 Dec 2018 08:29:40 +0100 Sascha L. Teichmann Added ids filter to importqueue listing.
Tue, 04 Dec 2018 18:20:31 +0100 Sascha L. Teichmann The global import queue already knows which kinds of imports it supports.
Fri, 30 Nov 2018 09:44:50 +0100 Sascha L. Teichmann Import bulk review: Fixed handling of input document. bulkreview
Fri, 30 Nov 2018 09:39:59 +0100 Sascha L. Teichmann Import bulk review: Use an slice of models.Review as input. bulkreview
Fri, 30 Nov 2018 09:32:01 +0100 Sascha L. Teichmann Import bulk review: Removed JSONErrors from decideImport. bulkreview
Fri, 30 Nov 2018 09:15:47 +0100 Sascha L. Teichmann Import bulk review: Cleaned up input JSON document handling. Added proper error handling. bulkreview
Thu, 29 Nov 2018 12:09:01 +0100 Thomas Junk proof of concept bulkreview
Wed, 28 Nov 2018 09:52:34 +0100 Sascha L. Teichmann Imports: An Import (e.g. a sounding result import) can now write a 'summary' of a successful import. This is done if the import switches to to state 'pending'.
Mon, 26 Nov 2018 17:23:40 +0100 Sascha L. Teichmann Remove the import track in both cases accepted/declined.
Mon, 26 Nov 2018 15:52:30 +0100 Sascha L. Teichmann Return nice JSON result if import was accepted or declined.
Mon, 26 Nov 2018 15:04:07 +0100 Sascha L. Teichmann Fixed SQL in accepting/declining imports.
Sun, 25 Nov 2018 16:26:41 +0100 Sascha L. Teichmann To make golint happier made context.Context to be the first argument in all calls.
Fri, 23 Nov 2018 19:41:31 +0100 Sascha L. Teichmann Simplified and fixed filtering of import queue listing.