log pkg/imports/agm.go @ 5670:b75d0b303328

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
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.
Mon, 04 Feb 2019 15:39:58 +0100 Sascha L. Teichmann Approved gauge measurement import: Added diff-summary. XXX: May be broken!
Mon, 04 Feb 2019 11:34:09 +0100 Sascha L. Teichmann Approved gauge measuremnet imports: Removed an indirection layer accessing the columns of the CSV file.
Thu, 24 Jan 2019 12:56:31 +0100 Tom Gottfried Move import queue to its own database namespace
Mon, 21 Jan 2019 15:18:52 +0100 Sascha L. Teichmann Moved time guessing to misc code to be recycled.
Fri, 11 Jan 2019 16:49:55 +0100 Sascha L. Teichmann Fixed broken SQL statement (once again).
Fri, 11 Jan 2019 16:48:14 +0100 Sascha L. Teichmann (Approved) gauge measurement import: Fixed row level security.
Fri, 11 Jan 2019 15:40:50 +0100 Sascha L. Teichmann Approved gauge measurements import: Removed some debug logging.
Fri, 11 Jan 2019 15:28:10 +0100 Sascha L. Teichmann Approved gauge measurement import: Implemented. TODO: Fix staging.
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.
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.
Wed, 09 Jan 2019 21:58:35 +0100 Sascha L. Teichmann Approved gauges measurements: Open CSV and read headers.
Wed, 09 Jan 2019 18:26:52 +0100 Sascha L. Teichmann Approved gauge measurements: Added a stub to upload a CSV file for parsing.