log pkg/controllers/routes.go @ 2694:0d7a4fdb9e12

age author description
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}
Wed, 30 Jan 2019 17:23:22 +0100 Sascha L. Teichmann Waterway profiles import: Added upload route.
Mon, 28 Jan 2019 20:35:14 +0100 Sascha L. Teichmann Imports: Handle manual imports with a single route using the shortnames of the imports to distiquish between them. unify_imports
Fri, 25 Jan 2019 16:07:09 +0100 Sascha L. Teichmann This breaks this branch!!!! Starting to remove the old persistent layer for configured imports. unify_imports
Fri, 25 Jan 2019 12:57:53 +0100 Sascha L. Teichmann Imports: Moved constructor functions for import models to a table in the import package to be re-used by the configure/scheduled import. unify_imports
Fri, 25 Jan 2019 12:31:50 +0100 Sascha L. Teichmann Imports: Moved model conversion into a table in the imports package. unify_imports
Fri, 18 Jan 2019 15:52:51 +0100 Sascha L. Teichmann Stretch import: Added stub.
Thu, 17 Jan 2019 13:16:23 +0100 Raimund Renkert Added distance marks importer in backend.
Thu, 17 Jan 2019 11:45:33 +0100 Sascha L. Teichmann Distance marks virtual import: Added stub.
Thu, 17 Jan 2019 09:22:17 +0100 Raimund Renkert Implemented fairway dimension import.
Tue, 15 Jan 2019 16:51:38 +0100 Sascha L. Teichmann Waterway gauges import: Added stub.
Sat, 12 Jan 2019 19:53:31 +0100 Sascha L. Teichmann Waterway area import: Implemented.
Thu, 10 Jan 2019 14:52:26 +0100 Sascha L. Teichmann Comfigured imports: Run enqueing of configured imports if triggered by REST with the database connection of the logged in user.
Wed, 09 Jan 2019 18:26:52 +0100 Sascha L. Teichmann Approved gauge measurements: Added a stub to upload a CSV file for parsing.
Wed, 09 Jan 2019 15:02:59 +0100 Sascha L. Teichmann Import configuration: Modification endpoint needs an inpit document.
Wed, 09 Jan 2019 13:11:09 +0100 Sascha L. Teichmann Configured imports: Added GET /imports/config/{id:[0-9]+}/run" to run a configured import.
Thu, 03 Jan 2019 17:46:59 +0100 Sascha L. Teichmann Controllers: Resolved the remaining golint issues with this package.
Wed, 26 Dec 2018 10:46:17 +0100 Sascha L. Teichmann Waterway axis import: Added route for manual import.