log pkg/models/import.go @ 5385:7f5fc8ece589 extented-report

age author description
Fri, 18 Oct 2019 15:34:34 +0200 Sascha L. Teichmann Added a 'changed' column to the import.imports table.
Wed, 14 Aug 2019 16:55:46 +0200 Tom Gottfried Add flag and filter for imports having errors
Thu, 25 Jul 2019 15:43:13 +0200 Sascha L. Teichmann Parse timezones from time inputs and send timezones in results. timezone
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
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.
Mon, 10 Dec 2018 16:49:34 +0100 Sascha L. Teichmann Import queue: Give milliseconds in JSON output, too.