log pkg/controllers/routes.go @ 3721:ed4820efb7e6

age author description
Thu, 20 Jun 2019 18:04:53 +0200 Sascha L. Teichmann Password reset: Send redirect to server starting page when reset succeeded.
Tue, 11 Jun 2019 12:07:55 +0200 Sascha L. Teichmann Re-worked the Go part a little bit. configuration
Fri, 07 Jun 2019 12:53:41 +0200 Markus Kottlaender implemented configuration backend and frontend configuration
Fri, 24 May 2019 11:20:15 +0200 Sascha L. Teichmann Prepared to write the fairway availibilty as CSV, too. WIP. fairway-avail-csv
Thu, 23 May 2019 12:53:19 +0200 Sascha L. Teichmann available fairway depth: Implemented backend for sections and stretches.
Mon, 13 May 2019 09:15:20 +0200 Sascha L. Teichmann Added API stubs from fairway availabilty for stretches and sections.
Thu, 09 May 2019 12:08:02 +0200 Sascha L. Teichmann Added template types "map", "diagram", "report".
Mon, 06 May 2019 16:36:03 +0200 Sascha L. Teichmann Sections import: Added a sections import. Derived from the stretches import w/o the countries.
Mon, 29 Apr 2019 11:36:00 +0200 Sascha L. Teichmann Display Available Fairway Depths: More controller code.
Sun, 28 Apr 2019 22:26:48 +0200 Sascha L. Teichmann Added stub for GET /api/data/fairway-depth/{gauge}
Thu, 25 Apr 2019 15:31:43 +0200 Sascha L. Teichmann Added "published-config" field to configuration.
Mon, 08 Apr 2019 16:38:57 +0200 Sascha L. Teichmann Fairway availibity for bottlenecks: Started with fetchting the relevant data. TODO: Range calculations. WIP.
Tue, 26 Mar 2019 14:56:38 +0100 Sascha L. Teichmann Removed old longterm waterlevel statistics endpoint.
Mon, 25 Mar 2019 18:37:13 +0100 Sascha L. Teichmann Added GET /api/data/year-waterlevels/{gauge}/{year}
Mon, 25 Mar 2019 17:31:56 +0100 Sascha L. Teichmann Added GET /data/longterm-waterlevels/{gauge}
Thu, 21 Mar 2019 18:07:49 +0100 Sascha L. Teichmann Added endpoint to deliver average waterlevels for a given gauge.
Wed, 20 Mar 2019 10:47:01 +0100 Sascha L. Teichmann Added calculation of Nash Sutcliffe efficiency coefficents.
Fri, 15 Mar 2019 18:34:13 +0100 Sascha L. Teichmann Added GET /api/data/waterlevels/{gauge isrs}?from={time_a}&to={time_b} to fetch waterlevels of gauge.
Mon, 11 Mar 2019 13:15:28 +0100 Sascha L. Teichmann Morphological differences: Added endpoint stub POST /api/diff
Thu, 07 Mar 2019 17:52:41 +0100 Sascha L. Teichmann Routing table: Removed superfluous type conversions for upload controllers.
Thu, 07 Mar 2019 12:44:07 +0100 Sascha L. Teichmann WP import: Made WP import an uploaded import.
Mon, 18 Feb 2019 12:16:31 +0100 Sascha L. Teichmann Routes: Fixed route to distance marks ashore.
Wed, 13 Feb 2019 18:18:41 +0100 Sascha L. Teichmann Uploaded imports: Unified agm, ubn, ufa and ugm import endpoints and removed a lot c&p code.
Wed, 13 Feb 2019 16:52:16 +0100 Sascha L. Teichmann Uploaded gauge measurement: Implemented in terms of normal gauge measurement import.
Tue, 12 Feb 2019 23:24:09 +0100 Sascha L. Teichmann Uploaded fairway availabilty import: Implemented in terms of normal fairway availabilty import.
Tue, 12 Feb 2019 10:44:00 +0100 Sascha L. Teichmann Upload bottleneck import: Added stub.
Fri, 08 Feb 2019 13:06:16 +0100 Sascha L. Teichmann Print templates: Implemented /api/templates/print/{name} PATCH to update print templates.
Fri, 08 Feb 2019 12:56:33 +0100 Sascha L. Teichmann Print templates endpoints: Get rid of useless models.PrintTemplateIn model.
Fri, 08 Feb 2019 12:36:47 +0100 Sascha L. Teichmann Print templates: Implemented /api/templates/print/{name} GET.
Fri, 08 Feb 2019 11:02:05 +0100 Sascha L. Teichmann Print templates: Stubbed endpoints under /api/templates/print/{name}