log

age author description
Tue, 27 Nov 2018 14:14:12 +0100 Markus Kottlaender removed old file
Tue, 27 Nov 2018 13:29:10 +0100 Markus Kottlaender added timestamp to saved cross profiles
Tue, 27 Nov 2018 13:05:33 +0100 Markus Kottlaender merge
Tue, 27 Nov 2018 13:04:40 +0100 Markus Kottlaender fixed main menu style
Tue, 27 Nov 2018 13:03:03 +0100 Sascha L. Teichmann Merged.
Tue, 27 Nov 2018 13:02:28 +0100 Sascha L. Teichmann Backend: Centralized the definition of WGS84 constant in the models package.
Tue, 27 Nov 2018 12:59:26 +0100 Markus Kottlaender new cross profile workflow (WIP)
Tue, 27 Nov 2018 12:49:53 +0100 Sascha L. Teichmann Backend: Added the API documentation of the misc package.
Tue, 27 Nov 2018 11:09:03 +0100 Fadi Abbud merge
Tue, 27 Nov 2018 10:53:56 +0100 Fadi Abbud add licensing information to map-data-flow.svg
Tue, 27 Nov 2018 11:04:21 +0100 Thomas Junk switched from vue2-toastr to vue-snotify
Tue, 27 Nov 2018 10:50:29 +0100 Bernhard Reiter client: improve header infos (minor)
Tue, 27 Nov 2018 10:42:27 +0100 Sascha L. Teichmann Backend: Added the internal api documentation of the config mechanism of the gemma server.
Tue, 27 Nov 2018 09:03:27 +0100 Fadi Abbud merge
Mon, 26 Nov 2018 12:44:52 +0100 Fadi Abbud add headers license for some client files
Mon, 26 Nov 2018 12:18:55 +0100 Fadi Abbud add missing authors
Mon, 26 Nov 2018 11:42:47 +0100 Fadi Abbud remove the first empyty lines
Mon, 26 Nov 2018 11:11:13 +0100 Fadi Abbud remove trailing whitespace, add headers for Makefile, add the missed authors
Mon, 26 Nov 2018 10:04:47 +0100 Fadi Abbud add headers for licensing to some client files
Mon, 26 Nov 2018 17:23:40 +0100 Sascha L. Teichmann Remove the import track in both cases accepted/declined.
Mon, 26 Nov 2018 17:14:56 +0100 Sascha L. Teichmann Removed bad trigger ... works in wrong direction.
Mon, 26 Nov 2018 16:15:10 +0100 Thomas Junk import soundingresults: lists bottlenecks and awaits until user makes inputs
Mon, 26 Nov 2018 16:12:09 +0100 Bernhard Reiter add licensing hint to docker files
Mon, 26 Nov 2018 15:52:30 +0100 Sascha L. Teichmann Return nice JSON result if import was accepted or declined.
Mon, 26 Nov 2018 15:21:34 +0100 Sascha L. Teichmann Added missing rights and fixed trigger function.
Mon, 26 Nov 2018 15:05:07 +0100 Thomas Junk merge
Mon, 26 Nov 2018 15:04:33 +0100 Thomas Junk Import sounding results: fix empty metajson not displaying dialog. Pattern constrained to .zip
Mon, 26 Nov 2018 15:04:07 +0100 Sascha L. Teichmann Fixed SQL in accepting/declining imports.
Mon, 26 Nov 2018 14:42:48 +0100 Thomas Junk staging: now with real data from backend
Mon, 26 Nov 2018 12:53:15 +0100 Sascha L. Teichmann Marshall JSON of SoundingResultDate correctly so it can be unmarshalled later on.
Mon, 26 Nov 2018 11:50:48 +0100 Thomas Junk import soundingresults: closing contextbox clears uploaded tempdata
Mon, 26 Nov 2018 11:35:30 +0100 Sascha L. Teichmann Typo fix.
Mon, 26 Nov 2018 11:30:53 +0100 Sascha L. Teichmann Merged.
Mon, 26 Nov 2018 11:30:28 +0100 Sascha L. Teichmann Finished the doc strings for the common package.
Mon, 26 Nov 2018 11:30:02 +0100 Thomas Junk staging: retrieve real data instead of displaying demodata
Mon, 26 Nov 2018 11:15:52 +0100 Sascha L. Teichmann Added comments how to use the session store.
Mon, 26 Nov 2018 11:01:11 +0100 Sascha L. Teichmann Added comments how to create a new session for a given user and password.
Mon, 26 Nov 2018 10:45:51 +0100 Sascha L. Teichmann Added comments how to use the impersonating database connections from the session middleware.
Mon, 26 Nov 2018 10:32:37 +0100 Sascha L. Teichmann Added comments to auth middleware.
Mon, 26 Nov 2018 10:10:10 +0100 Sascha L. Teichmann Fixed authors in two schema files.
Mon, 26 Nov 2018 09:01:21 +0100 Fadi Abbud merges
Fri, 23 Nov 2018 15:46:07 +0100 Fadi Abbud add headers for licensing to some middleware files
Fri, 23 Nov 2018 13:46:47 +0100 Fadi Abbud add headers for licensing to some schema files
Mon, 26 Nov 2018 00:09:53 +0100 Sascha L. Teichmann OGC proxy: Rewrite service exceptions documents, too.
Sun, 25 Nov 2018 23:44:52 +0100 Sascha L. Teichmann Removed public access to config.ConfigFile to make golint happy.
Sun, 25 Nov 2018 19:25:27 +0100 Sascha L. Teichmann Renamed octree.OctreeCache to octree.Cache to reduce stuttering.
Sun, 25 Nov 2018 17:15:44 +0100 Sascha L. Teichmann Renamed BottleneckId to BottleneckID to make golint happy.
Sun, 25 Nov 2018 17:12:35 +0100 Sascha L. Teichmann More on following the rules for error messages to make golint happy.
Sun, 25 Nov 2018 17:11:13 +0100 Sascha L. Teichmann Follow the rules for error messages to make golint happy.
Sun, 25 Nov 2018 17:05:19 +0100 Sascha L. Teichmann Named method recievers consistently to make golint happy.
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.
Sun, 25 Nov 2018 10:51:54 +0100 Sascha L. Teichmann Simplified code a bit.
Sun, 25 Nov 2018 10:45:52 +0100 Sascha L. Teichmann Removed empty if branch.
Sun, 25 Nov 2018 10:42:09 +0100 Sascha L. Teichmann Removed dead code.
Sat, 24 Nov 2018 17:08:56 +0100 Sascha L. Teichmann Avoid copying session data while deserializing from store.
Sat, 24 Nov 2018 16:55:40 +0100 Sascha L. Teichmann Use more keyed initializers to make 'go vet' happier.
Sat, 24 Nov 2018 16:40:34 +0100 Sascha L. Teichmann Used keyed initializer to make 'go vet' happy.
Sat, 24 Nov 2018 16:35:16 +0100 Sascha L. Teichmann Unpublish a method to make 'go vet' happy.
Sat, 24 Nov 2018 16:29:22 +0100 Sascha L. Teichmann Cosmetics.