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.
Sun, 23 Dec 2018 20:38:52 +0100 Sascha L. Teichmann Deduplicated code for triggering manual imports.
Fri, 21 Dec 2018 15:56:28 +0100 Raimund Renkert Implemented first version of fairway availability import.
Thu, 20 Dec 2018 12:06:37 +0100 Raimund Renkert Implemented gauge measurement import.
Wed, 19 Dec 2018 15:58:44 +0100 Sascha L. Teichmann Refactored: Moved REST /api/imports/scheduler to /api/imports/config
Fri, 14 Dec 2018 13:25:19 +0100 Sascha L. Teichmann Added PATCH /imports/scheduler/{id:[0-9]+} to modify a single import configuration.
Fri, 14 Dec 2018 12:49:44 +0100 Sascha L. Teichmann Added GET /imports/scheduler/{id:[0-9]+} to show infos about single import configuration.
Fri, 14 Dec 2018 12:34:12 +0100 Sascha L. Teichmann Added DELETE /imports/scheduler/{id:[0-9]+} to delete a schedule from the scheduler.
Fri, 14 Dec 2018 11:29:28 +0100 Sascha L. Teichmann Added PUT /api/imports/scheduler to add a import configuration.
Thu, 13 Dec 2018 18:37:35 +0100 Sascha L. Teichmann Added GET to /api/imports/scheduler.
Thu, 13 Dec 2018 18:08:17 +0100 Sascha L. Teichmann Started with REST API for scheduler.
Fri, 07 Dec 2018 14:54:39 +0100 Sascha L. Teichmann Bottleneck import: Added /api/imports/bottleneck POST endpoint.
Fri, 30 Nov 2018 09:44:50 +0100 Sascha L. Teichmann Import bulk review: Fixed handling of input document. bulkreview
Fri, 30 Nov 2018 09:39:59 +0100 Sascha L. Teichmann Import bulk review: Use an slice of models.Review as input. bulkreview
Fri, 30 Nov 2018 09:15:47 +0100 Sascha L. Teichmann Import bulk review: Cleaned up input JSON document handling. Added proper error handling. bulkreview
Thu, 29 Nov 2018 12:09:01 +0100 Thomas Junk proof of concept bulkreview
Fri, 23 Nov 2018 19:41:31 +0100 Sascha L. Teichmann Simplified and fixed filtering of import queue listing.
Mon, 19 Nov 2018 18:32:06 +0100 Sascha L. Teichmann Added endpoint to explicitly delete a temp upload.
Mon, 19 Nov 2018 17:14:42 +0100 Sascha L. Teichmann Started with an upload sounding result to temp upload area.
Fri, 16 Nov 2018 17:51:44 +0100 Sascha L. Teichmann Added REST endpoint to accept or decline an import.
Fri, 16 Nov 2018 12:08:46 +0100 Sascha L. Teichmann REST GET call to /imports now has the ability to be filtered by kinds or states.
Wed, 07 Nov 2018 16:08:25 +0100 Sascha L. Teichmann Return 404 if a proxied service is not found.
Thu, 25 Oct 2018 11:31:37 +0200 Sascha L. Teichmann Typo fix.
Thu, 25 Oct 2018 11:30:14 +0200 Sascha L. Teichmann List all bottlenecks via GET /api/bottlenecks
Wed, 24 Oct 2018 16:21:44 +0200 Sascha L. Teichmann Added endpoint to delete job from import queue.
Wed, 24 Oct 2018 13:35:15 +0200 Sascha L. Teichmann Added endpoint to show the detail logs of an import.
Wed, 24 Oct 2018 12:24:26 +0200 Sascha L. Teichmann Add endpoint to list all or some import jobs.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Thu, 18 Oct 2018 18:37:19 +0200 Sascha L. Teichmann Started with endpoint for uploading sounding result and trigger respective import job.
Sun, 30 Sep 2018 13:58:49 +0200 Sascha L. Teichmann Only sys_admin should set the style of an feature. geo-style
Sat, 29 Sep 2018 23:33:14 +0200 Sascha L. Teichmann Started with endpoint to upload geo style. geo-style
Fri, 28 Sep 2018 11:51:06 +0200 Sascha Wilde Added end point to set style (colour) information for feature.
Fri, 28 Sep 2018 10:56:03 +0200 Sascha Wilde Added end point to get style (colour) information for feature.
Thu, 27 Sep 2018 18:52:41 +0200 Sascha Wilde Started implementation of test mail end point.
Thu, 27 Sep 2018 17:25:03 +0200 Sascha Wilde Added end point lo list available surveys for a given bottleneck.
Thu, 27 Sep 2018 13:18:50 +0200 Sascha L. Teichmann Removed old cross section controller.
Mon, 24 Sep 2018 17:10:18 +0200 Sascha L. Teichmann Added stub for octree based cross sections.
Mon, 24 Sep 2018 13:26:57 +0200 Sascha Wilde Added search function for river kilometer.
Fri, 21 Sep 2018 18:01:39 +0200 Sascha Wilde Added simple endpoint to view system logs.
Fri, 21 Sep 2018 12:48:39 +0200 Sascha L. Teichmann Password reset endpoints do not need impersonated db connections.
Thu, 13 Sep 2018 10:31:22 +0200 Sascha L. Teichmann Cross sections: call web endpoint simply 'cross' instead of 'cross-section'.
Wed, 12 Sep 2018 19:51:46 +0200 Sascha L. Teichmann Cross sections: started with implementation of web service (WIP).
Fri, 24 Aug 2018 13:56:06 +0200 Sascha L. Teichmann First stab to use the metamorphic db to do all database stuff. metamorph-for-all
Fri, 24 Aug 2018 11:36:11 +0200 Sascha L. Teichmann Implemented wamos/issue114 (Improve code consistency: For login use json body, disallow GET).
Thu, 23 Aug 2018 13:32:16 +0200 Sascha L. Teichmann Renamed published services to internal services to be more symmetrical to external services.
Thu, 23 Aug 2018 13:24:26 +0200 Sascha L. Teichmann /api/published (GET) returns a JSON document of the geo-services published by the gemma server.
Thu, 23 Aug 2018 12:57:15 +0200 Sascha L. Teichmann Replaced 'all' by 'any' in routes.
Tue, 21 Aug 2018 17:06:29 +0200 Sascha L. Teichmann Even the usage of the external proxied WFS/WMS need to logged into gemma.
Tue, 21 Aug 2018 16:57:55 +0200 Sascha L. Teichmann Moved some models used in controllers to to model package because they may be needed elsewhere (e.g. GeoServer config).
Tue, 21 Aug 2018 14:59:36 +0200 Sascha L. Teichmann Load the configuration of the published services from database.
Tue, 21 Aug 2018 12:36:10 +0200 Sascha L. Teichmann Load the configuration of the proxied external services from database.
Thu, 16 Aug 2018 17:37:29 +0200 Sascha L. Teichmann Fixed wrong comments.
Thu, 16 Aug 2018 15:17:21 +0200 Sascha L. Teichmann Differ between internal and external proxies.
Thu, 16 Aug 2018 13:39:13 +0200 Sascha L. Teichmann First attempt for user injection of proxy for using GeoServer with role based security.
Wed, 15 Aug 2018 17:30:50 +0200 Sascha L. Teichmann Moved project specific Go packages to new pkg folder. base controllers/routes.go@6fa56550bfee