log pkg/controllers/importqueue.go @ 4084:350a24c92848 timezone

age author description
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