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

age author description
Wed, 23 Oct 2019 15:53:07 +0200 Tom Gottfried Avoid type cast that prevents index usage
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
Fri, 26 Jul 2019 09:54:08 +0200 Sascha L. Teichmann Merged default into timezone branch. timezone
Thu, 25 Jul 2019 17:15:00 +0200 Sascha L. Teichmann Handle Nash-Sutcliff more tolerant for NaN/Inf values.
Thu, 25 Jul 2019 15:43:13 +0200 Sascha L. Teichmann Parse timezones from time inputs and send timezones in results. timezone
Thu, 20 Jun 2019 18:42:52 +0200 Raimund Renkert Partially fix waterlevel selection for gauge_measurements(_predictions)
Thu, 16 May 2019 18:41:43 +0200 Tom Gottfried 'Historicise' gauges on import
Wed, 15 May 2019 19:08:49 +0200 Tom Gottfried Disentangle gauge measurements and predictions
Thu, 09 May 2019 15:42:21 +0200 Sascha L. Teichmann Fixed SQL statements. Got broken when migrated to new filter builder.
Wed, 08 May 2019 13:11:30 +0200 Sascha L. Teichmann controllers: re-factored the SQL filter to a tree like structure to be of more general use.
Wed, 08 May 2019 10:50:14 +0200 Sascha L. Teichmann controllers: moved filter builder to a separate file.
Thu, 25 Apr 2019 11:39:17 +0200 Sascha L. Teichmann Nash Sutcliffe: Optimization: When append predicted values only accept predictions where the issue date is 24/48/72h in the past of the measure date.
Wed, 24 Apr 2019 22:26:16 +0200 Sascha L. Teichmann "Sharp" match for predicted and measured values in nash sutcliffe. direct-match-nash-sutcliffe