log pkg/imports/agm.go @ 5688:6281c18b109f sr-v2

age author description
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.
Mon, 05 Aug 2019 17:45:03 +0200 Sascha L. Teichmann A few more doc strings to make 'golint' a little bit more happy with the imports package.
Mon, 05 Aug 2019 17:16:46 +0200 Sascha L. Teichmann Made 'staticcheck' happy with pgxutils package.
Mon, 05 Aug 2019 16:43:31 +0200 Sascha L. Teichmann Move warning limiter to common package to flesh up the misc package.
Mon, 05 Aug 2019 16:30:55 +0200 Sascha L. Teichmann Moved country -> spoken language lookup table to common package to flesh out the misc package.
Fri, 02 Aug 2019 11:34:16 +0200 Sascha L. Teichmann BN import: More clean-ups. Typo fixes. Code simplifications. Calling conventions ...
Thu, 25 Jul 2019 16:10:28 +0200 Sascha Wilde Merged default historization_ng
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:20:32 +0200 Sascha Wilde Merged default historization_ng
Thu, 25 Jul 2019 10:32:36 +0200 Sascha L. Teichmann AGM import: Mixed deletes with insert and updates to have them sorted by ISRS locations.
Wed, 24 Jul 2019 17:40:17 +0200 Sascha Wilde Adapted agm-import to new historization model. historization_ng
Wed, 24 Jul 2019 17:09:30 +0200 Sascha L. Teichmann AGM import: Generate entries for deleted items.
Wed, 24 Jul 2019 11:59:36 +0200 Sascha L. Teichmann Detect unchanged case in AGM import. faster-agm
Wed, 24 Jul 2019 11:46:41 +0200 Sascha L. Teichmann First stab to make AGM imports faster by avoiding unnecessary inserts. Also delete un-updated measures in time ranges. faster-agm
Wed, 24 Jul 2019 10:54:18 +0200 Sascha L. Teichmann AGM import: Simplified min/max measuredate handling a little bit.
Tue, 23 Jul 2019 14:58:56 +0200 Tom Gottfried Backed out changeset 82037bbd2c7c
Tue, 23 Jul 2019 10:36:56 +0200 Sascha L. Teichmann AGM import: Moved parsing of CVS header line to separate function.
Mon, 22 Jul 2019 19:19:00 +0200 Tom Gottfried Avoid doing one SELECT per line in import file
Mon, 22 Jul 2019 18:35:14 +0200 Tom Gottfried Do not require review if nothing changed
Mon, 22 Jul 2019 14:45:41 +0200 Tom Gottfried AGM import: parse CSV to completion before requesting database
Wed, 29 May 2019 18:14:20 +0200 Tom Gottfried Improve error messages if no matching gauge version found
Tue, 28 May 2019 12:09:11 +0200 Sascha L. Teichmann AGM/SR import. Limit logging of warnings to 100.
Tue, 28 May 2019 11:33:57 +0200 Sascha L. Teichmann AGM import: Don't pile up defer calls for every line in CSV file.
Wed, 22 May 2019 16:44:13 +0200 Tom Gottfried Fix constraints on relationship between gauges and measurements/predictions
Thu, 16 May 2019 18:41:43 +0200 Tom Gottfried 'Historicise' gauges on import
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
Thu, 09 May 2019 14:21:50 +0200 Tom Gottfried Handle failing INSERTs gracefully during approved gauge measurements import