log pkg/imports/config.go @ 5670:b75d0b303328

age author description
Mon, 05 Aug 2019 17:45:03 +0200 Sascha L. Teichmann A few more doc strings to make 'golint' a little bit more happy with the imports package.
Mon, 05 Aug 2019 17:16:46 +0200 Sascha L. Teichmann Made 'staticcheck' happy with pgxutils package.
Wed, 29 May 2019 09:56:42 +0200 Thomas Junk import: fix for passwordleakage. No passwords are received/sent if configuration is edited. password
Fri, 01 Feb 2019 13:45:02 +0100 Sascha L. Teichmann Imports config: Fixed listing of stored configurations.
Tue, 29 Jan 2019 14:15:34 +0100 Sascha L. Teichmann Imports: Fixed SQL scanning in listing all configurations. unify_imports
Sun, 27 Jan 2019 23:09:42 +0100 Sascha L. Teichmann Imports: Re-enabled /imports/config/{id} PATCH. unify_imports
Sun, 27 Jan 2019 22:40:32 +0100 Sascha L. Teichmann Imports: Re-enabled /imports/config POST. unify_imports
Sun, 27 Jan 2019 22:03:46 +0100 Sascha L. Teichmann Imports: Re-enabled /imports/config/{id} DELETE. unify_imports
Sun, 27 Jan 2019 14:27:37 +0100 Sascha L. Teichmann Imports. Re-enabled /imports/config GET. unify_imports
Fri, 25 Jan 2019 18:01:35 +0100 Sascha L. Teichmann Imports: Re-enabled running configured imports. unify_imports
Fri, 25 Jan 2019 16:07:09 +0100 Sascha L. Teichmann This breaks this branch!!!! Starting to remove the old persistent layer for configured imports. unify_imports
Thu, 24 Jan 2019 17:14:10 +0100 Sascha L. Teichmann Started to simplify the import models. unify_imports
Thu, 24 Jan 2019 12:56:31 +0100 Tom Gottfried Move import queue to its own database namespace
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.
Wed, 09 Jan 2019 17:04:02 +0100 Sascha L. Teichmann Configured imports: When GET an import deliver the extra attributes, too.
Tue, 08 Jan 2019 13:35:44 +0100 Sascha L. Teichmann Imports: Made imports re-runnable if they fail.
Mon, 07 Jan 2019 16:11:07 +0100 Sascha L. Teichmann Scheduled imports: Take extra configuration parameters from attributes table.
Mon, 07 Jan 2019 15:34:34 +0100 Sascha L. Teichmann Import configuration: Made extra attributes updatable, too.
Mon, 07 Jan 2019 13:23:39 +0100 Sascha L. Teichmann Import configuration: [WIP] Added table for extra configuration attributes.
Fri, 04 Jan 2019 13:41:07 +0100 Sascha L. Teichmann Imports: Resolved the remaining golint issues with this package.
Thu, 20 Dec 2018 18:14:28 +0100 Sascha L. Teichmann Scheduled imports: Load configuration from database when triggered by cron.
Wed, 19 Dec 2018 15:58:44 +0100 Sascha L. Teichmann Refactored: Moved REST /api/imports/scheduler to /api/imports/config