log pkg/controllers/srimports.go @ 5415:4ad68ab239b7 marking-single-beam

age author description
Tue, 06 Jul 2021 15:26:20 +0200 Sascha L. Teichmann Re-establish compat with old single-beam interface. marking-single-beam
Tue, 06 Jul 2021 01:20:44 +0200 Sascha L. Teichmann Adjusted the import model to be able to handle marking single beam scans. marking-single-beam
Fri, 31 Jan 2020 23:17:37 +0100 Sascha L. Teichmann * Raise the upload limit for sounding results from 25GB up to 50GB.
Thu, 22 Aug 2019 11:26:48 +0200 Sascha L. Teichmann Moved JSONHandler into middleware package. json-handler-middleware
Thu, 22 Aug 2019 10:54:08 +0200 Sascha L. Teichmann Made the de-serialized input of the JSON handler accessible via the context of the request. json-handler-middleware
Thu, 22 Aug 2019 10:18:13 +0200 Sascha L. Teichmann Made the sql.Conn in function accessible via the context of the request. json-handler-middleware
Tue, 06 Aug 2019 11:23:27 +0200 Sascha L. Teichmann Made 'golint' happy (again) with the controllers package.
Wed, 17 Jul 2019 11:34:37 +0200 Sascha L. Teichmann Fixed cases for error strings.
Sun, 14 Jul 2019 17:33:01 +0200 Sascha L. Teichmann SR import: Made `negate-z` flag more symmetrical to `single-beam` flag.
Sun, 14 Jul 2019 17:19:22 +0200 Sascha L. Teichmann SR import: Negate the Z values in the XYZ files if the flag `negate-z` is set.
Wed, 26 Jun 2019 11:00:35 +0200 Sascha Wilde Don't show unnecessary warnings when uploading TXT file for SR.
Tue, 25 Jun 2019 10:25:38 +0200 Sascha L. Teichmann SR import: Fixed formatting problem.
Tue, 25 Jun 2019 10:21:55 +0200 Sascha L. Teichmann SR import: Allow upload of none-ZIP files and assume they are plain XYZ files.
Thu, 20 Jun 2019 12:54:35 +0200 Sascha L. Teichmann Eat single-beam parameter in form of 'single-beam' mit accepted values of 'true, false, 0, 1, singlebeam, single-beam, multibeam, multi-beam'.
Thu, 20 Jun 2019 11:59:36 +0200 Sascha L. Teichmann Spelled singlebeam as single-beam and multibeam as multi-beam.
Tue, 04 Jun 2019 11:14:33 +0200 Sascha L. Teichmann SR import: access beam-type parameter supplied by client. TODO: Implement single beam code path.
Wed, 10 Apr 2019 15:15:00 +0200 Sascha L. Teichmann Upload imports: spell form field 'send-email' instead of 'email'.
Tue, 12 Feb 2019 11:09:55 +0100 Sascha L. Teichmann Imports: Deduplicted file upload code.
Wed, 30 Jan 2019 17:28:00 +0100 Sascha L. Teichmann Sounding results import: Removed senseless parameters.
Tue, 29 Jan 2019 08:28:50 +0100 Sascha L. Teichmann Imports: Made stretch import marshable (even if it is not needed). unify_imports
Wed, 23 Jan 2019 17:58:57 +0100 Sascha L. Teichmann Imports: Made retries and the waiting between the attempts configurable.
Fri, 18 Jan 2019 15:04:53 +0100 Sascha L. Teichmann To prepare stretch import made some model data types re-usable.
Sun, 13 Jan 2019 13:09:50 +0100 Sascha L. Teichmann Sounding result / Approved gauge measurement import: Send email when field 'email' is set to true not 'bottleneck'. Doh!
Thu, 10 Jan 2019 16:19:26 +0100 Sascha L. Teichmann Import queue: Auto acceptance is now a property of the import kind itself and is not configurable any more.
Tue, 08 Jan 2019 13:35:44 +0100 Sascha L. Teichmann Imports: Made imports re-runnable if they fail.
Thu, 20 Dec 2018 15:33:29 +0100 Sascha L. Teichmann Import queue: Implemented email notifications.
Thu, 20 Dec 2018 13:45:32 +0100 Sascha L. Teichmann Import queue: Implemented auto-accept and email sending.
Fri, 07 Dec 2018 13:08:17 +0100 Sascha L. Teichmann Added stub for bottleneck importer.
Fri, 07 Dec 2018 12:21:55 +0100 Sascha L. Teichmann Sounding result import: Accept *.txt files for XYZ data, too.
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.
Sat, 24 Nov 2018 16:40:34 +0100 Sascha L. Teichmann Used keyed initializer to make 'go vet' happy.
Thu, 22 Nov 2018 18:16:47 +0100 Sascha L. Teichmann Import sounding result: If uploading a zip with a meta.json which has
Tue, 20 Nov 2018 18:05:19 +0100 Sascha L. Teichmann Sounding result import: Forgot to return the token temp file to the importer. Doh!
Tue, 20 Nov 2018 17:04:06 +0100 Sascha L. Teichmann Sounding result import: Added the feature to override bottleneck, EPSG, depth reference and date in meta.json by POST arguments.
Mon, 19 Nov 2018 18:32:06 +0100 Sascha L. Teichmann Added endpoint to explicitly delete a temp upload.
Mon, 19 Nov 2018 18:09:28 +0100 Sascha L. Teichmann If there are no XYZ files in the ZIP we cant help the user.
Mon, 19 Nov 2018 17:56:44 +0100 Sascha L. Teichmann Finished the sounding result upload controller to temp uploads.
Mon, 19 Nov 2018 17:28:35 +0100 Sascha L. Teichmann Factored out som zip lookup code to be reusable in sounding result upload controller.
Mon, 19 Nov 2018 17:14:42 +0100 Sascha L. Teichmann Started with an upload sounding result to temp upload area.
Mon, 19 Nov 2018 16:15:30 +0100 Sascha L. Teichmann Add an area for temp uploads on the server to be addressed
Mon, 19 Nov 2018 12:17:27 +0100 Sascha L. Teichmann Renamed controller file of sounding result imports to a more suited name. base pkg/controllers/imports.go@9da1c9d5c1f3