log pkg/imports/gm.go @ 2242:786c3fb7efe1

age author description
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.
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.
Fri, 04 Jan 2019 13:41:07 +0100 Sascha L. Teichmann Imports: Resolved the remaining golint issues with this package.
Thu, 03 Jan 2019 17:53:18 +0100 Sascha L. Teichmann Imports: Resolved golint issues unrelated to exported symbols commenting.
Sun, 30 Dec 2018 13:23:10 +0100 Sascha L. Teichmann Removed unused constant.
Wed, 26 Dec 2018 10:30:19 +0100 Sascha L. Teichmann Imports: Cosmetics.
Sun, 23 Dec 2018 12:57:28 +0100 Sascha L. Teichmann Imports: Stripped schema prefixes from table dependencies.
Thu, 20 Dec 2018 15:33:29 +0100 Sascha L. Teichmann Import queue: Implemented email notifications.
Thu, 20 Dec 2018 13:19:54 +0100 Sascha L. Teichmann Cosmetics.
Thu, 20 Dec 2018 12:21:17 +0100 Raimund Renkert No new measurement are not an error. Fixed typos.
Thu, 20 Dec 2018 12:06:37 +0100 Raimund Renkert Implemented gauge measurement import.