log pkg/imports/queue.go @ 1528:5874cedd7f91

age author description
Tue, 04 Dec 2018 18:54:50 +0100 Sascha L. Teichmann Backend: Documented the internal API of the global import queue.
Tue, 04 Dec 2018 18:20:31 +0100 Sascha L. Teichmann The global import queue already knows which kinds of imports it supports.
Wed, 28 Nov 2018 19:55:29 +0100 Sascha L. Teichmann Backend: Removed some trailing white space in some SQL statements.
Wed, 28 Nov 2018 09:52:34 +0100 Sascha L. Teichmann Imports: An Import (e.g. a sounding result import) can now write a 'summary' of a successful import. This is done if the import switches to to state 'pending'.
Sun, 25 Nov 2018 16:26:41 +0100 Sascha L. Teichmann To make golint happier made context.Context to be the first argument in all calls.
Sun, 25 Nov 2018 15:56:07 +0100 Sascha L. Teichmann To make golint happier made context.Context to be the first argument of auth.RunAs.
Fri, 16 Nov 2018 18:35:09 +0100 Sascha L. Teichmann Implemented the db stuff of the review process. Needs testing.
Fri, 16 Nov 2018 12:15:51 +0100 Sascha L. Teichmann The imort queue has now six states:
Fri, 16 Nov 2018 12:08:46 +0100 Sascha L. Teichmann REST GET call to /imports now has the ability to be filtered by kinds or states.
Wed, 14 Nov 2018 12:23:10 +0100 Sascha L. Teichmann Track successfull imports in a separate table to be able to remove them later.
Fri, 09 Nov 2018 10:57:49 +0100 Sascha L. Teichmann Don't issue new lines at end of log messages when importing.
Thu, 08 Nov 2018 15:50:28 +0100 Sascha L. Teichmann Independent imports in terms of affected tables/dependencies are now run concurrently.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Tue, 23 Oct 2018 10:14:41 +0200 Sascha L. Teichmann Fixed and harmonized wording in importer queue a bit.
Mon, 22 Oct 2018 18:14:16 +0200 Sascha L. Teichmann Re-enqueue import jobs in state running if the the gemma server starts. persistent-import-queue