log pkg/controllers/surveys.go @ 5601:1222b777f51f

age author description
Sat, 06 Aug 2022 02:09:57 +0200 Sascha L. Teichmann Made golint finally happy.
Wed, 06 Apr 2022 13:30:29 +0200 Sascha Wilde Removed no longer used alternative api for surveys/ endpoint. surveysperbottleneckid
Wed, 21 Jul 2021 15:14:40 +0200 Thomas Junk surveys endpoint: enforce query parameters. Get rid of unnecessary else-clause surveysperbottleneckid
Wed, 21 Jul 2021 14:33:35 +0200 Thomas Junk Finalize use of bottleneck id instead of name. surveysperbottleneckid
Tue, 20 Jul 2021 17:07:51 +0200 Thomas Junk change use from name of bottleneck to its id. surveysperbottleneckid
Thu, 15 Jul 2021 20:48:55 +0200 Sascha L. Teichmann Cosmetics.
Thu, 15 Jul 2021 18:15:08 +0200 Sascha L. Teichmann If ZPG set water level value to zero if no value was found.
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.