log pkg/imports/wg.go @ 5565:ade07a3f2cfd

age author description
Tue, 08 Mar 2022 17:38:48 +0100 Sascha L. Teichmann Forget to change signature of some imports.
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.
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.
Mon, 30 Sep 2019 13:41:39 +0200 Sascha Wilde WG import: "End date not after start date" is an hard error.
Wed, 14 Aug 2019 17:12:23 +0200 Tom Gottfried Log fatal errors as errors, not warnings, in imports
Tue, 06 Aug 2019 11:13:28 +0200 Sascha L. Teichmann Made 'golint' finally happy with imports package.
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
Thu, 25 Jul 2019 13:31:51 +0200 Sascha L. Teichmann Introduced a new ReadableError type for better readable error messages of pgx.PgErrors.
Thu, 25 Jul 2019 13:20:32 +0200 Sascha Wilde Merged default historization_ng
Thu, 25 Jul 2019 11:46:23 +0200 Sascha L. Teichmann Rename HandlePGError to HandleError.
Thu, 25 Jul 2019 11:32:22 +0200 Tom Gottfried Move handling of PostgreSQL errors to own package
Thu, 25 Jul 2019 09:12:53 +0200 Tom Gottfried Database errors have to be handled elsewhere than in imports, too