log

age author description
Wed, 24 Oct 2018 15:35:50 +0200 Markus Kottlaender added UI for PDF export (with static PDFs)
Wed, 24 Oct 2018 15:36:00 +0200 Sascha L. Teichmann Be more consistent with info/warn/error messages when logging.
Wed, 24 Oct 2018 15:32:38 +0200 Sascha L. Teichmann Check first if we have a import before generating log import entries list.
Wed, 24 Oct 2018 15:09:06 +0200 Thomas Junk refac: fairway profile retrieves current data from store
Wed, 24 Oct 2018 14:50:25 +0200 Thomas Junk refac: extract calculation of fairway coordinates
Wed, 24 Oct 2018 14:42:04 +0200 Thomas Junk refac: loading of profile data via fairwayprofile store
Wed, 24 Oct 2018 14:17:51 +0200 Thomas Junk refac: remove morphstore. not necessary
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 13:09:54 +0200 Thomas Junk refac: store profiles by date
Wed, 24 Oct 2018 12:29:25 +0200 Sascha Wilde back end: Added new field "type" to search results.
Wed, 24 Oct 2018 12:24:26 +0200 Sascha L. Teichmann Add endpoint to list all or some import jobs.
Wed, 24 Oct 2018 12:03:51 +0200 Thomas Junk refac: restructure maptool for understandability
Wed, 24 Oct 2018 11:20:30 +0200 Markus Kottlaender display start/end coordinates next to fairway profile
Wed, 24 Oct 2018 10:56:41 +0200 Thomas Junk restructure surveyrequest
Wed, 24 Oct 2018 09:42:32 +0200 Thomas Junk Licensing information added
Wed, 24 Oct 2018 09:12:51 +0200 Thomas Junk additional survey selection for 2nd crossprofile added
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Tue, 23 Oct 2018 16:43:26 +0200 Sascha L. Teichmann Removed the tools soundingresults, tin2octree and octree2contour.
Tue, 23 Oct 2018 14:28:43 +0200 Thomas Junk feat: add selectfield to fairwayprofile
Tue, 23 Oct 2018 13:05:47 +0200 Markus Kottlaender reverted demo build target, include revision number based on version tag
Tue, 23 Oct 2018 12:08:49 +0200 Thomas Junk refac: fairwayprofile store cleanup
Tue, 23 Oct 2018 11:32:47 +0200 Sascha L. Teichmann Fixed schema definition of import queue.
Tue, 23 Oct 2018 11:27:35 +0200 Thomas Junk refac: make template logic more clear
Tue, 23 Oct 2018 10:14:41 +0200 Sascha L. Teichmann Fixed and harmonized wording in importer queue a bit.
Tue, 23 Oct 2018 08:44:41 +0200 Markus Kottlaender added demo mode in READMEs
Tue, 23 Oct 2018 08:34:44 +0200 Markus Kottlaender demo build via make demo
Tue, 23 Oct 2018 07:42:54 +0200 Markus Kottlaender added build command to include hg revision, renamed related env var
Mon, 22 Oct 2018 18:16:20 +0200 Sascha L. Teichmann Merged branch persistent-import-queue back into default.
Mon, 22 Oct 2018 18:14:16 +0200 Sascha L. Teichmann Re-enqueue import jobs in state running if the the gemma server starts. persistent-import-queue
Mon, 22 Oct 2018 17:39:25 +0200 Sascha L. Teichmann Merged tip into persistent-import-queue branch. persistent-import-queue
Mon, 22 Oct 2018 17:38:07 +0200 Sascha L. Teichmann Do not rely on internal gemma state only. Instead poll every 10 seconds for new import jobs. persistent-import-queue
Mon, 22 Oct 2018 17:34:59 +0200 Thomas Junk fix: Morphtool works again persistent-import-queue
Mon, 22 Oct 2018 17:17:43 +0200 Sascha L. Teichmann Wait in PW reset clean up code until config is loaded. persistent-import-queue
Mon, 22 Oct 2018 17:16:02 +0200 Sascha L. Teichmann Wait with start of import queue until configuration is fully loaded. persistent-import-queue
Mon, 22 Oct 2018 16:55:05 +0200 Sascha L. Teichmann Merged default into persistent-import-queue branch. persistent-import-queue
Mon, 22 Oct 2018 16:54:34 +0200 Sascha L. Teichmann Persist job queue in database. WIP. persistent-import-queue
Mon, 22 Oct 2018 14:53:20 +0200 Thomas Junk fix: Setting selected Bottleneck null caused Nullpointer Exception.
Mon, 22 Oct 2018 14:49:00 +0200 Sascha L. Teichmann Merged default into persistent-import-queue branch. persistent-import-queue
Mon, 22 Oct 2018 13:12:28 +0200 Sascha Wilde Use distance_marks_virtual table for search.
Mon, 22 Oct 2018 13:09:26 +0200 Thomas Junk fix: partial Fix of Morphtool
Mon, 22 Oct 2018 13:03:38 +0200 Sascha L. Teichmann Added tables for importer queue and respective logging. persistent-import-queue
Mon, 22 Oct 2018 11:24:25 +0200 Sascha L. Teichmann Run do and cleanup of import jobs in own go routines with crash handler.
Mon, 22 Oct 2018 10:45:17 +0200 Sascha L. Teichmann Decoupled import job creation and job execution with a factory function.
Mon, 22 Oct 2018 10:21:22 +0200 Markus Kottlaender linted/fixed code format (yarn run lint)
Sat, 20 Oct 2018 19:27:33 +0200 Sascha L. Teichmann Typo fix.
Sat, 20 Oct 2018 19:14:00 +0200 Sascha L. Teichmann In preparation of persisting import jobs logging is done through an interface.
Fri, 19 Oct 2018 18:09:26 +0200 Sascha L. Teichmann Store job id alongside to job in job queue.
Fri, 19 Oct 2018 16:39:05 +0200 Markus Kottlaender merge
Fri, 19 Oct 2018 16:28:06 +0200 Markus Kottlaender add hg revision to version string in dev mode
Fri, 19 Oct 2018 16:05:46 +0200 Sascha L. Teichmann Fixed small glitches in sounding result importer.
Fri, 19 Oct 2018 15:45:55 +0200 Sascha L. Teichmann Default to WGS84 if EPSG is not given in meta.json.
Fri, 19 Oct 2018 14:17:16 +0200 Thomas Junk linter
Fri, 19 Oct 2018 13:09:00 +0200 Markus Kottlaender merge
Fri, 19 Oct 2018 13:00:21 +0200 Markus Kottlaender fetch legend image for bottleneck isolines from server
Fri, 19 Oct 2018 12:14:53 +0200 Sascha L. Teichmann Finally enqueue sounding result import job to import jobs.
Thu, 18 Oct 2018 18:37:19 +0200 Sascha L. Teichmann Started with endpoint for uploading sounding result and trigger respective import job.
Thu, 18 Oct 2018 17:30:53 +0200 Sascha L. Teichmann Fixed build error.
Thu, 18 Oct 2018 17:05:54 +0200 Sascha L. Teichmann Generate the contour lines of the sounding result during the import, too.
Thu, 18 Oct 2018 16:47:17 +0200 Thomas Junk refac: removed technical debt
Thu, 18 Oct 2018 15:11:49 +0200 Sascha L. Teichmann Fetch the octree directly from the builder. No need to deserialize it from the blob.