log pkg/controllers/manualimports.go @ 5490:5f47eeea988d logging

age author description
Mon, 20 Sep 2021 17:45:39 +0200 Sascha L. Teichmann Use own logging package. logging
Thu, 22 Aug 2019 11:26:48 +0200 Sascha L. Teichmann Moved JSONHandler into middleware package. json-handler-middleware
Thu, 22 Aug 2019 10:54:08 +0200 Sascha L. Teichmann Made the de-serialized input of the JSON handler accessible via the context of the request. json-handler-middleware
Thu, 22 Aug 2019 10:18:13 +0200 Sascha L. Teichmann Made the sql.Conn in function accessible via the context of the request. json-handler-middleware
Mon, 28 Jan 2019 20:35:14 +0100 Sascha L. Teichmann Imports: Handle manual imports with a single route using the shortnames of the imports to distiquish between them. unify_imports
Fri, 25 Jan 2019 17:54:02 +0100 Sascha L. Teichmann Imports: Unified JSON marshaling of times and durations in imports. unify_imports
Fri, 25 Jan 2019 12:31:50 +0100 Sascha L. Teichmann Imports: Moved model conversion into a table in the imports package. unify_imports
Fri, 25 Jan 2019 11:52:54 +0100 Sascha L. Teichmann Imports: Added a persistent model for the extra attributes. unify_imports
Fri, 25 Jan 2019 09:55:56 +0100 Sascha L. Teichmann Imports: Stretch imports are not configurabel and scheduable. unify_imports
Thu, 24 Jan 2019 18:23:31 +0100 Sascha L. Teichmann Removed debris. unify_imports
Thu, 24 Jan 2019 18:19:43 +0100 Sascha L. Teichmann Bring manual imports to new import modeling. unify_imports
Thu, 24 Jan 2019 12:24:12 +0100 Sascha L. Teichmann Manual import controller: Simplified code.
Wed, 23 Jan 2019 17:58:57 +0100 Sascha L. Teichmann Imports: Made retries and the waiting between the attempts configurable.
Fri, 18 Jan 2019 15:52:51 +0100 Sascha L. Teichmann Stretch import: Added stub.
Thu, 17 Jan 2019 13:16:23 +0100 Raimund Renkert Added distance marks importer in backend.
Thu, 17 Jan 2019 11:45:33 +0100 Sascha L. Teichmann Distance marks virtual import: Added stub.
Thu, 17 Jan 2019 09:22:17 +0100 Raimund Renkert Implemented fairway dimension import.
Tue, 15 Jan 2019 16:51:38 +0100 Sascha L. Teichmann Waterway gauges import: Added stub.
Sat, 12 Jan 2019 19:53:31 +0100 Sascha L. Teichmann Waterway area import: Implemented.
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.
Tue, 08 Jan 2019 13:35:44 +0100 Sascha L. Teichmann Imports: Made imports re-runnable if they fail.
Wed, 26 Dec 2018 10:46:17 +0100 Sascha L. Teichmann Waterway axis import: Added route for manual import.
Sun, 23 Dec 2018 20:38:52 +0100 Sascha L. Teichmann Deduplicated code for triggering manual imports. base pkg/controllers/bnimports.go@b641ddfb38ce