log pkg/imports/fa.go @ 3219:4acbee65275d

age author description
Thu, 09 May 2019 12:49:53 +0200 Sascha L. Teichmann Import queue: Split locked dependencies in exclusively and multiple uses.
Wed, 13 Feb 2019 17:09:11 +0100 Sascha L. Teichmann Uploaded imports: Small code clean-ups.
Wed, 13 Feb 2019 12:39:56 +0100 Sascha L. Teichmann Gauge measurement imports: Do all database ops in one transaction.
Tue, 12 Feb 2019 23:24:09 +0100 Sascha L. Teichmann Uploaded fairway availabilty import: Implemented in terms of normal fairway availabilty import.
Tue, 12 Feb 2019 18:32:48 +0100 Sascha L. Teichmann Fairway availabilty import: Re-factored to be the base for the uploaded fairway availabilty import.
Tue, 12 Feb 2019 18:06:32 +0100 Sascha L. Teichmann Fairway availabilty import: There is no need to fetch the responsibility country from the database. Only the bottleneck_ids are needed.
Tue, 12 Feb 2019 17:12:12 +0100 Sascha L. Teichmann Fairway availability import: Run all db ops in same transaction.
Tue, 12 Feb 2019 14:55:09 +0100 Sascha L. Teichmann Fairway availabilty import: Fixed row query leak.
Tue, 12 Feb 2019 13:04:48 +0100 Sascha L. Teichmann Fairway availability import: More idiomatic code / cosmetics.
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 17:26:30 +0100 Sascha L. Teichmann Moved fairwayavailability to a local model. unify_imports
Thu, 24 Jan 2019 17:14:10 +0100 Sascha L. Teichmann Started to simplify the import models. unify_imports
Thu, 10 Jan 2019 16:56:39 +0100 Sascha L. Teichmann Fairway availability import: Cosmetics.
Thu, 10 Jan 2019 16:43:42 +0100 Raimund Renkert Import: Filter fairway availabilities by period and resolve insert confilcts.
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.
Thu, 03 Jan 2019 17:53:18 +0100 Sascha L. Teichmann Imports: Resolved golint issues unrelated to exported symbols commenting.
Wed, 26 Dec 2018 10:30:19 +0100 Sascha L. Teichmann Imports: Cosmetics.
Sun, 23 Dec 2018 12:51:51 +0100 Sascha L. Teichmann Fairway availability import: Don't use tabs in SQL statements.
Fri, 21 Dec 2018 15:56:28 +0100 Raimund Renkert Implemented first version of fairway availability import.