log pkg/controllers/importconfig.go @ 5415:4ad68ab239b7 marking-single-beam

age author description
Thu, 24 Jun 2021 19:24:21 +0200 Sascha L. Teichmann Decouple and enforce roles in creating scheduled imports. extented-report
Thu, 24 Jun 2021 16:13:35 +0200 Sascha L. Teichmann Enforce that only sysadmins can create import configs of 'report' type. extented-report
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
Wed, 17 Jul 2019 11:30:21 +0200 Sascha L. Teichmann Removed stupid bool == true comparision.
Fri, 31 May 2019 14:48:47 +0200 Thomas Junk only write password attribute, when available previous
Fri, 31 May 2019 14:29:21 +0200 Thomas Junk refactor password persistence for import configurations.
Fri, 31 May 2019 13:31:44 +0200 Thomas Junk import_configuration: if password was persisted it should be repersisted again, if missing in frontend
Wed, 29 May 2019 09:56:42 +0200 Thomas Junk import: fix for passwordleakage. No passwords are received/sent if configuration is edited. password
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:27:04 +0100 Sascha L. Teichmann Imports: Re-enabled /imports/config/{id} DELETE. unify_imports
Fri, 25 Jan 2019 18:24:14 +0100 Sascha L. Teichmann Imports: Code simplification. unify_imports
Fri, 25 Jan 2019 18:17:37 +0100 Sascha L. Teichmann Imports: Re-enabled /imports/config/{id} 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
Fri, 11 Jan 2019 10:16:58 +0100 Sascha L. Teichmann Configured imports: Fixed SQL statements.
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.
Thu, 10 Jan 2019 14:52:26 +0100 Sascha L. Teichmann Comfigured imports: Run enqueing of configured imports if triggered by REST with the database connection of the logged in user.
Wed, 09 Jan 2019 17:04:02 +0100 Sascha L. Teichmann Configured imports: When GET an import deliver the extra attributes, too.
Wed, 09 Jan 2019 16:28:57 +0100 Sascha L. Teichmann Configured imports: Always take cron spec from input document when modifying a configuration.
Wed, 09 Jan 2019 15:53:48 +0100 Sascha L. Teichmann Configured imports: Allow sys_admin access to import_configuation.
Wed, 09 Jan 2019 15:19:04 +0100 Sascha L. Teichmann Configured imports: Fixed SQL statement when updating configuration.
Wed, 09 Jan 2019 13:11:09 +0100 Sascha L. Teichmann Configured imports: Added GET /imports/config/{id:[0-9]+}/run" to run a configured import.
Wed, 09 Jan 2019 12:07:27 +0100 Sascha L. Teichmann Import extra attributes: Use right id column.
Tue, 08 Jan 2019 13:35:44 +0100 Sascha L. Teichmann Imports: Made imports re-runnable if they fail.
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.
Thu, 20 Dec 2018 18:39:19 +0100 Sascha L. Teichmann Scheduled imports: Don't track the user in the running scheduler.
Thu, 20 Dec 2018 17:23:54 +0100 Sascha L. Teichmann Scheduled imports: The configuration id is not optional as it used to load the concrete configuration from the database.
Wed, 19 Dec 2018 15:58:44 +0100 Sascha L. Teichmann Refactored: Moved REST /api/imports/scheduler to /api/imports/config base pkg/controllers/scheduler.go@44cecd26367d