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

age author description
Fri, 20 Mar 2020 12:28:04 +0100 Sascha L. Teichmann Added feedback support for StageDone.
Fri, 04 Oct 2019 19:29:28 +0200 Tom Gottfried Fix deletion of stretches on import
Thu, 12 Sep 2019 18:13:47 +0200 Sascha Wilde Use stretches as areas of responsibility. stretches-for-responsibility
Tue, 03 Sep 2019 13:02:09 +0200 Sascha L. Teichmann Added stub for a shape upload stretch import. POST /api/imports/stsh
Mon, 05 Aug 2019 18:21:19 +0200 Tom Gottfried Always try to translate to readable error if import failed
Mon, 05 Aug 2019 18:14:41 +0200 Sascha L. Teichmann Another round of 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.
Fri, 02 Aug 2019 11:41:12 +0200 Sascha L. Teichmann Made 'go vet' happy with imports again.
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 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
Fri, 31 May 2019 20:06:27 +0200 Tom Gottfried Introduce hectometer based order for ranges of ISRS location codes
Wed, 29 May 2019 12:30:04 +0200 Thomas Junk stretch_import: provide full information for summary import_review
Thu, 09 May 2019 15:50:07 +0200 Tom Gottfried Add missing table dependencies of imports with area generation
Thu, 09 May 2019 12:49:53 +0200 Sascha L. Teichmann Import queue: Split locked dependencies in exclusively and multiple uses.
Mon, 06 May 2019 16:18:41 +0200 Sascha L. Teichmann Stretch import: Added missing prepared statement closing.
Tue, 02 Apr 2019 19:24:08 +0200 Tom Gottfried Use buffer around axis for stretch area
Thu, 21 Mar 2019 13:47:57 +0100 Sascha Wilde Stretches import: allow ISRS_from > ISRS_to.
Fri, 15 Mar 2019 18:24:57 +0100 Tom Gottfried Log snapping tolerance
Fri, 08 Mar 2019 19:15:47 +0100 Tom Gottfried Expose axis snapping tolerance to users
Thu, 07 Mar 2019 20:03:43 +0100 Tom Gottfried Improve user facing error messages for stretch area generation
Thu, 14 Feb 2019 11:21:33 +0100 Sascha L. Teichmann Stretch import: Call Stringer for ISRS codes directly when logging range.
Wed, 13 Feb 2019 16:48:52 +0100 Tom Gottfried Input area as multipolygons to generate area from stretch
Wed, 13 Feb 2019 11:13:06 +0100 Sascha L. Teichmann Stretch import: Be more verbose about range before inserting data.
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 12:56:31 +0100 Tom Gottfried Move import queue to its own database namespace
Wed, 23 Jan 2019 16:25:43 +0100 Tom Gottfried Fix area generation from multipolygon input
Sun, 20 Jan 2019 14:43:40 +0100 Sascha L. Teichmann Fixed 'go vet' issue.
Fri, 18 Jan 2019 20:02:55 +0100 Sascha L. Teichmann Stretches import: Track new ids.
Fri, 18 Jan 2019 18:20:34 +0100 Sascha L. Teichmann Stretch import: Fixed insert statement to store stretch.
Fri, 18 Jan 2019 17:54:18 +0100 Sascha L. Teichmann Stretch import: Fixed insert SQL statement.
Fri, 18 Jan 2019 17:50:25 +0100 Sascha L. Teichmann Fixed JSON serialization of ISRS codes.
Fri, 18 Jan 2019 17:13:12 +0100 Sascha L. Teichmann Stretch import: Added forgotten source file.