log pkg/imports/agm.go @ 4054:033a8e3fec8e historization_ng

age author description
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
Thu, 09 May 2019 12:49:53 +0200 Sascha L. Teichmann Import queue: Split locked dependencies in exclusively and multiple uses.
Thu, 09 May 2019 12:25:10 +0200 Tom Gottfried Add minimal feedback in approved gauge measurements import
Wed, 08 May 2019 12:45:21 +0200 Tom Gottfried Do not offer an import for review that did not import anything
Tue, 07 May 2019 18:35:11 +0200 Tom Gottfried Warn only once if gauge is unknown
Thu, 28 Mar 2019 17:18:01 +0100 Sascha Wilde Ignore predicted values in AGM diff.
Thu, 28 Mar 2019 16:57:41 +0100 Sascha Wilde Do not delete predictions on import of agm.
Fri, 08 Mar 2019 18:57:58 +0100 Sascha Wilde Make upload of AGM require only "fk_gauge_id" "measure_date" and "value"
Thu, 07 Mar 2019 11:57:05 +0100 Sascha L. Teichmann AGM import: Check if gauge exists for a meassurement.
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 17:59:24 +0100 Sascha L. Teichmann Approved gauge measurement imports: Suppress diff lines when old and new are identical.
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.
Tue, 05 Feb 2019 12:27:40 +0100 Sascha L. Teichmann Approved gauge measuments import: Give type hints when insertinf/querying isrs location codes.