log pkg/imports/gm.go @ 5490:5f47eeea988d logging

age author description
Mon, 20 Sep 2021 17:45:39 +0200 Sascha L. Teichmann Use own logging package. logging
Fri, 20 Mar 2020 17:24:03 +0100 Tom Gottfried Enhance comments on implementations of StageDone()
Fri, 20 Mar 2020 12:28:04 +0100 Sascha L. Teichmann Added feedback support for StageDone.
Tue, 19 Nov 2019 16:08:55 +0100 Sascha L. Teichmann Fixed the golint issues of the imports package.
Mon, 18 Nov 2019 16:38:28 +0100 Tom Gottfried Handle unknown units gracefully
Thu, 14 Nov 2019 14:36:41 +0100 Tom Gottfried Fix comment
Tue, 29 Oct 2019 17:42:51 +0100 Sascha L. Teichmann Check for mandatory measurement value in GM import.
Tue, 29 Oct 2019 17:30:03 +0100 Sascha L. Teichmann Another fix for undefined values in GM import.
Tue, 29 Oct 2019 17:25:17 +0100 Sascha L. Teichmann Check the right pointer! Doh!
Tue, 29 Oct 2019 17:11:18 +0100 Sascha L. Teichmann Check for nil pointer before accessing its value.
Fri, 25 Oct 2019 18:40:37 +0200 Sascha L. Teichmann Removed the mechanical touch of the last commit.
Fri, 25 Oct 2019 18:25:38 +0200 Sascha Wilde Added Description method to most imports.
Wed, 02 Oct 2019 16:00:42 +0200 Sascha L. Teichmann Simplified code.
Wed, 02 Oct 2019 15:18:49 +0200 Sascha L. Teichmann When fetching gauge measurements look 1day into past and future.
Wed, 14 Aug 2019 17:12:23 +0200 Tom Gottfried Log fatal errors as errors, not warnings, in imports
Fri, 02 Aug 2019 16:10:42 +0200 Tom Gottfried Remove utility function with possibly bad performance impact
Fri, 02 Aug 2019 11:41:12 +0200 Sascha L. Teichmann Made 'go vet' happy with imports again.
Thu, 25 Jul 2019 16:10:28 +0200 Sascha Wilde Merged default historization_ng
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 13:20:32 +0200 Sascha Wilde Merged default historization_ng
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
Wed, 24 Jul 2019 17:30:22 +0200 Sascha Wilde Adapted gm-import to new historization model. historization_ng
Mon, 08 Jul 2019 10:54:51 +0200 Sascha Wilde gm import: Ignore (and warn for) water levels of -99999.
Thu, 20 Jun 2019 18:15:57 +0200 Raimund Renkert import: Fixed data initialization for database rows.
Thu, 20 Jun 2019 15:26:17 +0200 Raimund Renkert import: Trim whitespaces in ISRS code and improved log messsage.
Thu, 20 Jun 2019 11:16:14 +0200 Raimund Renkert import: Use dates_issue parameter in gm imports.
Mon, 03 Jun 2019 18:37:12 +0200 Tom Gottfried Remove duplicate error message
Mon, 03 Jun 2019 18:24:35 +0200 Sascha L. Teichmann GM import: Try three times when timeouts happen on SOAP service. Increase SOAP timeout to 3 minutes.
Mon, 03 Jun 2019 17:55:49 +0200 Sascha L. Teichmann GM import: Be more graceful when accepting measure/issue dates.
Wed, 29 May 2019 18:14:20 +0200 Tom Gottfried Improve error messages if no matching gauge version found
Thu, 16 May 2019 18:41:43 +0200 Tom Gottfried 'Historicise' gauges on import
Thu, 16 May 2019 17:22:33 +0200 Tom Gottfried Re-enable checking of gauge availability
Thu, 16 May 2019 11:00:19 +0200 Tom Gottfried Avoid trying to insert explicit missing values received from NtS
Wed, 15 May 2019 19:42:21 +0200 Tom Gottfried Avoid storing of NtS messages other than water level
Wed, 15 May 2019 19:08:49 +0200 Tom Gottfried Disentangle gauge measurements and predictions
Wed, 15 May 2019 13:05:19 +0200 Sascha L. Teichmann Cosmetics.
Wed, 15 May 2019 12:31:57 +0200 Tom Gottfried Handle some possibly missing elements in NtS response
Thu, 09 May 2019 12:49:53 +0200 Sascha L. Teichmann Import queue: Split locked dependencies in exclusively and multiple uses.
Mon, 06 May 2019 18:18:17 +0200 Tom Gottfried Handle failing INSERTs gracefully during gauge measurements import
Thu, 28 Mar 2019 16:40:02 +0100 Sascha Wilde Preserve old predictions on raw gauge measurement import.
Wed, 13 Feb 2019 16:12:38 +0100 Sascha L. Teichmann Uploaded gauge measurements: Initial commit. TODO: Add endpoint.
Wed, 13 Feb 2019 15:47:10 +0100 Sascha L. Teichmann Gauge measurement imports: Removed dead code.
Wed, 13 Feb 2019 15:38:24 +0100 Sascha L. Teichmann Gauge measurements import: Re-factored to be re-usable for upcoming uploaded gauge measurements.
Wed, 13 Feb 2019 14:38:28 +0100 Sascha L. Teichmann Gauge measurement import: More idiomatic code.
Wed, 13 Feb 2019 12:45:48 +0100 Sascha L. Teichmann Gauge measurement import: Moved preparation of insert statement out of gauge iteration loop.
Wed, 13 Feb 2019 12:39:56 +0100 Sascha L. Teichmann Gauge measurement imports: Do all database ops in one transaction.
Mon, 11 Feb 2019 18:35:01 +0100 Sascha L. Teichmann Import queue: Removed boilerplate code to deserialize jobs from JSON by making it part of the import queue.
Fri, 08 Feb 2019 15:39:17 +0100 Sascha L. Teichmann Import queue: The job kind parameter when creating a new job from a string was never used.
Thu, 24 Jan 2019 17:21:14 +0100 Sascha L. Teichmann Moved gaugemeasurement to local package. unify_imports
Wed, 23 Jan 2019 15:02:50 +0100 Raimund Renkert Import: Make one request per gauge for gauge measurement data.
Wed, 23 Jan 2019 12:09:23 +0100 Raimund Renkert Import: Upsert gauge measurement data to avoid unique contraint violation.
Tue, 22 Jan 2019 16:24:34 +0100 Tom Gottfried Improve error logging
Fri, 11 Jan 2019 16:48:14 +0100 Sascha L. Teichmann (Approved) gauge measurement import: Fixed row level security.
Fri, 11 Jan 2019 12:11:46 +0100 Sascha L. Teichmann Fixed type typo.
Fri, 11 Jan 2019 12:10:23 +0100 Sascha L. Teichmann Gauge measurement import: Added reference_code column.
Fri, 11 Jan 2019 11:36:34 +0100 Sascha L. Teichmann Gauge measurement import: Added a rescale function that brings all numerical values into cm.
Fri, 11 Jan 2019 10:47:58 +0100 Raimund Renkert Insert country code in gm import.
Thu, 10 Jan 2019 18:30:43 +0100 Sascha L. Teichmann Gauge measument import: Die with an error if something went wrong.