log

age author description
Mon, 18 Mar 2019 15:45:42 +0100 Sascha L. Teichmann WFS downloader: More on downloading GML. WIP.
Mon, 18 Mar 2019 15:43:03 +0100 Markus Kottlaender client: waterlevel diagram: use endpoint
Mon, 18 Mar 2019 15:34:37 +0100 Thomas Junk import_overview: sortBy Dummy added to prevent errors
Mon, 18 Mar 2019 12:49:38 +0100 Thomas Junk import_overview: testwise including header component
Mon, 18 Mar 2019 11:32:27 +0100 Thomas Junk Sidebar: set count of pending imports correctly
Mon, 18 Mar 2019 11:28:43 +0100 Thomas Junk import_overview: AGM formatting of entries
Mon, 18 Mar 2019 10:52:35 +0100 Markus Kottlaender client: waterlevel diagram: update diagram immediately when selectedGauge changes
Mon, 18 Mar 2019 10:33:32 +0100 Markus Kottlaender client: waterlevel diagram: fix tooltip style
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.
Fri, 15 Mar 2019 18:24:57 +0100 Tom Gottfried Log snapping tolerance
Fri, 15 Mar 2019 17:02:36 +0100 Markus Kottlaender client: waterlevel diagram: simulate loading time and removed old demo code
Fri, 15 Mar 2019 16:59:15 +0100 Markus Kottlaender client: waterlevel diagram: fixed tooltip display while moving/zooming the chart
Fri, 15 Mar 2019 16:45:34 +0100 Sascha L. Teichmann Added http middlewares to connect to db and parse input as JSON. This complements the JSONHandler which is for JSON in to JSON out. The new middlewares are for JSON in to abitrary out.
Fri, 15 Mar 2019 16:41:16 +0100 Markus Kottlaender client: waterlevel diagram: added tooltips showing date and waterlevel on the chart
Fri, 15 Mar 2019 16:35:08 +0100 Tom Gottfried Test if overlapping axis chunks are sewed together correctly
Fri, 15 Mar 2019 15:59:40 +0100 Sascha L. Teichmann Merged import-overview-rework back into default.
Fri, 15 Mar 2019 15:49:50 +0100 Sascha L. Teichmann Merged default into import-overview-rework branch. import-overview-rework
Fri, 15 Mar 2019 13:42:49 +0100 Thomas Junk import_overview: Refactoring of detailed information. import-overview-rework
Fri, 15 Mar 2019 12:43:30 +0100 Markus Kottlaender client: waterlevel diagram: visualize data gaps
Fri, 15 Mar 2019 12:29:49 +0100 Sascha L. Teichmann Merged defaut into import-overview-rework branch. import-overview-rework
Fri, 15 Mar 2019 12:29:12 +0100 Sascha L. Teichmann Added /api/imports?count=true to only count the results. import-overview-rework
Fri, 15 Mar 2019 12:15:37 +0100 Sascha L. Teichmann Removed debugging output. import-overview-rework
Fri, 15 Mar 2019 12:10:47 +0100 Thomas Junk sidebar: adding count as query parameter
Fri, 15 Mar 2019 12:06:04 +0100 Tom Gottfried Drop roles even if database does not exist
Fri, 15 Mar 2019 12:06:02 +0100 Sascha L. Teichmann Merged default into import-overview-rework branch. import-overview-rework
Fri, 15 Mar 2019 12:04:52 +0100 Sascha L. Teichmann Add /api/imports?query=TXT to search TXT in kind, username, signer or logs. import-overview-rework
Fri, 15 Mar 2019 11:14:21 +0100 Thomas Junk sidebar: only update staging info for appropriate usergroups
Fri, 15 Mar 2019 10:18:49 +0100 Sascha L. Teichmann Merged default into import-overview-rework branch. import-overview-rework
Fri, 15 Mar 2019 09:34:06 +0100 Thomas Junk overview2: highlight warnings in logs
Thu, 14 Mar 2019 17:42:15 +0100 Sascha L. Teichmann Re-added LIMIT 1 hint to prev/next SELECTs. import-overview-rework
Thu, 14 Mar 2019 17:29:36 +0100 Sascha L. Teichmann Fixed warning SQL prefix for selection. import-overview-rework
Thu, 14 Mar 2019 17:25:33 +0100 Sascha L. Teichmann Filter prev/next, too. import-overview-rework
Thu, 14 Mar 2019 16:20:16 +0100 Sascha L. Teichmann Made filter building a bit more reusable. import-overview-rework
Thu, 14 Mar 2019 16:08:17 +0100 Sascha L. Teichmann Merged default into import-overview-rework. import-overview-rework
Thu, 14 Mar 2019 16:07:44 +0100 Sascha L. Teichmann Fixed indexing of arguments. import-overview-rework
Thu, 14 Mar 2019 15:51:43 +0100 Sascha L. Teichmann More filter simplification. import-overview-rework
Thu, 14 Mar 2019 15:44:40 +0100 Sascha L. Teichmann Merged default into import-overview-rework branch. import-overview-rework
Thu, 14 Mar 2019 15:44:02 +0100 Sascha L. Teichmann Simplified warnings filtering. import-overview-rework
Thu, 14 Mar 2019 12:45:34 +0100 Sascha L. Teichmann Merged default into import-overview-rework branch. import-overview-rework
Thu, 14 Mar 2019 12:44:35 +0100 Sascha L. Teichmann Replaced limit/offset filters with from/to as timestamps (format '2006-01-02T15:04:05.000').The output document also contains 'prev' and 'next' fields (if there is any matching data) from the times before and after 'from' and 'to'. import-overview-rework
Thu, 14 Mar 2019 11:31:22 +0100 Sascha L. Teichmann Moved summary from /api/imports overview to /api/imports/{id} details. import-overview-rework
Thu, 14 Mar 2019 18:31:59 +0100 Sascha L. Teichmann Bring context.Context parameters to front.
Thu, 14 Mar 2019 18:26:00 +0100 Sascha L. Teichmann Simplified code.
Thu, 14 Mar 2019 18:09:35 +0100 Tom Gottfried Waterway area import: do not fail if INSERT of one item fails
Thu, 14 Mar 2019 16:59:14 +0100 Thomas Junk import_overview. AGM details detailbutton on the left
Thu, 14 Mar 2019 16:57:16 +0100 Markus Kottlaender client: waterlevel diagram: use real test data
Thu, 14 Mar 2019 16:09:38 +0100 Thomas Junk import_overview: readded status
Thu, 14 Mar 2019 16:00:55 +0100 Thomas Junk overview: warning filter implemented
Thu, 14 Mar 2019 15:37:10 +0100 Thomas Junk importoverview: reload reloads current selection
Thu, 14 Mar 2019 15:03:49 +0100 Markus Kottlaender client: waterlevel diagram: made diagram a bit higher
Thu, 14 Mar 2019 14:56:40 +0100 Markus Kottlaender client: waterlevel diagram: fixed animated x-axis in mainchart when zooming
Thu, 14 Mar 2019 14:53:17 +0100 Thomas Junk import_overview: new unified interface as default
Thu, 14 Mar 2019 14:50:20 +0100 Tom Gottfried Merged
Thu, 14 Mar 2019 14:37:28 +0100 Tom Gottfried Allow sys_admin to import waterway axis and area without clipping
Thu, 14 Mar 2019 14:42:26 +0100 Markus Kottlaender client: waterlevel diagram: added background grid to chart
Thu, 14 Mar 2019 14:07:25 +0100 Thomas Junk overview2: bottleneckview added
Thu, 14 Mar 2019 13:38:59 +0100 Markus Kottlaender client: waterlevel diagram: fixed handle style in navigation chart
Thu, 14 Mar 2019 13:36:13 +0100 Markus Kottlaender client: waterlevel diagram: draw filled area between HDC and LDC
Thu, 14 Mar 2019 13:16:43 +0100 Markus Kottlaender client: gauges: fixed bug with panning to gauge...
Thu, 14 Mar 2019 13:11:22 +0100 Markus Kottlaender client: gauges: use isrs_code as unique id for gauges