log pkg/imports/fa.go @ 5711:2dd155cc95ec revive-cleanup

age author description
Tue, 20 Feb 2024 22:22:57 +0100 Sascha L. Teichmann Fix all revive issue (w/o machine generated stuff). revive-cleanup
Wed, 09 Feb 2022 18:34:40 +0100 Sascha L. Teichmann Join the log lines of imports to the log exports to recover data from them.
Wed, 11 Nov 2020 10:57:22 +0100 wilde Fixed check for bottleneck existence in fa import.
Fri, 20 Mar 2020 17:24:03 +0100 Tom Gottfried Enhance comments on implementations of StageDone()
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, 14 Oct 2019 13:17:02 +0200 Sascha Wilde Fixed the time range for which data from FA service is requested.
Fri, 04 Oct 2019 17:37:51 +0200 Sascha L. Teichmann FA import: Code clean-up for handling default LOS.
Fri, 04 Oct 2019 16:39:42 +0200 Sascha Wilde FA import: if no LOS is provided assume LOS3.
Mon, 23 Sep 2019 12:59:48 +0200 Sascha Wilde Changed fa data to accept "position" as strings, not a 2char "position_code"
Thu, 29 Aug 2019 17:55:25 +0200 Sascha L. Teichmann Use untyped constant and let the compiler do the work.
Thu, 29 Aug 2019 16:59:47 +0200 Sascha Wilde Limit time range requested from fa services.
Fri, 02 Aug 2019 16:10:42 +0200 Tom Gottfried Remove utility function with possibly bad performance impact
Thu, 25 Jul 2019 16:31:18 +0200 Sascha Wilde Merged default historization_ng
Thu, 25 Jul 2019 16:26:01 +0200 Tom Gottfried Allow fairway availability data to be updated
Thu, 25 Jul 2019 14:48:38 +0200 Sascha Wilde Adapted fwa-import to new historization model. historization_ng
Sat, 15 Jun 2019 14:36:50 +0200 Tom Gottfried Align bottleneck validity at gauges
Wed, 12 Jun 2019 17:11:15 +0200 Tom Gottfried 'Historicise' bottlenecks on import
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.