log pkg/controllers/importqueue.go @ 4196:948e312e87bc

age author description
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
Mon, 25 Mar 2019 12:48:00 +0100 Sascha L. Teichmann /api/imports/{id} result now also contains the 'enqueued' time.
Fri, 22 Mar 2019 11:46:57 +0100 Sascha Wilde Fixed "previous" response in importqueue listing.
Fri, 15 Mar 2019 12:29:12 +0100 Sascha L. Teichmann Added /api/imports?count=true to only count the results. import-overview-rework
Fri, 15 Mar 2019 12:15:37 +0100 Sascha L. Teichmann Removed debugging output. import-overview-rework
Fri, 15 Mar 2019 12:04:52 +0100 Sascha L. Teichmann Add /api/imports?query=TXT to search TXT in kind, username, signer or logs. import-overview-rework
Thu, 14 Mar 2019 17:42:15 +0100 Sascha L. Teichmann Re-added LIMIT 1 hint to prev/next SELECTs. import-overview-rework
Thu, 14 Mar 2019 17:29:36 +0100 Sascha L. Teichmann Fixed warning SQL prefix for selection. import-overview-rework
Thu, 14 Mar 2019 17:25:33 +0100 Sascha L. Teichmann Filter prev/next, too. import-overview-rework
Thu, 14 Mar 2019 16:20:16 +0100 Sascha L. Teichmann Made filter building a bit more reusable. import-overview-rework
Thu, 14 Mar 2019 16:07:44 +0100 Sascha L. Teichmann Fixed indexing of arguments. import-overview-rework
Thu, 14 Mar 2019 15:51:43 +0100 Sascha L. Teichmann More filter simplification. import-overview-rework
Thu, 14 Mar 2019 15:44:02 +0100 Sascha L. Teichmann Simplified warnings filtering. import-overview-rework
Thu, 14 Mar 2019 12:44:35 +0100 Sascha L. Teichmann Replaced limit/offset filters with from/to as timestamps (format '2006-01-02T15:04:05.000').The output document also contains 'prev' and 'next' fields (if there is any matching data) from the times before and after 'from' and 'to'. import-overview-rework
Thu, 14 Mar 2019 11:31:22 +0100 Sascha L. Teichmann Moved summary from /api/imports overview to /api/imports/{id} details. import-overview-rework
Wed, 13 Mar 2019 16:26:51 +0100 Sascha L. Teichmann Import log: Add filter for log entries with warnings only: GET /api/imports?warnings=true
Mon, 11 Feb 2019 13:04:36 +0100 Sascha L. Teichmann Import queue listing: Add another column 'warnings' (bool) to listing output which indicates if an import has warnings or not.
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.
Sun, 18 Nov 2018 18:44:22 +0100 Sascha L. Teichmann Be aware that the signer is null till the final decision is made about an import.
Sun, 18 Nov 2018 18:29:25 +0100 Sascha L. Teichmann Added a signer who makes the final decison on an import.
Fri, 16 Nov 2018 18:35:09 +0100 Sascha L. Teichmann Implemented the db stuff of the review process. Needs testing.
Fri, 16 Nov 2018 17:51:44 +0100 Sascha L. Teichmann Added REST endpoint to accept or decline an import.
Fri, 16 Nov 2018 12:08:46 +0100 Sascha L. Teichmann REST GET call to /imports now has the ability to be filtered by kinds or states.
Wed, 24 Oct 2018 16:21:44 +0200 Sascha L. Teichmann Added endpoint to delete job from import queue.
Wed, 24 Oct 2018 15:32:38 +0200 Sascha L. Teichmann Check first if we have a import before generating log import entries list.
Wed, 24 Oct 2018 13:35:15 +0200 Sascha L. Teichmann Added endpoint to show the detail logs of an import.
Wed, 24 Oct 2018 12:24:26 +0200 Sascha L. Teichmann Add endpoint to list all or some import jobs.