log pkg/imports/bn.go @ 1995:59055c8301df

age author description
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.