Commit Graph

825 Commits

Author SHA1 Message Date
phryk
a0cfe48862 Dumb fix for dumb issue. There might be more of the same still around, but fuck it, we're going for Ooze. 2022-08-22 18:58:18 +02:00
phryk
07a741f454 some old uncommited thing. probably a fix. 2022-08-15 16:30:49 +02:00
phryk
342ad493d1 hopefully fixed shit. introduced alternative mechanism to @before_first_request as that's going to be dropped with flask 2.3 2022-08-15 16:30:25 +02:00
phryk
1f573ead23 Fix for error output that should be f-string not being one. 2022-08-15 13:45:31 +02:00
phryk
d51a63ff55 Compatibility fix for Flask deprecating Flask.try_trigger_before_first_request_functions 2022-08-15 13:41:24 +02:00
phryk
baf2c983d4 compatibility fix for peewee 3.15 in FakeMetaOptions 2022-08-15 13:19:08 +02:00
phryk
f7d10f2ec4 Fix bitrot caused by flask making app.debug basically read-only 2022-05-21 21:30:34 +02:00
phryk
fa4ee3faae Made parameter for CLIs create_app lambda optional, fixing a bit of bitrot. 2022-05-07 20:33:33 +02:00
phryk
c8c4ba6221 maybe a fix, maybe a fuckup 2021-12-23 00:26:32 +01:00
phryk
fcc790ffd7 extremely unfinished and ugly 'fix' of csv import in data editor 2021-12-23 00:19:53 +01:00
phryk
ce69142949 Revert "forgot to commit this months ago? not sure."
This reverts commit c31db61749.
2021-12-22 23:13:51 +01:00
phryk
f72b6694c8 fixed bug with file form fields where I'm not sure how this ever worked… 2021-12-22 23:03:35 +01:00
phryk
50bad00c90 fixed compatbility issue with ISO 8601-1:2019 / RFC 3339. abolish time. 2021-12-22 22:29:38 +01:00
phryk
e8f554c576 subdued highlight color in svg background 2021-12-22 22:11:16 +01:00
phryk
c81a26eebb fixed issue with comment fragment in CSS 2021-12-22 22:07:37 +01:00
phryk
1100460530 minor styling improvements 2021-12-22 21:51:45 +01:00
phryk
3d01b9d6b4 fixed null defaults for cli parameters in add 2021-12-22 21:50:46 +01:00
phryk
df5682f0c2 Actually removed those backdrop-filters… :F 2021-12-22 20:02:03 +01:00
phryk
8f51170cc1 Removed backdrop filter in CSS to waste less CPU on firefox 2021-12-22 19:59:17 +01:00
phryk
0ce854bb02 Fixed tiny bug that snuck into pretty_bytes 2021-12-22 19:54:37 +01:00
phryk
83cec8f8f4 fix at least one compat issue with more recent flask 2021-12-21 13:51:09 +01:00
phryk
c31db61749 forgot to commit this months ago? not sure. 2021-12-21 13:50:40 +01:00
phryk
63872632a8 updated quickstart. 2021-06-07 00:33:45 +02:00
phryk
375ea480e5 improved documentation frontpage, moved actual documentation rendering to ,view so link generation doesn't take so damn long, possibly more… 2021-06-06 19:38:01 +02:00
phryk
3ab445632a further progress on documentation renderer 2021-06-06 14:15:57 +02:00
phryk
b21831f91f lots of progress on better documentation renderer; removed old unicode hints from the 2.7 days 2021-06-04 23:58:57 +02:00
phryk
764809f126 changed SMTP configuration to port 465 (explicit TLS) and STARTTLS to False 2021-05-16 21:39:52 +02:00
phryk
70eef38874 removed set_trace's introduced in last commit 2021-05-15 19:32:55 +02:00
phryk
f108b1dcdd improved editing base info for datasets in data editor 2021-05-15 18:44:29 +02:00
phryk
a74e23dd9e added backdrop-filter blur to design. 2021-05-14 21:46:33 +02:00
phryk
e5960ddfed replace all format string substitutions with f-strings. closes #15 2021-05-14 21:03:36 +02:00
phryk
cdb60d92c5 geodata filtering with manually built polygons now works 2021-05-13 12:43:49 +02:00
phryk
bd877c05e7 moved analysis.data.__types__ data into analysis.util dtype definitions 2021-05-12 20:31:42 +02:00
phryk
8e2276878c properly moved matching and filtering logic into dtypes 2021-05-09 22:07:06 +02:00
phryk
6e2c013d47 dtype-specific join conditions implemented, filters halfway done. 2021-04-05 00:14:45 +02:00
phryk
4369d6db3b centralized numpy dtype handling in analysis.util into classes 2021-04-01 14:59:38 +02:00
phryk
fd33725fbb added deletion of join conditions on merge to data editor 2021-03-23 14:14:36 +01:00
phryk
7d51f9270f implemented editor parts for multi-joins when merging datasets 2021-03-22 17:59:39 +01:00
phryk
d455dce69a better use of form.fields.RenderableWrapper in data editor components – fixed a display issue of the editor UI 2021-03-21 09:04:30 +01:00
phryk
5c0a801eee (hopefully) fixed EphemeralDataset.merge, next up: updating the form for multi-column joins? 2021-03-21 03:49:20 +01:00
phryk
6bde639b0e moved dataset merging into the dataset class and added support for multiple and/or-connected joins (untested), made docstrings in admin overview interpreted as markdown 2021-03-19 10:21:43 +01:00
phryk
7264280637 better debug hint positioning, cleaned up redirects in data editor, assorted fixes 2021-03-16 06:11:48 +01:00
phryk
3aefd8e5ba removed [geo]pandas from dependencies in setup.py 2021-03-12 03:16:29 +01:00
phryk
24c8b758fc ripped out pandas. seems to work. still needs some cleanup / adjustments 2021-03-12 03:14:51 +01:00
phryk
6136c3f3e6 commented out debugger breakpoints 2021-03-10 05:46:51 +01:00
phryk
de205828dd forgot to commit. also improved cli import. 2021-03-01 03:14:17 +01:00
phryk
d8d24a3c80 (probably) finished the rest api definition editor, next up: rest consumer 2020-12-17 01:26:34 +01:00
phryk
2659e1ea8e more rest api editor progress, some fixes 2020-12-14 03:01:36 +01:00
phryk
c0998cf7f4 some more progress on the rest abstraction 2020-12-12 04:20:42 +01:00
phryk
41aba290b0 apparently something with the editor (most stuff seems to work now). also, started actual implementation of the generalized rest api feature 2020-12-09 00:27:53 +01:00