log pkg/imports/config.go @ 4178:51e90370eced

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.