log pkg/imports/gm.go @ 5710:37c8feeecb4d

age author description
Fri, 05 Aug 2022 13:06:43 +0200 Sascha L. Teichmann Fixed logging in GM import.
Wed, 09 Feb 2022 18:34:40 +0100 Sascha L. Teichmann Join the log lines of imports to the log exports to recover data from them.
Sun, 07 Nov 2021 22:45:11 +0100 Sascha L. Teichmann Fixed minor typo.
Sun, 31 Oct 2021 01:56:35 +0200 Sascha L. Teichmann Cosmetics. aggregate-gm-import-logging
Fri, 29 Oct 2021 00:07:50 +0200 Sascha L. Teichmann Aggregate to 'bla: 1 (baz); 2 (foo, bar)' instead of 'bla: foo (2), baz (1), bar (2)'. aggregate-gm-import-logging
Mon, 25 Oct 2021 21:35:54 +0200 Sascha L. Teichmann Fixed typo in generated logs. aggregate-gm-import-logging
Mon, 25 Oct 2021 01:25:38 +0200 Sascha L. Teichmann Improved readability a bit. Fixed a defer bug. aggregate-gm-import-logging
Mon, 25 Oct 2021 00:37:39 +0200 Sascha L. Teichmann Cleaned up and simplified code. aggregate-gm-import-logging
Sun, 24 Oct 2021 23:57:14 +0200 Sascha L. Teichmann Completed GM logging aggregation. TODO: cleanup and dedup. aggregate-gm-import-logging
Sun, 24 Oct 2021 23:06:24 +0200 Sascha L. Teichmann WIP: More on GM import aggregation. aggregate-gm-import-logging
Sun, 24 Oct 2021 20:16:41 +0200 Sascha L. Teichmann WIP: Continued work on aggregating GM logs. aggregate-gm-import-logging
Sun, 24 Oct 2021 16:54:00 +0200 Sascha L. Teichmann WIP: Started to log GM imports in a more agregated way. aggregate-gm-import-logging
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