log pkg/imports/bn.go @ 3302:ec6163c6687d

age author description
Thu, 16 May 2019 18:41:43 +0200 Tom Gottfried 'Historicise' gauges on import
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 13:33:19 +0200 Tom Gottfried Use context for preparation of transaction-specific statements
Wed, 10 Apr 2019 16:44:30 +0200 Sascha L. Teichmann Bottleneck import: Import riverbed materials, too.
Thu, 21 Mar 2019 18:55:52 +0100 Sascha Wilde BT import: allow for rb and lb to be null.
Thu, 21 Mar 2019 12:53:39 +0100 Sascha Wilde Bottlenecks 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, 07 Mar 2019 10:46:34 +0100 Tom Gottfried Continue importing bottlenecks if one item fails
Wed, 13 Feb 2019 17:09:11 +0100 Sascha L. Teichmann Uploaded imports: Small code clean-ups.
Wed, 13 Feb 2019 16:48:52 +0100 Tom Gottfried Input area as multipolygons to generate area from stretch
Tue, 12 Feb 2019 11:54:12 +0100 Sascha L. Teichmann Uploaded bottleneck import: Implemented in terms of normal bottleneck import.
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 11:20:14 +0100 Sascha L. Teichmann Imports: Added the new state 'unchanged' which can be issued by the imports to indicate that the database is not modified by the particular imports.
Fri, 18 Jan 2019 17:13:12 +0100 Sascha L. Teichmann Stretch import: Added forgotten source file.
Fri, 18 Jan 2019 16:11:08 +0100 Sascha Wilde Use waterway area as basis for bottleneck area generation.
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.
Fri, 04 Jan 2019 10:00:11 +0100 Sascha L. Teichmann Bottleneck import: Resolved remaining golint issues.
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.
Fri, 21 Dec 2018 12:19:29 +0100 Sascha L. Teichmann Cosmetics.
Fri, 21 Dec 2018 12:15:54 +0100 Sascha L. Teichmann Bottleneck import: Cleaned up source a bit (removed outdated TODOs).
Thu, 20 Dec 2018 15:33:29 +0100 Sascha L. Teichmann Import queue: Implemented email notifications.
Wed, 19 Dec 2018 18:37:40 +0100 Sascha L. Teichmann Use new function to calculate bn area.
Tue, 18 Dec 2018 11:53:53 +0100 Sascha L. Teichmann Store bottleneck_id's instead of id's in bottleneck import summary.
Fri, 14 Dec 2018 17:32:59 +0100 Sascha L. Teichmann Fixed usage of tracking prepared statement in bottleneck import.
Fri, 14 Dec 2018 15:00:52 +0100 Sascha L. Teichmann Fixed stage done SQL for bottleneck imports.
Thu, 13 Dec 2018 14:06:48 +0100 Sascha L. Teichmann Bottleneck import: Use a prepared statement for import tracking, too.
Wed, 12 Dec 2018 19:21:02 +0100 Sascha L. Teichmann Made bottleneck primary key an int. Attention: This may break something!
Wed, 12 Dec 2018 15:48:33 +0100 Raimund Renkert Bottleneck import: Implemented backend to store bottlenecks in database.
Fri, 07 Dec 2018 14:36:06 +0100 Sascha L. Teichmann Pseudo fixed unstaging of bottlenecks.
Fri, 07 Dec 2018 13:08:17 +0100 Sascha L. Teichmann Added stub for bottleneck importer.