log pkg/models/import.go @ 4748:47922c1a088d

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.
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
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'.
Sun, 18 Nov 2018 18:29:25 +0100 Sascha L. Teichmann Added a signer who makes the final decison on an import.
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.