log

age author description
Mon, 02 Jul 2018 09:37:53 +0200 Thomas Junk closing branch vue-gettext vue-gettext
Mon, 02 Jul 2018 09:37:15 +0200 Thomas Junk merge with default vue-gettext
Fri, 29 Jun 2018 13:38:28 +0200 Thomas Junk POC vue-gettext
Sat, 30 Jun 2018 23:24:08 +0200 Sascha L. Teichmann Fixed interpreter in third party library downloader. remove-jwt
Sat, 30 Jun 2018 23:23:08 +0200 Sascha L. Teichmann Fixed interpreter in third party library downloader.
Fri, 29 Jun 2018 17:24:14 +0200 Sascha Wilde Demo Data: make user.sql atomic and use copy everywhere.
Fri, 29 Jun 2018 17:15:17 +0200 Sascha Wilde Added basic demo data.
Fri, 29 Jun 2018 15:03:39 +0200 Sascha Wilde Schema: Fixed test for responsibility_areas as multi polygons.
Fri, 29 Jun 2018 11:56:34 +0200 Sascha Wilde Schema: Make responsibility_areas multi polygons.
Fri, 29 Jun 2018 17:17:20 +0200 Sascha L. Teichmann Removed the JWT layer from the session management. remove-jwt
Thu, 28 Jun 2018 17:26:38 +0200 Sascha L. Teichmann Close idle connections until there are only maxOpen connections open.
Thu, 28 Jun 2018 17:18:29 +0200 Sascha L. Teichmann Dont close db connections if they are currently busy when garbage collecting idle db connections.
Thu, 28 Jun 2018 17:13:02 +0200 Sascha L. Teichmann Added some reference counting to open db connection to not forcefully close them when system is under pressure. TODO: check if this race free (it should).
Thu, 28 Jun 2018 16:59:16 +0200 Sascha L. Teichmann Take expiring time from serialized tokens to garbage collect them.
Thu, 28 Jun 2018 16:45:01 +0200 Sascha L. Teichmann Forgot to check if a db connection is already close when closing idle db connections.