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

age author description
Tue, 06 Jul 2021 14:26:02 +0200 Thomas Junk quick fix of typo marking-single-beam
Tue, 06 Jul 2021 14:18:54 +0200 Sascha L. Teichmann When listing surveys tell survey type as well. marking-single-beam
Mon, 10 Feb 2020 17:14:00 +0100 Sascha Wilde List surveys even if mandatory base data is missing.
Tue, 22 Oct 2019 17:51:46 +0200 Sascha Wilde api/surveys list all existing surveys (no filter by gauge validity) v4.2
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, 02 Aug 2019 16:37:24 +0200 Sascha Wilde Fixed duplicates in list surveys endpoint.
Wed, 24 Jul 2019 17:11:23 +0200 Sascha Wilde Adapted surveys back end to new historization model. historization_ng
Thu, 13 Jun 2019 19:13:42 +0200 Tom Gottfried Ensure sounding results are associated to matching bottleneck version
Wed, 12 Jun 2019 17:11:15 +0200 Tom Gottfried 'Historicise' bottlenecks on import
Thu, 16 May 2019 18:41:43 +0200 Tom Gottfried 'Historicise' gauges on import
Mon, 18 Feb 2019 18:45:12 +0100 Tom Gottfried Cleanup schema for reference water levels
Fri, 08 Feb 2019 11:47:31 +0100 Sascha L. Teichmann Surveys controller: Fixed nullable water level.
Fri, 08 Feb 2019 11:26:05 +0100 Bernhard Reiter Extend /surveys endpoint to include waterlevel_value
Thu, 07 Feb 2019 17:45:00 +0100 Bernhard Reiter Extending endpoint /surveys to return depth_reference
Wed, 06 Feb 2019 15:44:55 +0100 Bernhard Reiter Extend /surveys/ endpoint to include reference gauge
Wed, 12 Dec 2018 19:21:02 +0100 Sascha L. Teichmann Made bottleneck primary key an int. Attention: This may break something!
Sun, 25 Nov 2018 17:15:44 +0100 Sascha L. Teichmann Renamed BottleneckId to BottleneckID to make golint happy.
Sat, 24 Nov 2018 10:32:06 +0100 Sascha L. Teichmann Added missing authors names in Go files.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Thu, 27 Sep 2018 21:30:52 +0200 Sascha L. Teichmann Added missing error check in surveys controller.
Thu, 27 Sep 2018 17:25:03 +0200 Sascha Wilde Added end point lo list available surveys for a given bottleneck.