log pkg/controllers/routes.go @ 1677:53304db85888

age author description
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