log pkg/imports/fd.go @ 4113:f39d20427e89 request_hist_bns

age author description
Thu, 25 Jul 2019 15:14:44 +0200 Sascha L. Teichmann Moved TimeParser to common package.
Thu, 25 Jul 2019 15:08:11 +0200 Sascha L. Teichmann Rename TimeGuesser to TimeParser.
Thu, 25 Jul 2019 13:31:51 +0200 Sascha L. Teichmann Introduced a new ReadableError type for better readable error messages of pgx.PgErrors.
Thu, 25 Jul 2019 11:46:23 +0200 Sascha L. Teichmann Rename HandlePGError to HandleError.
Thu, 25 Jul 2019 11:32:22 +0200 Tom Gottfried Move handling of PostgreSQL errors to own package
Thu, 25 Jul 2019 09:12:53 +0200 Tom Gottfried Database errors have to be handled elsewhere than in imports, too
Thu, 09 May 2019 12:49:53 +0200 Sascha L. Teichmann Import queue: Split locked dependencies in exclusively and multiple uses.
Wed, 03 Apr 2019 17:19:26 +0200 Tom Gottfried Let sys_admin import fairway dimensions without restrictions
Wed, 03 Apr 2019 17:08:18 +0200 Tom Gottfried Fairway dimension import: continue if a feature fails to be inserted
Tue, 02 Apr 2019 19:25:17 +0200 Tom Gottfried Add utility function to get users area of responsibility
Wed, 27 Mar 2019 15:39:52 +0100 Tom Gottfried Prevent calculation of wrong UTM zones
Tue, 19 Mar 2019 14:34:55 +0100 Sascha L. Teichmann WFS downloader: Really use username and password from parameters.
Tue, 19 Mar 2019 12:42:43 +0100 Sascha L. Teichmann WFS downloads: Fetch user and password from config.
Tue, 19 Mar 2019 12:28:22 +0100 Sascha L. Teichmann WFS downloader: Use new GML/GeoJSON factory function in gemma.
Tue, 19 Mar 2019 12:20:54 +0100 Sascha L. Teichmann WFS downloader: Add BasicAuth support for downloading. TODO: Use it.